{"title":"Men's Fashion","description":"","products":[{"product_id":"60w-90w-solar-outdoor-dusk-to-dawn-lights-with-remote-control","title":"60W 90W Solar Outdoor Dusk to Dawn Lights with Remote Control","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #1a3a5f, #2a5a7f);\n            color: white;\n            border-radius: 12px;\n            margin-bottom: 30px;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);\n            transform: rotate(30deg);\n        }\n        \n        .product-header h1 {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 800;\n            position: relative;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n        }\n        \n        .highlight-badge {\n            background: linear-gradient(to right, #ffd700, #ffb700);\n            color: #1a3a5f;\n            padding: 8px 25px;\n            border-radius: 30px;\n            display: inline-block;\n            margin: 20px 0;\n            font-weight: 700;\n            font-size: 1.1rem;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto 20px;\n            opacity: 0.95;\n            position: relative;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n            gap: 20px;\n            margin-bottom: 50px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n            border: 1px solid #eef2f7;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n        \n        .feature-icon {\n            background: linear-gradient(135deg, #2a5a7f, #3a7aaf);\n            color: white;\n            font-size: 2.8rem;\n            padding: 30px 0;\n            text-align: center;\n            flex-shrink: 0;\n        }\n        \n        .feature-content {\n            padding: 25px;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-content h3 {\n            color: #2a5a7f;\n            margin-bottom: 15px;\n            font-size: 1.35rem;\n            font-weight: 700;\n            min-height: 60px;\n        }\n        \n        .feature-content p {\n            margin-bottom: 15px;\n            color: #444;\n            flex-grow: 1;\n        }\n        \n        .highlight {\n            background: linear-gradient(to right, #fff9db, #ffec99);\n            padding: 15px;\n            border-radius: 8px;\n            margin: 10px 0 0;\n            border-left: 4px solid #ffd43b;\n            font-size: 0.9rem;\n        }\n        \n        .specs-section {\n            background: white;\n            border-radius: 12px;\n            padding: 40px 30px;\n            margin-bottom: 50px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n        }\n        \n        .section-title {\n            color: #2a5a7f;\n            text-align: center;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            position: relative;\n            padding-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 5px;\n            background: linear-gradient(to right, #ffd700, #ffb700);\n            border-radius: 3px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n        \n        .spec-item {\n            display: flex;\n            margin-bottom: 18px;\n            padding-bottom: 18px;\n            border-bottom: 1px dashed #e9ecef;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #2a5a7f;\n            min-width: 200px;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #333;\n            font-weight: 500;\n        }\n        \n        \/* Enhanced Modes Section *\/\n        .modes-section {\n            background: linear-gradient(135deg, #1a3a5f, #2a5a7f);\n            color: white;\n            border-radius: 12px;\n            padding: 50px 30px;\n            margin-bottom: 50px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .modes-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.1) 0%, transparent 60%);\n            z-index: 1;\n        }\n        \n        .modes-section .section-title {\n            color: white;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .modes-section .section-title::after {\n            background: linear-gradient(to right, #ffd700, #ffb700);\n        }\n        \n        .modes-grid {\n            display: grid;\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .mode-card {\n            background: rgba(255, 255, 255, 0.12);\n            backdrop-filter: blur(10px);\n            border-radius: 12px;\n            padding: 25px;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            text-align: center;\n            transition: all 0.4s ease;\n            color: white;\n        }\n        \n        .mode-card:hover {\n            background: rgba(255, 255, 255, 0.18);\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\n        }\n        \n        .mode-number {\n            background: linear-gradient(135deg, #ffd700, #ffb700);\n            color: #1a3a5f;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-weight: 800;\n            font-size: 1.3rem;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n        }\n        \n        .mode-card h3 {\n            margin-bottom: 15px;\n            font-size: 1.25rem;\n            color: white;\n        }\n        \n        .mode-card p {\n            opacity: 0.9;\n            font-size: 0.95rem;\n            color: rgba(255, 255, 255, 0.92);\n        }\n        \n        .benefits-section {\n            background: white;\n            border-radius: 12px;\n            padding: 40px 30px;\n            margin-bottom: 50px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: #f8f9fa;\n            border-radius: 10px;\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .benefit-item:hover {\n            transform: translateY(-5px);\n            background: #fff;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: #2a5a7f;\n            background: linear-gradient(135deg, #e6f2ff, #cce5ff);\n            width: 80px;\n            height: 80px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto;\n            flex-shrink: 0;\n        }\n        \n        .benefit-item h3 {\n            font-size: 1.25rem;\n            margin-bottom: 15px;\n            color: #2a5a5f;\n            min-height: 60px;\n        }\n        \n        .benefit-item p {\n            flex-grow: 1;\n        }\n        \n        .warranty-section {\n            background: linear-gradient(135deg, #e6f7ff, #c2e6ff);\n            border-radius: 12px;\n            padding: 40px 30px;\n            text-align: center;\n            margin-bottom: 50px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .warranty-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 200px;\n            height: 200px;\n            background: rgba(255, 215, 0, 0.1);\n            border-radius: 50%;\n        }\n        \n        .warranty-section::after {\n            content: '';\n            position: absolute;\n            bottom: -30%;\n            left: -30%;\n            width: 150px;\n            height: 150px;\n            background: rgba(42, 90, 127, 0.1);\n            border-radius: 50%;\n        }\n        \n        .warranty-badge {\n            background: linear-gradient(to right, #ffd700, #ffb700);\n            color: #1a3a5f;\n            padding: 10px 30px;\n            border-radius: 30px;\n            display: inline-block;\n            margin-bottom: 25px;\n            font-weight: 800;\n            font-size: 1.3rem;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.15);\n            position: relative;\n            z-index: 2;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 60px 20px;\n            background: linear-gradient(135deg, #1a3a5f, #2a5a7f);\n            color: white;\n            border-radius: 12px;\n            margin-bottom: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at top right, rgba(255,215,0,0.1) 0%, transparent 40%);\n        }\n        \n        .cta-title {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            font-weight: 800;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n            position: relative;\n        }\n        \n        .cta-subtitle {\n            font-size: 1.2rem;\n            max-width: 700px;\n            margin: 0 auto 30px;\n            opacity: 0.9;\n            position: relative;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(to right, #ffd700, #ffb700);\n            color: #1a3a5f;\n            padding: 18px 50px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 800;\n            font-size: 1.2rem;\n            margin-top: 20px;\n            transition: all 0.4s ease;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.25);\n            position: relative;\n            z-index: 2;\n            border: none;\n            cursor: pointer;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.35);\n        }\n        \n        .guarantee {\n            display: flex;\n            justify-content: center;\n            gap: 30px;\n            margin-top: 30px;\n            flex-wrap: wrap;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .guarantee-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .guarantee-item i {\n            color: #ffd700;\n            font-size: 1.5rem;\n        }\n        \n        .tips-section {\n            background: #fff9db;\n            border-radius: 12px;\n            padding: 40px 30px;\n            margin-bottom: 50px;\n            border-left: 5px solid #ffd43b;\n        }\n        \n        .tips-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 30px;\n        }\n        \n        .tip-card {\n            background: white;\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        }\n        \n        .tip-card h3 {\n            color: #2a5a7f;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 1.25rem;\n        }\n        \n        .tip-card h3 i {\n            color: #ffb700;\n            font-size: 1.5rem;\n        }\n        \n        \/* 响应式设计 *\/\n        @media (max-width: 1200px) {\n            .features-grid, .modes-grid, .benefits-grid {\n                grid-template-columns: repeat(2, minmax(0, 1fr));\n            }\n            \n            .feature-content h3, .benefit-item h3 {\n                min-height: auto;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .product-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .section-title {\n                font-size: 1.8rem;\n            }\n            \n            .spec-item {\n                flex-direction: column;\n                gap: 5px;\n            }\n            \n            .spec-label {\n                min-width: 100%;\n            }\n            \n            .features-grid, .modes-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .highlight-badge {\n                font-size: 0.95rem;\n                padding: 6px 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Product Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eLANGY Solar Street Lights\u003c\/h1\u003e\n\u003cdiv class=\"highlight-badge\"\u003eNew Generation Solar Lighting Technology\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features Grid --\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eAdvanced Solar Efficiency\u003c\/h3\u003e\n\u003cp\u003eEquipped with high-efficiency monocrystalline silicon solar cells boasting a remarkable 25% conversion rate. Fully charges in just 6-8 hours of direct sunlight.\u003c\/p\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e Massive 10000mAh battery capacity provides 10-12 hours of continuous illumination after a full charge.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eSuper Bright Illumination\u003c\/h3\u003e\n\u003cp\u003eFeatures 180 premium 5730 LED beads delivering an incredible 6000-9000 lumens of bright white light - significantly brighter than standard solar lights.\u003c\/p\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e Energy-efficient design requires no electricity costs while providing superior illumination for pathways and security areas.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-brain\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eIntelligent 5-Mode Operation\u003c\/h3\u003e\n\u003cp\u003eCustomizable lighting with five smart modes and remote brightness control (25%, 50%, 100%). Perfect for any security or ambiance need.\u003c\/p\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ci class=\"fas fa-sensor\"\u003e\u003c\/i\u003e Advanced motion detection activates 100% brightness when movement is detected.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-umbrella-beach\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eMilitary-Grade Durability\u003c\/h3\u003e\n\u003cp\u003eConstructed with premium ABS material and corrosion-resistant brackets for long-term outdoor use. IP66 waterproof rating withstands extreme weather conditions.\u003c\/p\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Withstands heavy rain, snow, and temperatures from -20°C to 60°C.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery Capacity:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e60W (50,000mAH) \/ 90W (10000mAh Li-ion)\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduct Weight:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e60W (2.8lb \/light) \/ 90W (3.2lb\/light)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSolar Panel:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMonocrystalline Silicon (25% efficiency)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCharging Time:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e6-8 hours (full sun)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLight Duration:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e10-12 hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e6000-9000 Lumens\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLED Type:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e5730 LED Beads (180 pcs)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eOperation Modes:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e5 Intelligent Modes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof Rating:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eIP66 (Extreme Weatherproof)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eHousing Material:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePremium ABS Plastic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eControl:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRemote Control (25%\/50%\/100% brightness)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Enhanced Smart Modes Section --\u003e\n\u003cdiv class=\"modes-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIntelligent Lighting Modes\u003c\/h2\u003e\n\u003cdiv class=\"modes-grid\"\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eSmart Dimming Mode\u003c\/h3\u003e\n\u003cp\u003eDefault 30% brightness, activates to 100% when motion detected\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eSecurity Mode\u003c\/h3\u003e\n\u003cp\u003eLight off by default, activates to 100% when motion detected\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eDimmable Mode\u003c\/h3\u003e\n\u003cp\u003eManually set to 25%, 50% or 100% brightness continuously\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e4\u003c\/div\u003e\n\u003ch3\u003eTimed Mode\u003c\/h3\u003e\n\u003cp\u003eTurns off automatically after 3 or 6 hours of lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits Section --\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose LANGY Solar Street Lights?\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\u003cp\u003eIncludes mounting hardware for quick installation on walls, fences, or poles with no wiring required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-plug\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eZero Electricity Cost\u003c\/h3\u003e\n\u003cp\u003eCompletely solar-powered with no ongoing electricity bills\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eEnhanced Security\u003c\/h3\u003e\n\u003cp\u003eBright illumination and motion detection deter intruders\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-sync-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eMaintenance-Free\u003c\/h3\u003e\n\u003cp\u003eDurable construction requires no maintenance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Usage Tips --\u003e\n\u003cdiv class=\"tips-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eOptimal Usage Tips\u003c\/h2\u003e\n\u003cdiv class=\"tips-grid\"\u003e\n\u003cdiv class=\"tip-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e Installation Location\u003c\/h3\u003e\n\u003cp\u003eEnsure solar panels receive maximum direct sunlight without obstructions like trees or buildings. Avoid shaded areas for optimal charging efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e Panel Positioning\u003c\/h3\u003e\n\u003cp\u003eAngle solar panels toward the sun's path. In northern hemisphere, face true south; in southern hemisphere, face true north.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-broom\"\u003e\u003c\/i\u003e Regular Cleaning\u003c\/h3\u003e\n\u003cp\u003eClean solar panels monthly with a soft cloth to remove dust, leaves, and bird droppings that reduce charging efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Warranty Section --\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003cdiv class=\"warranty-badge\"\u003e1-YEAR WARRANTY\u003c\/div\u003e\n\u003ch2\u003ePremium Support \u0026amp; Satisfaction Guarantee\u003c\/h2\u003e\n\u003cp style=\"max-width: 800px; margin: 0 auto 20px; font-size: 1.1rem;\"\u003eWe stand behind our solar lights with comprehensive 2-year coverage and dedicated technical support. Our team responds within 12 hours to resolve any concerns.\u003c\/p\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.3); display: inline-block; padding: 15px 30px; border-radius: 10px; margin-top: 20px;\"\u003e\n\u003ci class=\"fas fa-headset\" style=\"font-size: 2rem; margin-bottom: 10px;\"\u003e\u003c\/i\u003e\n\u003cp style=\"font-weight: 600; font-size: 1.1rem;\"\u003e24\/7 Customer Support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"6000 lumens \/ 2 Pack","offer_id":48418272968959,"sku":"L5-2PACK","price":65.99,"currency_code":"USD","in_stock":false},{"title":"6000 lumens \/ 4 Pack","offer_id":48418273001727,"sku":"L5-4PACK","price":106.69,"currency_code":"USD","in_stock":false},{"title":"9000 lumens \/ 2 Pack","offer_id":48418273034495,"sku":"L10-2PACK","price":72.99,"currency_code":"USD","in_stock":false},{"title":"9000 lumens \/ 4 Pack","offer_id":48418273067263,"sku":"L10-4PACK","price":126.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/3_2f795ffe-0412-481e-a5a2-cfd995f5b017.jpg?v=1776807331"},{"product_id":"commerical-solar-power-led-parking-lot-light-2-years-warranty","title":"Commerical Solar Power LED Parking Lot Light - 2 Years Warranty","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: linear-gradient(135deg, #ff5500, #ff3300);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            padding: 15px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table tr {\n            border-bottom: 1px solid #edf2f7;\n            transition: background-color 0.3s ease;\n        }\n        \n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table th, .spec-table td {\n            padding: 12px 15px;\n            line-height: 1.4;\n            text-align: center;\n        }\n        \n        .spec-table th {\n            background-color: #2c3e50;\n            color: white;\n            font-weight: 600;\n        }\n        \n        .spec-table td:first-child {\n            text-align: left;\n            padding-left: 20px;\n            font-weight: 600;\n            color: #2c3e50;\n            width: 25%;\n        }\n        \n        .model-title {\n            font-weight: 700;\n            color: #ff8000;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 20px 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 8px 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .spec-value i {\n            margin-right: 10px;\n            font-size: 1.8rem;\n        }\n        \n        .spec-label {\n            font-size: 0.95rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.8rem;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            border-top: 3px solid #3498db;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.12);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.25rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.5rem;\n            min-width: 30px;\n            background: rgba(255, 128, 0, 0.1);\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 1rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .application-section {\n            margin: 50px 0;\n            padding: 30px 0;\n        }\n        \n        .app-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .app-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n            padding: 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n        \n        .app-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n        \n        .app-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #3498db, #2c3e50);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 15px;\n            color: white;\n            font-size: 1.5rem;\n        }\n        \n        .app-content {\n            padding: 0 10px;\n        }\n        \n        .app-content h4 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .app-content p {\n            color: #6c757d;\n            font-size: 0.95rem;\n        }\n        \n        .tech-highlight {\n            background: linear-gradient(135deg, #2c3e50, #1a2530);\n            color: white;\n            padding: 40px 20px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .tech-highlight h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n        }\n        \n        .tech-highlight p {\n            max-width: 800px;\n            margin: 0 auto;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .warranty-section {\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .warranty-section h3 {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .warranty-section p {\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.7;\n        }\n        \n        footer {\n            text-align: center;\n            padding: 30px 0;\n            color: #6c757d;\n            font-size: 0.95rem;\n            border-top: 1px solid #dee2e6;\n            margin-top: 40px;\n        }\n        \n        \/* Common Specifications Table Styles *\/\n        .common-specs {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 40px 0;\n        }\n        \n        .common-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .common-table th {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .common-table td {\n            padding: 15px;\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .common-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .common-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .common-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .common-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            width: 35%;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td, .spec-table th {\n                padding: 10px 8px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 30%;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .common-table th, .common-table td {\n                padding: 12px;\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table td, .spec-table th {\n                padding: 8px 6px;\n                font-size: 0.8rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 35%;\n                padding-left: 10px;\n            }\n            \n            .feature-card {\n                padding: 20px;\n            }\n            \n            .spec-value {\n                font-size: 1.4rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .key-specs {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003ePremium Aluminum Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003ca class=\"download-btn\" href=\"#\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-highlight\"\u003e\n\u003ch3\u003eAdvanced Solar Technology\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 2~40,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eHigh Brightness Output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e30~60,000mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ePowerful Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWeatherproof Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eExtended Lifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eModel Comparison\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-100\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-150\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-200\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Efficiency\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (112pcs)\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (168pcs)\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (224pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V\/40W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/50W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/60W Mono\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e780 sqft (16ft height)\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (19ft height)\u003c\/td\u003e\n\u003ctd\u003e1280 sqft (21ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e3.2V 30Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 50Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 60Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e17 lb\u003c\/td\u003e\n\u003ctd\u003e22 lb\u003c\/td\u003e\n\u003ctd\u003e26 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e26.7 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003ctd\u003e33 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003ctd\u003e42 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;19ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Common Specifications Table --\u003e\n\u003cdiv class=\"common-specs\"\u003e\n\u003cdiv class=\"spec-title\"\u003eCommon Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"common-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdapter Included\u003c\/td\u003e\n\u003ctd\u003eYes (2.3\" or 3.2\" diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk-to-Dawn Sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd\u003e2\"-3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd\u003eYes (26ft max range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd\u003e5+ years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eWith no wiring required, our solar street lights can be installed in minutes. The modular design and included mounting hardware make setup simple and cost-effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e SMART LIGHTING SYSTEM\u003c\/h3\u003e\n\u003cp\u003eIntegrated dusk-to-dawn sensor automatically activates lighting at sunset. Motion detection (26ft range) increases brightness when movement is detected, conserving energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e HIGH EFFICIENCY SOLAR\u003c\/h3\u003e\n\u003cp\u003e60W monocrystalline solar panel with 22% conversion efficiency ensures rapid charging in just 5-8 hours, providing 24-48 hours of illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e ADAPTIVE BRIGHTNESS\u003c\/h3\u003e\n\u003cp\u003eIntelligent controller adjusts brightness based on motion detection. Maintains 30% brightness when no motion is detected, conserving battery life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e PREMIUM DURABILITY\u003c\/h3\u003e\n\u003cp\u003eAerospace-grade aluminum housing with IP65 rating provides superior protection against dust, water, rust, and extreme temperatures from 32°F to 110°F.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-cog\"\u003e\u003c\/i\u003e ENERGY MANAGEMENT\u003c\/h3\u003e\n\u003cp\u003eAdvanced power management system optimizes energy usage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003ch3\u003e2-Year Comprehensive Warranty\u003c\/h3\u003e\n\u003cp\u003eOur solar street lights come with a 2-year warranty. Our professional support team is available to assist with any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVersatile Applications\u003c\/h2\u003e\n\u003cdiv class=\"app-grid\"\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-road\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eStreet Lighting\u003c\/h4\u003e\n\u003cp\u003eIdeal for roads, highways and residential streets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\" style=\"background: linear-gradient(135deg, #2ecc71, #27ae60);\"\u003e\n\u003ci class=\"fas fa-car\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParking Lots\u003c\/h4\u003e\n\u003cp\u003ePerfect illumination for parking areas and garages\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\" style=\"background: linear-gradient(135deg, #e74c3c, #c0392b);\"\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eResidential Security\u003c\/h4\u003e\n\u003cp\u003eEnhance home security with motion-activated lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\" style=\"background: linear-gradient(135deg, #f39c12, #e67e22);\"\u003e\n\u003ci class=\"fas fa-tree\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParks \u0026amp; Pathways\u003c\/h4\u003e\n\u003cp\u003eIlluminate walking paths and recreational areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"30000 lumes \/ Stay on","offer_id":48418275754239,"sku":"ECO-100-B-3.2\"-Stay on","price":189.69,"currency_code":"USD","in_stock":false},{"title":"30000 lumes \/ Motion Sensor","offer_id":48418275787007,"sku":"ECO-100-B-3.2\"-Motion Sensor","price":189.69,"currency_code":"USD","in_stock":false},{"title":"40000 lumens \/ Stay on","offer_id":48418275819775,"sku":"ECO-150-B-3.2\"-stay on","price":225.69,"currency_code":"USD","in_stock":false},{"title":"40000 lumens \/ Motion Sensor","offer_id":48418275852543,"sku":"ECO-150-B-3.2\"-Motion Sensor","price":225.69,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/20250527-155009.jpg?v=1776807400"},{"product_id":"100-w-150-w-200-w-commercial-solar-street-light-stay-on","title":"100 W 150 W 200 W Commercial solar street light-Stay on","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: linear-gradient(135deg, #ff5500, #ff3300);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            padding: 15px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table tr {\n            border-bottom: 1px solid #edf2f7;\n            transition: background-color 0.3s ease;\n        }\n        \n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table th, .spec-table td {\n            padding: 12px 15px;\n            line-height: 1.4;\n            text-align: center;\n        }\n        \n        .spec-table th {\n            background-color: #2c3e50;\n            color: white;\n            font-weight: 600;\n        }\n        \n        .spec-table td:first-child {\n            text-align: left;\n            padding-left: 20px;\n            font-weight: 600;\n            color: #2c3e50;\n            width: 25%;\n        }\n        \n        .model-title {\n            font-weight: 700;\n            color: #ff8000;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 20px 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 8px 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .spec-value i {\n            margin-right: 10px;\n            font-size: 1.8rem;\n        }\n        \n        .spec-label {\n            font-size: 0.95rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.8rem;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        \/* Advanced Features Grid - Updated for symmetric layout *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            border-top: 3px solid #3498db;\n            height: 100%;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.12);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.25rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.5rem;\n            min-width: 30px;\n            background: rgba(255, 128, 0, 0.1);\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 1rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .application-section {\n            margin: 50px 0;\n            padding: 30px 0;\n        }\n        \n        .app-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .app-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n            padding: 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n        \n        .app-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n        \n        .app-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #3498db, #2c3e50);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 15px;\n            color: white;\n            font-size: 1.5rem;\n        }\n        \n        .app-content {\n            padding: 0 10px;\n        }\n        \n        .app-content h4 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .app-content p {\n            color: #6c757d;\n            font-size: 0.95rem;\n        }\n        \n        .tech-highlight {\n            background: linear-gradient(135deg, #2c3e50, #1a2530);\n            color: white;\n            padding: 40px 20px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .tech-highlight h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n        }\n        \n        .tech-highlight p {\n            max-width: 800px;\n            margin: 0 auto;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .warranty-section {\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .warranty-section h3 {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .warranty-section p {\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.7;\n        }\n        \n        footer {\n            text-align: center;\n            padding: 30px 0;\n            color: #6c757d;\n            font-size: 0.95rem;\n            border-top: 1px solid #dee2e6;\n            margin-top: 40px;\n        }\n        \n        \/* Common Specifications Table Styles *\/\n        .common-specs {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 40px 0;\n        }\n        \n        .common-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .common-table th {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .common-table td {\n            padding: 15px;\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .common-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .common-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .common-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .common-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            width: 35%;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 992px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n                max-width: 600px;\n                margin: 0 auto;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td, .spec-table th {\n                padding: 10px 8px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 30%;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n                max-width: 100%;\n            }\n            \n            .common-table th, .common-table td {\n                padding: 12px;\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table td, .spec-table th {\n                padding: 8px 6px;\n                font-size: 0.8rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 35%;\n                padding-left: 10px;\n            }\n            \n            .feature-card {\n                padding: 20px;\n            }\n            \n            .spec-value {\n                font-size: 1.4rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .key-specs {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003ePremium Aluminum Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003ca href=\"#\" class=\"download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"download-buttons\"\u003eHigh-performance solar lighting solution for sustainable urban and rural applications\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-highlight\"\u003e\n\u003ch3\u003eAdvanced Solar Technology\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 2~40,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eHigh Brightness Output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e30~60,000mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ePowerful Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWeatherproof Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eExtended Lifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eModel Comparison\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-100\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-150\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-200\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Efficiency\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (112pcs)\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (168pcs)\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (224pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V\/40W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/50W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/60W Mono\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e780 sqft (16ft height)\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (19ft height)\u003c\/td\u003e\n\u003ctd\u003e1280 sqft (21ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e3.2V 30Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 50Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 60Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e17 lb\u003c\/td\u003e\n\u003ctd\u003e22 lb\u003c\/td\u003e\n\u003ctd\u003e26 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e26.7 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003ctd\u003e33 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003ctd\u003e42 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;19ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Common Specifications Table --\u003e\n\u003cdiv class=\"common-specs\"\u003e\n\u003cdiv class=\"spec-title\"\u003eCommon Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"common-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdapter Included\u003c\/td\u003e\n\u003ctd\u003eYes (2.3\" or 3.2\" diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk-to-Dawn Sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd\u003e2\"-3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd\u003e5+ years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eWith no wiring required, our solar street lights can be installed in minutes. The modular design and included mounting hardware make setup simple and cost-effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e SMART LIGHTING SYSTEM\u003c\/h3\u003e\n\u003cp\u003eIntegrated dusk-to-dawn sensor automatically activates lighting at sunset. Motion detection (26ft range) increases brightness when movement is detected, conserving energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e HIGH EFFICIENCY SOLAR\u003c\/h3\u003e\n\u003cp\u003e60W monocrystalline solar panel with 22% conversion efficiency ensures rapid charging in just 5-8 hours, providing 24-48 hours of illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e PREMIUM DURABILITY\u003c\/h3\u003e\n\u003cp\u003eAerospace-grade aluminum housing with IP65 rating provides superior protection against dust, water, rust, and extreme temperatures from 32°F to 110°F.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003ch3\u003e2-Year Comprehensive Warranty\u003c\/h3\u003e\n\u003cp\u003eIt comes with a 2-year warranty. Our professional support team is available to assist with any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVersatile Applications\u003c\/h2\u003e\n\u003cdiv class=\"app-grid\"\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-road\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eStreet Lighting\u003c\/h4\u003e\n\u003cp\u003eIdeal for roads, highways and residential streets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #2ecc71, #27ae60);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-car\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParking Lots\u003c\/h4\u003e\n\u003cp\u003ePerfect illumination for parking areas and garages\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #e74c3c, #c0392b);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eResidential Security\u003c\/h4\u003e\n\u003cp\u003eEnhance home security with motion-activated lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f39c12, #e67e22);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-tree\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParks \u0026amp; Pathways\u003c\/h4\u003e\n\u003cp\u003eIlluminate walking paths and recreational areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"30000 lumens-Stay on","offer_id":48418276081919,"sku":"ECO100WGREY","price":159.69,"currency_code":"USD","in_stock":false},{"title":"5000 lumens-Stay on","offer_id":48528477389055,"sku":"ECO-200W-Grey","price":249.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/20231109-041430.jpg?v=1776807413"},{"product_id":"ocean-flow","title":"Ocean Flow","description":"\u003cp\u003e\u003cstrong\u003e\u003cimg\u003e\u003c\/strong\u003eOcean Flow is for kids who find calm in motion, the ones who move at their own rhythm and feel strongest when they go with the flow. Inspired by gentle currents and sea turtles gliding through deep waters, Ocean Flow turns every step into a reminder that steady, peaceful movement can carry you far.\u003c\/p\u003e","brand":"LAIROS","offers":[{"title":"Kids (US 12C–3Y \/ EU 30–35)","offer_id":48424198013183,"sku":"P-024","price":24.9,"currency_code":"USD","in_stock":false},{"title":"Toddlers (US 6T–12T \/ EU 22–29)","offer_id":48424198045951,"sku":"P-024-T","price":24.9,"currency_code":"USD","in_stock":false},{"title":"Youth \/ Women (US 4Y–10W \/ EU 36–42)","offer_id":48424198078719,"sku":"P-024-YW","price":24.9,"currency_code":"USD","in_stock":false},{"title":"Men (US 9–13 \/ EU 42–47)","offer_id":48424198111487,"sku":"P-024-M","price":24.9,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/OceanFlow_FRONT.jpg?v=1776924857"},{"product_id":"polar-feet-fleece-tabi-socks-soft-grey","title":"Polar Feet Fleece Tabi Socks - Soft Grey","description":"\u003cp\u003eQuiet but fast. They'll keep up.\u003c\/p\u003e\n\u003cp\u003eWasher\/dryer friendly. \u003c\/p\u003e\n\u003cp\u003eNow available in Men's 14-15 (XXL).\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cspan style=\"text-decoration: underline;\"\u003eFit note\u003c\/span\u003e: If you are between two sizes, round up as our Tabi Socks are a little more fitted than our regular socks. \u003c\/em\u003e\u003c\/p\u003e\u003ca href=\"https:\/\/www.polarfeet.ca\/pages\/size-guide\" title=\"Polar Feet Size Guide\"\u003e\u003cbutton type=\"submit\" name=\"add\" id=\"addToCart\" class=\"btn\"\u003e\u003cspan id=\"addToCartText\"\u003eSize Guide\u003c\/span\u003e\u003c\/button\u003e\u003c\/a\u003e","brand":"Polar Feet® LLC","offers":[{"title":"Soft Grey \/ S (W 6-7.5 M 5-6)","offer_id":48424212234495,"sku":"FF-DG-ADT-S-FBA","price":20.99,"currency_code":"USD","in_stock":false},{"title":"Soft Grey \/ M (W 8-9 M 7-8)","offer_id":48424212267263,"sku":"FF-DG-ADT-M-FBA","price":20.99,"currency_code":"USD","in_stock":false},{"title":"Soft Grey \/ L (W 10+ M 9-11)","offer_id":48424212300031,"sku":"FF-DG-ADT-L-FBA","price":20.99,"currency_code":"USD","in_stock":false},{"title":"Soft Grey \/ XL (Men's 11.5-12.5)","offer_id":48424212332799,"sku":"FF-DG-ADT-XL-FBA","price":20.99,"currency_code":"USD","in_stock":false},{"title":"Soft Grey \/ XXL (MEN'S 14-15)","offer_id":48424212365567,"sku":"FF-DG-ADT-XXL-FBA","price":20.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/FF-DG-ADT-S_2_e7c0bde3-d9ae-4693-acb9-ddde17634bc4.jpg?v=1776925404"},{"product_id":"white-men-s-socks-pack-of-2","title":"White Men’s Socks (Pack of 2)","description":"\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003eBest for\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDaily training runs and long runs\u003c\/li\u003e\n\u003cli\u003eHigh-intensity workouts and race day\u003c\/li\u003e\n\u003cli\u003eRunners who want performance socks without the premium price\u003c\/li\u003e\n\u003cli\u003ePairing with any Swift Running shoe\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Swift Running","offers":[{"title":"White \/ Male \/ One size","offer_id":48424213381375,"sku":"SR-M-SOCK-WITE","price":14.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/White-Men-s-Socks-Pack-of-2-Swift-Running-36849334157551.png?v=1776925481"},{"product_id":"perry-ellis-360-red-by-perry-ellis-eau-de-toilette-spray","title":"Perry Ellis 360 Red by Perry Ellis Eau De Toilette Spray","description":"\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003cp\u003eBrand:Perry Ellis\u003c\/p\u003e\n\u003cp\u003eMetricSize:100 ml\u003c\/p\u003e\n\u003ch2\u003eDetails\u003c\/h2\u003e\n\u003cp\u003ePerry ellis 360 red for men is a spicy scent that'll never cease to make you stand out in a crowd. This scent is created from a collaboration of a wide variety of different oriental scent notes such as orange, nutmeg, lime, cinnamon, cloves and bergamot, with discreet yet suave undertones of lavender, and coriander and just a few touches of patchouli, sandalwood, oakmoss, red cedar, musk and vetiver. Each of these notes works together to make a veritable symphony of scent perfect for any occasion.\u003c\/p\u003e","brand":"Cnasti Strings and Thangs","offers":[{"title":"3.4 oz \/ Men","offer_id":48500920942847,"sku":"D0102HA7GYV-Men-3.4 oz","price":37.94,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/dspic_34531eba-9c00-4091-a6e2-cedc7c922e9a.jpg?v=1778478980"},{"product_id":"eternity-moment-by-calvin-klein-eau-de-parfum-spray","title":"Eternity Moment by Calvin Klein Eau De Parfum Spray","description":"\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003cp\u003eBrand:Calvin Klein\u003c\/p\u003e\n\u003cp\u003eMetricSize:100 ml\u003c\/p\u003e\n\u003ch2\u003eDetails\u003c\/h2\u003e\n\u003cp\u003eEternity moment, by the design house of calvin klein was introduced in 2004 as a fun, flirty fragrance for women. Luxurious, and senseous this feminine scent is a dazzling oriental, floral aroma. A romantic blend of asian fruits with subtle undertones of musk and raspberry.\u003c\/p\u003e","brand":"Cnasti Strings and Thangs","offers":[{"title":"3.4 oz \/ Women","offer_id":48500920844543,"sku":"D0102HA7FWV-Women-3.4 oz","price":39.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/dspic_92d2244b-7f27-4933-b0da-2e99198675a9.jpg?v=1778478980"},{"product_id":"obsession-by-calvin-klein-eau-de-toilette-spray","title":"Obsession by Calvin Klein Eau De Toilette Spray","description":"\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003cp\u003eBrand:Calvin Klein\u003c\/p\u003e\n\u003cp\u003eMetricSize:200 ml\u003c\/p\u003e\n\u003ch2\u003eDetails\u003c\/h2\u003e\n\u003cp\u003eLaunched by the design house of calvin klein in 1986, obsession is classified as a refreshing, oriental, woody fragrance.this masculine scent possesses a blend of lavender, mandarin, clove, nutmeg and amber. It is recommended for office wear.\u003c\/p\u003e","brand":"Cnasti Strings and Thangs","offers":[{"title":"6.7 oz \/ Men","offer_id":48500926382335,"sku":"D0102HA55MW-Men-6.7 oz","price":47.8,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/dspic_f006afc7-616b-4288-ae9f-0cd6719089a1.jpg?v=1778479046"},{"product_id":"powercap-3-0-rechargeable-led-lighted-headlamp-hats-and-ipx4-rating-one-size","title":"POWERCAP 3.0 Rechargeable LED Lighted Headlamp Hats and IPX4 Rating - One Size","description":"\u003cdiv style=\"text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/2019\/7154\/files\/POWERCAP_3.0_Cap_A_Content_Image_5.jpg?v=1713973274\" alt=\"\" style=\"float: none;\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/2019\/7154\/files\/POWERCAP_3.0_Cap_A_Content_Image_4.jpg?v=1713973239\" alt=\"\" style=\"float: none;\"\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/2019\/7154\/files\/POWERCAP_3.0_Cap_A_Content_Image_6.jpg?v=1713973042\"\u003e\u003c\/div\u003e\n\u003ch1\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/2019\/7154\/files\/POWERCAP_3.0_Cap_A_Content_Image_3.jpg?v=1713973207\" alt=\"\" style=\"float: none;\"\u003e\n\u003c\/h1\u003e\n\u003ch1\u003ePOWERCAP 3.0 Series Hat Headlamps - USB Rechargeable\u003c\/h1\u003e\n\u003cul\u003e\n\u003cli\u003ePOWERCAP’s New Lighting Technology – 3. 0 Series Headlamp Lighting – Rechargeable LED!\u003c\/li\u003e\n\u003cli\u003e3 LED light output settings: High: 80 Lumens – Medium: 35 Lumens – Low: 15 Lumens\u003c\/li\u003e\n\u003cli\u003eVISIBILITY DISTANCE: High: 15m – Medium: 10m – Low: 8m\u003c\/li\u003e\n\u003cli\u003eBATTERY LIFE: High: 4 Hours – Medium: 5.4 hours – Low: 10.5 Hours\u003c\/li\u003e\n\u003cli\u003eRECHARGE TIME: 6 Hours and 30 Minutes to full charge for optimum use\u003c\/li\u003e\n\u003cli\u003eDURABILITY: WASHABLE IPX4 Water Resistant \u0026amp; Shockproof up to 1m\u003c\/li\u003e\n\u003cli\u003eIdeal for camping, hunting, fishing, auto repair and home improvement or any other activity needing hands-free lighting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eIntroducing Panther Vision’s POWERCAP New 3. 0 Rechargeable Series Lighting Technology. Improved rechargeable battery functionality, powered by a Micro-USB rechargeable lithium polymer battery that is compatible with cell phone wall chargers, USB power banks and USB computer ports. The POWERCAP HLCR 3. 0 includes 1 removeable LED with a light output of 80 lumens, also equipped in this cap is a lighting module that allows for 3 lighting settings: High (80 Lumens), Medium (35 Lumens) \u0026amp; Low (15 Lumens). LED Visibility of up to 15m (45 ft.) on the high setting, 10m (32 ft.) on the medium setting and 8m (26 ft.) on the low setting. IPX4 Waterproof \u0026amp; washable design intended for long lasting use that is easy to use. The POWERCAP Hat is comfortable, easy to use and ideal for Jogging, Biking, Camping, Hunting, Fishing, Auto Repair and Home Improvement or any other activity needing hands-free lighting. Don’t ever let the lack of light get in your way again light your way with Panther Vision’s POWERCAP 3.0.\u003c\/p\u003e\n\u003cp\u003eWhether you’re enjoying the great outdoors or working on a project at home, the POWERCAP® 3.0 Series Rechargeable Hat from Panther Vision provides the lighting you need. Putting up with poor visibility and cumbersome headlamps are a thing of the past thanks to our innovative lighting technology. Get our comfortable, hands-free lighted cap and tackle your next adventure.\u003c\/p\u003e\n\u003ch2\u003eLighted LED Hat Features\u003c\/h2\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eWhether you're working indoors or outdoors, having the right light output from a flashlight headlamp is important. When you have an inadequate light source, productivity and safety can diminish regardless of the activity, project or repair. You need a headlamp that will deliver consistent light output and visibility, especially in tough conditions like low sunlight or rainy weather.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eTo provide you with the right light dispersion, the 3.0 cap headlamp relies on LED lighting. You'll be able to see farther and more clearly than you would with a traditional headlamp or flashlight. Because different situations require different lighting, this headlamp comes with three separate light modes, each with different lumens.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eSwitching between these LED light output settings is simple. Just push a button and make your lighting changes quickly and easily. The light mode setting you choose will also have an impact on the distance you can see.\u003c\/p\u003e\n\u003cp\u003eOur rechargeable LED caps feature three light output and visibility distance settings:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eHigh: \u003c\/b\u003e80 lumens, reaches 15 meters and lasts for 4 hours.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMedium:\u003c\/b\u003e 35 lumens, reaches 10 meters and lasts for 5.4 hours.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eLow: \u003c\/b\u003e15 lumens, reaches 8 meters and lasts for up to 10 hours\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePOWERCAP® Rechargeable Lighted Hats come in three color and design options to suit your style:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eBlack\u003c\/li\u003e\n\u003cli\u003eBlaze Orange\u003c\/li\u003e\n\u003cli\u003eReal Tree Edge\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eBenefits of Our LED Caps\u003c\/h2\u003e\n\u003cp\u003eOur POWERCAP® Rechargeable Hats come with a \u003ca href=\"https:\/\/panther-vision-store.myshopify.com\/blogs\/news\/the-benefits-of-wearing-hats\"\u003evariety of benefits\u003c\/a\u003e that will brighten your perspective in any situation. These versatile hats are suitable for many applications. Use them for outdoor activities like camping and hunting, home improvement and automotive projects, and walking or running outside in the winter.\u003c\/p\u003e\n\u003cp\u003ePanther Vision LED caps are comfortable and stay secure. The hands-free design and long-lasting rechargeable battery allow you to focus on your work and get more done in less time. Our caps are waterproof and \u003ca href=\"https:\/\/panther-vision-store.myshopify.com\/blogs\/news\/how-to-wash-panther-vision-led-hats\"\u003ewashable\u003c\/a\u003e, so they can withstand even the most challenging circumstances.\u003c\/p\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eWater-Resistant and Shockproof\u003c\/h3\u003e\n\u003cp\u003eNo matter what kind of activity or task you need to accomplish, our POWERCAP 3.0 Hat is adaptable to all kinds of indoor and outdoor situations. Since it's both IPX4 water-resistant and shockproof, you can trust that it will stand up to the job — regardless of how extreme it is. It's even been tested against the FL1 Standard, giving you the peace of mind you deserve when working in demanding conditions.\u003c\/p\u003e\n\u003cp\u003eLove staying active in the evening? This easy-to-wear headlamp delivers visibility of up to 15 meters on the highest setting, so you can stay safe while walking, running or cycling at night. If you spend a lot of time outdoors, you'll find that this headlamp comes in handy whenever you're camping, hunting or hiking. This rechargeable headlamp is a necessity, especially in remote places where you won't have electricity to light the way.\u003c\/p\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eOne Size Fits Most - Premium Adjustable Velcro Strap\u003c\/h3\u003e\n\u003cp\u003eFinding the right size beanie headlamp can be a challenge. Our 3.0 Structured Caps will help you save time and effort searching for the perfect fit. Designed with a high-quality adjustable Velcro strap, our hats are designed to fit most sizes. Our premium sweatband liner will keep moisture away from your head and keep you dry. Ideal for jogging, biking, camping, hunting, fishing, auto repair and home improvement or any other activity needing hands-free lighting.\u003c\/p\u003e\n\u003cp\u003eCompared to the other lighted headwear options, our caps are designed to be as lightweight and comfortable as possible. You'll be able to wear it for longer without having to worry about it weighing you down or feeling uncomfortable. Once you put our LED hat on your head, you can count on your headlamp to securely deliver focused, hands-free lighting.\u003c\/p\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eBattery Life and Recharge Time\u003c\/h3\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eEquipped with a rechargeable long-lasting LED headlamp, you'll be ready for all kinds of adventures and projects. This hat headlamp is conveniently sized and has all the features you need to keep your light source going for as long as you need it to.\u003c\/p\u003e\n\u003cp\u003eThe Lighting Module located on our Hats are designed with a micro-USB charging port that's compatible with cellphone-type wall chargers, USB power banks and USB computer ports. It takes six hours and 30 minutes to fully recharge your LED headlamp, giving you hours of bright, hands-free use.\u003c\/p\u003e\n\u003cp\u003eDepending on which mode you are using, the battery life can vary:\u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eHigh:\u003c\/span\u003e 4 hours\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eMedium:\u003c\/span\u003e 5.4 hours\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eLow:\u003c\/span\u003e 10.5 hours\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eJust turn on the switch to your desired light mode and you'll be good to go.\u003c\/p\u003e\n\u003ch2\u003eWhy Panther Vision?\u003c\/h2\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp dir=\"ltr\"\u003eAt Panther Vision, we’re dedicated to improving lives with smarter lighting solutions. Our team of innovators works tirelessly to bring the newest and brightest technology to you. When you shop with us, you’ll get high-quality products that exceed your expectations and meet your personal and professional needs. Every one of our products comes with the Panther Vision POWERCAP® Limited Lifetime Warranty.\u003c\/p\u003e\n\u003ch2\u003eBuy Rechargeable Lighted Hats Today\u003c\/h2\u003e\n\u003cp\u003eBrowse our inventory of POWERCAP® products, including rechargeable hats from Panther Vision. \u003ca href=\"https:\/\/panther-vision-store.myshopify.com\/pages\/contact-us\"\u003eContact us online for more information\u003c\/a\u003e and light up your future today!\u003c\/p\u003e","brand":"Panther Vision Store","offers":[{"title":"Black","offer_id":48506707378431,"sku":"HLCR-9671-AMZ","price":32.99,"currency_code":"USD","in_stock":false},{"title":"Blaze Orange","offer_id":48506707411199,"sku":"HLCR-9657","price":32.99,"currency_code":"USD","in_stock":false},{"title":"Real Tree Edge","offer_id":48506707443967,"sku":"HLCRP-9640","price":32.99,"currency_code":"USD","in_stock":false},{"title":"Mossy Oak","offer_id":48506707476735,"sku":"HLCR5-9664-AMZ","price":32.99,"currency_code":"USD","in_stock":false},{"title":"Navy Blue","offer_id":48506707509503,"sku":"HLCR5-0524-AMZ","price":32.99,"currency_code":"USD","in_stock":false},{"title":"Mossy Oak Elements Marlin American Flag","offer_id":48506707542271,"sku":"HLCR-0982-AMZ","price":32.99,"currency_code":"USD","in_stock":false},{"title":"Mossy Oak Elements Manta American Flag","offer_id":48506707575039,"sku":"HLCR-0968-AMZ","price":32.99,"currency_code":"USD","in_stock":false},{"title":"Real Tree Mesh","offer_id":48506707607807,"sku":"HLCR-9749","price":32.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/POWERCAP-3.0-headlamp-hat-black.jpg?v=1778548983"},{"product_id":"druzy-bezel-drops-multiple-colors-as-seen-in-dayspa-magazine","title":"Druzy Bezel Drops (Multiple Colors) - As Seen in DaySpa Magazine","description":"\u003cp\u003eSparkling, genuine Druzy Agate rounds are wrapped generously and securely in your choice of sterling silver or gold filled wire and suspended from hand formed French style hooks. These earrings are stunning and make the perfect finishing touch to any outfit. \u003c\/p\u003e\n\u003cp\u003eEarrings - Approx 1 1\/4 inches long from top to bottom\u003c\/p\u003e\n\u003cp\u003eDruzy - 10mm\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eAvailable Colors:\u003c\/p\u003e\n\u003cp\u003eCobalt - Blue\u003c\/p\u003e\n\u003cp\u003eClementine - Apricot \/ Peach\u003c\/p\u003e\n\u003cp\u003ePlatinum - Gray\/Silver \u003c\/p\u003e\n\u003cp\u003eUnicorn - Multi\/teal\u003c\/p\u003e\n\u003cp\u003eSnow - White\u003c\/p\u003e\n\u003cp\u003eSeafarer - Green\u003c\/p\u003e\n\u003cp\u003eSugarplum - Lavender Purple\u003c\/p\u003e\n\u003cp\u003e Emerald City - Vibrant Rich Green\u003c\/p\u003e\n\u003cp\u003eSherbet - Peachy Pink\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eAs seen in Platinum \/ Gold in the Oct 2015 issue of DaySpa Magazine\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e** This Design is an original work of Saressa Designs, LLC\u003c\/p\u003e","brand":"Saressa Designs®","offers":[{"title":"Clementine \/ Sterling Silver","offer_id":48511165071615,"sku":"DruzyBezelDropsClemSS","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Clementine \/ 14k Rose Gold Fill","offer_id":48511165104383,"sku":"DruzyBezelDropsClemRG","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Clementine \/ 14k Gold Fill","offer_id":48511165137151,"sku":"DruzyBezelDropsClemGF","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Cobalt \/ Sterling Silver","offer_id":48511165169919,"sku":"DruzyBezelDropsCobSS","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Cobalt \/ 14k Rose Gold Fill","offer_id":48511165202687,"sku":"DruzyBezelDropsCobRG","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Cobalt \/ 14k Gold Fill","offer_id":48511165235455,"sku":"DruzyBezelDropsCobGF","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Sugarplum \/ Sterling Silver","offer_id":48511165268223,"sku":"DruzyBezelDropsSugarPlumSS","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Sugarplum \/ 14k Rose Gold Fill","offer_id":48511165300991,"sku":"DruzyBezelDropsSugarPlumRG","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Sugarplum \/ 14k Gold Fill","offer_id":48511165333759,"sku":"DruzyBezelDropsSugarPlumGF","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Emerald City \/ Sterling Silver","offer_id":48511165366527,"sku":"DruzyBezelDropsEmeraldSS","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Emerald City \/ 14k Rose Gold Fill","offer_id":48511165399295,"sku":"DruzyBezelDropsEmeraldRG","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Emerald City \/ 14k Gold Fill","offer_id":48511165432063,"sku":"DruzyBezelDropsEmeraldGF","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Platinum \/ Sterling Silver","offer_id":48511165464831,"sku":"DruzyBezelDropsPlatSS","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Platinum \/ 14k Rose Gold Fill","offer_id":48511165497599,"sku":"DruzyBezelDropsPlatRG","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Platinum \/ 14k Gold Fill","offer_id":48511165530367,"sku":"DruzyBezelDropsPlatGF","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Seafarer \/ Sterling Silver","offer_id":48511165563135,"sku":"DruzyBezelDropsSeaSS","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Seafarer \/ 14k Rose Gold Fill","offer_id":48511165595903,"sku":"DruzyBezelDropsSeaRG","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Seafarer \/ 14k Gold Fill","offer_id":48511165628671,"sku":"DruzyBezelDropsSeaGF","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Snow \/ Sterling Silver","offer_id":48511165661439,"sku":"DruzyBezelDropsSnowSS","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Snow \/ 14k Rose Gold Fill","offer_id":48511165694207,"sku":"DruzyBezelDropsSnowRG","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Snow \/ 14k Gold Fill","offer_id":48511165726975,"sku":"DruzyBezelDropsSnowGF","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Tamale \/ Sterling Silver","offer_id":48511165759743,"sku":"DruzyBezelDropsTamSS","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Tamale \/ 14k Rose Gold Fill","offer_id":48511165792511,"sku":"DruzyBezelDropsTamRG","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Tamale \/ 14k Gold Fill","offer_id":48511165825279,"sku":"DruzyBezelDropsTamGF","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Unicorn \/ Sterling Silver","offer_id":48511165858047,"sku":"DruzyBezelDropsUniSS","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Unicorn \/ 14k Rose Gold Fill","offer_id":48511165890815,"sku":"DruzyBezelDropsUniRG","price":50.0,"currency_code":"USD","in_stock":false},{"title":"Unicorn \/ 14k Gold Fill","offer_id":48511165923583,"sku":"DruzyBezelDropsUniGF","price":50.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/DruzyWhiteGoldDangles.jpg?v=1778621518"},{"product_id":"druzy-bezel-pendant-necklaces","title":"Druzy Bezel Pendant Necklaces","description":"\u003cp\u003eA gorgeous titanium coated Druzy agate is wrapped generously and securely in my signature bezel style fashion to create a gorgeous pendant, suspended from delicate yet extremely sturdy chain. Chain is hand finished at the clasp for added durability. Choose from  different colors and 3 different metal options (non plated.. yay!)\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAvailable Colors:\u003c\/p\u003e\n\u003cp\u003eCobalt - Blue\u003c\/p\u003e\n\u003cp\u003eEclipse - Black \u003c\/p\u003e\n\u003cp\u003ePlatinum - Gray\/Silver\u003c\/p\u003e\n\u003cp\u003eUnicorn - Multi\/teal\u003c\/p\u003e\n\u003cp\u003eSnow - White\u003c\/p\u003e\n\u003cp\u003eSeafarer - Multi\/Green \u003c\/p\u003e\n\u003cp\u003eTamale - Red\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eMetals: 14k Gold Fill, 14k Rose Gold Fill, Sterling Silver \u003cbr\u003e\u003cbr\u003eEach stone has slight variance in texture, but all are brilliant and beautiful, perfect for layering, gifting and keeping as well as nights out and days or errands.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eSee pastel colors here: http:\/\/www.saressadesigns.com\/products\/druzy-bezel-pendant-necklaces-pastel-edition\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eLength - Will default at 18 inches from clasp end to end. However, if you would like an alternate length up to 22 inches please let me know in the notes section at checkout. For longer lengths please convo me for pricing details. Thanks so much!\u003cbr\u003e\u003cbr\u003eSee more druzy here, including matching earrings - \u003ca href=\"http:\/\/www.saressadesigns.com\/search?type=product\u0026amp;q=druzy\"\u003ehttp:\/\/www.saressadesigns.com\/search?type=product\u0026amp;q=druzy\u003c\/a\u003e\u003ca href=\"http:\/\/etsy.me\/1bQeWJC\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e\u003c\/a\u003e\u003cbr\u003e\u003cbr\u003e*** This design is an original of Saressa Designs, INC \u003c\/p\u003e","brand":"Saressa Designs®","offers":[{"title":"Buttermint \/ Sterling Silver","offer_id":48511166906623,"sku":"sku-47026905776363","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Buttermint \/ 14k Gold Fill","offer_id":48511166939391,"sku":"sku-47026905809131","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Buttermint \/ 14k Rose Gold Fill","offer_id":48511166972159,"sku":"sku-47026905841899","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Cobalt \/ Sterling Silver","offer_id":48511167004927,"sku":"DruzyBezelNeckCobaltSS","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Cobalt \/ 14k Gold Fill","offer_id":48511167037695,"sku":"DruzyBezelNeckCobaltGF","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Cobalt \/ 14k Rose Gold Fill","offer_id":48511167070463,"sku":"DruzyBezelNeckCobaltRG","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Emerald City \/ Sterling Silver","offer_id":48511167103231,"sku":"DruzyBezelNeckEmeraldSS","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Emerald City \/ 14k Gold Fill","offer_id":48511167135999,"sku":"DruzyBezelNeckEmeraldGF","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Emerald City \/ 14k Rose Gold Fill","offer_id":48511167168767,"sku":"DruzyBezelNeckEmeraldRG","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Mulberry \/ Sterling Silver","offer_id":48511167201535,"sku":"DruzyBezelNeckMulSS","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Mulberry \/ 14k Gold Fill","offer_id":48511167234303,"sku":"DruzyBezelNeckMulGF","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Mulberry \/ 14k Rose Gold Fill","offer_id":48511167267071,"sku":"DruzyBezelNeckMulRG","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Platinum \/ Sterling Silver","offer_id":48511167299839,"sku":"DruzyBezelNeckPlatSS","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Platinum \/ 14k Gold Fill","offer_id":48511167332607,"sku":"DruzyBezelNeckPlatGF","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Platinum \/ 14k Rose Gold Fill","offer_id":48511167365375,"sku":"DruzyBezelNeckPlatRG","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Sea Farer \/ Sterling Silver","offer_id":48511167398143,"sku":"DruzyBezelNeckSeaSS","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Sea Farer \/ 14k Gold Fill","offer_id":48511167430911,"sku":"DruzyBezelNeckSeaGF","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Sea Farer \/ 14k Rose Gold Fill","offer_id":48511167463679,"sku":"DruzyBezelNeckSeaRG","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Snow \/ Sterling Silver","offer_id":48511167496447,"sku":"DruzyBezelNeckSnowSS","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Snow \/ 14k Gold Fill","offer_id":48511167529215,"sku":"DruzyBezelNeckSnowGF","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Snow \/ 14k Rose Gold Fill","offer_id":48511167561983,"sku":"DruzyBezelNeckSnowRG","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Tamale \/ Sterling Silver","offer_id":48511167594751,"sku":"DruzyBezelNeckTamSS","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Tamale \/ 14k Gold Fill","offer_id":48511167627519,"sku":"DruzyBezelNeckTamGF","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Tamale \/ 14k Rose Gold Fill","offer_id":48511167660287,"sku":"DruzyBezelNeckTamRG","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Unicorn \/ Sterling Silver","offer_id":48511167693055,"sku":"DruzyBezelNeckUniSS","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Unicorn \/ 14k Gold Fill","offer_id":48511167725823,"sku":"DruzyBezelNeckUniGF","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Unicorn \/ 14k Rose Gold Fill","offer_id":48511167758591,"sku":"DruzyBezelNeckUniRG","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Eclipse \/ Sterling Silver","offer_id":48511167791359,"sku":"DruzyBezelNeckAubGF-3","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Eclipse \/ 14k Gold Fill","offer_id":48511167824127,"sku":"DruzyBezelNeckAubGF-1","price":70.0,"currency_code":"USD","in_stock":false},{"title":"Eclipse \/ 14k Rose Gold Fill","offer_id":48511167856895,"sku":"DruzyBezelNeckAubGF-2","price":70.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/DruzyBezelPendantNecks4.jpg?v=1778621522"},{"product_id":"adult-print-sweatshirt","title":"Adult Print Sweatshirt","description":"\u003cdiv\u003e\n\u003cp\u003eIntroducing the \u003cstrong\u003e\u003ca href=\"https:\/\/www.ellenmckenna.com\/\" title=\"Ellen Mckenna\" rel=\"noopener\" target=\"_blank\"\u003eEllen Mckenna \u003c\/a\u003eAdult Print Joggers\u003c\/strong\u003e – where wearable art meets sustainable style. Designed for those who appreciate both bold aesthetics, comfort, and eco-friendly fashion, these sweatshirts come in four exclusive style variations, each with its own distinctive flair. \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eAll sizing is unisex please check size chart for correct fit.\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"208\" data-end=\"457\"\u003e\u003cstrong data-start=\"208\" data-end=\"223\"\u003eBubble Pop:\u003c\/strong\u003e\u003cbr data-start=\"223\" data-end=\"226\"\u003eFeel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp data-start=\"459\" data-end=\"707\"\u003e\u003cstrong data-start=\"459\" data-end=\"474\"\u003ePop Splash:\u003c\/strong\u003e\u003cbr data-start=\"474\" data-end=\"477\"\u003eEmbrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp data-start=\"709\" data-end=\"963\"\u003e\u003cstrong data-start=\"709\" data-end=\"724\"\u003eClementine:\u003c\/strong\u003e\u003cbr data-start=\"724\" data-end=\"727\"\u003eClementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp data-start=\"965\" data-end=\"1209\"\u003e\u003cstrong data-start=\"0\" data-end=\"20\"\u003ePink Grapefruit:\u003c\/strong\u003e\u003cbr data-start=\"20\" data-end=\"23\"\u003eThis design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e Crafted from sustainably sourced organic cotton, these joggers deliver exceptional softness, breathability, and durability.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThoughtful Design:\u003c\/strong\u003e Featuring a relaxed, tapered fit with an adjustable waistband, they ensure a flattering and comfortable silhouette for every body type.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-Conscious Craftsmanship:\u003c\/strong\u003e Ethically produced in the USA and backed by our commitment to sustainability, these joggers are as kind to the planet as they are stylish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eEllen McKenna is a visionary artist whose bold, vibrant designs transform everyday wear into a colorful statement. Her striking patterns, combined with our commitment to sustainability, redefine ethical fashion with a fresh, innovative perspective.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"Extra Small \/ Bubble Pop","offer_id":48511370461439,"sku":"CBSEMBP-XS","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Extra Small \/ Pop Splash","offer_id":48511370494207,"sku":"CBSEMPS-XS","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Extra Small \/ Clementine","offer_id":48511370526975,"sku":"CBSEMC-XS","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Extra Small \/ Pink Grapefruit","offer_id":48511370559743,"sku":"CBSEMPG-XS","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Small \/ Bubble Pop","offer_id":48511370592511,"sku":"CBSEMBP-S","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Small \/ Pop Splash","offer_id":48511370625279,"sku":"CBSEMPS-S","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Small \/ Clementine","offer_id":48511370658047,"sku":"CBSEMC-S","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Small \/ Pink Grapefruit","offer_id":48511370690815,"sku":"CBSEMPG-S","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Medium \/ Bubble Pop","offer_id":48511370723583,"sku":"CBSEMBP-M","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Medium \/ Pop Splash","offer_id":48511370756351,"sku":"CBSEMPS-M","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Medium \/ Clementine","offer_id":48511370789119,"sku":"CBSEMC-M","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Medium \/ Pink Grapefruit","offer_id":48511370821887,"sku":"CBSEMPG-M","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Large \/ Bubble Pop","offer_id":48511370854655,"sku":"CBSEMBP-L","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Large \/ Pop Splash","offer_id":48511370887423,"sku":"CBSEMPS-L","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Large \/ Clementine","offer_id":48511370920191,"sku":"CBSEMC-L","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Large \/ Pink Grapefruit","offer_id":48511370952959,"sku":"CBSEMPG-L","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Bubble Pop","offer_id":48511370985727,"sku":"CBSEMBP-XL","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Pop Splash","offer_id":48511371018495,"sku":"CBSEMPS-XL","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Clementine","offer_id":48511371051263,"sku":"CBSEMC-XL","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Pink Grapefruit","offer_id":48511371084031,"sku":"CBSEMPG-XL","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XXL \/ Bubble Pop","offer_id":48511371116799,"sku":"CBSEMBP-XXL","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XXL \/ Pop Splash","offer_id":48511371149567,"sku":"CBSEMPS-XXL","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XXL \/ Clementine","offer_id":48511371182335,"sku":"CBSEMC-XXL","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XXL \/ Pink Grapefruit","offer_id":48511371215103,"sku":"CBSEMPG-XXL","price":99.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/toddler-print-sweatshirt-896588.jpg?v=1778623302"},{"product_id":"big-kid-print-sweatshirt","title":"Big Kid Print Sweatshirt","description":"\u003cdiv\u003e\n\u003cp\u003eIntroducing the \u003cstrong\u003e\u003ca rel=\"noopener\" title=\"Ellen Mckenna\" href=\"https:\/\/www.ellenmckenna.com\/\" target=\"_blank\"\u003eEllen McKenna\u003c\/a\u003e Big Kid Print Sweatshirt\u003c\/strong\u003e – where art meets sustainability for your little one. This charming sweatshirt features an original design by visionary artist Ellen McKenna, blending bold patterns and vibrant hues to transform comfort into a wearable work of art.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBubble Pop:\u003c\/strong\u003e Feel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePop Splash:\u003c\/strong\u003e Embrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eClementine:\u003c\/strong\u003e Clementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePink Grapefruit:\u003c\/strong\u003e This design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusive Artwork:\u003c\/strong\u003e Showcasing Ellen McKenna’s signature design, this piece turns a classic baby sweatshirt into a playful canvas of creativity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e Crafted from ultra-soft, eco-friendly organic cotton, it ensures gentle comfort for delicate skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThoughtful Construction:\u003c\/strong\u003e Designed with a relaxed, generous fit to keep up with your baby’s daily adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-Conscious Commitment:\u003c\/strong\u003e Ethically produced in the USA and always returnable to the Patches Project, our commitment to sustainable fashion. Play - Patch - Repeat\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your child's wardrobe with a piece that celebrates creativity, conscious living, and the beauty of ethical style.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"6Y\/7Y \/ Pop Splash","offer_id":48511376425215,"sku":"CBSEMPS-6Y\/7Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"6Y\/7Y \/ Bubble Pop","offer_id":48511376457983,"sku":"CBSEMBP-6Y\/7Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"6Y\/7Y \/ Clementine","offer_id":48511376490751,"sku":"CBSEMC-6Y\/7Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"6Y\/7Y \/ Pink Grapefruit","offer_id":48511376523519,"sku":"CBSEMPG-6Y\/7Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"8Y \/ Pop Splash","offer_id":48511376556287,"sku":"CBSEMPS-8Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"8Y \/ Bubble Pop","offer_id":48511376589055,"sku":"CBSEMBP-8Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"8Y \/ Clementine","offer_id":48511376621823,"sku":"CBSEMC-8Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"8Y \/ Pink Grapefruit","offer_id":48511376654591,"sku":"CBSEMPG-8Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"10Y \/ Pop Splash","offer_id":48511376687359,"sku":"CBSEMPS-10Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"10Y \/ Bubble Pop","offer_id":48511376720127,"sku":"CBSEMBP-10Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"10Y \/ Clementine","offer_id":48511376752895,"sku":"CBSEMC-10Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"10Y \/ Pink Grapefruit","offer_id":48511376785663,"sku":"CBSEMPG-10Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"12Y \/ Pop Splash","offer_id":48511376818431,"sku":"CBSEMPS-12Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"12Y \/ Bubble Pop","offer_id":48511376851199,"sku":"CBSEMBP-12Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"12Y \/ Clementine","offer_id":48511376883967,"sku":"CBSEMC-12Y","price":64.0,"currency_code":"USD","in_stock":false},{"title":"12Y \/ Pink Grapefruit","offer_id":48511376916735,"sku":"CBSEMPG-12Y","price":64.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/toddler-print-sweatshirt-542210_d92893ef-4ca6-4563-b113-89390d19f91e.jpg?v=1778623306"},{"product_id":"baby-print-joggers-2","title":"Baby Print Joggers","description":"\u003cdiv\u003e\n\u003cp\u003eIntroducing the \u003cstrong\u003eEllen McKenna Baby Print Joggers\u003c\/strong\u003e – where imaginative art meets everyday comfort. These playful joggers feature an exclusive design by visionary artist Ellen McKenna, transforming joggers into a baby sized work of art.\u003c\/p\u003e\n\u003cp data-start=\"208\" data-end=\"457\"\u003e\u003cstrong data-start=\"208\" data-end=\"223\"\u003eBubble Pop:\u003c\/strong\u003e\u003cbr data-start=\"223\" data-end=\"226\"\u003eFeel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp data-start=\"459\" data-end=\"707\"\u003e\u003cstrong data-start=\"459\" data-end=\"474\"\u003ePop Splash:\u003c\/strong\u003e\u003cbr data-start=\"474\" data-end=\"477\"\u003eEmbrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp data-start=\"709\" data-end=\"963\"\u003e\u003cstrong data-start=\"709\" data-end=\"724\"\u003eClementine:\u003c\/strong\u003e\u003cbr data-start=\"724\" data-end=\"727\"\u003eClementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp data-start=\"965\" data-end=\"1209\"\u003e\u003cstrong data-start=\"0\" data-end=\"20\"\u003ePink Grapefruit:\u003c\/strong\u003e\u003cbr data-start=\"20\" data-end=\"23\"\u003eThis design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusive Artwork:\u003c\/strong\u003e\u003cbr\u003eAdorned with Ellen McKenna’s distinctive, bold print, these joggers celebrate artistic expression with every detail.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e\u003cbr\u003eCrafted from ultra-soft, eco-friendly organic cotton, they provide gentle comfort on delicate skin while standing up to daily adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRelaxed Fit:\u003c\/strong\u003e\u003cbr\u003eDesigned for little movers, the joggers offer a comfortable, adjustable fit that’s perfect for playtime, exploration, and naps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEthically Made:\u003c\/strong\u003e\u003cbr\u003eEthically produced in the USA and always returnable to the Patches Project, our commitment to sustainable fashion. Play - Patch - Repeat\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your baby’s wardrobe with a pair of joggers that blend art, comfort, and an eco-conscious guarantee. Let your little one explore the world in style with Ellen McKenna’s creative flair!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex | \u003cspan\u003eElastic in Knit Waistband\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"0-6 Months \/ Pink Grapefruit","offer_id":48511376949503,"sku":"CBJEMPG-0-6","price":44.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Clementine","offer_id":48511376982271,"sku":"CBJEMC-0-6","price":44.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Bubble Pop","offer_id":48511377015039,"sku":"CBJEMBP-0-6","price":44.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Pop Splash","offer_id":48511377047807,"sku":"CBJEMPS-0-6","price":44.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Pink Grapefruit","offer_id":48511377080575,"sku":"CBJEMPG-6-12","price":44.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Clementine","offer_id":48511377113343,"sku":"CBJEMC-6-12","price":44.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Bubble Pop","offer_id":48511377146111,"sku":"CBJEMBP-6-12","price":44.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Pop Splash","offer_id":48511377178879,"sku":"CBJEMPS-6-12","price":44.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Pink Grapefruit","offer_id":48511377211647,"sku":"CBJEMPG-12-18","price":44.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Clementine","offer_id":48511377244415,"sku":"CBJEMC-12-18","price":44.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Bubble Pop","offer_id":48511377277183,"sku":"CBJEMBP-12-18","price":44.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Pop Splash","offer_id":48511377309951,"sku":"CBJEMBP-12-18","price":44.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Pink Grapefruit","offer_id":48511377342719,"sku":"CBJEMPG-18-24","price":44.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Clementine","offer_id":48511377375487,"sku":"CBJEMC-18-24","price":44.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Bubble Pop","offer_id":48511377408255,"sku":"CBJEMBP-18-24","price":44.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Pop Splash","offer_id":48511377441023,"sku":"CBJEMPS-18-24","price":44.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/adult-print-joggers-548288_44dde947-b609-4fc9-81f6-5d93ca39ba07.jpg?v=1778623306"},{"product_id":"toddler-print-sweatshirt-2","title":"Toddler Print Sweatshirt","description":"\u003cdiv\u003e\n\u003cp\u003eIntroducing the \u003cstrong\u003e\u003ca href=\"https:\/\/www.ellenmckenna.com\/\" title=\"Ellen Mckenna\" rel=\"noopener\" target=\"_blank\"\u003eEllen McKenna\u003c\/a\u003e Toddler Print Sweatshirt\u003c\/strong\u003e – where art meets sustainability for your little one. This charming sweatshirt features an original design by visionary artist Ellen McKenna, blending bold patterns and vibrant hues to transform comfort into a wearable work of art.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBubble Pop:\u003c\/strong\u003e Feel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePop Splash:\u003c\/strong\u003e Embrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eClementine:\u003c\/strong\u003e Clementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePink Grapefruit:\u003c\/strong\u003e This design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusive Artwork:\u003c\/strong\u003e Showcasing Ellen McKenna’s signature design, this piece turns a classic baby sweatshirt into a playful canvas of creativity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e Crafted from ultra-soft, eco-friendly organic cotton, it ensures gentle comfort for delicate skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThoughtful Construction:\u003c\/strong\u003e Designed with a relaxed, generous fit to keep up with your baby’s daily adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-Conscious Commitment:\u003c\/strong\u003e Ethically produced in the USA and part of our Patches Project, it embodies our dedication to sustainable fashion. Play - Patch - Repeat\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your child's wardrobe with a piece that celebrates creativity, conscious living, and the beauty of ethical style.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"2T \/ Clementine","offer_id":48511377768703,"sku":"CBSEMC-2T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Pink Grapefruit","offer_id":48511377801471,"sku":"CBSEMPG-2T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Bubble Pop","offer_id":48511377834239,"sku":"CBSEMBP-2T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Pop Splash","offer_id":48511377867007,"sku":"CBSEMPS-2T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Clementine","offer_id":48511377899775,"sku":"CBSEMC-3T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Pink Grapefruit","offer_id":48511377932543,"sku":"CBSEMPG-3T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Bubble Pop","offer_id":48511377965311,"sku":"CBSEMBP-3T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Pop Splash","offer_id":48511377998079,"sku":"CBSEMPS-3T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Clementine","offer_id":48511378030847,"sku":"CBSEMC-4T\/5T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Pink Grapefruit","offer_id":48511378063615,"sku":"CBSEMPG-4T\/5T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Bubble Pop","offer_id":48511378096383,"sku":"CBSEMBP-4T\/5T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Pop Splash","offer_id":48511378129151,"sku":"CBSEMPS-4T\/5T","price":54.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/toddler-print-sweatshirt-754961_712e8a85-b78c-464e-9d0f-2d9d5cf54504.jpg?v=1778623306"},{"product_id":"baby-print-sweatshirt","title":"Baby Print Sweatshirt","description":"\u003cp\u003eIntroducing the \u003cstrong\u003e\u003ca href=\"https:\/\/www.ellenmckenna.com\/\" title=\"Ellen Mckenna\" rel=\"noopener\" target=\"_blank\"\u003eEllen McKenna\u003c\/a\u003e Baby Print Sweatshirt\u003c\/strong\u003e – where art meets sustainability for your little one. This charming sweatshirt features an original design by visionary artist Ellen McKenna, blending bold patterns and vibrant hues to transform comfort into a wearable work of art.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBubble Pop:\u003c\/strong\u003e Feel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePop Splash:\u003c\/strong\u003e Embrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eClementine:\u003c\/strong\u003e Clementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePink Grapefruit:\u003c\/strong\u003e This design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusive Artwork:\u003c\/strong\u003e Showcasing Ellen McKenna’s signature design, this piece turns a classic baby sweatshirt into a playful canvas of creativity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e Crafted from ultra-soft, eco-friendly organic cotton, it ensures gentle comfort for delicate skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThoughtful Construction:\u003c\/strong\u003e Designed with a relaxed, generous fit to keep up with your baby’s daily adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-Conscious Commitment:\u003c\/strong\u003e Ethically produced in the USA and part of our Patches Project, it embodies our dedication to sustainable fashion. Play - Patch - Repeat\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your baby’s wardrobe with a piece that celebrates creativity, conscious living, and the beauty of ethical style.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"0-6 Months \/ Pink Grapefruit","offer_id":48511378915583,"sku":"CBSEMPG-0-6","price":44.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Clementine","offer_id":48511378948351,"sku":"CBSEMC-0-6","price":44.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Bubble Pop","offer_id":48511378981119,"sku":"CBSEMBP-0-6","price":44.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Pop Splash","offer_id":48511379013887,"sku":"CBSEMPS-0-6","price":44.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Pink Grapefruit","offer_id":48511379046655,"sku":"CBSEMPG-6-12","price":44.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Clementine","offer_id":48511379079423,"sku":"CBSEMC-6-12","price":44.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Bubble Pop","offer_id":48511379112191,"sku":"CBSEMBP-6-12","price":44.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Pop Splash","offer_id":48511379144959,"sku":"CBSEMPS-6-12","price":44.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Pink Grapefruit","offer_id":48511379177727,"sku":"CBSEMPG-12-18","price":44.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Clementine","offer_id":48511379210495,"sku":"CBSEMC-12-18","price":44.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Bubble Pop","offer_id":48511379243263,"sku":"CBSEMBP-12-18","price":44.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Pop Splash","offer_id":48511379276031,"sku":"CBSEMPS-12-18","price":44.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Pink Grapefruit","offer_id":48511379308799,"sku":"CBSEMPG-18-24","price":44.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Clementine","offer_id":48511379341567,"sku":"CBSEMC-18-24","price":44.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Bubble Pop","offer_id":48511379374335,"sku":"CBSEMBP-18-24","price":44.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Pop Splash","offer_id":48511379407103,"sku":"CBSEMPS-18-24","price":44.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/toddler-print-sweatshirt-744728_41c76919-5f48-41f4-aec9-ce16a57af4df.jpg?v=1778623307"},{"product_id":"toddler-print-joggers-1","title":"Toddler Print Joggers","description":"\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003eIntroducing the \u003cstrong\u003eEllen McKenna Toddler Print Joggers\u003c\/strong\u003e – where imaginative art meets everyday comfort. These playful joggers feature an exclusive design by visionary artist Ellen McKenna, transforming joggers into a wearable work of art.\u003c\/p\u003e\n\u003cp data-end=\"457\" data-start=\"208\"\u003e\u003cstrong data-end=\"223\" data-start=\"208\"\u003eBubble Pop:\u003c\/strong\u003e\u003cbr data-end=\"226\" data-start=\"223\"\u003eFeel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp data-end=\"707\" data-start=\"459\"\u003e\u003cstrong data-end=\"474\" data-start=\"459\"\u003ePop Splash:\u003c\/strong\u003e\u003cbr data-end=\"477\" data-start=\"474\"\u003eEmbrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp data-end=\"963\" data-start=\"709\"\u003e\u003cstrong data-end=\"724\" data-start=\"709\"\u003eClementine:\u003c\/strong\u003e\u003cbr data-end=\"727\" data-start=\"724\"\u003eClementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp data-end=\"1209\" data-start=\"965\"\u003e\u003cstrong data-end=\"20\" data-start=\"0\"\u003ePink Grapefruit:\u003c\/strong\u003e\u003cbr data-end=\"23\" data-start=\"20\"\u003eThis design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusive Artwork:\u003c\/strong\u003e\u003cbr\u003eAdorned with Ellen McKenna’s distinctive, bold print, these joggers celebrate artistic expression with every detail.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e\u003cbr\u003eCrafted from ultra-soft, eco-friendly organic cotton, they provide gentle comfort on delicate skin while standing up to daily adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRelaxed Fit:\u003c\/strong\u003e\u003cbr\u003eDesigned for little movers, the joggers offer a comfortable, adjustable fit that’s perfect for playtime, exploration, and naps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEthically Made:\u003c\/strong\u003e\u003cbr\u003eEthically produced in the USA and always returnable to the Patches Project, our commitment to sustainable fashion. Play - Patch - Repeat\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your baby’s wardrobe with a pair of joggers that blend art, comfort, and an eco-conscious guarantee. Let your little one explore the world in style with Ellen McKenna’s creative flair!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex | \u003cspan\u003eElastic in Knit Waistband\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"2T \/ Clementine","offer_id":48511384879359,"sku":"CBJEMC-2T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Pink Grapefruit","offer_id":48511384912127,"sku":"CBJEMPG-2T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Bubble Pop","offer_id":48511384944895,"sku":"CBJEMBP-2T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Pop Splash","offer_id":48511384977663,"sku":"CBJEMPS-2T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Clementine","offer_id":48511385010431,"sku":"CBJEMBC-3T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Pink Grapefruit","offer_id":48511385043199,"sku":"CBJEMPG-3T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Bubble Pop","offer_id":48511385075967,"sku":"CBJEMBP-3T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Pop Splash","offer_id":48511385108735,"sku":"CBJEMPS-3T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Clementine","offer_id":48511385141503,"sku":"CBJEMC-4T\/5T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Pink Grapefruit","offer_id":48511385174271,"sku":"CBJEMPG-4T\/5T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Bubble Pop","offer_id":48511385207039,"sku":"CBJEMBP-4T\/5T","price":54.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Pop Splash","offer_id":48511385239807,"sku":"CBJEMPS-4T\/5T","price":54.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/adult-print-joggers-993628_85297cb5-0f8e-4485-bb5e-99cd37ea8db3.jpg?v=1778623309"},{"product_id":"toddler-print-tank-1","title":"Toddler Print Tank","description":"\u003cp\u003eIntroducing the \u003cstrong\u003e\u003ca rel=\"noopener\" title=\"Ellen Mckenna\" href=\"https:\/\/www.ellenmckenna.com\/\" target=\"_blank\"\u003eEllen McKenna\u003c\/a\u003e Toddler Print Tank Top\u003c\/strong\u003e– where art meets sustainability for your little one. This charming sweatshirt features an original design by visionary artist Ellen McKenna, blending bold patterns and vibrant hues to transform comfort into a wearable work of art.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBubble Pop:\u003c\/strong\u003e Feel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePop Splash:\u003c\/strong\u003e Embrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eClementine:\u003c\/strong\u003e Clementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePink Grapefruit:\u003c\/strong\u003e This design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusive Artwork:\u003c\/strong\u003e Showcasing Ellen McKenna’s signature design, this piece turns a classic baby sweatshirt into a playful canvas of creativity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e Crafted from ultra-soft, eco-friendly organic cotton, it ensures gentle comfort for delicate skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThoughtful Construction:\u003c\/strong\u003e Designed with a relaxed, generous fit to keep up with your baby’s daily adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-Conscious Commitment:\u003c\/strong\u003e Ethically produced in the USA and part of our Patches Project, it embodies our dedication to sustainable fashion. Play - Patch - Repeat\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your baby’s wardrobe with a piece that celebrates creativity, conscious living, and the beauty of ethical style.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"2T \/ Pink Grapefruit","offer_id":48511392547071,"sku":"CTEMPG-2T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Clementine","offer_id":48511392579839,"sku":"CTEMC-2T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Bubble Pop","offer_id":48511392612607,"sku":"CTEMBP-2T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Pop Splash","offer_id":48511392645375,"sku":"CTSEMPS-2T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Pink Grapefruit","offer_id":48511392678143,"sku":"CTEMPG-3T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Clementine","offer_id":48511392710911,"sku":"CTEMC-3T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Bubble Pop","offer_id":48511392743679,"sku":"CTEMBP-3T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Pop Splash","offer_id":48511392776447,"sku":"CTSEMPS-3T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Pink Grapefruit","offer_id":48511392809215,"sku":"CTEMPG-4T\/5T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Clementine","offer_id":48511392841983,"sku":"CTEMC-4T\/5T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Bubble Pop","offer_id":48511392874751,"sku":"CTEMBP-4T\/5T","price":39.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Pop Splash","offer_id":48511392907519,"sku":"CTSEMPS-4T\/5T","price":39.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/toddler-print-tank-384523.jpg?v=1778623354"},{"product_id":"toddler-print-shorts-1","title":"Toddler Print Shorts","description":"\u003cdiv\u003e\n\u003cp\u003eIntroducing the \u003cstrong\u003eEllen McKenna Toddler Print Shorts\u003c\/strong\u003e– where imaginative art meets everyday comfort. These playful joggers feature an exclusive design by visionary artist Ellen McKenna, transforming joggers into a baby sized work of art.\u003c\/p\u003e\n\u003cp data-start=\"208\" data-end=\"457\"\u003e\u003cstrong data-start=\"208\" data-end=\"223\"\u003eBubble Pop:\u003c\/strong\u003e\u003cbr data-start=\"223\" data-end=\"226\"\u003eFeel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp data-start=\"459\" data-end=\"707\"\u003e\u003cstrong data-start=\"459\" data-end=\"474\"\u003ePop Splash:\u003c\/strong\u003e\u003cbr data-start=\"474\" data-end=\"477\"\u003eEmbrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp data-start=\"709\" data-end=\"963\"\u003e\u003cstrong data-start=\"709\" data-end=\"724\"\u003eClementine:\u003c\/strong\u003e\u003cbr data-start=\"724\" data-end=\"727\"\u003eClementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp data-start=\"965\" data-end=\"1209\"\u003e\u003cstrong data-start=\"0\" data-end=\"20\"\u003ePink Grapefruit:\u003c\/strong\u003e\u003cbr data-start=\"20\" data-end=\"23\"\u003eThis design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusive Artwork:\u003c\/strong\u003e\u003cbr\u003eAdorned with Ellen McKenna’s distinctive, bold print, these joggers celebrate artistic expression with every detail.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e\u003cbr\u003eCrafted from ultra-soft, eco-friendly organic cotton, they provide gentle comfort on delicate skin while standing up to daily adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRelaxed Fit:\u003c\/strong\u003e\u003cbr\u003eDesigned for little movers, the joggers offer a comfortable, adjustable fit that’s perfect for playtime, exploration, and naps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEthically Made:\u003c\/strong\u003e\u003cbr\u003eEthically produced in the USA and always returnable to the Patches Project, our commitment to sustainable fashion. Play - Patch - Repeat\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your baby’s wardrobe with a pair of joggers that blend art, comfort, and an eco-conscious guarantee. Let your little one explore the world in style with Ellen McKenna’s creative flair!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex | \u003cspan\u003eElastic in Knit Waistband\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"2T \/ Pink Grapefruit","offer_id":48511393005823,"sku":"GCSEMPG-0-6","price":39.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Clementine","offer_id":48511393038591,"sku":"GCSEMC-0-6","price":39.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Bubble Pop","offer_id":48511393071359,"sku":"GCSEMBP-0-6","price":39.0,"currency_code":"USD","in_stock":false},{"title":"2T \/ Pop Splash","offer_id":48511393104127,"sku":"GCSEMPS-0-6","price":39.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Pink Grapefruit","offer_id":48511393136895,"sku":"GCSEMPG-6-12","price":39.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Clementine","offer_id":48511393169663,"sku":"GCSEMC-6-12","price":39.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Bubble Pop","offer_id":48511393202431,"sku":"GCSEMBP-6-12","price":39.0,"currency_code":"USD","in_stock":false},{"title":"3T \/ Pop Splash","offer_id":48511393235199,"sku":"GCSEMPS-6-12","price":39.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Pink Grapefruit","offer_id":48511393267967,"sku":"GCSEMPG-12-18","price":39.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Clementine","offer_id":48511393300735,"sku":"GCSEMC-12-18","price":39.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Bubble Pop","offer_id":48511393333503,"sku":"GCSEMBP-12-18","price":39.0,"currency_code":"USD","in_stock":false},{"title":"4T\/5T \/ Pop Splash","offer_id":48511393366271,"sku":"GCSEMBP-12-18","price":39.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/toddler-print-shorts-481847.jpg?v=1778623360"},{"product_id":"baby-print-shorts-2","title":"Baby Print Shorts","description":"\u003cdiv\u003e\n\u003cp\u003eIntroducing the \u003cstrong\u003eEllen McKenna Baby Print Shorts\u003c\/strong\u003e– where imaginative art meets everyday comfort. These playful joggers feature an exclusive design by visionary artist Ellen McKenna, transforming joggers into a baby sized work of art.\u003c\/p\u003e\n\u003cp data-start=\"208\" data-end=\"457\"\u003e\u003cstrong data-start=\"208\" data-end=\"223\"\u003eBubble Pop:\u003c\/strong\u003e\u003cbr data-start=\"223\" data-end=\"226\"\u003eFeel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp data-start=\"459\" data-end=\"707\"\u003e\u003cstrong data-start=\"459\" data-end=\"474\"\u003ePop Splash:\u003c\/strong\u003e\u003cbr data-start=\"474\" data-end=\"477\"\u003eEmbrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp data-start=\"709\" data-end=\"963\"\u003e\u003cstrong data-start=\"709\" data-end=\"724\"\u003eClementine:\u003c\/strong\u003e\u003cbr data-start=\"724\" data-end=\"727\"\u003eClementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp data-start=\"965\" data-end=\"1209\"\u003e\u003cstrong data-start=\"0\" data-end=\"20\"\u003ePink Grapefruit:\u003c\/strong\u003e\u003cbr data-start=\"20\" data-end=\"23\"\u003eThis design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusive Artwork:\u003c\/strong\u003e\u003cbr\u003eAdorned with Ellen McKenna’s distinctive, bold print, these joggers celebrate artistic expression with every detail.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e\u003cbr\u003eCrafted from ultra-soft, eco-friendly organic cotton, they provide gentle comfort on delicate skin while standing up to daily adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRelaxed Fit:\u003c\/strong\u003e\u003cbr\u003eDesigned for little movers, the joggers offer a comfortable, adjustable fit that’s perfect for playtime, exploration, and naps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEthically Made:\u003c\/strong\u003e\u003cbr\u003eEthically produced in the USA and always returnable to the Patches Project, our commitment to sustainable fashion. Play - Patch - Repeat\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your baby’s wardrobe with a pair of joggers that blend art, comfort, and an eco-conscious guarantee. Let your little one explore the world in style with Ellen McKenna’s creative flair!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex | \u003cspan\u003eElastic in Knit Waistband\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"0-6 Months \/ Pink Grapefruit","offer_id":48511394775295,"sku":"GCSEMPG-0-6","price":34.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Clementine","offer_id":48511394808063,"sku":"GCSEMC-0-6","price":34.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Bubble Pop","offer_id":48511394840831,"sku":"GCSEMBP-0-6","price":34.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Pop Splash","offer_id":48511394873599,"sku":"GCSEMPS-0-6","price":34.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Pink Grapefruit","offer_id":48511394906367,"sku":"GCSEMPG-6-12","price":34.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Clementine","offer_id":48511394939135,"sku":"GCSEMC-6-12","price":34.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Bubble Pop","offer_id":48511394971903,"sku":"GCSEMBP-6-12","price":34.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Pop Splash","offer_id":48511395004671,"sku":"GCSEMPS-6-12","price":34.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Pink Grapefruit","offer_id":48511395037439,"sku":"GCSEMPG-12-18","price":34.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Clementine","offer_id":48511395070207,"sku":"GCSEMC-12-18","price":34.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Bubble Pop","offer_id":48511395102975,"sku":"GCSEMBP-12-18","price":34.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Pop Splash","offer_id":48511395135743,"sku":"GCSEMBP-12-18","price":34.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Pink Grapefruit","offer_id":48511395168511,"sku":"GCSEMPG-18-24","price":34.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Clementine","offer_id":48511395201279,"sku":"GCSEMC-18-24","price":34.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Bubble Pop","offer_id":48511395234047,"sku":"GCSEMBP-18-24","price":34.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Pop Splash","offer_id":48511395266815,"sku":"GCSEMPS-18-24","price":34.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/toddler-print-shorts-481847_6ecb3f14-7cc2-4aa5-b712-41ff8e8ed6ce.jpg?v=1778623360"},{"product_id":"baby-print-tank-2","title":"Baby Print Tank","description":"\u003cp\u003eIntroducing the \u003cstrong\u003e\u003ca href=\"https:\/\/www.ellenmckenna.com\/\" title=\"Ellen Mckenna\" rel=\"noopener\" target=\"_blank\"\u003eEllen McKenna\u003c\/a\u003e Baby Print Tank Top\u003c\/strong\u003e– where art meets sustainability for your little one. This charming sweatshirt features an original design by visionary artist Ellen McKenna, blending bold patterns and vibrant hues to transform comfort into a wearable work of art.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBubble Pop:\u003c\/strong\u003e Feel the burst of energy with Bubble Pop—a dynamic design featuring vivid, playful shapes. It’s the ideal choice for those who love to add a spark of fun to their casual style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePop Splash:\u003c\/strong\u003e Embrace creative spontaneity with Pop Splash. This design captures the moment of an artistic explosion, with bold strokes and a cascade of colors that create a lively, energetic vibe perfect for making a statement wherever you go.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eClementine:\u003c\/strong\u003e Clementine brings a warm, invigorating look to your everyday attire. Its soft, yet striking, hues evoke a sense of sunny warmth, making it a subtle yet powerful expression of modern style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePink Grapefruit:\u003c\/strong\u003e This design marries dynamic, vibrant pinks with abstract beauty. This print brings a spirited pop of color to your look, balancing energetic charm with classic sophistication to elevate your everyday style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusive Artwork:\u003c\/strong\u003e Showcasing Ellen McKenna’s signature design, this piece turns a classic baby sweatshirt into a playful canvas of creativity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Organic Cotton:\u003c\/strong\u003e Crafted from ultra-soft, eco-friendly organic cotton, it ensures gentle comfort for delicate skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThoughtful Construction:\u003c\/strong\u003e Designed with a relaxed, generous fit to keep up with your baby’s daily adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-Conscious Commitment:\u003c\/strong\u003e Ethically produced in the USA and part of our Patches Project, it embodies our dedication to sustainable fashion. Play - Patch - Repeat\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your baby’s wardrobe with a piece that celebrates creativity, conscious living, and the beauty of ethical style.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eCapsule Matching Guide:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eBubble Pop: Sugar\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePop Splash: Royal Blue\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eClementine: Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003ePink Grapefruit: Lollipop, Peach\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e+ Materials\u003c\/h3\u003e\n\u003cp\u003e95% Organic Cotton Interlock | 5% Spandex\u003c\/p\u003e\n\u003cp\u003eAll fabric is prewashed with scent free detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003e+ Care\u003c\/h3\u003e\n\u003cp\u003eTurn prints inside out, machine wash on a gentle cycle in cold water with like colors. Tumble dry low and iron as needed\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Peace House Studio","offers":[{"title":"0-6 Months \/ Pink Grapefruit","offer_id":48511395299583,"sku":"CTEMPG-0-6","price":34.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Clementine","offer_id":48511395332351,"sku":"CTEMC-0-6","price":34.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Bubble Pop","offer_id":48511395365119,"sku":"CTEMBP-0-6","price":34.0,"currency_code":"USD","in_stock":false},{"title":"0-6 Months \/ Pop Splash","offer_id":48511395397887,"sku":"CTSEMPS-0-6","price":34.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Pink Grapefruit","offer_id":48511395430655,"sku":"CTEMPG-6-12","price":34.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Clementine","offer_id":48511395463423,"sku":"CTEMC-6-12","price":34.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Bubble Pop","offer_id":48511395496191,"sku":"CTEMBP-6-12","price":34.0,"currency_code":"USD","in_stock":false},{"title":"6-12 Months \/ Pop Splash","offer_id":48511395528959,"sku":"CTSEMPS-6-12","price":34.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Pink Grapefruit","offer_id":48511395561727,"sku":"CTEMPG-12-18","price":34.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Clementine","offer_id":48511395594495,"sku":"CTEMC-12-18","price":34.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Bubble Pop","offer_id":48511395627263,"sku":"CTEMBP-12-18","price":34.0,"currency_code":"USD","in_stock":false},{"title":"12-18 Months \/ Pop Splash","offer_id":48511395660031,"sku":"CTSEMPS-12-18","price":34.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Pink Grapefruit","offer_id":48511395692799,"sku":"CTEMPG-18-24","price":34.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Clementine","offer_id":48511395725567,"sku":"CTEMC-18-24","price":34.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Bubble Pop","offer_id":48511395758335,"sku":"CTEMBP-18-24","price":34.0,"currency_code":"USD","in_stock":false},{"title":"18-24 Months \/ Pop Splash","offer_id":48511395791103,"sku":"CTSEMPS-18-24","price":34.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/toddler-print-tank-384523_b616fae4-1881-4acc-83cf-ad39c2645e45.jpg?v=1778623360"},{"product_id":"ice-cube-embossing-tray","title":"Ice Cube Embossing Tray","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"zc6cgf-z96shp-ef38nu-6d3vee\" data-cel-widget=\"aplus-3p-module-b\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eImpress your guests with unique cocktails crafted with our innovative ice cube trays! Our aluminum pattern molds and silicone drip trays are perfect for creating fancy cubes and a cocktail to remember. Whether you're an experienced mixologist or just starting out, our ice cube stamps are excellent accessories to add to your cocktail making tool kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"8uhdh1-5ixdcc-rogr34-nd4zw7\" data-cel-widget=\"aplus-3p-module-b\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv data-cel-widget=\"aplus-3p-module-b\" data-csa-c-id=\"8uhdh1-5ixdcc-rogr34-nd4zw7\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\n\u003cp class=\"a-spacing-base\"\u003eHome bartenders and mixologists alike can now make their signature drinks with fancy and fun cubes shaped like\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-italic\"\u003epineapples, cherries, citrus fruits, and mint leaves.\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eNot only will they look great, they'll also keep your cocktails cold and crisp. Elevate your home bar with these decorative designer ice cube trays and let your drinks shine with the perfect finishing touch!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The Whiskey Ball","offers":[{"title":"Botanicals","offer_id":48516603609343,"sku":"embossingtray-botanicals","price":59.95,"currency_code":"USD","in_stock":false},{"title":"Elements","offer_id":48516603642111,"sku":"embossingtray-elements","price":59.95,"currency_code":"USD","in_stock":false},{"title":"Holiday","offer_id":48516603674879,"sku":"embossingtray-holiday","price":59.95,"currency_code":"USD","in_stock":false},{"title":"Patterns","offer_id":48516603707647,"sku":"embossingtray-patterns","price":59.95,"currency_code":"USD","in_stock":false},{"title":"Seasons","offer_id":48516603740415,"sku":"embossingtray-seasons","price":59.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/81wNZA32b1L._AC_SL1500_ba3848fc-b19d-44bd-8d99-bc551809e5f5.jpg?v=1778710341"},{"product_id":"alpuffas-genuine-alpaca-slippers","title":"Alpuffas - Genuine Alpaca Slippers","description":"\u003cp\u003eGive your feet a hug with our NEW Alpuffas, slippers made with 100% baby alpaca by artisans in Huancayo, Peru. The inner sole is made of sheepskin for extra comfort. They're like walking on clouds, but better. Incredibly soft, warm, and light.\u003c\/p\u003e\n\u003cp\u003ePerfect for those \"I don't want to leave the house\" days or to give your mornings a cozy upgrade. Once you put them on, you won't want to take them off.\u003c\/p\u003e\n\u003cp\u003eP.S. Always made cruelty-free. 🩷\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e","brand":"Simoné Sleepwear USA","offers":[{"title":"36-37 (US Womens Size 6) \/ White\/Beige","offer_id":48516872208639,"sku":"sku-42905964314833","price":59.0,"currency_code":"USD","in_stock":false},{"title":"36-37 (US Womens Size 6) \/ Brown","offer_id":48516872241407,"sku":"sku-42905964347601","price":59.0,"currency_code":"USD","in_stock":false},{"title":"37-38 (US Womens Size 7) \/ White\/Beige","offer_id":48516872274175,"sku":"sku-42905964380369","price":59.0,"currency_code":"USD","in_stock":false},{"title":"37-38 (US Womens Size 7) \/ Brown","offer_id":48516872306943,"sku":"sku-42905964413137","price":59.0,"currency_code":"USD","in_stock":false},{"title":"38-39 (US Womens Size 8) \/ White\/Beige","offer_id":48516872339711,"sku":"sku-42905964445905","price":59.0,"currency_code":"USD","in_stock":false},{"title":"38-39 (US Womens Size 8) \/ Brown","offer_id":48516872372479,"sku":"sku-42905964478673","price":59.0,"currency_code":"USD","in_stock":false},{"title":"39-40 (US Womens Size 9) \/ White\/Beige","offer_id":48516872405247,"sku":"sku-42905964511441","price":59.0,"currency_code":"USD","in_stock":false},{"title":"39-40 (US Womens Size 9) \/ Brown","offer_id":48516872438015,"sku":"sku-42905964544209","price":59.0,"currency_code":"USD","in_stock":false},{"title":"40-41 (US Womens Size 10) \/ White\/Beige","offer_id":48516872470783,"sku":"sku-42905964576977","price":59.0,"currency_code":"USD","in_stock":false},{"title":"40-41 (US Womens Size 10) \/ Brown","offer_id":48516872503551,"sku":"sku-42905964609745","price":59.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/Alpuffas1.jpg?v=1778720600"},{"product_id":"2026-elite-pro-grip-ii-turf-grey","title":"2026 Elite Pro Grip II Turf - Grey","description":"\u003cp data-start=\"102\" data-end=\"183\"\u003e\u003cstrong data-start=\"102\" data-end=\"133\"\u003e2026 Elite Pro Grip Turf II\u003c\/strong\u003e\u003cbr data-start=\"133\" data-end=\"136\"\u003eBuilt for performance. Designed for softball.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003eThe \u003cem data-start=\"189\" data-end=\"213\"\u003eElite Pro Grip Turf II\u003c\/em\u003e is the next evolution in comfort, traction, and style. Engineered with an upgraded \u003cstrong data-start=\"297\" data-end=\"317\"\u003egrip-bottom sole\u003c\/strong\u003e for unbeatable traction on turf and dirt, this shoe keeps you locked in at every step. A lightweight upper provides all-day comfort, while the reinforced toe and stable base deliver the durability serious players demand.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003e\u003cstrong\u003ePlay hard. Look good. Stay Elite.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Elite Sports USA","offers":[{"title":"MENS 4 \/ WOMENS 5.5 (38)","offer_id":48525733200127,"sku":"sku-51614137549081","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 5 \/ WOMENS 6.5 (39)","offer_id":48525733232895,"sku":"sku-51614137581849","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 6 \/ WOMENS 7.5 (40)","offer_id":48525733265663,"sku":"sku-51614137614617","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 7 \/ WOMENS 8.5 (41)","offer_id":48525733298431,"sku":"sku-51614137647385","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 8 \/ WOMENS 9.5 (42)","offer_id":48525733331199,"sku":"sku-51614137680153","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 9 \/ WOMENS 10.5 (43)","offer_id":48525733363967,"sku":"sku-51614137712921","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 10 \/ WOMENS 11.5 (44)","offer_id":48525733396735,"sku":"sku-51614137745689","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 11 \/ WOMENS 12.5 (45)","offer_id":48525733429503,"sku":"sku-51614137778457","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 12 \/ WOMENS 13.5 (46)","offer_id":48525733462271,"sku":"sku-51614137811225","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 13 \/ WOMENS 13.5 (47)","offer_id":48525733495039,"sku":"sku-52317921018137","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 14 \/ WOMENS 13.5 (48)","offer_id":48525733527807,"sku":"sku-52317921050905","price":74.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/3_6a866e89-764c-42eb-84b8-e290c636e608.png?v=1778769673"},{"product_id":"2026-elite-pro-grip-ii-turf-navy","title":"2026 Elite Pro Grip II Turf - Navy","description":"\u003cp data-start=\"102\" data-end=\"183\"\u003e\u003cstrong data-start=\"102\" data-end=\"133\"\u003e2026 Elite Pro Grip Turf II\u003c\/strong\u003e\u003cbr data-start=\"133\" data-end=\"136\"\u003eBuilt for performance. Designed for softball.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003eThe \u003cem data-start=\"189\" data-end=\"213\"\u003eElite Pro Grip Turf II\u003c\/em\u003e is the next evolution in comfort, traction, and style. Engineered with an upgraded \u003cstrong data-start=\"297\" data-end=\"317\"\u003egrip-bottom sole\u003c\/strong\u003e for unbeatable traction on turf and dirt, this shoe keeps you locked in at every step. A lightweight upper provides all-day comfort, while the reinforced toe and stable base deliver the durability serious players demand.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003e\u003cstrong\u003ePlay hard. Look good. Stay Elite.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Elite Sports USA","offers":[{"title":"MENS 4 \/ WOMENS 5.5 (38)","offer_id":48525734707455,"sku":"sku-51614136008985","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 5 \/ WOMENS 6.5 (39)","offer_id":48525734740223,"sku":"sku-51614136041753","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 6 \/ WOMENS 7.5 (40)","offer_id":48525734772991,"sku":"sku-51614136074521","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 7 \/ WOMENS 8.5 (41)","offer_id":48525734805759,"sku":"sku-51614136107289","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 8 \/ WOMENS 9.5 (42)","offer_id":48525734838527,"sku":"sku-51614136140057","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 9 \/ WOMENS 10.5 (43)","offer_id":48525734871295,"sku":"sku-51614136172825","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 10 \/ WOMENS 11.5 (44)","offer_id":48525734904063,"sku":"sku-51614136205593","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 11 \/ WOMENS 12.5 (45)","offer_id":48525734936831,"sku":"sku-51614136238361","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 12 \/ WOMENS 13.5 (46)","offer_id":48525734969599,"sku":"sku-51614136271129","price":74.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/2_c8864cb9-5091-49a5-acc3-dec9fc05479b.png?v=1778769681"},{"product_id":"2026-elite-pro-grip-ii-turf-black","title":"2026 Elite Pro Grip II Turf - Black","description":"\u003cp data-start=\"102\" data-end=\"183\"\u003e\u003cstrong data-start=\"102\" data-end=\"133\"\u003e2026 Elite Pro Grip Turf II\u003c\/strong\u003e\u003cbr data-start=\"133\" data-end=\"136\"\u003eBuilt for performance. Designed for softball.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003eThe \u003cem data-start=\"189\" data-end=\"213\"\u003eElite Pro Grip Turf II\u003c\/em\u003e is the next evolution in comfort, traction, and style. Engineered with an upgraded \u003cstrong data-start=\"297\" data-end=\"317\"\u003egrip-bottom sole\u003c\/strong\u003e for unbeatable traction on turf and dirt, this shoe keeps you locked in at every step. A lightweight upper provides all-day comfort, while the reinforced toe and stable base deliver the durability serious players demand.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003e\u003cstrong\u003ePlay hard. Look good. Stay Elite.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Elite Sports USA","offers":[{"title":"MENS 4 \/ WOMENS 5.5 (38)","offer_id":48525735592191,"sku":"sku-51614124540185","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 5 \/ WOMENS 6.5 (39)","offer_id":48525735624959,"sku":"sku-51614124572953","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 6 \/ WOMENS 7.5 (40)","offer_id":48525735657727,"sku":"sku-51614124605721","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 7 \/ WOMENS 8.5 (41)","offer_id":48525735690495,"sku":"sku-51614124638489","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 8 \/ WOMENS 9.5 (42)","offer_id":48525735723263,"sku":"sku-51614124671257","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 9 \/ WOMENS 10.5 (43)","offer_id":48525735756031,"sku":"sku-51614124704025","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 10 \/ WOMENS 11.5 (44)","offer_id":48525735788799,"sku":"sku-51614124736793","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 11 \/ WOMENS 12.5 (45)","offer_id":48525735821567,"sku":"sku-51614124769561","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 12 (46)","offer_id":48525735854335,"sku":"sku-51614124802329","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 13 (47)","offer_id":48525735887103,"sku":"sku-52317925671193","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 14 (48)","offer_id":48525735919871,"sku":"sku-52317925703961","price":74.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/1_d2ab2720-e24b-4621-a177-db70654de98a.png?v=1778769680"},{"product_id":"rsr-switches","title":"RSR Switches","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e \u003cbr\u003eSureFire continues its legacy of providing the best remote switching options for its line of combat-proven WeaponLights with the introduction of the RSR-07 and RSR-SR07 remote switches. Designed for a seamless interface with our new SureFire XVL2 and XVL2-IRC WeaponLights, these switches provide easy, instant activation of lights or laser without requiring the user to alter the support-hand grip on the rifle. \u003c\/p\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\n\u003cul\u003e\n\u003cli\u003eThe RSR-07 and RSR-SR07 feature over-molded switches for ideal long-term durability and water resistance\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eThese switches provide easy, intuitive activation of XVL2 and XVl2-IRC WeaponLights without requiring a unique support-hand grip\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eEvery RSR-07 and RSR-SR07 includes a 7-inch cable for optimal positioning to suit the user’s needs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSPECIFICATIONS:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1664\/1057\/files\/Screenshot_2021-05-21_at_15.42.18_480x480.png?v=1621604562\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cbr\u003eFEATURES:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"row no-gutters features\" id=\"initial-features\"\u003e\n\u003cdiv class=\"col\"\u003e\n\u003cdiv class=\"row no-gutters feature align-items-top\"\u003e\n\u003cul\u003e\n\u003cli\u003eEach switch features SureFire’s classic momentary- and constant-on switchology, providing a seamless transition for shooters experienced with Scout Light® remote tape switches\u003c\/li\u003e\n\u003cli\u003eInstallation does not affect the XVL2’s IPX8 water resistance rating (2 hours of submersion at 66 feet)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"row attribute\"\u003e\n\u003cdiv class=\"col-5 col-md-6 col-lg-5\"\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row no-gutters feature align-items-top\"\u003e\n\u003cdiv class=\"col-auto\"\u003e\n\u003cdiv class=\"row attribute\"\u003e\n\u003cdiv class=\"col-5 col-md-6 col-lg-5\"\u003e\n\u003cdiv class=\"row attribute\"\u003e\n\u003cdiv class=\"col-5 col-md-6 col-lg-5\"\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row attribute\"\u003e\n\u003cdiv class=\"col-5 col-md-6 col-lg-5\"\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"HCC Tactical","offers":[{"title":"Black \/ Momentary Tape Switch","offer_id":48525772751103,"sku":"RSR-07","price":80.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Momentary \/ Constant Tape Switch","offer_id":48525772783871,"sku":"RSR-SR07","price":98.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/rsr-switches-surefire.jpg?v=1778770260"},{"product_id":"sft2-tactical-logo-stickers-multiple-designs-and-sizes","title":"SFT2 Tactical Logo Stickers - Multiple Designs and Sizes","description":"\u003cp\u003e Stick 'em high, stick 'em low - everyone loves stickers, and that includes us!\u003c\/p\u003e\n\u003cp\u003eOur stickers come in many sizes, ranging from a fun and feisty 3\" to a bold and bodacious 5\". Manufactured with 4mm White Vinyl High Gloss (UV) vinyl, these pugnacious pads are capable of withstanding scratches, water and the unbearable summer sunlight.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SFT2 Tactical","offers":[{"title":"Patriot","offer_id":48534636691711,"sku":"DFW-SFT2-STICKER-PATRIOT","price":2.99,"currency_code":"USD","in_stock":false},{"title":"White 2A","offer_id":48534636724479,"sku":"DFW-SFT2-STICKER-WH-2A","price":2.99,"currency_code":"USD","in_stock":false},{"title":"Flag AR-15","offer_id":48534636757247,"sku":"DFW-SFT2-STICKER-FLAG-AR15","price":2.99,"currency_code":"USD","in_stock":false},{"title":"2A Flag","offer_id":48534636790015,"sku":"DFW-SFT2-STICKER-2A-FLAG","price":2.99,"currency_code":"USD","in_stock":false},{"title":"Yellow Gadsen","offer_id":48534636822783,"sku":"DFW-SFT2-STICKER-GADSEN","price":2.99,"currency_code":"USD","in_stock":false},{"title":"Black I Support the 2nd Amendment","offer_id":48534636855551,"sku":"DFW-SFT2-STICKER-SUPPORT-2ND","price":2.99,"currency_code":"USD","in_stock":false},{"title":"Black AR-15","offer_id":48534636888319,"sku":"DFW-SFT2-STICKER-BLK-AR15","price":2.99,"currency_code":"USD","in_stock":false},{"title":"Grey We The People","offer_id":48534636921087,"sku":"DFW-SFT2-STICKER-WE-THE-PEOPLE","price":2.99,"currency_code":"USD","in_stock":false},{"title":"*ANY TWO*","offer_id":48534636953855,"sku":"DFW-SFT2-STICKER-ANY-2","price":4.99,"currency_code":"USD","in_stock":false},{"title":"*ANY THREE*","offer_id":48534636986623,"sku":"DFW-SFT2-STICKER-ANY-3","price":6.99,"currency_code":"USD","in_stock":false},{"title":"*ANY FOUR*","offer_id":48534637019391,"sku":"DFW-SFT2-STICKER-ANY-4","price":9.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/patches-stickers-black-ar-15-sft2-tactical-logo-stickers-multiple-designs-and-sizes-1197457348.png?v=1778969982"},{"product_id":"american-patriot-flags-3x5","title":"American Patriot Flags 3x5","description":"\u003cp data-mce-fragment=\"1\"\u003eDo you feel the love of the \u003cstrong\u003eConstitution\u003c\/strong\u003e and the pride in your\u003cstrong\u003e Country\u003c\/strong\u003e rising up inside you? Show the world what you stand for with these patriotic displays! Whether it’s the classic Red, White, and Blue, the timeless Don’t Tread on Me, or the \u003cstrong\u003eAmendment that keeps all others possible\u003c\/strong\u003e, these flags will not disappoint. Get your American Patriot Flag  today!\u003c\/p\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp\u003eFade Proof – The print quality of these flags leave nothing to be desired. With sharp, \u003cstrong\u003evivid color\u003c\/strong\u003e, the dye in these flags are treated to be \u003cstrong\u003efade proof\u003c\/strong\u003e and are suitable for both indoor and outdoor use.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp\u003eDurable – Featuring supreme craftsmanship, these 100% polyester flags are \u003cstrong\u003edouble stitched\u003c\/strong\u003e all around the edges and include brass grommets.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eLightweight – These \u003cstrong\u003elightweight\u003c\/strong\u003e 3x5 flags come in at approximately 100g in weight, ensuring that they will fly with ease even in light wind gusts.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"SFT2 Tactical","offers":[{"title":"American US Flag","offer_id":48534648422655,"sku":"DFW-US-FLAG2","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Stand for the 2nd Amendment","offer_id":48534648455423,"sku":"DFW-2ND-AMEND-FLAG2","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Don't Tread On Me \/ Full Color","offer_id":48534648488191,"sku":"DFW-FLAG-DONT-TREAD-COLOR","price":19.99,"currency_code":"USD","in_stock":false},{"title":"The 2nd Amendment is My Permit","offer_id":48534648520959,"sku":"DFW-2ND-EAGLE-FLAG2","price":19.99,"currency_code":"USD","in_stock":false},{"title":"AR15 2nd Amendment","offer_id":48534648553727,"sku":"DFW-AR15-FLAG2","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Don't Tread On Me \/ Gadsden Flag","offer_id":48534648586495,"sku":"DFW-FLAG-YELLOW-BLACK-SNAKE2","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Black Don't Tread On Me","offer_id":48534648619263,"sku":"DFW-FLAG-DONT-TREND-BLK-YL2","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Betsy Ross","offer_id":48534648652031,"sku":"DFW-ROSS-FLAG2","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Texas Come And Take It","offer_id":48534648684799,"sku":"DFW-TX-COME-TAKE-IT-FLAG2","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Texas Gun","offer_id":48534648717567,"sku":"DFW-TX-GUN-FLAG2","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Texas State","offer_id":48534648750335,"sku":"DFW-TX-STATE-FLAG2","price":19.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/flags-stand-for-the-2nd-amendment-american-patriot-flags-3x5-30604856229930.jpg?v=1778970044"},{"product_id":"dribblestopper-plug-for-pressure-washer-garden-hose-quick-disconnect-fittings","title":"DribbleStopper Plug for Pressure Washer \u0026 Garden Hose Quick Disconnect Fittings","description":"\u003cdiv\u003eTired of water dribbling all over your garage floor every time you wind up your hose reel? The DribbleStopper Hose Plug is here to save the day (and your floors)!\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with standard 3\/8\" pressure washer quick disconnect fittings and 3\/4\" garden hose quick disconnect fittings\u003c\/li\u003e\n\u003cli\u003ePrevents water from leaking out of the hose onto your garage floor when stored\u003c\/li\u003e\n\u003cli\u003e3D printed out of durable PETG plastic\u003c\/li\u003e\n\u003cli\u003eDesigned and made in Atlanta, GA\u003c\/li\u003e\n\u003cli\u003eHoses, reels, and quick disconnect fittings pictured are NOT included\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Stubby Nozzle Co.","offers":[{"title":"3\/8\" Pressure Washer Hose Plug (Male)","offer_id":48536198021375,"sku":"SNC-DRIBBLESTOPPER-PW-MALE","price":4.99,"currency_code":"USD","in_stock":false},{"title":"3\/4\" Garden Hose Plug (Male)","offer_id":48536198054143,"sku":"SNC-DRIBBLESTOPPER-GH-MALE","price":4.99,"currency_code":"USD","in_stock":false},{"title":"3\/4\" Garden Hose Plug (Female)","offer_id":48536198086911,"sku":"SNC-DRIBBLESTOPPER-GH-FEMALE","price":4.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/2_aa01f18c-e037-4ae6-b4eb-58e15ed61547.jpg?v=1779049262"},{"product_id":"cotton-sleep-pants-loose-casual-printed","title":"Cotton Sleep Pants - Loose Casual Printed","description":"\u003cp\u003eEmbrace comfort and style this summer with our \u003cstrong\u003ecotton silk pajama pants\u003c\/strong\u003e. Designed for women who value both fashion and relaxation, these \u003cstrong\u003eloose-fitting\u003c\/strong\u003e pants are perfect for lounging at home or stepping out for a casual outing.\u003c\/p\u003e\n\u003cp\u003eCrafted from breathable fabric, these pajama pants feature a unique \u003cstrong\u003eprinted design\u003c\/strong\u003e that adds a touch of flair to your everyday wardrobe. Available in a variety of colors and patterns, including:\u003c\/p\u003e\n\u003cp\u003eWith a universal fit, these pants are available in all sizes, ensuring everyone can enjoy their effortless style.\u003c\/p\u003e\n\u003cp\u003eWhether you're relaxing at home, meeting friends, or enjoying a cozy movie night, these pajama pants will keep you looking chic and feeling comfortable.\u003c\/p\u003e\n\u003cp\u003eElevate your loungewear collection with our stunning cotton silk pajama pants – where \u003cstrong\u003ecomfort meets fashion\u003c\/strong\u003e!\u003c\/p\u003e","brand":"Trendy Attic Store01","offers":[{"title":"1 Blue bottom big leaf \/ All yards","offer_id":48674210775295,"sku":"1774557603603615744","price":28.76,"currency_code":"USD","in_stock":false},{"title":"3 Black Pineapple \/ All yards","offer_id":48674210808063,"sku":"1774557603603615747","price":28.76,"currency_code":"USD","in_stock":false},{"title":"5 purplish honeysuckle \/ All yards","offer_id":48674210840831,"sku":"1774557603603615749","price":28.76,"currency_code":"USD","in_stock":false},{"title":"7 Peaches \/ All yards","offer_id":48674210873599,"sku":"1774557603603615751","price":28.76,"currency_code":"USD","in_stock":false},{"title":"9 Fashion bear \/ All yards","offer_id":48674210906367,"sku":"1774557603603615753","price":28.76,"currency_code":"USD","in_stock":false},{"title":"13 Pink Flamingos \/ All yards","offer_id":48674210939135,"sku":"1774557603603615757","price":28.76,"currency_code":"USD","in_stock":false},{"title":"10 small green flowers \/ All yards","offer_id":48674210971903,"sku":"1774557603603615755","price":28.76,"currency_code":"USD","in_stock":false},{"title":"14 multicolored strawberries \/ All yards","offer_id":48674211004671,"sku":"1774557603603615759","price":28.76,"currency_code":"USD","in_stock":false},{"title":"15 Green Bottom Rabbits \/ All yards","offer_id":48674211037439,"sku":"1774557603603615761","price":28.76,"currency_code":"USD","in_stock":false},{"title":"18 Yellow Bottom Peach Rabbit \/ All yards","offer_id":48674211070207,"sku":"1774557603603615765","price":28.76,"currency_code":"USD","in_stock":false},{"title":"19 White pineapple \/ All yards","offer_id":48674211102975,"sku":"1774557603603615767","price":28.76,"currency_code":"USD","in_stock":false},{"title":"20 Yellow Lotus \/ All yards","offer_id":48674211135743,"sku":"1774557603603615769","price":28.76,"currency_code":"USD","in_stock":false},{"title":"22 Navy Cherry \/ All yards","offer_id":48674211168511,"sku":"1774557603603615773","price":28.76,"currency_code":"USD","in_stock":false},{"title":"24 Love Little Bear \/ All yards","offer_id":48674211201279,"sku":"1774557603603615775","price":28.76,"currency_code":"USD","in_stock":false},{"title":"25 big pink flowers \/ All yards","offer_id":48674211234047,"sku":"1774557603603615777","price":28.76,"currency_code":"USD","in_stock":false},{"title":"28 Green Bottom Flowers \/ All yards","offer_id":48674211266815,"sku":"1774557603603615781","price":28.76,"currency_code":"USD","in_stock":false},{"title":"26 Small Lily with Green Bottom \/ All yards","offer_id":48674211299583,"sku":"1774557603603615779","price":28.76,"currency_code":"USD","in_stock":false},{"title":"29 stars. \/ All yards","offer_id":48674211332351,"sku":"1774557603603615783","price":28.76,"currency_code":"USD","in_stock":false},{"title":"30 vertical leaves \/ All yards","offer_id":48674211365119,"sku":"1774557603603615785","price":28.76,"currency_code":"USD","in_stock":false},{"title":"31 small blue background flowers \/ All yards","offer_id":48674211397887,"sku":"1774557603603615787","price":28.76,"currency_code":"USD","in_stock":false},{"title":"33 light green gold flower \/ All yards","offer_id":48674211430655,"sku":"1774557603603615789","price":28.76,"currency_code":"USD","in_stock":false},{"title":"34 Pink Magnolia \/ All yards","offer_id":48674211463423,"sku":"1774557603603615791","price":28.76,"currency_code":"USD","in_stock":false},{"title":"35 Lake Blue Stamps \/ All yards","offer_id":48674211496191,"sku":"1774557603603615793","price":28.76,"currency_code":"USD","in_stock":false},{"title":"36 grass with white background \/ All yards","offer_id":48674211528959,"sku":"1774557603603615795","price":28.76,"currency_code":"USD","in_stock":false},{"title":"39 black-bottomed stamens \/ All yards","offer_id":48674211561727,"sku":"1774557603603615797","price":28.76,"currency_code":"USD","in_stock":false},{"title":"16 blue cartoon \/ All yards","offer_id":48674211594495,"sku":"1774557603603615763","price":28.76,"currency_code":"USD","in_stock":false},{"title":"21 Pink Flowers \/ All yards","offer_id":48674211627263,"sku":"1774557603603615771","price":28.76,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/jI026D7PPqURS8fP.webp?v=1781410284"},{"product_id":"stylish-womens-thick-color-block-jacket-for-autumn-winter","title":"Stylish Women's Thick Color-Block Jacket for Autumn\/Winter","description":"\u003cp\u003eEmbrace the chill of autumn and winter with our stylishly designed outerwear, perfect for every fashionable woman. This \u003cstrong\u003etrendy jacket\u003c\/strong\u003e features a unique patchwork design and is crafted from thick, plush fabric to ensure you stay warm and cozy, no matter the weather.\u003c\/p\u003e\n\u003cp\u003eAvailable in a variety of striking colors, including \u003cstrong\u003eblue\u003c\/strong\u003e, \u003cstrong\u003ebrown\u003c\/strong\u003e, \u003cstrong\u003edark green\u003c\/strong\u003e, \u003cstrong\u003eyellow\u003c\/strong\u003e, \u003cstrong\u003ebright powder\u003c\/strong\u003e, and \u003cstrong\u003ered\u003c\/strong\u003e, you can easily find the perfect shade to complement your wardrobe. Each jacket comes in multiple sizes, ranging from \u003cstrong\u003eXL\u003c\/strong\u003e to \u003cstrong\u003e5XL\u003c\/strong\u003e, allowing for a comfortable and flattering fit for all body types.\u003c\/p\u003e\n\u003cp\u003eThe design not only prioritizes style but also functionality, featuring a versatile look that can be dressed up or down, making it an ideal choice for any occasion. Whether you're heading out for a casual lunch or enjoying an evening out, this jacket will keep you looking chic while providing the utmost warmth.\u003c\/p\u003e\n\u003cp\u003eDon't settle for anything less than exceptional this season. Choose your favorite color and size today, and experience the perfect blend of fashion and comfort with our remarkable outerwear!\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/static.hzpdex.com\/724923d8-43c9-42c7-81af-bcf130c59d80.jpeg\" alt=\"Autumn Winter Jacket\" style=\"width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/cbu01.alicdn.com\/img\/ibank\/O1CN01KRGFWD23UDXpSAhzP_!!2216543607258-0-cib.jpg\" alt=\"Trendy Patchwork Design\" style=\"width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/cbu01.alicdn.com\/img\/ibank\/O1CN01z4khFB23UDXoMZAT8_!!2216543607258-0-cib.jpg\" alt=\"Comfortable Fit\" style=\"width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/cbu01.alicdn.com\/img\/ibank\/O1CN01hogKsr23UDXrKbkKQ_!!2216543607258-0-cib.jpg\" alt=\"Variety of Colors\" style=\"width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/cbu01.alicdn.com\/img\/ibank\/O1CN018Kj92z23UDXf7oTjT_!!2216543607258-0-cib.jpg\" alt=\"Stylish and Warm\" style=\"width: 100%; height: auto;\"\u003e\u003c\/p\u003e","brand":"Trendy Attic Store01","offers":[{"title":"blue \/ XL (recommended 90-110 pounds)","offer_id":48674640167167,"sku":"1773733353984458752","price":84.59,"currency_code":"USD","in_stock":false},{"title":"blue \/ 5XL (recommended 155-170 pounds)","offer_id":48674640199935,"sku":"1773733353984458761","price":84.59,"currency_code":"USD","in_stock":false},{"title":"blue \/ 4XL (recommended 140-155 pounds)","offer_id":48674640232703,"sku":"1773733353984458759","price":84.59,"currency_code":"USD","in_stock":false},{"title":"blue \/ 3XL (recommended 125-140 pounds)","offer_id":48674640265471,"sku":"1773733353984458757","price":84.59,"currency_code":"USD","in_stock":false},{"title":"dark green \/ 5XL (recommended 155-170 pounds)","offer_id":48674640298239,"sku":"1773733353984458774","price":84.59,"currency_code":"USD","in_stock":false},{"title":"red \/ 5XL (recommended 155-170 pounds)","offer_id":48674640331007,"sku":"1773733353984458792","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Bright powder color \/ 5XL (recommended 155-170 pounds)","offer_id":48674640363775,"sku":"1773733353984458786","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Bright powder color \/ 4XL (recommended 140-155 pounds)","offer_id":48674640396543,"sku":"1773733353984458785","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 5XL (recommended 155-170 pounds)","offer_id":48674640429311,"sku":"1773733353984458768","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Bright powder color \/ XL (recommended 90-110 pounds)","offer_id":48674640462079,"sku":"1773733353984458781","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 4XL (recommended 140-155 pounds)","offer_id":48674640494847,"sku":"1773733353984458767","price":84.59,"currency_code":"USD","in_stock":false},{"title":"red \/ 4XL (recommended 140-155 pounds)","offer_id":48674640527615,"sku":"1773733353984458791","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 3XL (recommended 125-140 pounds)","offer_id":48674640560383,"sku":"1773733353984458766","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 2XL (recommended 110-125 pounds)","offer_id":48674640593151,"sku":"1773733353984458765","price":84.59,"currency_code":"USD","in_stock":false},{"title":"red \/ 2XL (recommended 110-125 pounds)","offer_id":48674640625919,"sku":"1773733353984458789","price":84.59,"currency_code":"USD","in_stock":false},{"title":"red \/ XL (recommended 90-110 pounds)","offer_id":48674640658687,"sku":"1773733353984458787","price":84.59,"currency_code":"USD","in_stock":false},{"title":"dark green \/ 4XL (recommended 140-155 pounds)","offer_id":48674640691455,"sku":"1773733353984458773","price":84.59,"currency_code":"USD","in_stock":false},{"title":"red \/ 3XL (recommended 125-140 pounds)","offer_id":48674640724223,"sku":"1773733353984458790","price":84.59,"currency_code":"USD","in_stock":false},{"title":"blue \/ 2XL (recommended 110-125 pounds)","offer_id":48674640756991,"sku":"1773733353984458755","price":84.59,"currency_code":"USD","in_stock":false},{"title":"yellow \/ 4XL (recommended 140-155 pounds)","offer_id":48674640789759,"sku":"1773733353984458779","price":84.59,"currency_code":"USD","in_stock":false},{"title":"dark green \/ 2XL (recommended 110-125 pounds)","offer_id":48674640822527,"sku":"1773733353984458771","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Brown \/ XL (recommended 90-110 pounds)","offer_id":48674640855295,"sku":"1773733353984458763","price":84.59,"currency_code":"USD","in_stock":false},{"title":"dark green \/ 3XL (recommended 125-140 pounds)","offer_id":48674640888063,"sku":"1773733353984458772","price":84.59,"currency_code":"USD","in_stock":false},{"title":"yellow \/ XL (recommended 90-110 pounds)","offer_id":48674640920831,"sku":"1773733353984458775","price":84.59,"currency_code":"USD","in_stock":false},{"title":"yellow \/ 2XL (recommended 110-125 pounds)","offer_id":48674640953599,"sku":"1773733353984458777","price":84.59,"currency_code":"USD","in_stock":false},{"title":"yellow \/ 3XL (recommended 125-140 pounds)","offer_id":48674640986367,"sku":"1773733353984458778","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Bright powder color \/ 3XL (recommended 125-140 pounds)","offer_id":48674641019135,"sku":"1773733353984458784","price":84.59,"currency_code":"USD","in_stock":false},{"title":"dark green \/ XL (recommended 90-110 pounds)","offer_id":48674641051903,"sku":"1773733353984458769","price":84.59,"currency_code":"USD","in_stock":false},{"title":"yellow \/ 5XL (recommended 155-170 pounds)","offer_id":48674641084671,"sku":"1773733353984458780","price":84.59,"currency_code":"USD","in_stock":false},{"title":"Bright powder color \/ 2XL (recommended 110-125 pounds)","offer_id":48674641117439,"sku":"1773733353984458783","price":84.59,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/C8bkq3VuCho0Iydq.webp?v=1781414404"},{"product_id":"comfortable-thick-plush-cotton-shoes-for-autumn-winter","title":"Comfortable Thick Plush Cotton Shoes for Autumn\/Winter","description":"\u003cp\u003e\n    \u003c\/p\u003e\u003cp\u003eStep into comfort this winter with our \u003cstrong\u003epremium cotton shoes\u003c\/strong\u003e designed specifically for both men and women. Crafted from \u003cstrong\u003ebreathable\u003c\/strong\u003e man-made PU material, these shoes provide exceptional warmth while ensuring your feet stay cozy during the chilly months.\u003c\/p\u003e\u003cp\u003e\n    \n    \u003c\/p\u003e\u003cp\u003eOur shoes feature a \u003cstrong\u003elightweight\u003c\/strong\u003e design that does not compromise on durability. The \u003cstrong\u003enon-slip\u003c\/strong\u003e PVC sole offers excellent traction, keeping you steady on your feet, whether you are out for a stroll or running errands. The \u003cstrong\u003ethickened\u003c\/strong\u003e design not only enhances comfort but also adds an extra layer of insulation against the cold.\u003c\/p\u003e\u003cp\u003e\n    \n    \u003c\/p\u003e\u003cp\u003eAvailable in a variety of colors including \u003cstrong\u003eblack\u003c\/strong\u003e, \u003cstrong\u003ebrown\u003c\/strong\u003e, and \u003cstrong\u003ewine red\u003c\/strong\u003e, and a wide range of sizes, these shoes cater to everyone's unique style and fit. Choose your perfect pair from our extensive selection:\u003c\/p\u003e\u003cp\u003e\n    \n    \u003c\/p\u003e\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\u003cp\u003e\n    \n    \u003c\/p\u003e\u003cp\u003eDon’t let the cold weather keep you indoors. Embrace the season in style and comfort with our \u003cstrong\u003ecomfortable, warm, and fashionable shoes\u003c\/strong\u003e. Order yours today and enjoy the perfect blend of warmth and practicality!\u003c\/p\u003e\u003cp\u003e\n    \n    \u003c\/p\u003e\u003cp\u003e\u003cimg src=\"https:\/\/static.hzpdex.com\/65bf1ee1-03cf-43bb-b6ee-0b4006f1b992.jpeg\" alt=\"Cotton Shoes\"\u003e\u003c\/p\u003e\u003cp\u003e\n    \u003c\/p\u003e\u003cp\u003e\u003cimg src=\"https:\/\/static.hzpdex.com\/0f9b80f3-78de-4c46-96a6-d9189ed1d2a7.jpeg\" alt=\"Stylish Design\"\u003e\u003c\/p\u003e\u003cp\u003e\n    \u003c\/p\u003e\u003cp\u003e\u003cimg src=\"https:\/\/static.hzpdex.com\/6ad5b8e3-9570-4243-a3aa-42f8c86623b7.jpeg\" alt=\"Comfortable Fit\"\u003e\u003c\/p\u003e\u003cp\u003e\n    \u003c\/p\u003e\u003cp\u003e\u003cimg src=\"https:\/\/static.hzpdex.com\/5c5e3df5-7434-46df-a216-c5ee5fb89a19.jpeg\" alt=\"Non-slip Sole\"\u003e\u003c\/p\u003e\u003cp\u003e\n    \u003c\/p\u003e\u003cp\u003e\u003cimg src=\"https:\/\/static.hzpdex.com\/56403d57-0c33-4867-a8f4-b81dbf5ad217.jpeg\" alt=\"Warm and Cozy\"\u003e\u003c\/p\u003e\u003cp\u003e\n\u003c\/p\u003e\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Trendy Attic Store01","offers":[{"title":"Brown \/ 41","offer_id":48674820882687,"sku":"1773695614845026333","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 38 female","offer_id":48674820915455,"sku":"1773695614845026309","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 36 women","offer_id":48674820948223,"sku":"1773695614845026304","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 43","offer_id":48674820980991,"sku":"1773695614845026335","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 37 women","offer_id":48674821013759,"sku":"1773695614845026307","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 43","offer_id":48674821046527,"sku":"1773695614845026319","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 39 female","offer_id":48674821079295,"sku":"1773695614845026343","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 38 female","offer_id":48674821112063,"sku":"1773695614845026330","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 41","offer_id":48674821144831,"sku":"1773695614845026315","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 45","offer_id":48674821177599,"sku":"1773695614845026323","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 44","offer_id":48674821210367,"sku":"1773695614845026321","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 44","offer_id":48674821243135,"sku":"1773695614845026336","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 46","offer_id":48674821275903,"sku":"1773695614845026338","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 42","offer_id":48674821308671,"sku":"1773695614845026346","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 40","offer_id":48674821341439,"sku":"1773695614845026332","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 43","offer_id":48674821374207,"sku":"1773695614845026347","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 38 female","offer_id":48674821406975,"sku":"1773695614845026342","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 36 women","offer_id":48674821439743,"sku":"1773695614845026327","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 39 female","offer_id":48674821472511,"sku":"1773695614845026331","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 46","offer_id":48674821505279,"sku":"1773695614845026325","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 37 women","offer_id":48674821538047,"sku":"1773695614845026341","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 40","offer_id":48674821570815,"sku":"1773695614845026313","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 41","offer_id":48674821603583,"sku":"1773695614845026345","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 37 women","offer_id":48674821636351,"sku":"1773695614845026329","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 42","offer_id":48674821669119,"sku":"1773695614845026334","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 42","offer_id":48674821701887,"sku":"1773695614845026317","price":59.35,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 45","offer_id":48674821734655,"sku":"1773695614845026337","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 45","offer_id":48674821767423,"sku":"1773695614845026349","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 36 women","offer_id":48674821800191,"sku":"1773695614845026339","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 46","offer_id":48674821832959,"sku":"1773695614845026350","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 40","offer_id":48674821865727,"sku":"1773695614845026344","price":59.35,"currency_code":"USD","in_stock":false},{"title":"black \/ 39 female","offer_id":48674821898495,"sku":"1773695614845026311","price":59.35,"currency_code":"USD","in_stock":false},{"title":"wine red \/ 44","offer_id":48674821931263,"sku":"1773695614845026348","price":59.35,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/6P9WihJ23qmLz2fk.webp?v=1781415253"},{"product_id":"silk-durag-for-360-waves-overnight-compression-all-variants","title":"Silk Durag for 360 Waves \u0026 Overnight Compression [All Variants]","description":"\u003cdiv style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cu\u003e2-6 KING WAVY’S PREMIUM SILK DURAGS\u003c\/u\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cu\u003eDESCRIPTION\u003c\/u\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eMATERIAL\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e: The 2-6 King Wavy Silk DuRags are cut from beautiful silk cloth and is made with durable smooth silk material. Our Silk DuRags will give you smooth, shiny, and elegant feel. Perfect for all occasions.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCARE: \u003c\/strong\u003eCare of your 2-6 King Wavy’s Premium Silk DuRags: (Washing Instructions) Fill basin with cool water, lukewarm water (max 30°C) for both washing and rinsing. Use a few drops of mild detergent that contains no chlorine bleach. Add the garment and gently agitate it, lightly rubbing any stains. Rinse the item in clean lukewarm water until all soap residue has been removed. Lay flat too dry.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eBENEFIT\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e: \u003c\/span\u003e2-6 King Wavy Premium Silk DuRags are made of high-quality silk. The benefits of Silk for your hair not only locks in hydration, but it is also breathable fabric that allows circulation and prevent the moisture from night sweats from getting trapped at the root of the hair. Silk helps to minimize friction and to retain natural shine.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eHEAD WRAP SNUG FIT\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e: One size fit all. The strap length of silk DuRags are 170cm (42.1 inches) and the width of DuRags are 23cm (9 inches). \u003c\/span\u003eFashionable long-tails (the long tail can be rolled up if a long-tail is not desired at that time) and has a wide-strap.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e: Seam Stitching - The stitching on middle seam is on the outer lining to help elite wavers keep their waves perfect the texture of the material will we guarantee positive compliments when worn in public. 2-6 King Wavy’s Premium Silk DuRags n\u003c\/span\u003eot only provide premium protection for your hair and or waves but can also be worn as a stylist additional to your wardrobe. Designed for maximum 360, 540, 720 waves potential. \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eGIFT IDEAS and OCCASIONS\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e: These DuRags make a nice gift on Father's Day, Valentine's Day, Birthdays and Christmas, for all your close male \u0026amp; female relatives, friends, and someone special. it is also a surprising gift choice for hip hop lovers\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eIMPORTANT INFORMATION:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBe sure to follow us on Instagram @26kingwavy. Tag us or DM pictures in a 2-6 King Wavy Merch to be featured.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"26 King Wavy Merch, LLC","offers":[{"title":"Kansas City","offer_id":48760568119551,"sku":"sku-45089085817046","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Gold Edition","offer_id":48760568152319,"sku":"5","price":19.99,"currency_code":"USD","in_stock":true},{"title":"2-6 Edition (Black\u0026Gold)","offer_id":48760568185087,"sku":"sku-45089162625238","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Kobe Inspired","offer_id":48760568217855,"sku":"sku-44807213908182","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Memphis","offer_id":48760568250623,"sku":"sku-44807213973718","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Sacramento","offer_id":48760568283391,"sku":"sku-44807213940950","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Burgundy","offer_id":48760568316159,"sku":"sku-44807213875414","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Charlotte","offer_id":48760568348927,"sku":"sku-44807214006486","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Oregon","offer_id":48760568381695,"sku":"sku-44807224328406","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Nap-Town","offer_id":48760568414463,"sku":"sku-44807214039254","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Nipsey Blue","offer_id":48760568447231,"sku":"sku-45140519649494","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black Silk (Red Logo)","offer_id":48760568479999,"sku":"sku-45415948452054","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Black Silk (White W Logo)","offer_id":48760568512767,"sku":"sku-45415948517590","price":19.99,"currency_code":"USD","in_stock":false},{"title":"OG Green Silk","offer_id":48760568545535,"sku":"sku-45415948550358","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Maroon Silk","offer_id":48760568578303,"sku":"sku-45415948583126","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Teal Silk","offer_id":48760568611071,"sku":"sku-45415948615894","price":19.99,"currency_code":"USD","in_stock":false},{"title":"OG 2-6 KW Navy Blue Silk","offer_id":48760568643839,"sku":"sku-45415948648662","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Purple Silk","offer_id":48760568676607,"sku":"sku-45415948681430","price":19.99,"currency_code":"USD","in_stock":false},{"title":"OG 2-6 KW Black Silk","offer_id":48760568709375,"sku":"sku-45415948714198","price":19.99,"currency_code":"USD","in_stock":false},{"title":"OG 2-6 KW Red Silk","offer_id":48760568742143,"sku":"sku-45415948746966","price":19.99,"currency_code":"USD","in_stock":true},{"title":"OG 2-6 KW White","offer_id":48760568774911,"sku":"sku-45416191328470","price":19.99,"currency_code":"USD","in_stock":true},{"title":"White (Red W Logo)","offer_id":48760568807679,"sku":"sku-45416191394006","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Orange","offer_id":48760568840447,"sku":"sku-45416191459542","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Baby Blue","offer_id":48760568873215,"sku":"sku-45998334050518","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Florida Hurricane","offer_id":48760568905983,"sku":"sku-46228235157718","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Panther Nation","offer_id":48760568938751,"sku":"sku-46228249641174","price":19.99,"currency_code":"USD","in_stock":false},{"title":"Georgetown","offer_id":48760568971519,"sku":"sku-46228262781142","price":19.99,"currency_code":"USD","in_stock":false},{"title":"SF 49ers","offer_id":48760569004287,"sku":"sku-46228286144726","price":19.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/Your_paragraph_text_-_2024-08-27T183724.639.jpg?v=1782942363"},{"product_id":"100-w-200w-commercial-solar-street-light-stay-on","title":"100 W 200W Commercial solar street light-Stay on","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: linear-gradient(135deg, #ff5500, #ff3300);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            padding: 15px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table tr {\n            border-bottom: 1px solid #edf2f7;\n            transition: background-color 0.3s ease;\n        }\n        \n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table th, .spec-table td {\n            padding: 12px 15px;\n            line-height: 1.4;\n            text-align: center;\n        }\n        \n        .spec-table th {\n            background-color: #2c3e50;\n            color: white;\n            font-weight: 600;\n        }\n        \n        .spec-table td:first-child {\n            text-align: left;\n            padding-left: 20px;\n            font-weight: 600;\n            color: #2c3e50;\n            width: 25%;\n        }\n        \n        .model-title {\n            font-weight: 700;\n            color: #ff8000;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 20px 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 8px 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .spec-value i {\n            margin-right: 10px;\n            font-size: 1.8rem;\n        }\n        \n        .spec-label {\n            font-size: 0.95rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.8rem;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        \/* Advanced Features Grid - Updated for symmetric layout *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            border-top: 3px solid #3498db;\n            height: 100%;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.12);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.25rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.5rem;\n            min-width: 30px;\n            background: rgba(255, 128, 0, 0.1);\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 1rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .application-section {\n            margin: 50px 0;\n            padding: 30px 0;\n        }\n        \n        .app-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .app-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n            padding: 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n        \n        .app-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n        \n        .app-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #3498db, #2c3e50);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 15px;\n            color: white;\n            font-size: 1.5rem;\n        }\n        \n        .app-content {\n            padding: 0 10px;\n        }\n        \n        .app-content h4 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .app-content p {\n            color: #6c757d;\n            font-size: 0.95rem;\n        }\n        \n        .tech-highlight {\n            background: linear-gradient(135deg, #2c3e50, #1a2530);\n            color: white;\n            padding: 40px 20px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .tech-highlight h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n        }\n        \n        .tech-highlight p {\n            max-width: 800px;\n            margin: 0 auto;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .warranty-section {\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .warranty-section h3 {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .warranty-section p {\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.7;\n        }\n        \n        footer {\n            text-align: center;\n            padding: 30px 0;\n            color: #6c757d;\n            font-size: 0.95rem;\n            border-top: 1px solid #dee2e6;\n            margin-top: 40px;\n        }\n        \n        \/* Common Specifications Table Styles *\/\n        .common-specs {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 40px 0;\n        }\n        \n        .common-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .common-table th {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .common-table td {\n            padding: 15px;\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .common-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .common-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .common-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .common-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            width: 35%;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 992px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n                max-width: 600px;\n                margin: 0 auto;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td, .spec-table th {\n                padding: 10px 8px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 30%;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n                max-width: 100%;\n            }\n            \n            .common-table th, .common-table td {\n                padding: 12px;\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table td, .spec-table th {\n                padding: 8px 6px;\n                font-size: 0.8rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 35%;\n                padding-left: 10px;\n            }\n            \n            .feature-card {\n                padding: 20px;\n            }\n            \n            .spec-value {\n                font-size: 1.4rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .key-specs {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003ePremium Aluminum Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003ca href=\"#\" class=\"download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"download-buttons\"\u003eHigh-performance solar lighting solution for sustainable urban and rural applications\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-highlight\"\u003e\n\u003ch3\u003eAdvanced Solar Technology\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 2~40,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eHigh Brightness Output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e30~60,000mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ePowerful Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWeatherproof Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eExtended Lifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eModel Comparison\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-100\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-150\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-200\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Efficiency\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (112pcs)\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (168pcs)\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (224pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V\/40W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/50W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/60W Mono\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e780 sqft (16ft height)\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (19ft height)\u003c\/td\u003e\n\u003ctd\u003e1280 sqft (21ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e3.2V 30Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 50Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 60Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e17 lb\u003c\/td\u003e\n\u003ctd\u003e22 lb\u003c\/td\u003e\n\u003ctd\u003e26 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e26.7 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003ctd\u003e33 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003ctd\u003e42 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;19ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Common Specifications Table --\u003e\n\u003cdiv class=\"common-specs\"\u003e\n\u003cdiv class=\"spec-title\"\u003eCommon Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"common-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdapter Included\u003c\/td\u003e\n\u003ctd\u003eYes (2.3\" or 3.2\" diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk-to-Dawn Sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd\u003e2\"-3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd\u003e5+ years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eWith no wiring required, our solar street lights can be installed in minutes. The modular design and included mounting hardware make setup simple and cost-effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e SMART LIGHTING SYSTEM\u003c\/h3\u003e\n\u003cp\u003eIntegrated dusk-to-dawn sensor automatically activates lighting at sunset. Motion detection (26ft range) increases brightness when movement is detected, conserving energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e HIGH EFFICIENCY SOLAR\u003c\/h3\u003e\n\u003cp\u003e60W monocrystalline solar panel with 22% conversion efficiency ensures rapid charging in just 5-8 hours, providing 24-48 hours of illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e PREMIUM DURABILITY\u003c\/h3\u003e\n\u003cp\u003eAerospace-grade aluminum housing with IP65 rating provides superior protection against dust, water, rust, and extreme temperatures from 32°F to 110°F.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003ch3\u003e2-Year Comprehensive Warranty\u003c\/h3\u003e\n\u003cp\u003eIt comes with a 2-year warranty. Our professional support team is available to assist with any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVersatile Applications\u003c\/h2\u003e\n\u003cdiv class=\"app-grid\"\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-road\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eStreet Lighting\u003c\/h4\u003e\n\u003cp\u003eIdeal for roads, highways and residential streets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #2ecc71, #27ae60);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-car\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParking Lots\u003c\/h4\u003e\n\u003cp\u003ePerfect illumination for parking areas and garages\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #e74c3c, #c0392b);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eResidential Security\u003c\/h4\u003e\n\u003cp\u003eEnhance home security with motion-activated lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f39c12, #e67e22);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-tree\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParks \u0026amp; Pathways\u003c\/h4\u003e\n\u003cp\u003eIlluminate walking paths and recreational areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"30000 lumens-Stay on","offer_id":48760672452863,"sku":"ECO100WGREY","price":159.69,"currency_code":"USD","in_stock":true},{"title":"5000 lumens-Stay on","offer_id":48760672485631,"sku":"ECO-200W-Grey","price":249.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/2_be379668-b781-4f6f-a429-49d54c464026.jpg?v=1782942584"},{"product_id":"4-pack-solar-parking-lot-lights-bracket-included","title":"4 Pack Solar Parking lot lights (bracket included)","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: #ff8000;\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: #e67300;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            padding: 5px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table th {\n            background-color: #f1f5f9;\n            color: #2c3e50;\n            font-weight: 600;\n            padding: 12px 15px;\n            text-align: center;\n            border-bottom: 2px solid #cbd5e1;\n        }\n        \n        .spec-table tr {\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table td {\n            padding: 10px 15px;\n            line-height: 1.4;\n            text-align: center;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            text-align: left;\n            padding-left: 20px;\n            width: 30%;\n        }\n        \n        .highlight {\n            font-weight: 700;\n            color: #e74c3c;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-3px);\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 5px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.7rem;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 22px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.3rem;\n            min-width: 24px;\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .hero-image {\n            width: 100%;\n            max-width: 800px;\n            margin: 20px auto;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n            display: flex;\n            justify-content: center;\n            background: linear-gradient(to right, #f5f5f5, #e0e0e0);\n            padding: 20px;\n        }\n        \n       \n        }\n        \n        .hero-image:hover img {\n            transform: scale(1.03);\n        }\n        \n        .comparison-header {\n            text-align: center;\n            color: #2c3e50;\n            margin: 35px 0 15px;\n            font-size: 1.8rem;\n                }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td {\n                padding: 8px 12px;\n                font-size: 0.9rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .comparison-header {\n                font-size: 1.5rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table {\n                min-width: 100%;\n            }\n            \n            .spec-table td {\n                padding: 7px 10px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 12px;\n            }\n            \n            .feature-card {\n                padding: 18px;\n            }\n            \n            .spec-value {\n                font-size: 1.3rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .product-images {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003ch1\u003e\u003ca style=\"font-size: 0.875rem; display: inline !important;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Solar_street_light_manual.pdf?v=1668077332\" class=\"download-btn\" target=\"_blank\"\u003eUser Manual \u003c\/a\u003e\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e90,00-25,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness Range\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e15,000-20,000 mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications Comparison\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eES04-90W\u003c\/th\u003e\n\u003cth\u003eES03-200W\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eES04-90W\u003c\/td\u003e\n\u003ctd\u003eES03-200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e90 W\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Output\u003c\/td\u003e\n\u003ctd\u003e9,000 LM\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e25,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003e180 pcs\u003c\/td\u003e\n\u003ctd\u003e360 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V \/ 13W\u003c\/td\u003e\n\u003ctd\u003e6V \/ 15W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (at 19ft height)\u003c\/td\u003e\n\u003ctd\u003e1380 sq ft (at 22ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e15,000 mAH\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e20,000 mAH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Weight\u003c\/td\u003e\n\u003ctd\u003e7 lb\u003c\/td\u003e\n\u003ctd\u003e9 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Dimensions\u003c\/td\u003e\n\u003ctd\u003e23.6 x 7.5 x 2 in\u003c\/td\u003e\n\u003ctd\u003e28.3 x 10 x 2 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e16-19 ft\u003c\/td\u003e\n\u003ctd\u003e16-19 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApp Control\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk to Dawn\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk to Dawn (Disable)\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Dimension\u003c\/td\u003e\n\u003ctd\u003e20\" long, 1.9\" diameter\u003c\/td\u003e\n\u003ctd\u003e10\" long, 1.9\" diameter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd\u003e2\"-4\"\u003c\/td\u003e\n\u003ctd\u003e2\"-4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd\u003eYes (can be turned off)\u003c\/td\u003e\n\u003ctd\u003eYes (can be turned off)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor (Radar) distance\u003c\/td\u003e\n\u003ctd\u003e26ft maximum\u003c\/td\u003e\n\u003ctd\u003e26ft maximum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control (Infrared) distance\u003c\/td\u003e\n\u003ctd\u003e36 ft (Opposite) \/ 18 ft (30° angle)\u003c\/td\u003e\n\u003ctd\u003e36 ft (Opposite) \/ 18 ft (30° angle)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWorking Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eABS\u003c\/td\u003e\n\u003ctd\u003eABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd\u003eOver 5 years\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eOver 5 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eBoth models feature simple, wire-free installation that can be completed in minutes, saving you time and money on electric bills.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e DUSK TO DAWN OPERATION\u003c\/h3\u003e\n\u003cp\u003eAutomatic lighting from dusk to dawn with large capacity batteries providing consistent output throughout the night.\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e ADVANCED MOTION DETECTION\u003c\/h3\u003e\n\u003cp\u003e26ft radar sensing range with adjustable sensitivity. Energy-saving mode reduces brightness to 30% when no motion is detected.\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-cog\"\u003e\u003c\/i\u003e FLEXIBLE SETTINGS\u003c\/h3\u003e\n\u003cp\u003eRemote control included for easy adjustment of settings including timer modes and motion sensor sensitivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Langy Solar Lights","offers":[{"title":"9000lumens","offer_id":48760701124863,"sku":"4PACK-ES04-90W","price":289.69,"currency_code":"USD","in_stock":true},{"title":"20000lumens","offer_id":48760701157631,"sku":"4PACK-ES03-200W","price":328.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/LANGY_90w_solar_street_light.jpg?v=1782942607"},{"product_id":"commerical-solar-power-led-parking-lot-light-2-years-warranty-1","title":"Commerical Solar Power LED Parking Lot Light - 2 Years Warranty","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: linear-gradient(135deg, #ff5500, #ff3300);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            padding: 15px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table tr {\n            border-bottom: 1px solid #edf2f7;\n            transition: background-color 0.3s ease;\n        }\n        \n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table th, .spec-table td {\n            padding: 12px 15px;\n            line-height: 1.4;\n            text-align: center;\n        }\n        \n        .spec-table th {\n            background-color: #2c3e50;\n            color: white;\n            font-weight: 600;\n        }\n        \n        .spec-table td:first-child {\n            text-align: left;\n            padding-left: 20px;\n            font-weight: 600;\n            color: #2c3e50;\n            width: 25%;\n        }\n        \n        .model-title {\n            font-weight: 700;\n            color: #ff8000;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 20px 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 8px 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .spec-value i {\n            margin-right: 10px;\n            font-size: 1.8rem;\n        }\n        \n        .spec-label {\n            font-size: 0.95rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.8rem;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            border-top: 3px solid #3498db;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.12);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.25rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.5rem;\n            min-width: 30px;\n            background: rgba(255, 128, 0, 0.1);\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 1rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .application-section {\n            margin: 50px 0;\n            padding: 30px 0;\n        }\n        \n        .app-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .app-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n            padding: 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n        \n        .app-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n        \n        .app-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #3498db, #2c3e50);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 15px;\n            color: white;\n            font-size: 1.5rem;\n        }\n        \n        .app-content {\n            padding: 0 10px;\n        }\n        \n        .app-content h4 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .app-content p {\n            color: #6c757d;\n            font-size: 0.95rem;\n        }\n        \n        .tech-highlight {\n            background: linear-gradient(135deg, #2c3e50, #1a2530);\n            color: white;\n            padding: 40px 20px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .tech-highlight h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n        }\n        \n        .tech-highlight p {\n            max-width: 800px;\n            margin: 0 auto;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .warranty-section {\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .warranty-section h3 {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .warranty-section p {\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.7;\n        }\n        \n        footer {\n            text-align: center;\n            padding: 30px 0;\n            color: #6c757d;\n            font-size: 0.95rem;\n            border-top: 1px solid #dee2e6;\n            margin-top: 40px;\n        }\n        \n        \/* Common Specifications Table Styles *\/\n        .common-specs {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 40px 0;\n        }\n        \n        .common-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .common-table th {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .common-table td {\n            padding: 15px;\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .common-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .common-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .common-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .common-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            width: 35%;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td, .spec-table th {\n                padding: 10px 8px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 30%;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .common-table th, .common-table td {\n                padding: 12px;\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table td, .spec-table th {\n                padding: 8px 6px;\n                font-size: 0.8rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 35%;\n                padding-left: 10px;\n            }\n            \n            .feature-card {\n                padding: 20px;\n            }\n            \n            .spec-value {\n                font-size: 1.4rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .key-specs {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003ePremium Aluminum Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003ca class=\"download-btn\" href=\"#\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-highlight\"\u003e\n\u003ch3\u003eAdvanced Solar Technology\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 2~40,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eHigh Brightness Output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e30~60,000mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ePowerful Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWeatherproof Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eExtended Lifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eModel Comparison\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-100\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-150\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Efficiency\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (112pcs)\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (168pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V\/40W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/50W Mono\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e780 sqft (16ft height)\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (19ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e3.2V 30Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 50Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e17 lb\u003c\/td\u003e\n\u003ctd\u003e22 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e26.7 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003ctd\u003e33 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;19ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Common Specifications Table --\u003e\n\u003cdiv class=\"common-specs\"\u003e\n\u003cdiv class=\"spec-title\"\u003eCommon Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"common-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdapter Included\u003c\/td\u003e\n\u003ctd\u003eYes (2.3\"diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk-to-Dawn Sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd\u003e2\"-3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd\u003eYes (26ft max range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd\u003e5+ years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eWith no wiring required, our solar street lights can be installed in minutes. The modular design and included mounting hardware make setup simple and cost-effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e SMART LIGHTING SYSTEM\u003c\/h3\u003e\n\u003cp\u003eIntegrated dusk-to-dawn sensor automatically activates lighting at sunset. Motion detection (26ft range) increases brightness when movement is detected, conserving energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e HIGH EFFICIENCY SOLAR\u003c\/h3\u003e\n\u003cp\u003e60W monocrystalline solar panel with 22% conversion efficiency ensures rapid charging in just 5-8 hours, providing 24-48 hours of illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e ADAPTIVE BRIGHTNESS\u003c\/h3\u003e\n\u003cp\u003eIntelligent controller adjusts brightness based on motion detection. Maintains 30% brightness when no motion is detected, conserving battery life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e PREMIUM DURABILITY\u003c\/h3\u003e\n\u003cp\u003eAerospace-grade aluminum housing with IP65 rating provides superior protection against dust, water, rust, and extreme temperatures from 32°F to 110°F.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-cog\"\u003e\u003c\/i\u003e ENERGY MANAGEMENT\u003c\/h3\u003e\n\u003cp\u003eAdvanced power management system optimizes energy usage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003ch3\u003e2-Year Comprehensive Warranty\u003c\/h3\u003e\n\u003cp\u003eOur solar street lights come with a 2-year warranty. Our professional support team is available to assist with any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVersatile Applications\u003c\/h2\u003e\n\u003cdiv class=\"app-grid\"\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-road\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eStreet Lighting\u003c\/h4\u003e\n\u003cp\u003eIdeal for roads, highways and residential streets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\" style=\"background: linear-gradient(135deg, #2ecc71, #27ae60);\"\u003e\n\u003ci class=\"fas fa-car\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParking Lots\u003c\/h4\u003e\n\u003cp\u003ePerfect illumination for parking areas and garages\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\" style=\"background: linear-gradient(135deg, #e74c3c, #c0392b);\"\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eResidential Security\u003c\/h4\u003e\n\u003cp\u003eEnhance home security with motion-activated lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\" style=\"background: linear-gradient(135deg, #f39c12, #e67e22);\"\u003e\n\u003ci class=\"fas fa-tree\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParks \u0026amp; Pathways\u003c\/h4\u003e\n\u003cp\u003eIlluminate walking paths and recreational areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"30000 lumes \/ Stay on","offer_id":48760721735935,"sku":"ECO-100-B-3.2\"-Stay on","price":189.69,"currency_code":"USD","in_stock":true},{"title":"30000 lumes \/ Motion Sensor","offer_id":48760721768703,"sku":"ECO-100-B-3.2\"-Motion Sensor","price":189.69,"currency_code":"USD","in_stock":true},{"title":"40000 lumens \/ Stay on","offer_id":48760721801471,"sku":"ECO-150-B-3.2\"-stay on","price":225.69,"currency_code":"USD","in_stock":true},{"title":"40000 lumens \/ Motion Sensor","offer_id":48760721834239,"sku":"ECO-150-B-3.2\"-Motion Sensor","price":225.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/20250527-155009_263dc774-2eb3-4c75-bb77-59fe9498919d.jpg?v=1782942629"},{"product_id":"solar-green-floodlight-for-night-hunting","title":"Solar Green Floodlight for Night Hunting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary: #2E7D32;\n            --primary-light: #4CAF50;\n            --primary-dark: #1B5E20;\n            --accent: #FF9800;\n            --light: #f8f9fa;\n            --dark: #2c3e50;\n            --text: #333;\n            --text-light: #666;\n            --white: #ffffff;\n            --border: #e0e0e0;\n            --shadow: 0 5px 15px rgba(0,0,0,0.08);\n            --transition: all 0.3s ease;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: var(--text);\n            line-height: 1.6;\n            min-height: 100vh;\n            position: relative;\n            overflow-x: hidden;\n            padding-bottom: 40px;\n        }\n        \n        body::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at 10% 20%, rgba(232, 245, 233, 0.3) 0%, rgba(232, 245, 233, 0) 70%);\n            z-index: -1;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .header {\n            text-align: center;\n            margin: 30px 0;\n        }\n        \n        .header h1 {\n            font-size: 2.8rem;\n            color: var(--primary-dark);\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .subtitle {\n            color: var(--text-light);\n            font-size: 1.25rem;\n            max-width: 700px;\n            margin: 0 auto 30px;\n            font-weight: 400;\n            line-height: 1.7;\n        }\n        \n        \/* 卡片式参数容器 *\/\n        .spec-cards-container {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px;\n            margin: 30px 0;\n            display: none; \/* 默认隐藏，移动端显示 *\/\n        }\n        \n        .spec-card-item {\n            background: var(--white);\n            border-radius: 12px;\n            padding: 20px;\n            box-shadow: var(--shadow);\n            border-left: 4px solid var(--primary);\n            transition: var(--transition);\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .spec-card-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 12px;\n        }\n        \n        .spec-card-icon {\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            background: rgba(46, 125, 50, 0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            color: var(--primary);\n            font-size: 1.2rem;\n        }\n        \n        .spec-card-title {\n            font-weight: 600;\n            color: var(--primary-dark);\n            font-size: 1.1rem;\n        }\n        \n        .spec-card-value {\n            font-size: 1.05rem;\n            color: var(--text);\n            padding-left: 55px;\n            line-height: 1.6;\n        }\n        \n        \/* 原有表格样式 - 桌面端使用 *\/\n        .spec-card {\n            background: var(--white);\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            margin: 40px 0;\n            border: 1px solid var(--border);\n            transition: var(--transition);\n            animation: fadeIn 0.8s ease-out;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.12);\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, var(--primary), var(--primary-dark));\n            color: var(--white);\n            padding: 20px;\n            text-align: center;\n            font-size: 1.6rem;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n            position: relative;\n        }\n        \n        .spec-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 4px;\n            background: var(--accent);\n            border-radius: 2px;\n        }\n        \n        .spec-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            padding: 5px;\n            position: relative;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n            font-size: 1rem;\n            position: relative;\n        }\n        \n        .spec-table th {\n            background-color: #E8F5E9;\n            color: var(--primary-dark);\n            font-weight: 700;\n            padding: 15px 20px;\n            text-align: left;\n            border-bottom: 2px solid #C8E6C9;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #E8F5E9;\n            vertical-align: top;\n            color: var(--text);\n        }\n        \n        .spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #F1F8E9;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #DCEDC8;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: var(--primary-dark);\n            width: 30%;\n        }\n        \n        \/* 移动端卡片式布局 *\/\n        @media (max-width: 768px) {\n            .spec-cards-container {\n                display: grid; \/* 在移动端显示卡片 *\/\n            }\n            \n            .spec-card {\n                display: none; \/* 在移动端隐藏表格 *\/\n            }\n            \n            .spec-card-item {\n                padding: 18px;\n            }\n            \n            .spec-card-icon {\n                width: 36px;\n                height: 36px;\n                font-size: 1.1rem;\n            }\n            \n            .spec-card-title {\n                font-size: 1.05rem;\n            }\n            \n            .spec-card-value {\n                font-size: 1rem;\n                padding-left: 51px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-cards-container {\n                gap: 12px;\n            }\n            \n            .spec-card-item {\n                padding: 15px;\n            }\n            \n            .spec-card-icon {\n                width: 32px;\n                height: 32px;\n                font-size: 1rem;\n                margin-right: 12px;\n            }\n            \n            .spec-card-title {\n                font-size: 1rem;\n            }\n            \n            .spec-card-value {\n                font-size: 0.95rem;\n                padding-left: 44px;\n            }\n        }\n        \n        \/* 其他样式保持不变 *\/\n        .features-section {\n            margin: 50px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: var(--primary-dark);\n            margin-bottom: 40px;\n            font-size: 2.2rem;\n            position: relative;\n            font-weight: 700;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 100px;\n            height: 5px;\n            background: linear-gradient(to right, var(--primary), var(--accent));\n            margin: 15px auto;\n            border-radius: 3px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 25px;\n        }\n        \n        .feature-card {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            display: flex;\n            flex-direction: column;\n            border: 1px solid var(--border);\n            position: relative;\n            overflow: hidden;\n            animation: fadeIn 0.6s ease-out forwards;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.12);\n            border-color: var(--primary-light);\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 5px;\n            background: linear-gradient(to right, var(--primary), var(--primary-dark));\n        }\n        \n        .feature-card h3 {\n            font-size: 1.4rem;\n            color: var(--primary-dark);\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 15px;\n            color: var(--primary);\n            font-size: 1.8rem;\n            min-width: 40px;\n            text-align: center;\n        }\n        \n        .feature-card p {\n            color: var(--text-light);\n            font-size: 1.05rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .hunting-benefits {\n            background: linear-gradient(to right, rgba(232, 245, 233, 0.7), rgba(232, 245, 233, 0.9));\n            padding: 40px;\n            border-radius: 15px;\n            margin: 50px 0;\n            border-left: 5px solid var(--primary);\n            box-shadow: var(--shadow);\n            animation: fadeIn 0.8s ease-out;\n        }\n        \n        .hunting-benefits h3 {\n            color: var(--primary-dark);\n            margin-bottom: 25px;\n            font-size: 1.8rem;\n            text-align: center;\n            font-weight: 700;\n        }\n        \n        .hunting-benefits ul {\n            list-style-type: none;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .hunting-benefits li {\n            padding: 15px 0 15px 40px;\n            position: relative;\n            font-size: 1.1rem;\n            line-height: 1.7;\n            border-bottom: 1px dashed rgba(46, 125, 50, 0.2);\n            color: var(--text);\n        }\n        \n        .hunting-benefits li:last-child {\n            border-bottom: none;\n        }\n        \n        .hunting-benefits li::before {\n            content: \"✓\";\n            color: var(--primary);\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            top: 15px;\n            font-size: 1.5rem;\n            width: 30px;\n            height: 30px;\n            background: rgba(76, 175, 80, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Animations *\/\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        @keyframes pulse {\n            0% { transform: translateY(-50%) scale(1); }\n            50% { transform: translateY(-50%) scale(1.1); }\n            100% { transform: translateY(-50%) scale(1); }\n        }\n        \n        \/* Responsive design adjustments *\/\n        @media (max-width: 992px) {\n            .header h1 {\n                font-size: 2.4rem;\n            }\n            \n            .section-title {\n                font-size: 1.9rem;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .header h1 {\n                font-size: 2rem;\n            }\n            \n            .subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .hunting-benefits {\n                padding: 30px 20px;\n            }\n            \n            .hunting-benefits li {\n                font-size: 1rem;\n                padding-left: 35px;\n            }\n            \n            .feature-card {\n                padding: 25px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .header h1 {\n                font-size: 1.8rem;\n            }\n            \n            .section-title {\n                font-size: 1.7rem;\n            }\n            \n            .feature-card {\n                padding: 20px;\n            }\n            \n            .feature-card h3 {\n                font-size: 1.3rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1\u003eLangy Solar Hunting Light\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c!-- 移动端卡片式参数展示 --\u003e\n\u003cdiv class=\"spec-cards-container\"\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-plug\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003ePower Source\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eSolar Powered (No Electricity Required)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eInstallation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e15-foot extension cable, Carabiner included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-sliders-h\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eControl Options\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eRemote Control (Stay-on, Timer, Motion Detection)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eWaterproof Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eIP65 (Weatherproof)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-cube\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eMaterial\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eDurable ABS Plastic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-thermometer-half\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eTemperature Range\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e-50°F to 140°F (-45°C to 60°C)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eWarranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e1-Year Comprehensive Warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eBattery Type\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eRechargeable Lithium-ion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-charging-station\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eCharging Time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e6-8 hours (Full Sunlight)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eOperation Time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eUp to 12 hours (Full Charge)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eLight Output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eAdjustable Brightness (300-1200 Lumens)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-sensor\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eMotion Detection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e26ft Range, 120° Angle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 桌面端表格展示 --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eSolar Powered (No Electricity Required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003e15-foot extension cable, Carabiner included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Options\u003c\/td\u003e\n\u003ctd\u003eRemote Control (Stay-on, Timer, Motion Detection)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65 (Weatherproof)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eDurable ABS Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTemperature Range\u003c\/td\u003e\n\u003ctd\u003e-50°F to 140°F (-45°C to 60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1-Year Comprehensive Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Type\u003c\/td\u003e\n\u003ctd\u003eRechargeable Lithium-ion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e6-8 hours (Full Sunlight)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperation Time\u003c\/td\u003e\n\u003ctd\u003eUp to 12 hours (Full Charge)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Output\u003c\/td\u003e\n\u003ctd\u003eAdjustable Brightness (300-1200 Lumens)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Detection\u003c\/td\u003e\n\u003ctd\u003e26ft Range, 120° Angle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 其他内容保持不变 --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e Solar Efficiency\u003c\/h3\u003e\n\u003cp\u003eHigh-efficiency monocrystalline solar panel provides maximum energy conversion even in low-light conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-water\"\u003e\u003c\/i\u003e Weather Resistance\u003c\/h3\u003e\n\u003cp\u003eIP65 waterproof rating ensures reliable operation in rain, snow, and extreme weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e Green Light Technology\u003c\/h3\u003e\n\u003cp\u003eSpecialized green LED spectrum provides optimal visibility without spooking game animals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-motion\"\u003e\u003c\/i\u003e Smart Motion Detection\u003c\/h3\u003e\n\u003cp\u003eAdvanced PIR sensor detects movement up to 26 feet away with 120° coverage angle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e Long Battery Life\u003c\/h3\u003e\n\u003cp\u003eHigh-capacity lithium battery provides up to 12 hours of continuous operation on a full charge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e Easy Installation\u003c\/h3\u003e\n\u003cp\u003eNo wiring required - includes carabiner clips and mounting hardware for quick setup anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hunting-benefits\"\u003e\n\u003ch3\u003eWhy Choose Our Solar Hunting Lights?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDramatically improves night hunting success with optimal green illumination\u003c\/li\u003e\n\u003cli\u003eMotion-activated design preserves battery while providing light when needed\u003c\/li\u003e\n\u003cli\u003eNo wiring required - install anywhere\u003c\/li\u003e\n\u003cli\u003eMaintenance-free operation with automatic dusk-to-dawn functionality\u003c\/li\u003e\n\u003cli\u003eWithstands extreme outdoor conditions from freezing to desert heat\u003c\/li\u003e\n\u003cli\u003eUS-based support with 1-year warranty for peace of mind\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"12000 lumens","offer_id":48760731304191,"sku":"GH081F-300-black","price":59.69,"currency_code":"USD","in_stock":true},{"title":"14000 lumens","offer_id":48760731336959,"sku":"GH081F-400-Black","price":78.89,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/20241129-154809.jpg?v=1782942654"},{"product_id":"72v-16-4kwh-lithium-electric-mini-track-loader-skid-steer","title":"72V 16.4kWh Lithium Electric Mini Track Loader Skid Steer","description":"\u003cp\u003e\u003cspan\u003e2000 Pounds on a Joystick. Fully Electric, works indoors, in caves, on Mars — wherever you're happy. Recharge from a regular power outlet or solar. Never buy fuel, sniff gas, or do an oil change again.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eFully electric, ready at all times with no fumes and no maintenance, the Full Battery Curiosity Loader is a 1 Ton (1000 kg) machine that delivers 663 Lbs lifting force and up to 16.5 gpm hydraulic flow for all-day brute digging, fork lifting, snow shoveling, borehole drilling fun. The generous battery will last over 30 years, does not fear being fully depleted, does not leak acid, recharges with a standard US 110V 20 Amp outlet, and offers over 8 hours of continuous operation on a single charge.\u003c\/p\u003e\n\u003cp\u003eAble to roll through a 33 inch opening, the mini loader can serve your business, farm, or large backyard daily. Operate indoors with zero fumes. When done, simply plug into a 110V outlet to recharge using the onboard charger. No oil changes, no fuel. Want to charge it with solar? No problem. Contact us today and we can bundle it with a solar charge controller for the most efficient charging in remote locations.\u003c\/p\u003e\n\u003cp\u003eWe offer a full line of attachments for this unit. Price includes delivery within the lower 48 US States. In stock, ships same day.\u003c\/p\u003e","brand":"Full Battery","offers":[{"title":"No Attachments","offer_id":48760997282047,"sku":"CU3","price":23995.0,"currency_code":"USD","in_stock":true},{"title":"32\" Bucket + Digger Teeth","offer_id":48760997314815,"sku":"CU1","price":24450.0,"currency_code":"USD","in_stock":true},{"title":"Hydraulic 42\" Pallet Forks","offer_id":48760997347583,"sku":"CU2","price":24850.0,"currency_code":"USD","in_stock":true},{"title":"Bucket + Forks Combo","offer_id":48760997380351,"sku":"CU2","price":25700.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/main_9d4168a7-81d0-44ac-8f73-6c7aac5e05b3.webp?v=1782943216"},{"product_id":"fun-and-games-scarf-kit","title":"Fun and Games Scarf Kit","description":"\u003ch3\u003eWhy we love it!\u003c\/h3\u003e\n\u003cp\u003eCreate a timeless piece with our Fun and Games Scarf Kit. This easy knit pattern is perfect for a beginner knitter who is looking to make a scarf for their favorite person.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eEach kit comes with 4 skeins of our 100% Silk Worsted Weight Roving Yarn and a pattern! \u003c\/li\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eIf you want a fun, satisfying knitting project that teaches a basic cable - this is it!\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eProject Specs \u003c\/h5\u003e\n\u003cdiv\u003eSize: One Size\u003c\/div\u003e\n\u003cdiv\u003eYarn: 4 Skeins of \u003ca href=\"https:\/\/www.darngoodyarn.com\/products\/silk-yarn-worsted-weight?variant=24138918598\" title=\"roving silk yarn\" target=\"_blank\"\u003eWorsted Weight Roving Silk Yarn\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv\u003eNeedle Size: US 7-9\u003c\/div\u003e\n\u003cdiv\u003eSkill Level: Beginner\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Darn Good Yarn","offers":[{"title":"Ocean Light","offer_id":48761010651391,"sku":"B7B575E3228","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Phenomena","offer_id":48761010684159,"sku":"B7B575E2936","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Start With Love","offer_id":48761010716927,"sku":"B7B575E2937","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Dandelion Poof","offer_id":48761010749695,"sku":"B7B575E677","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Classic Blue","offer_id":48761010782463,"sku":"B7B575E2941","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Black","offer_id":48761010815231,"sku":"B7B575E2940","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Marsala Wine","offer_id":48761010847999,"sku":"B7B575E3576","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Tropical Sea","offer_id":48761010880767,"sku":"B7B575E3577","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle - Jasper","offer_id":48761010913535,"sku":"B7B575E3578","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle - Orange Calcite","offer_id":48761010946303,"sku":"B7B575E3579","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Watercolors","offer_id":48761010979071,"sku":"B7B575E674","price":65.0,"currency_code":"USD","in_stock":true},{"title":"Sparkle Stars in the Night Sky","offer_id":48761011011839,"sku":"B7B575E2942","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Sunset Lovers","offer_id":48761011044607,"sku":"B7B575E2943","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Tidal Pool","offer_id":48761011077375,"sku":"B7B575E2944","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Enchanted Forest","offer_id":48761011110143,"sku":"B7B575E2945","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Watercolors","offer_id":48761011142911,"sku":"B7B575E2946","price":65.0,"currency_code":"USD","in_stock":false},{"title":"Midnight Sparkle","offer_id":48761011175679,"sku":"B7B575E2947","price":65.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/fun-and-games-scarf-kit-ocean-light-eco-friendly-yarn-crochet-knit-boho-plus-size-womens-clothing-828817.jpg?v=1782943290"},{"product_id":"ice-cube-embossing-tray-1","title":"Ice Cube Embossing Tray","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"zc6cgf-z96shp-ef38nu-6d3vee\" data-cel-widget=\"aplus-3p-module-b\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eImpress your guests with unique cocktails crafted with our innovative ice cube trays! Our aluminum pattern molds and silicone drip trays are perfect for creating fancy cubes and a cocktail to remember. Whether you're an experienced mixologist or just starting out, our ice cube stamps are excellent accessories to add to your cocktail making tool kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"8uhdh1-5ixdcc-rogr34-nd4zw7\" data-cel-widget=\"aplus-3p-module-b\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv data-cel-widget=\"aplus-3p-module-b\" data-csa-c-id=\"8uhdh1-5ixdcc-rogr34-nd4zw7\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\n\u003cp class=\"a-spacing-base\"\u003eHome bartenders and mixologists alike can now make their signature drinks with fancy and fun cubes shaped like\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-italic\"\u003epineapples, cherries, citrus fruits, and mint leaves.\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eNot only will they look great, they'll also keep your cocktails cold and crisp. Elevate your home bar with these decorative designer ice cube trays and let your drinks shine with the perfect finishing touch!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The Whiskey Ball","offers":[{"title":"Botanicals","offer_id":48761028804863,"sku":"embossingtray-botanicals","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Elements","offer_id":48761028837631,"sku":"embossingtray-elements","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Holiday","offer_id":48761028870399,"sku":"embossingtray-holiday","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Patterns","offer_id":48761028903167,"sku":"embossingtray-patterns","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Seasons","offer_id":48761028935935,"sku":"embossingtray-seasons","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/81wNZA32b1L._AC_SL1500_831e7ee9-a029-4e63-9a71-bbbcb891280f.jpg?v=1782943390"},{"product_id":"austin-outhouse-t-shirt","title":"Austin Outhouse T-Shirt","description":"\u003ch2\u003eAll About the Austin Outhouse T-Shirt\u003c\/h2\u003e\n\u003cp\u003eFrom 1981 to 1995, the Austin Outhouse played host to an eclectic group of patrons — from college kids to bikers — at its location at 3510 Guadalupe. It was also the spot to catch an eclectic lineup of musicians, including Townes Van Zandt, Herman the German, Billy Joe Shaver, Pocket FishRmen, Ponty Bone \u0026amp; The Squeezetones, and Lucinda Williams. Legend has it that Williams, who would later win three Grammy awards, was chased off the stage by the heckling of a group of salty regulars who were more interested in watching football on the bar’s TV than listening to her performance.\u003c\/p\u003e\n\u003cp\u003eThe Outhouse is famously the venue where Blaze Foley recorded his album “Live at the Austin Outhouse” a month before his tragic shooting death in 1989. Blaze frequented (and was frequently kicked out of) the Outhouse as both a performer and customer. An auto glass repair shop now occupies the old Outhouse building.\u003c\/p\u003e","brand":"Alvies","offers":[{"title":"Sun-Baked Cement Gray \/ S","offer_id":48761071763711,"sku":"U 21C - AO - S","price":35.0,"currency_code":"USD","in_stock":false},{"title":"Sun-Baked Cement Gray \/ M","offer_id":48761071796479,"sku":"U 21C - AO - M","price":35.0,"currency_code":"USD","in_stock":false},{"title":"Sun-Baked Cement Gray \/ L","offer_id":48761071829247,"sku":"U 21C - AO - L","price":35.0,"currency_code":"USD","in_stock":false},{"title":"Sun-Baked Cement Gray \/ XL","offer_id":48761071862015,"sku":"U 21C - AO - XL","price":20.0,"currency_code":"USD","in_stock":false},{"title":"Sun-Baked Cement Gray \/ XXL","offer_id":48761071894783,"sku":"U 21C - AO - XXL","price":35.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/austin-outhouse-t-shirt-246107.jpg?v=1782943567"},{"product_id":"nastys-t-shirt","title":"Nasty's T-Shirt","description":"\u003ch2\u003eAll About the Nasty's T-Shirt\u003c\/h2\u003e\n\u003cp\u003eOpened in 1985, Nasty’s was the ideal of what a dive bar should be. The campus-area standard was plastered with pennants, old photos and neon. Festooned with bras and underwear hanging from the ceiling. Surly bartenders served up a solid selection of beers and frozen Everclear margaritas in red cups. Patrons drank, danced, shot pool and threw darts. It had everything you want in a great dive.\u003c\/p\u003e\n\u003cp\u003eIt also held a couple surprises. For one, the whole bar had a confusing rugby theme. That’s because Nasty’s was the official headquarters of Austin Huns Rugby. It was also home to a weekly 4-hour hip hop dance party led by Austin’s own DJ Mel, a nationally recognized turntablist. DJ Mel threw down at Nasty’s nearly every Monday from 1996 until the bar closed in 2017. While Nasty’s is irreplaceable, some of its spirit still lives on in the same building, which is now the Back Lot — a chill bar from the owners of another North Loop favorite, The Workhorse.\u003c\/p\u003e","brand":"Alvies","offers":[{"title":"Big Sky Blue \/ S","offer_id":48761074254079,"sku":"U 21LB - NAS - S","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Big Sky Blue \/ M","offer_id":48761074286847,"sku":"U 21LB - NAS - M","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Big Sky Blue \/ L","offer_id":48761074319615,"sku":"U 21LB - NAS - L","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Big Sky Blue \/ XL","offer_id":48761074352383,"sku":"U 21LB - NAS - XL","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Big Sky Blue \/ XXL","offer_id":48761074385151,"sku":"U 21LB - NAS - XXL","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Sun-Baked Cement Gray \/ S","offer_id":48761074417919,"sku":"U 21C - NAS - S","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Sun-Baked Cement Gray \/ M","offer_id":48761074450687,"sku":"U 21C - NAS - M","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Sun-Baked Cement Gray \/ L","offer_id":48761074483455,"sku":"U 21C - NAS - L","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Sun-Baked Cement Gray \/ XL","offer_id":48761074516223,"sku":"U 21C - NAS - XL","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Sun-Baked Cement Gray \/ XXL","offer_id":48761074548991,"sku":"U 21C - NAS - XXL","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Lemon Twist Yellow \/ S","offer_id":48761074581759,"sku":"U 21BC - NAS - S","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Lemon Twist Yellow \/ M","offer_id":48761074614527,"sku":"U 21BC - NAS - M","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Lemon Twist Yellow \/ L","offer_id":48761074647295,"sku":"U 21BC - NAS - L","price":35.0,"currency_code":"USD","in_stock":false},{"title":"Lemon Twist Yellow \/ XL","offer_id":48761074680063,"sku":"U 21BC - NAS - XL","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Lemon Twist Yellow \/ XXL","offer_id":48761074712831,"sku":"U 21BC - NAS - XXL","price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/nastys-t-shirt-958757.jpg?v=1782943569"},{"product_id":"mystic-mountain-shrug-kit","title":"Mystic Mountain Shrug Kit","description":"\u003ch3\u003eWhy we love it!\u003c\/h3\u003e\n\u003cp\u003eThis shawl is so vibrant with texture and color, it is a great add to your collection! This simple pattern is perfect for beginner knitters. Each kit comes with 8 skeins of Darn Good Yarn's Worsted Weight Roving Silk Yarn and a pattern! \u003c\/p\u003e\n\u003ch5\u003eProduct Specs:\u003c\/h5\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCraft: \u003c\/strong\u003eKnit \u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eYarn:\u003c\/strong\u003e 8 skeins of \u003ca href=\"https:\/\/www.darngoodyarn.com\/products\/silk-yarn-worsted-weight\" title=\"worsted weight silk yarn\" target=\"_blank\"\u003eDarn Good Yarn's Worsted Weight Roving Silk Yarn\u003c\/a\u003e \u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNeedles:\u003c\/strong\u003e US 10.5 (6.5mm) 24\" circular needles.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDifficulty Level:\u003c\/strong\u003e Beginner \u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Darn Good Yarn","offers":[{"title":"Watercolors","offer_id":48761182028031,"sku":"B7B575E1064","price":97.0,"currency_code":"USD","in_stock":true},{"title":"Dandelion Poof","offer_id":48761182060799,"sku":"B7B575E1067","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Phenomena","offer_id":48761182093567,"sku":"B7B575E2986","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Start With Love","offer_id":48761182126335,"sku":"B7B575E2987","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Black","offer_id":48761182159103,"sku":"B7B575E2989","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Classic Blue","offer_id":48761182191871,"sku":"B7B575E2990","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Stars in the Night Sky","offer_id":48761182224639,"sku":"B7B575E2991","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Watercolors","offer_id":48761182257407,"sku":"B7B575E2992","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Sunset Lovers","offer_id":48761182290175,"sku":"B7B575E2993","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Midnight Sparkle","offer_id":48761182322943,"sku":"B7B575E2994","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Tidal Pool","offer_id":48761182355711,"sku":"B7B575E2995","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Sparkle Enchanted Forest","offer_id":48761182388479,"sku":"B7B575E2996","price":97.0,"currency_code":"USD","in_stock":false},{"title":"Ocean Light","offer_id":48761182421247,"sku":"B7B575E3283","price":97.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/mystic-mountain-shrug-kit-watercolors-eco-friendly-yarn-crochet-knit-boho-plus-size-womens-clothing-576502.jpg?v=1782943866"},{"product_id":"havok-shorts-10-pavement","title":"Havok Shorts 10\" - Pavement","description":"\u003cp style=\"text-align: center;\"\u003e\u003cem\u003e\u003cstrong\u003eFEATURES:\u003c\/strong\u003e\u003c\/em\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0259\/2112\/6454\/files\/Havok-Feature-Icons_600x600.jpg?v=1625013049\" alt=\"\" style=\"width: 600px;\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e✔️ 300g stretch canvas, an amazing fit, with stretch and crotch gusset\u003cbr data-mce-fragment=\"1\"\u003e✔️ Our 9-Pocket configuration with upper hip pockets on both sides\u003cbr data-mce-fragment=\"1\"\u003e✔️ Easy-access zippered leg pocket to keep valuables secure\u003cbr data-mce-fragment=\"1\"\u003e✔️ We added extra fabric to both sides where you lock in your knife\u003cbr data-mce-fragment=\"1\"\u003e✔️ Triple-needle stitching for durability\u003c\/p\u003e\n\u003cdiv data-offset-key=\"b2ir4-0-0\" style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-offset-key=\"b2ir4-0-0\" style=\"text-align: center;\"\u003e\u003cstrong\u003e98% Cotton | 2% Lycra\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cdiv data-offset-key=\"b2ir4-0-0\" style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/div\u003e","brand":"Off The Grid Surplus","offers":[{"title":"Pavement \/ 28","offer_id":48761224495359,"sku":"OMWW121005PA01","price":57.0,"currency_code":"USD","in_stock":true},{"title":"Pavement \/ 30","offer_id":48761224528127,"sku":"OMWW121005PA02","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 31","offer_id":48761224560895,"sku":"OMWW121005PA03","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 32","offer_id":48761224593663,"sku":"OMWW121005PA04","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 33","offer_id":48761224626431,"sku":"OMWW121005PA05","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 34","offer_id":48761224659199,"sku":"OMWW121005PA06","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 36","offer_id":48761224691967,"sku":"OMWW121005PA07","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 38","offer_id":48761224724735,"sku":"OMWW121005PA08","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 40","offer_id":48761224757503,"sku":"OMWW121005PA09","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 42","offer_id":48761224790271,"sku":"OMWW121005PA10","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 44","offer_id":48761224823039,"sku":"OMWW121005PA11","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/Havok_Pavement_LS.png?v=1782943986"},{"product_id":"havok-shorts-12-pavement","title":"Havok Shorts 12\" - Pavement","description":"\u003cp style=\"text-align: left;\" data-mce-style=\"text-align: center;\"\u003e\u003cem\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/em\u003e\u003cimg style=\"width: 600px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0259\/2112\/6454\/files\/Havok-Feature-Icons_600x600.jpg?v=1625013049\" alt=\"\" data-mce-style=\"width: 600px;\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e✔️ 300g stretch canvas, an amazing fit, with stretch and crotch gusset\u003cbr data-mce-fragment=\"1\"\u003e✔️ Our 9-Pocket configuration with upper hip pockets on both sides\u003cbr data-mce-fragment=\"1\"\u003e✔️ Easy-access zippered leg pocket to keep valuables secure\u003cbr data-mce-fragment=\"1\"\u003e✔️ We added extra fabric to both sides where you lock in your knife\u003cbr data-mce-fragment=\"1\"\u003e✔️ Triple-needle stitching for durability\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\" data-offset-key=\"b2ir4-0-0\" data-mce-style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" data-offset-key=\"b2ir4-0-0\" data-mce-style=\"text-align: center;\"\u003e\u003cstrong\u003e98% Cotton | 2% Lycra\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv data-offset-key=\"b2ir4-0-0\" style=\"text-align: center;\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv data-offset-key=\"b2ir4-0-0\" style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003c\/div\u003e","brand":"Off The Grid Surplus","offers":[{"title":"Pavement \/ 28","offer_id":48761285214463,"sku":"OMWW121006PA01","price":57.0,"currency_code":"USD","in_stock":true},{"title":"Pavement \/ 30","offer_id":48761285247231,"sku":"OMWW121006PA02","price":57.0,"currency_code":"USD","in_stock":true},{"title":"Pavement \/ 31","offer_id":48761285279999,"sku":"OMWW121006PA03","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 32","offer_id":48761285312767,"sku":"OMWW121006PA04","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 33","offer_id":48761285345535,"sku":"OMWW121006PA05","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 34","offer_id":48761285378303,"sku":"OMWW121006PA06","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 36","offer_id":48761285411071,"sku":"OMWW121006PA07","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 38","offer_id":48761285443839,"sku":"OMWW121006PA08","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 40","offer_id":48761285476607,"sku":"OMWW121006PA09","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 42","offer_id":48761285509375,"sku":"OMWW121006PA10","price":57.0,"currency_code":"USD","in_stock":false},{"title":"Pavement \/ 44","offer_id":48761285542143,"sku":"OMWW121006PA11","price":57.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/Havok_Shorts_2.0_12inch_Pavement_Front_offthegridsurplus.jpg?v=1782944066"},{"product_id":"first-responder-duty-vest-combo-package-level-iiia-2-10x12-front-back-plates-and-patch","title":"First Responder \/ Duty VEST COMBO PACKAGE LEVEL IIIA (2) 10x12 Front\/Back Plates and Patch","description":"\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cem\u003eThis\u003cb\u003e Build your Own PACKAGE is for a \u003c\/b\u003e\u003cstrong\u003eBlack\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cem\u003e\u003cb\u003e Plate Carrier Vest with TWO Level IIIA \u003c\/b\u003e\u003c\/em\u003e\u003c\/span\u003e\u003cem\u003e\u003cb\u003e10x12 Front\/Back Plates and Front and Back PATCH\u003c\/b\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eThis Package include \u003cstrong\u003e(2) 10x12 Level IIIA Plates for the Front and Back\u003c\/strong\u003e and \u003cb\u003eyou choose which Professional package you want depending on your professional choose the patch you want to come with it!\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e  \u003c\/b\u003eSo you will have the complete setup with your front and back and sides plates and patch. \u003cem\u003eYou save $30 by buying it as this Package Deal!\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eThese Plates have been tested with accordance to the NIJ Level IIIA Standards.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #3a800e;\"\u003e\u003cstrong\u003ePER PLATE SPECS:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThis Package is for the size Small to Large Size plates, which is the majority of our customers, please see the sizing chart below to ensure this is the proper size. \u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003eSMALL to LARGE SIZE:\u003c\/span\u003e 10\"X12\" (One Inch thick)\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003eWEIGHT: 1 Pounds\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003ctable class=\"tg\"\u003e\n\u003cthead\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-km2t\"\u003e\u003cstrong\u003eShooter Cut Plate\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd colspan=\"2\" class=\"tg-8jgo\"\u003e\u003cstrong\u003eSmall to Large Size (10x12)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd colspan=\"3\" class=\"tg-aw21\"\u003e\u003cstrong\u003eEXTRA LARGE Size Plate (11x14)\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-zv4m\"\u003e\u003cspan\u003eChest\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"tg-8jgo\"\u003e\n\u003cspan\u003e30 – 35”\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd class=\"tg-8jgo\"\u003e\n\u003cspan\u003e36 – 47”\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd class=\"tg-8jgo\"\u003e\u003c\/td\u003e\n\u003ctd class=\"tg-8jgo\"\u003e\u003c\/td\u003e\n\u003ctd class=\"tg-8jgo\"\u003e\n\u003cspan\u003e48”+\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-zv4m\"\u003e\u003cspan\u003eLength of Plate\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd colspan=\"5\" class=\"tg-8jgo\"\u003e\n\u003cp\u003e\u003cspan\u003e-Determine the optimum plate length for you.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e-When standing, \u003c\/span\u003e\u003cspan\u003ethe top plate edge should rest at the \u003c\/span\u003e\u003cspan\u003elevel of the  jugular notch (you can feel the top of the bone at the bottom of your neck)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e-Bottom plate edge should extend to \u003c\/span\u003e\u003cspan\u003eapproximately 4.5 inches above service belt \u003c\/span\u003e\u003cspan\u003eensuring protecti\u003c\/span\u003e\u003cspan\u003eon of vital organs and vessels.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e(We can not be responsible for the sizing of the plate, it is your responsibility to determine if the plate will cover your vitals)\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003cbr\u003e\u003cstrong\u003eShipping\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cspan\u003eWe can ship to all US States (NY and CT require proof that you are a first responder or law enforcement for us to be able to ship.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eLEGAL\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eBy Purchasing this product you agree to the following terms:\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eNo background check is needed to purchase. But check with your local state laws as far as wear you may wear this armor. And \u003cspan style=\"text-decoration: underline; color: #f51010;\"\u003e\u003cem\u003e\u003cstrong\u003ewe cannot ship to Connecticut and due to ITAR Regulations we cannot ship outside of the US. \u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cb\u003e**US law restricts possession of body armor for convicted felons. Many U.S. states also have penalties for possession or use of body armor by felons. By purchasing body armor from Redemption Tactical, you are certifying that you have not been convicted of any crime that would restrict you from being able to purchase or possess body armor under any Federal or State laws. \u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eYou also agree to hold Redemption Tactical and its associates harmless for any damage, injury or death that may in-cure with the use of this product. \u003cspan style=\"text-decoration: underline;\"\u003eAdditionally, you are acknowledging that you do not intend to use the body armor for any criminal purpose and that you are over the age of 18 years old.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cb\u003e\u003cstrong\u003e\u003cspan\u003e***Due to this type of product, all sales are final. So no returns are accepted after the order has been placed. Please make sure you have made your final decision before ordering as the item cannot be returned.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eRedemption Tactical assumes No liability other than Manufacturer’s Warranty, as applicable, and hereby make no warranty, express or implied. We neither assume, nor authorize any person to assume for us, any liability in connection with the sale or use of the goods sold, and there are no oral agreements or Warranties collateral to or affecting this agreement. We hereby give notice that any statement made by us in the sale of the goods, shall not create any warranty that the goods be fit for any particular purpose. Statements, images, videos or descriptions are informational only, and not made or given as a warranty of the goods in any way. We specifically disavow any other representation, warranty, or liability related to the condition or use of the goods.\u003cbr\u003e\u003cbr\u003eRedemption Tactical, its owners, Officers, and\/or affiliates (including Daybreak Expeditions LLC.) do not cover any consequential damages, and liability is limited to repairing or replacing defective goods. We are not an insurer, and bear no liability for any use, misuse, or failure to perform. Our Manufacturer Warranty as applicable IS IN LIEU OF ALL WARRANTIES INCLUDING THE IMPLIED WARRANTIES OF FITNESS AND MERCHANTABILITY. INCIDENTAL AND\/OR CONSEQUENTIAL DAMAGES ARE EXCLUDED.\u003cbr\u003eNO Antiballistic panel or armor or protective gear of any kind, is 100% bulletproof or bullet resistant. A “bulletproof \/ bullet resistant\" panel, vest or other carrier will protect you from the vast majority of pistol ballistic threats you are ever likely to face. Please know that rifle rounds, unusually high velocity pistol ammunition, pistol ammo fired from a rifle barrel, armor piercing ammunition, sharp-edged or pointed instruments (e.g., knives, ice picks, etc.), and\/or other unusual ammunition or situations CAN defeat certain ballistic panels.\u003cbr\u003e\u003cbr\u003ePurchaser covenants and agrees that the purchaser or his heirs, agents, assigns shall NEVER bring any action in any court of law.\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003e\u003cspan\u003eAny dispute arising from the Purchase and Sale of product(s) sold by Redemption Tactical, shall be resolved by \u003c\/span\u003e\u003cb\u003eArbitration\u003c\/b\u003e\u003cspan\u003e under the Rules of the American Arbitration Association. Venue for any arbitration, or any legal dispute, shall lie only in City of Midway, Wasatch County, UTAH and in no other Venue or Forum. The Laws of the State of Utah shall apply to all transactions.\u003c\/span\u003e\u003cbr\u003eIf any part o\u003c\/span\u003e\u003cspan\u003ef these Terms are held to be invalid by a court or competent jurisdiction, \u003c\/span\u003esuch shall not affect the validity of any other part of these Terms. Headings are for convenience only, and do not limit or affect these Terms\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eThis website or print material could include technical or other inaccuracies or typographical errors. To simplify this statement getting shot always has a RISK.\u003c\/span\u003e\u003c\/p\u003e","brand":"Redemption Tactical","offers":[{"title":"Security","offer_id":48761324142847,"sku":"sku-42780707455231","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Media (Includes Front \/ Back Patches)","offer_id":48761324175615,"sku":"sku-42780707487999","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Recovery Agent (Includes Front \/ Back Patches)","offer_id":48761324208383,"sku":"sku-42780707520767","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Armed Security (Includes Front \/ Back Patches)","offer_id":48761324241151,"sku":"sku-42780707553535","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Livestock Agent (Includes Front \/ Back Patches)","offer_id":48761324273919,"sku":"sku-42780707586303","price":209.0,"currency_code":"USD","in_stock":true},{"title":"FIRE-EMS (Reflective)","offer_id":48761324306687,"sku":"sku-42780707619071","price":209.0,"currency_code":"USD","in_stock":true},{"title":"PARAMEDIC (Reflective)","offer_id":48761324339455,"sku":"sku-42780707651839","price":209.0,"currency_code":"USD","in_stock":true},{"title":"EMS (Reflective)","offer_id":48761324372223,"sku":"sku-42780707684607","price":209.0,"currency_code":"USD","in_stock":true},{"title":"BAIL ENFORCEMENT AGENT (Reflective)","offer_id":48761324404991,"sku":"sku-42780707717375","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Fire \/ EMS","offer_id":48761324437759,"sku":"sku-46880064995583","price":209.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/image_a22dfe2a-6e24-4030-af6c-1840d0d1b250.jpg?v=1782944126"},{"product_id":"2026-elite-pro-grip-ii-turf-black-1","title":"2026 Elite Pro Grip II Turf - Black","description":"\u003cp data-start=\"102\" data-end=\"183\"\u003e\u003cstrong data-start=\"102\" data-end=\"133\"\u003e2026 Elite Pro Grip Turf II\u003c\/strong\u003e\u003cbr data-start=\"133\" data-end=\"136\"\u003eBuilt for performance. Designed for softball.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003eThe \u003cem data-start=\"189\" data-end=\"213\"\u003eElite Pro Grip Turf II\u003c\/em\u003e is the next evolution in comfort, traction, and style. Engineered with an upgraded \u003cstrong data-start=\"297\" data-end=\"317\"\u003egrip-bottom sole\u003c\/strong\u003e for unbeatable traction on turf and dirt, this shoe keeps you locked in at every step. A lightweight upper provides all-day comfort, while the reinforced toe and stable base deliver the durability serious players demand.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003e\u003cstrong\u003ePlay hard. Look good. Stay Elite.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Elite Sports USA","offers":[{"title":"MENS 4 \/ WOMENS 5.5 (38)","offer_id":48761764839679,"sku":"sku-51614124540185","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 5 \/ WOMENS 6.5 (39)","offer_id":48761764872447,"sku":"sku-51614124572953","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 6 \/ WOMENS 7.5 (40)","offer_id":48761764905215,"sku":"sku-51614124605721","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 7 \/ WOMENS 8.5 (41)","offer_id":48761764937983,"sku":"sku-51614124638489","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 8 \/ WOMENS 9.5 (42)","offer_id":48761764970751,"sku":"sku-51614124671257","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 9 \/ WOMENS 10.5 (43)","offer_id":48761765003519,"sku":"sku-51614124704025","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 10 \/ WOMENS 11.5 (44)","offer_id":48761765036287,"sku":"sku-51614124736793","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 11 \/ WOMENS 12.5 (45)","offer_id":48761765069055,"sku":"sku-51614124769561","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 12 (46)","offer_id":48761765101823,"sku":"sku-51614124802329","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 13 (47)","offer_id":48761765134591,"sku":"sku-52317925671193","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 14 (48)","offer_id":48761765167359,"sku":"sku-52317925703961","price":74.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/1_008da925-73a3-4257-b959-3d1e58784196.png?v=1782947224"},{"product_id":"2026-elite-pro-grip-ii-turf-navy-1","title":"2026 Elite Pro Grip II Turf - Navy","description":"\u003cp data-start=\"102\" data-end=\"183\"\u003e\u003cstrong data-start=\"102\" data-end=\"133\"\u003e2026 Elite Pro Grip Turf II\u003c\/strong\u003e\u003cbr data-start=\"133\" data-end=\"136\"\u003eBuilt for performance. Designed for softball.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003eThe \u003cem data-start=\"189\" data-end=\"213\"\u003eElite Pro Grip Turf II\u003c\/em\u003e is the next evolution in comfort, traction, and style. Engineered with an upgraded \u003cstrong data-start=\"297\" data-end=\"317\"\u003egrip-bottom sole\u003c\/strong\u003e for unbeatable traction on turf and dirt, this shoe keeps you locked in at every step. A lightweight upper provides all-day comfort, while the reinforced toe and stable base deliver the durability serious players demand.\u003c\/p\u003e\n\u003cp data-start=\"185\" data-end=\"552\"\u003e\u003cstrong\u003ePlay hard. Look good. Stay Elite.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Elite Sports USA","offers":[{"title":"MENS 4 \/ WOMENS 5.5 (38)","offer_id":48761766609151,"sku":"sku-51614136008985","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 5 \/ WOMENS 6.5 (39)","offer_id":48761766641919,"sku":"sku-51614136041753","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 6 \/ WOMENS 7.5 (40)","offer_id":48761766674687,"sku":"sku-51614136074521","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 7 \/ WOMENS 8.5 (41)","offer_id":48761766707455,"sku":"sku-51614136107289","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 8 \/ WOMENS 9.5 (42)","offer_id":48761766740223,"sku":"sku-51614136140057","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 9 \/ WOMENS 10.5 (43)","offer_id":48761766772991,"sku":"sku-51614136172825","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 10 \/ WOMENS 11.5 (44)","offer_id":48761766805759,"sku":"sku-51614136205593","price":74.99,"currency_code":"USD","in_stock":false},{"title":"MENS 11 \/ WOMENS 12.5 (45)","offer_id":48761766838527,"sku":"sku-51614136238361","price":74.99,"currency_code":"USD","in_stock":true},{"title":"MENS 12 \/ WOMENS 13.5 (46)","offer_id":48761766871295,"sku":"sku-51614136271129","price":74.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/2_f56a10fc-635c-4dc8-825c-bcfabab67c06.png?v=1782947225"}],"url":"https:\/\/www.petulascornergeneralstore.com\/collections\/mens-fashion.oembed?page=3","provider":"Petulas corner General Store","version":"1.0","type":"link"}