{"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":"utopian-rope-sandals","title":"Utopian Rope Sandals","description":"\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eUtopian Rope Sandals\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eSince 1976, Utopian Rope Sandals have been hand-made by members of cooperatively run East Wind Community, Inc. in the Ozark hills of rural southern Missouri.\u003c\/p\u003e\n\u003cp\u003eBorn out of an effort to up cycle our hammocks production rope leftovers, East Winders began a process of trial and error to make something of value from this industry's waste materials. \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan\u003eArtisanally handcrafted \u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eManufactured from polypropylene rope\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eComfortable and lightweight\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eProviding great traction on wet surfaces (anti-slip)\u003cbr\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eRecommended for use in and around the water\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWon't sink in water (they float!)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eRot and mildew resistant\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eMachine washable (hang to dry or machine tumble on low heat)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eMade in America\u003cbr\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!----\u003e","brand":"East Wind Crafts","offers":[{"title":"Beige \/ 5 Womens \/ Unisex","offer_id":48465103651071,"sku":"sku-41591202676830","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige \/ 6 Womens \/ Unisex","offer_id":48465103683839,"sku":"sku-41591202709598","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige \/ Womens 7\/ Mens 5 1\/2 \/ Unisex","offer_id":48465103716607,"sku":"sku-41591202742366","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige \/ Womens 8\/ Mens 6 1\/2 \/ Unisex","offer_id":48465103749375,"sku":"sku-41591202775134","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige \/ Womens 9\/ Mens 7 1\/2 \/ Unisex","offer_id":48465103782143,"sku":"sku-41591202807902","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige \/ Womens 10\/ Mens 8 1\/2 \/ Unisex","offer_id":48465103814911,"sku":"sku-41591202840670","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige \/ Womens 11\/ Mens 9 1\/2 \/ Unisex","offer_id":48465103847679,"sku":"sku-41591202873438","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige \/ Mens 10 \/ Unisex","offer_id":48465103880447,"sku":"sku-41591202906206","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige \/ Mens 11 \/ Unisex","offer_id":48465103913215,"sku":"sku-41591202938974","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige \/ Mens 12 \/ Unisex","offer_id":48465103945983,"sku":"sku-41591202971742","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ 5 Womens \/ Unisex","offer_id":48465103978751,"sku":"sku-41591203004510","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ 6 Womens \/ Unisex","offer_id":48465104011519,"sku":"sku-41591203037278","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ Womens 7\/ Mens 5 1\/2 \/ Unisex","offer_id":48465104044287,"sku":"sku-41591203070046","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ Womens 8\/ Mens 6 1\/2 \/ Unisex","offer_id":48465104077055,"sku":"sku-41591203102814","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ Womens 9\/ Mens 7 1\/2 \/ Unisex","offer_id":48465104109823,"sku":"sku-41591203135582","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ Womens 10\/ Mens 8 1\/2 \/ Unisex","offer_id":48465104142591,"sku":"sku-41591203168350","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ Womens 11\/ Mens 9 1\/2 \/ Unisex","offer_id":48465104175359,"sku":"sku-41591203201118","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ Mens 10 \/ Unisex","offer_id":48465104208127,"sku":"sku-41591203233886","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ Mens 11 \/ Unisex","offer_id":48465104240895,"sku":"sku-41591203266654","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Beige and Brown \/ Mens 12 \/ Unisex","offer_id":48465104273663,"sku":"sku-41591203299422","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 5 Womens \/ Unisex","offer_id":48465104306431,"sku":"sku-41591204315230","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ 6 Womens \/ Unisex","offer_id":48465104339199,"sku":"sku-41591204347998","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ Womens 7\/ Mens 5 1\/2 \/ Unisex","offer_id":48465104371967,"sku":"sku-41591204380766","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ Womens 8\/ Mens 6 1\/2 \/ Unisex","offer_id":48465104404735,"sku":"sku-41591204413534","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ Womens 9\/ Mens 7 1\/2 \/ Unisex","offer_id":48465104437503,"sku":"sku-41591204446302","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ Womens 10\/ Mens 8 1\/2 \/ Unisex","offer_id":48465104470271,"sku":"sku-41591204479070","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ Womens 11\/ Mens 9 1\/2 \/ Unisex","offer_id":48465104503039,"sku":"sku-41591204511838","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ Mens 10 \/ Unisex","offer_id":48465104535807,"sku":"sku-41591204544606","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ Mens 11 \/ Unisex","offer_id":48465104568575,"sku":"sku-41591204577374","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Brown \/ Mens 12 \/ Unisex","offer_id":48465104601343,"sku":"sku-41591204610142","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ 5 Womens \/ Unisex","offer_id":48465104634111,"sku":"sku-41591203659870","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ 6 Womens \/ Unisex","offer_id":48465104666879,"sku":"sku-41591203692638","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Womens 7\/ Mens 5 1\/2 \/ Unisex","offer_id":48465104699647,"sku":"sku-41591203725406","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Womens 8\/ Mens 6 1\/2 \/ Unisex","offer_id":48465104732415,"sku":"sku-41591203758174","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Womens 9\/ Mens 7 1\/2 \/ Unisex","offer_id":48465104765183,"sku":"sku-41591203790942","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Womens 10\/ Mens 8 1\/2 \/ Unisex","offer_id":48465104797951,"sku":"sku-41591203823710","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Womens 11\/ Mens 9 1\/2 \/ Unisex","offer_id":48465104830719,"sku":"sku-41591203856478","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Mens 10 \/ Unisex","offer_id":48465104863487,"sku":"sku-41591203889246","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Mens 11 \/ Unisex","offer_id":48465104896255,"sku":"sku-41591203922014","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Mens 12 \/ Unisex","offer_id":48465104929023,"sku":"sku-41591203954782","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ 5 Womens \/ Unisex","offer_id":48465104961791,"sku":"sku-41591203987550","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ 6 Womens \/ Unisex","offer_id":48465104994559,"sku":"sku-41591204020318","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ Womens 7\/ Mens 5 1\/2 \/ Unisex","offer_id":48465105027327,"sku":"sku-41591204053086","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ Womens 8\/ Mens 6 1\/2 \/ Unisex","offer_id":48465105060095,"sku":"sku-41591204085854","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ Womens 9\/ Mens 7 1\/2 \/ Unisex","offer_id":48465105092863,"sku":"sku-41591204118622","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ Womens 10\/ Mens 8 1\/2 \/ Unisex","offer_id":48465105125631,"sku":"sku-41591204151390","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ Womens 11\/ Mens 9 1\/2 \/ Unisex","offer_id":48465105158399,"sku":"sku-41591204184158","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ Mens 10 \/ Unisex","offer_id":48465105191167,"sku":"sku-41591204216926","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ Mens 11 \/ Unisex","offer_id":48465105223935,"sku":"sku-41591204249694","price":40.0,"currency_code":"USD","in_stock":false},{"title":"Black and Red \/ Mens 12 \/ Unisex","offer_id":48465105256703,"sku":"sku-41591204282462","price":40.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/DSC_0345.jpg?v=1777494074"},{"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":"mikes-butts-bbq-hoodie","title":"\"Mike's Butts BBQ\" Hoodie","description":"\u003cp\u003eShow your love for barbecue in style with the \"Mike's Butts BBQ\" hoodie. Featuring a bold and playful design with a vibrant pig graphic, this hoodie is perfect for pitmasters and BBQ enthusiasts. Made from soft, high-quality fabric, it offers warmth and comfort for cookouts, tailgates, or casual outings. Whether you’re grilling in the backyard or relaxing, this hoodie is a must-have for your BBQ wardrobe and makes a great gift for barbecue lovers.\u003c\/p\u003e","brand":"Mike's Butts BBQ","offers":[{"title":"S \/ Charcoal","offer_id":48511037833471,"sku":"24086107720244105401","price":38.0,"currency_code":"USD","in_stock":false},{"title":"S \/ Dark Heather","offer_id":48511037866239,"sku":"26744511598439243125","price":38.0,"currency_code":"USD","in_stock":false},{"title":"S \/ White","offer_id":48511037899007,"sku":"66118973387995291915","price":38.0,"currency_code":"USD","in_stock":false},{"title":"S \/ Sport Grey","offer_id":48511037931775,"sku":"24427869319181987050","price":38.0,"currency_code":"USD","in_stock":false},{"title":"S \/ Black","offer_id":48511037964543,"sku":"21559650645251881929","price":38.0,"currency_code":"USD","in_stock":false},{"title":"S \/ Cement","offer_id":48511037997311,"sku":"89322078694778075753","price":38.0,"currency_code":"USD","in_stock":false},{"title":"M \/ Charcoal","offer_id":48511038030079,"sku":"20501054712210632803","price":38.0,"currency_code":"USD","in_stock":false},{"title":"M \/ Dark Heather","offer_id":48511038062847,"sku":"25891710628152505061","price":38.0,"currency_code":"USD","in_stock":false},{"title":"M \/ White","offer_id":48511038095615,"sku":"11991582680043045615","price":38.0,"currency_code":"USD","in_stock":false},{"title":"M \/ Sport Grey","offer_id":48511038128383,"sku":"34000071977787059475","price":38.0,"currency_code":"USD","in_stock":false},{"title":"M \/ Black","offer_id":48511038161151,"sku":"88076174300392967743","price":38.0,"currency_code":"USD","in_stock":false},{"title":"M \/ Cement","offer_id":48511038193919,"sku":"20074941300230851435","price":38.0,"currency_code":"USD","in_stock":false},{"title":"L \/ Charcoal","offer_id":48511038226687,"sku":"22832454317711265969","price":38.0,"currency_code":"USD","in_stock":false},{"title":"L \/ Dark Heather","offer_id":48511038259455,"sku":"30855366313918339203","price":38.0,"currency_code":"USD","in_stock":false},{"title":"L \/ White","offer_id":48511038292223,"sku":"26193272383585101513","price":38.0,"currency_code":"USD","in_stock":false},{"title":"L \/ Sport Grey","offer_id":48511038324991,"sku":"21007659734729703276","price":38.0,"currency_code":"USD","in_stock":false},{"title":"L \/ Black","offer_id":48511038357759,"sku":"28406097059292257638","price":38.0,"currency_code":"USD","in_stock":false},{"title":"L \/ Cement","offer_id":48511038390527,"sku":"84831609226219483986","price":38.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Charcoal","offer_id":48511038423295,"sku":"17628890227770065101","price":38.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Dark Heather","offer_id":48511038456063,"sku":"25430497179269549651","price":38.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ White","offer_id":48511038488831,"sku":"14968268739965170348","price":38.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Sport Grey","offer_id":48511038521599,"sku":"28171309620930784355","price":38.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Black","offer_id":48511038554367,"sku":"26420173648847973949","price":38.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Cement","offer_id":48511038587135,"sku":"32687198928126599097","price":38.0,"currency_code":"USD","in_stock":false},{"title":"2XL \/ Charcoal","offer_id":48511038619903,"sku":"13464664029383701964","price":38.0,"currency_code":"USD","in_stock":false},{"title":"2XL \/ White","offer_id":48511038652671,"sku":"32161354374592507697","price":38.0,"currency_code":"USD","in_stock":false},{"title":"2XL \/ Sport Grey","offer_id":48511038685439,"sku":"25610798097117688512","price":38.0,"currency_code":"USD","in_stock":false},{"title":"2XL \/ Black","offer_id":48511038718207,"sku":"99263236153379479750","price":38.0,"currency_code":"USD","in_stock":false},{"title":"2XL \/ Cement","offer_id":48511038750975,"sku":"30162157649563623924","price":38.0,"currency_code":"USD","in_stock":false},{"title":"3XL \/ Charcoal","offer_id":48511038783743,"sku":"53990592850597431905","price":38.0,"currency_code":"USD","in_stock":false},{"title":"3XL \/ Dark Heather","offer_id":48511038816511,"sku":"21617917510883368897","price":38.0,"currency_code":"USD","in_stock":false},{"title":"3XL \/ White","offer_id":48511038849279,"sku":"28807198681710093106","price":38.0,"currency_code":"USD","in_stock":false},{"title":"3XL \/ Sport Grey","offer_id":48511038882047,"sku":"12783769646731576987","price":38.0,"currency_code":"USD","in_stock":false},{"title":"3XL \/ Black","offer_id":48511038914815,"sku":"54151884069006434002","price":38.0,"currency_code":"USD","in_stock":false},{"title":"3XL \/ Cement","offer_id":48511038947583,"sku":"25592791207049837896","price":38.0,"currency_code":"USD","in_stock":false},{"title":"4XL \/ Charcoal","offer_id":48511038980351,"sku":"18777600341027689667","price":38.0,"currency_code":"USD","in_stock":false},{"title":"4XL \/ Dark Heather","offer_id":48511039013119,"sku":"70063406630362693548","price":38.0,"currency_code":"USD","in_stock":false},{"title":"4XL \/ White","offer_id":48511039045887,"sku":"31165222795771710882","price":38.0,"currency_code":"USD","in_stock":false},{"title":"4XL \/ Sport Grey","offer_id":48511039078655,"sku":"93623017658107508801","price":38.0,"currency_code":"USD","in_stock":false},{"title":"4XL \/ Black","offer_id":48511039111423,"sku":"28374130292024241206","price":38.0,"currency_code":"USD","in_stock":false},{"title":"4XL \/ Cement","offer_id":48511039144191,"sku":"19528372856945535763","price":38.0,"currency_code":"USD","in_stock":false},{"title":"5XL \/ Dark Heather","offer_id":48511039176959,"sku":"22427551753592324844","price":38.0,"currency_code":"USD","in_stock":false},{"title":"5XL \/ White","offer_id":48511039209727,"sku":"33733628761291248260","price":38.0,"currency_code":"USD","in_stock":false},{"title":"5XL \/ Sport Grey","offer_id":48511039242495,"sku":"13606698060935873486","price":38.0,"currency_code":"USD","in_stock":false},{"title":"5XL \/ Black","offer_id":48511039275263,"sku":"85831785527402977625","price":38.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/16427834602985888620_2048.jpg?v=1778618887"},{"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":"antarctica-gear-heated-jacket-for-men-and-women-winter-coat-soft-shell-heating-hood-jacket","title":"ANTARCTICA GEAR Heated Jacket for Men and Women, Winter Coat Soft Shell Heating Hood Jacket","description":"\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥WATER-RESISTANT SOFT SHELL MATERIAL: ANTARCTICA GEAR heated jacket built with upgraded high-quality water-resistant soft shell fabric. Our heated jacket keeps you warm in cold winter weather. The interior is made of comfortable professional materials.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥CARBON FIBER HEATING ELEMENTS: Heat quickly in 3 seconds, 5 carbon fiber heating elements generate heat across core body areas (front, arm area, and back) boosting your core body heat and keeping you warm. 12V Huge Capacity 16000mAh UL-Certificated power bank(packaged) No need to worry about battery life and temperature.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥THREE HEATING LEVEL \u0026amp; DUAL CONTROL BUTTONS: 3 Heating levels (high, medium, and low). Change the heat setting of your jacket with a simple press of a button. Our battery can work up to 10 hours \/ 120℉ at a low level, 7.5 hours \/ 120℉ at a medium level, and 5 hours \/ 140℉ at a high level.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥PERFECT FOR OUTDOOR LIFE AND ADVENTURES: Ideal gift for families, and friends, suits all kinds of situations, especially for snowmobile, motorcycle, Mountaineering, Climbing, Hiking or Outdoor working, skiing, Fishing, Hunting against cold chilly winter.\u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥WASH\u0026amp;DRY SAFE: Easy care, Machine Washable, the jacket has a body protection function when the temperature is too high, it will stop working immediately. Please take out the power bank and put the USB plug in the pocket before washing. ONE-YEAR WARRANTY covered.\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0429\/9345\/1170\/files\/111_1_480x480.jpg?v=1698227591\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0429\/9345\/1170\/files\/111_1_480x480.jpg?v=1698227591\"\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0429\/9345\/1170\/files\/222_1_480x480.jpg?v=1698227591\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0429\/9345\/1170\/files\/222_1_480x480.jpg?v=1698227591\"\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0429\/9345\/1170\/files\/333_1_480x480.jpg?v=1698227591\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0429\/9345\/1170\/files\/333_1_480x480.jpg?v=1698227591\"\u003e\u003c\/span\u003e\u003c\/span\u003e \u003cscript type=\"text\/javascript\" src=\"chrome-extension:\/\/lkacpincnpeaopanmojlgibodfibghjc\/scripts\/xiaomanBaseInject.js\"\u003e\u003c\/script\u003e \u003cscript src=\"chrome-extension:\/\/lkacpincnpeaopanmojlgibodfibghjc\/scripts\/xiaomanBaseInject.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e\u003c\/p\u003e","brand":"ANTARCTICA Outdoors","offers":[{"title":"Black Men \/ S","offer_id":48511261245695,"sku":"sku-43790736687266","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ M","offer_id":48511261278463,"sku":"sku-43790736752802","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ L","offer_id":48511261311231,"sku":"sku-43790736785570","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ XL","offer_id":48511261343999,"sku":"sku-43790736818338","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ 2XL","offer_id":48511261376767,"sku":"sku-43790736851106","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ 3XL","offer_id":48511261409535,"sku":"HRKM","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ S","offer_id":48511261442303,"sku":"sku-43790736883874","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ M","offer_id":48511261475071,"sku":"sku-43790736916642","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ L","offer_id":48511261507839,"sku":"sku-43790736949410","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ XL","offer_id":48511261540607,"sku":"sku-43790736982178","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ 2XL","offer_id":48511261573375,"sku":"sku-43790737014946","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ 3XL","offer_id":48511261606143,"sku":"sku-44934019416226","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Men \/ S","offer_id":48511261638911,"sku":"sku-44934019448994","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Men \/ M","offer_id":48511261671679,"sku":"sku-44934019481762","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Men \/ L","offer_id":48511261704447,"sku":"sku-44934019514530","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Men \/ XL","offer_id":48511261737215,"sku":"sku-44934019547298","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Men \/ 2XL","offer_id":48511261769983,"sku":"sku-44934019580066","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Men \/ 3XL","offer_id":48511261802751,"sku":"sku-44934019612834","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Women \/ S","offer_id":48511261835519,"sku":"sku-44934019645602","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Women \/ M","offer_id":48511261868287,"sku":"sku-44934019678370","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Women \/ L","offer_id":48511261901055,"sku":"sku-44934019711138","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Women \/ XL","offer_id":48511261933823,"sku":"sku-44934019743906","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Women \/ 2XL","offer_id":48511261966591,"sku":"sku-44934019776674","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Red Women \/ 3XL","offer_id":48511261999359,"sku":"sku-44934019809442","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ S","offer_id":48511262032127,"sku":"sku-43790737047714","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ M","offer_id":48511262064895,"sku":"sku-43790737080482","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ L","offer_id":48511262097663,"sku":"HRKF","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ XL","offer_id":48511262130431,"sku":"sku-43790737146018","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ 2XL","offer_id":48511262163199,"sku":"sku-43790737178786","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ 3XL","offer_id":48511262195967,"sku":"sku-44934019842210","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ S","offer_id":48511262228735,"sku":"sku-43790737211554","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ M","offer_id":48511262261503,"sku":"sku-43790737244322","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ L","offer_id":48511262294271,"sku":"sku-43790737277090","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ XL","offer_id":48511262327039,"sku":"sku-43790737309858","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ 2XL","offer_id":48511262359807,"sku":"sku-43790737342626","price":119.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ 3XL","offer_id":48511262392575,"sku":"sku-44934019874978","price":119.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/1_062e7c54-888d-4167-a017-4e42c1aa52fa.jpg?v=1778622052"},{"product_id":"antarctica-gear-heated-jacket-ski-jacket-coat-men-women-winter-coat","title":"ANTARCTICA GEAR Heated Jacket, Ski Jacket Coat Men\/Women Winter Coat","description":"\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/1_9fc05107-9334-4fc6-9798-a2afd0e8a07f_480x480.jpg?v=1698306942\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/1_9fc05107-9334-4fc6-9798-a2afd0e8a07f_480x480.jpg?v=1698306942\"\u003e【Ultra-Thin Carbon Fiber Heating Elements】The heated jackets are equipped with 5 carbon fiber heating elements generate heat across core body areas (left \u0026amp; right chest, arm area and back) boost. Heated jackets just press the button and it heats up quickly in seconds, keeping you warm and comfortable in the cold winter.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/2_74216c17-29ee-416f-a6e8-0af19204be7f_480x480.jpg?v=1698306942\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/2_74216c17-29ee-416f-a6e8-0af19204be7f_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【Long-Lasting Heating \u0026amp; Safety Protection】Our heated jackets for women adjust the temperature (high, medium, low) with just the push of a button, can last around 9.5-10 hours on low or 4.5 hours on high. 16,000mAh\/3.7V with higher efficiency and power output up to 12V, power bank UL\/CE certified battery, built-in multiple circuit protection automatic low charging system to prevent battery failure. The USB Type-C port can be used to charge smartphones and other mobile devices.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/5_9f4fa0ba-660f-433b-a541-51721ee65d68_480x480.jpg?v=1698306942\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/5_9f4fa0ba-660f-433b-a541-51721ee65d68_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【All-Round Wind Protection】Ski heated jacket the shell uses taped seams for added weatherproofness. Adjustable hook and loop fastener cuffs and stretchable glove with thumb hole help seal in warmth. Inside windproof snap skirt , It can be removed if necessary. Detachable storm hood with adjustable drawstring, hook and loop fastener, stand collar. Premium seamless YKK zipper, smooth without snapping, all the well-designs keep out the wind effectively.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/3_e1018299-57cd-42ed-8380-475640ef5b75_480x480.jpg?v=1698306942\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/3_e1018299-57cd-42ed-8380-475640ef5b75_480x480.jpg?v=1698306942\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/3_cb3bebfa-5376-412c-9a02-f2ea722b179e_480x480.jpg?v=1698306942\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/3_cb3bebfa-5376-412c-9a02-f2ea722b179e_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【Upgraded Material\u0026amp;Multi Pockets Design】ANTARCTICAGEAR this versatile heated ski jackets 100% polyester, warm and comfortable, outer shell fabric is durable \u0026amp; wear-resistant, it is fully sealed to prevent water and stain from seeping inwards so that let you easily deal with outdoor rainstorm climate calmly. The whole suit has 6 pockets：2 zippered hand pockets, 1 zipped chest pocket and left arm pocket，1 internal secure pocket with support fixture hole for earphone inside，1 mesh inner pocket.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/4_b0840025-65b3-4e80-b6a0-438ce5ed7eca_480x480.jpg?v=1698306942\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/4_b0840025-65b3-4e80-b6a0-438ce5ed7eca_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【Easy Care\u0026amp;Washing Instructions】Our heated jackets the heating elements and overall jacket structure are designed to endure routine hand or machine wash, easy care. Notes：please take out the power bank and put the USB plug in the pocket before winter jacket washing and use a laundry bag to prevent the wire from catching and being pulled off while using a washing machine.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/4_3_8bdffa05-1841-45bc-8d11-0129de04c52d_480x480.jpg?v=1698306942\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/4_3_8bdffa05-1841-45bc-8d11-0129de04c52d_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【Perfect For Winter Activities】This heated jackets for women and winter coats for men with excellent windbreaker and heated system are perfect choice for all winter activities, such as skiing, snowboarding, snow sports, rock climbing, hiking, cycling, mountaineering, tourism, camping, Ideal gift for family and friends too. We are proud to offer you a one year warranty, so you can feel confident in your buying experience!\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e \u003cscript type=\"text\/javascript\" src=\"chrome-extension:\/\/lkacpincnpeaopanmojlgibodfibghjc\/scripts\/xiaomanBaseInject.js\"\u003e\u003c\/script\u003e \u003cscript src=\"chrome-extension:\/\/lkacpincnpeaopanmojlgibodfibghjc\/scripts\/xiaomanBaseInject.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e\n\u003cscript type=\"text\/javascript\" src=\"chrome-extension:\/\/lkacpincnpeaopanmojlgibodfibghjc\/scripts\/xiaomanBaseInject.js\"\u003e\u003c\/script\u003e","brand":"ANTARCTICA Outdoors","offers":[{"title":"Black Men \/ S","offer_id":48511277564159,"sku":"sku-43790681014434","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ M","offer_id":48511277596927,"sku":"sku-43790681145506","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ L","offer_id":48511277629695,"sku":"sku-43790681178274","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ XL","offer_id":48511277662463,"sku":"sku-43790681211042","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ 2XL","offer_id":48511277695231,"sku":"sku-43790681243810","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ S","offer_id":48511277727999,"sku":"sku-43790681276578","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ M","offer_id":48511277760767,"sku":"sku-43790681309346","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ L","offer_id":48511277793535,"sku":"sku-43790681342114","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ XL","offer_id":48511277826303,"sku":"sku-43790681374882","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ 2XL","offer_id":48511277859071,"sku":"sku-43790681407650","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ S","offer_id":48511277891839,"sku":"sku-43790681440418","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ M","offer_id":48511277924607,"sku":"sku-43790681473186","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ L","offer_id":48511277957375,"sku":"sku-43790681505954","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ XL","offer_id":48511277990143,"sku":"sku-43790681538722","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ 2XL","offer_id":48511278022911,"sku":"sku-43790681571490","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ S","offer_id":48511278055679,"sku":"sku-43790681604258","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ M","offer_id":48511278088447,"sku":"sku-43790681637026","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ L","offer_id":48511278121215,"sku":"sku-43790681669794","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ XL","offer_id":48511278153983,"sku":"sku-43790681702562","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ 2XL","offer_id":48511278186751,"sku":"sku-43790681735330","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ S","offer_id":48511278219519,"sku":"sku-43790681768098","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ M","offer_id":48511278252287,"sku":"sku-43790681800866","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ L","offer_id":48511278285055,"sku":"sku-43790681833634","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ XL","offer_id":48511278317823,"sku":"sku-43790681866402","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ 2XL","offer_id":48511278350591,"sku":"sku-43790681899170","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ S","offer_id":48511278383359,"sku":"sku-45002782736546","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ M","offer_id":48511278416127,"sku":"sku-45002782769314","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ L","offer_id":48511278448895,"sku":"sku-45002782802082","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ XL","offer_id":48511278481663,"sku":"sku-45002782834850","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ 2XL","offer_id":48511278514431,"sku":"sku-45002782867618","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ S","offer_id":48511278547199,"sku":"sku-45002782900386","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ M","offer_id":48511278579967,"sku":"sku-45002782933154","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ L","offer_id":48511278612735,"sku":"sku-45002782965922","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ XL","offer_id":48511278645503,"sku":"sku-45002782998690","price":129.99,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ 2XL","offer_id":48511278678271,"sku":"sku-45002783031458","price":129.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/1_f015f5e3-ce21-4c2a-87dc-f4fd1191ef79.jpg?v=1778622063"},{"product_id":"antarctica-gear-heated-jacket-ski-jacket-coat-for-women-winter-coat","title":"ANTARCTICA GEAR Heated Jacket, Ski Jacket Coat For Women Winter Coat","description":"\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/1_9fc05107-9334-4fc6-9798-a2afd0e8a07f_480x480.jpg?v=1698306942\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/1_9fc05107-9334-4fc6-9798-a2afd0e8a07f_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【Ultra-Thin Carbon Fiber Heating Elements】The heated jackets are equipped with 5 carbon fiber heating elements generate heat across core body areas (left \u0026amp; right chest, arm area and back) boost. Heated jackets just press the button and it heats up quickly in seconds, keeping you warm and comfortable in the cold winter.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/2_74216c17-29ee-416f-a6e8-0af19204be7f_480x480.jpg?v=1698306942\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/2_74216c17-29ee-416f-a6e8-0af19204be7f_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【Long-Lasting Heating \u0026amp; Safety Protection】Our heated jackets for women adjust the temperature (high, medium, low) with just the push of a button, can last around 9.5-10 hours on low or 4.5 hours on high. 16,000mAh\/3.7V with higher efficiency and power output up to 12V, power bank UL\/CE certified battery, built-in multiple circuit protection automatic low charging system to prevent battery failure. The USB Type-C port can be used to charge smartphones and other mobile devices.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/5_9f4fa0ba-660f-433b-a541-51721ee65d68_480x480.jpg?v=1698306942\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/5_9f4fa0ba-660f-433b-a541-51721ee65d68_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【All-Round Wind Protection】Ski heated jacket the shell uses taped seams for added weatherproofness. Adjustable hook and loop fastener cuffs and stretchable glove with thumb hole help seal in warmth. Inside windproof snap skirt , It can be removed if necessary. Detachable storm hood with adjustable drawstring, hook and loop fastener, stand collar. Premium seamless YKK zipper, smooth without snapping, all the well-designs keep out the wind effectively.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/3_e1018299-57cd-42ed-8380-475640ef5b75_480x480.jpg?v=1698306942\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/3_e1018299-57cd-42ed-8380-475640ef5b75_480x480.jpg?v=1698306942\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/3_cb3bebfa-5376-412c-9a02-f2ea722b179e_480x480.jpg?v=1698306942\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/3_cb3bebfa-5376-412c-9a02-f2ea722b179e_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【Upgraded Material\u0026amp;Multi Pockets Design】ANTARCTICAGEAR this versatile heated ski jackets 100% polyester, warm and comfortable, outer shell fabric is durable \u0026amp; wear-resistant, it is fully sealed to prevent water and stain from seeping inwards so that let you easily deal with outdoor rainstorm climate calmly. The whole suit has 6 pockets：2 zippered hand pockets, 1 zipped chest pocket and left arm pocket，1 internal secure pocket with support fixture hole for earphone inside，1 mesh inner pocket.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/4_b0840025-65b3-4e80-b6a0-438ce5ed7eca_480x480.jpg?v=1698306942\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/4_b0840025-65b3-4e80-b6a0-438ce5ed7eca_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【Easy Care\u0026amp;Washing Instructions】Our heated jackets the heating elements and overall jacket structure are designed to endure routine hand or machine wash, easy care. Notes：please take out the power bank and put the USB plug in the pocket before winter jacket washing and use a laundry bag to prevent the wire from catching and being pulled off while using a washing machine.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/4_3_8bdffa05-1841-45bc-8d11-0129de04c52d_480x480.jpg?v=1698306942\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/4_3_8bdffa05-1841-45bc-8d11-0129de04c52d_480x480.jpg?v=1698306942\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e【Perfect For Winter Activities】This heated jackets for women and winter coats for men with excellent windbreaker and heated system are perfect choice for all winter activities, such as skiing, snowboarding, snow sports, rock climbing, hiking, cycling, mountaineering, tourism, camping, Ideal gift for family and friends too. We are proud to offer you a one year warranty, so you can feel confident in your buying experience!\u003c\/span\u003e\u003c\/span\u003e \u003cscript src=\"chrome-extension:\/\/lkacpincnpeaopanmojlgibodfibghjc\/scripts\/xiaomanBaseInject.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e\u003c\/p\u003e","brand":"ANTARCTICA Outdoors","offers":[{"title":"Black Men \/ S","offer_id":48511279137023,"sku":"sku-43884058738850","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ M","offer_id":48511279169791,"sku":"sku-43884058837154","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ L","offer_id":48511279202559,"sku":"sku-43884058869922","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ XL","offer_id":48511279235327,"sku":"sku-43884058902690","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ 2XL","offer_id":48511279268095,"sku":"sku-43884058935458","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ S","offer_id":48511279300863,"sku":"sku-43884058968226","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ M","offer_id":48511279333631,"sku":"sku-43884059000994","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ L","offer_id":48511279366399,"sku":"sku-43884059033762","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ XL","offer_id":48511279399167,"sku":"sku-43884059066530","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ 2XL","offer_id":48511279431935,"sku":"sku-43884059099298","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ S","offer_id":48511279464703,"sku":"sku-43884059132066","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ M","offer_id":48511279497471,"sku":"sku-43884059164834","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ L","offer_id":48511279530239,"sku":"sku-43884059197602","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ XL","offer_id":48511279563007,"sku":"sku-43884059230370","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Grey Men \/ 2XL","offer_id":48511279595775,"sku":"sku-43884059263138","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ S","offer_id":48511279628543,"sku":"sku-43884059295906","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ M","offer_id":48511279661311,"sku":"sku-43884059328674","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ L","offer_id":48511279694079,"sku":"sku-43884059361442","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ XL","offer_id":48511279726847,"sku":"sku-43884059394210","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ 2XL","offer_id":48511279759615,"sku":"sku-43884059426978","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ S","offer_id":48511279792383,"sku":"sku-43884059459746","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ M","offer_id":48511279825151,"sku":"sku-43884059492514","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ L","offer_id":48511279857919,"sku":"sku-43884059525282","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ XL","offer_id":48511279890687,"sku":"sku-43884059558050","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ 2XL","offer_id":48511279923455,"sku":"sku-43884059590818","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ S","offer_id":48511279956223,"sku":"sku-45002784768162","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ M","offer_id":48511279988991,"sku":"sku-45002784800930","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ L","offer_id":48511280021759,"sku":"sku-45002784833698","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ XL","offer_id":48511280054527,"sku":"sku-45002784866466","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Green Women \/ 2XL","offer_id":48511280087295,"sku":"sku-45002784899234","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ S","offer_id":48511280120063,"sku":"sku-45002784932002","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ M","offer_id":48511280152831,"sku":"sku-45002784964770","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ L","offer_id":48511280185599,"sku":"sku-45002784997538","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ XL","offer_id":48511280218367,"sku":"sku-45002785030306","price":129.9,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ 2XL","offer_id":48511280251135,"sku":"sku-45002785063074","price":129.9,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/1_1_bcf734cc-88f3-41cd-bbdc-54f586800d44.jpg?v=1778622065"},{"product_id":"antarctica-gear-lightweight-heating-jackets-winter-coat-for-women","title":"ANTARCTICA GEAR Lightweight Heating Jackets, Winter Coat For Women","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/jacket1_480x480.jpg?v=1701247088\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/jacket1_480x480.jpg?v=1701247088\"\u003e\u003cscript src=\"chrome-extension:\/\/lkacpincnpeaopanmojlgibodfibghjc\/scripts\/xiaomanBaseInject.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e\u003c\/p\u003e\n\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥UPGRADED MATERIAL: 100% nylon, not only warm but also comfortable to touch. ANTARCTICA Gear heated jacket guarantee comfort in cold winter.The interior is made of comfortable professional materials.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/jacket2_480x480.jpg?v=1701247088\"\u003e\u003c\/p\u003e\n\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥CARBON FIBER HEATIING ELEMENTS: Heat quickly in 3 seconds, 6 carbon fiber heating elements generate heat across core body areas (front,arm area and back) boost your core body heat and keep you warm. 16000mAH power bank(packaged) can save your money and time to buy a new one.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/jacket3_480x480.jpg?v=1701247088\"\u003e\u003c\/p\u003e\n\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥THREE HEATING LEVEL \u0026amp; DUAL CONTROL BUTTONS: 3 Heating levels (high, medium, and low settings). Change the heat setting of your jacket with a simple press of a button . Dual control buttons give you more flexibility in choosing heating zones.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/jacket4_480x480.jpg?v=1701247088\"\u003e\u003c\/p\u003e\n\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥PERFECT FOR OUTDOOR LIFE AND ADVENTURES: Ideal gift for families, friends, suits all kinds of situations especially for snowmobile, motorcycle, Mountaineering, Climbing, Hiking or Outdoor working, skiing, Fishing, Hunting against cold chilly winter.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0429\/9345\/1170\/files\/jacket6_480x480.jpg?v=1701247088\"\u003e\u003c\/p\u003e\n\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥WASH\u0026amp;DRY SAFE: Easy care , Machine Washable, the jacket have body protection function, when the temperature is too high, it will stop working immediately. Please take out the power bank and put the USB plug in the pocket before washing. ONE YEAR WARRANTY covered.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\u003cspan\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003e🔥THREE HEATING LEVEL \u0026amp; DUAL CONTROL BUTTONS: 3 Heating levels (high, medium, and low settings). Change the heat setting of your jacket with a simple press of a button . Dual control buttons give you more flexibility in choosing heating zones.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/span\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\n\u003cscript type=\"text\/javascript\" src=\"chrome-extension:\/\/lkacpincnpeaopanmojlgibodfibghjc\/scripts\/xiaomanBaseInject.js\"\u003e\u003c\/script\u003e\n\u003c\/p\u003e","brand":"ANTARCTICA Outdoors","offers":[{"title":"Black Women \/ XS","offer_id":48511281758463,"sku":"sku-43884242829474","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ S","offer_id":48511281791231,"sku":"sku-43884242960546","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ M","offer_id":48511281823999,"sku":"sku-43884242993314","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ L","offer_id":48511281856767,"sku":"sku-43884243026082","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ XL","offer_id":48511281889535,"sku":"sku-43884243058850","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ 2XL","offer_id":48511281922303,"sku":"sku-43884243091618","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ 3XL","offer_id":48511281955071,"sku":"sku-43884243124386","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ XS","offer_id":48511281987839,"sku":"sku-43884243157154","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ S","offer_id":48511282020607,"sku":"sku-43884243189922","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ M","offer_id":48511282053375,"sku":"sku-43884243222690","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ L","offer_id":48511282086143,"sku":"sku-43884243255458","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ XL","offer_id":48511282118911,"sku":"sku-43884243288226","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ 2XL","offer_id":48511282151679,"sku":"sku-43884243320994","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ 3XL","offer_id":48511282184447,"sku":"sku-43884243353762","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ XS","offer_id":48511282217215,"sku":"sku-43884243386530","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ S","offer_id":48511282249983,"sku":"sku-43884243419298","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ M","offer_id":48511282282751,"sku":"sku-43884243452066","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ L","offer_id":48511282315519,"sku":"sku-43884243484834","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ XL","offer_id":48511282348287,"sku":"sku-43884243517602","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ 2XL","offer_id":48511282381055,"sku":"sku-43884243550370","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ 3XL","offer_id":48511282413823,"sku":"sku-43884243583138","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ XS","offer_id":48511282446591,"sku":"sku-44932584013986","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ S","offer_id":48511282479359,"sku":"sku-44932584046754","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ M","offer_id":48511282512127,"sku":"sku-44932584079522","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ L","offer_id":48511282544895,"sku":"sku-44932584112290","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ XL","offer_id":48511282577663,"sku":"sku-44932584145058","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ 2XL","offer_id":48511282610431,"sku":"sku-44932584177826","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ 3XL","offer_id":48511282643199,"sku":"sku-44932584210594","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ XS","offer_id":48511282675967,"sku":"sku-43884243615906","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ S","offer_id":48511282708735,"sku":"sku-43884243648674","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ M","offer_id":48511282741503,"sku":"sku-43884243681442","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ L","offer_id":48511282774271,"sku":"sku-43884243714210","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ XL","offer_id":48511282807039,"sku":"sku-43884243746978","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ 2XL","offer_id":48511282839807,"sku":"sku-43884243779746","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ 3XL","offer_id":48511282872575,"sku":"sku-43884243812514","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ XS","offer_id":48511282905343,"sku":"sku-43884243845282","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ S","offer_id":48511282938111,"sku":"sku-43884243878050","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ M","offer_id":48511282970879,"sku":"sku-43884243910818","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ L","offer_id":48511283003647,"sku":"sku-43884243943586","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ XL","offer_id":48511283036415,"sku":"sku-43884243976354","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ 2XL","offer_id":48511283069183,"sku":"sku-43884244009122","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ 3XL","offer_id":48511283101951,"sku":"sku-43884244041890","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ XS","offer_id":48511283134719,"sku":"sku-43884244074658","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ S","offer_id":48511283167487,"sku":"sku-43884244107426","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ M","offer_id":48511283200255,"sku":"sku-43884244140194","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ L","offer_id":48511283233023,"sku":"sku-43884244172962","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ XL","offer_id":48511283265791,"sku":"sku-43884244205730","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ 2XL","offer_id":48511283298559,"sku":"sku-43884244238498","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ 3XL","offer_id":48511283331327,"sku":"sku-43884244271266","price":119.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/1_3_cc50ddcb-c513-4c5a-b734-398003f833b4.jpg?v=1778622079"},{"product_id":"antarctica-gear-heated-jacket-lightweight-heating-jackets-for-men-women","title":"ANTARCTICA GEAR Heated Jacket Lightweight Heating Jackets For Men \u0026 Women","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-small\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item a-size-base a-color-secondary\" data-mce-fragment=\"1\"\u003eHas 6 Core Heating Zones: The Heated jackets are equipped with 6carbon fiber heating zones (two on front, two on back, and one on each arm). It heats up quickly in seconds, The heat promotes blood circulation and makes your body feel warm and comfortable. You can adjust 3 heating modes by short-pressing the power button (Red, Blue, and Green).\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-small\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item a-size-base a-color-secondary\" data-mce-fragment=\"1\"\u003eWith Digital Led Display 12V Battery Pack: With CE and FCC certified 12V 16000mAh battery pack that heats up to 140°F in seconds when connected to a heated jacket and can stay warm for at least 4-8 hours. The clear digital display keeps you informed of the remaining power, and the USB port can be used to charge smartphones and other mobile devices, making it portable and practical.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-small\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item a-size-base a-color-secondary\" data-mce-fragment=\"1\"\u003eApplicable Scene: suitable for winter, outdoor camping, hiking, hiking, fishing, skiing, mountaineering, picnic, daily wear, and other different occasions. Three heating levels, low to 110°F, medium to 125°F, and high to 140°F, can be adjusted to the most comfortable level as needed.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-small\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item a-size-base a-color-secondary\" data-mce-fragment=\"1\"\u003ePremium Fabrics and Classic Design: Made of high-quality polar fleece fabric, soft and comfortable, with good breathability and warmth. High-quality YKK zipper, smooth without snapping, classic hooded design, freely removable. There are six pockets, including two zippered chest pockets, two small pockets on the left arm, one small pocket on the right arm, and a storage pocket for the power bank on the inside, slim fit, and suitable for most men and women.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-small\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item a-size-base a-color-secondary\" data-mce-fragment=\"1\"\u003ePackage Includes: ANTARCTICA GEAR Fleece Heated Jacket*1（Hand wash or machine wash）+12V 16000mAh Battery Pack*1+Instruction Manual*1\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ANTARCTICA Outdoors","offers":[{"title":"Black Men \/ XS","offer_id":48511283527935,"sku":"sku-42641330667682","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ S","offer_id":48511283560703,"sku":"sku-42641330765986","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ M","offer_id":48511283593471,"sku":"sku-42641330864290","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ L","offer_id":48511283626239,"sku":"sku-42641330962594","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ XL","offer_id":48511283659007,"sku":"sku-42641331060898","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ 2XL","offer_id":48511283691775,"sku":"sku-42641331159202","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Men \/ 3XL","offer_id":48511283724543,"sku":"sku-42641331257506","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ XS","offer_id":48511283757311,"sku":"sku-42641330700450","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ S","offer_id":48511283790079,"sku":"sku-42641330798754","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ M","offer_id":48511283822847,"sku":"sku-42641330897058","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ L","offer_id":48511283855615,"sku":"sku-42641330995362","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ XL","offer_id":48511283888383,"sku":"sku-42641331093666","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ 2XL","offer_id":48511283921151,"sku":"sku-42641331191970","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Men \/ 3XL","offer_id":48511283953919,"sku":"sku-42641331290274","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ XS","offer_id":48511283986687,"sku":"sku-42641330733218","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ S","offer_id":48511284019455,"sku":"sku-42641330831522","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ M","offer_id":48511284052223,"sku":"sku-42641330929826","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ L","offer_id":48511284084991,"sku":"sku-42641331028130","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ XL","offer_id":48511284117759,"sku":"sku-42641331126434","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ 2XL","offer_id":48511284150527,"sku":"sku-42641331224738","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Men \/ 3XL","offer_id":48511284183295,"sku":"sku-42641331323042","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ XS","offer_id":48511284216063,"sku":"sku-43884203901090","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ S","offer_id":48511284248831,"sku":"sku-43884203933858","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ M","offer_id":48511284281599,"sku":"sku-43884203966626","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ L","offer_id":48511284314367,"sku":"sku-43884203999394","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ XL","offer_id":48511284347135,"sku":"sku-43884204032162","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ 2XL","offer_id":48511284379903,"sku":"sku-43884204064930","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Black Women \/ 3XL","offer_id":48511284412671,"sku":"sku-43884204097698","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ XS","offer_id":48511284445439,"sku":"sku-43884204130466","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ S","offer_id":48511284478207,"sku":"sku-43884204163234","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ M","offer_id":48511284510975,"sku":"sku-43884204196002","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ L","offer_id":48511284543743,"sku":"sku-43884204228770","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ XL","offer_id":48511284576511,"sku":"sku-43884204261538","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ 2XL","offer_id":48511284609279,"sku":"sku-43884204294306","price":119.0,"currency_code":"USD","in_stock":false},{"title":"White Women \/ 3XL","offer_id":48511284642047,"sku":"sku-43884204327074","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ XS","offer_id":48511284674815,"sku":"sku-43884204359842","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ S","offer_id":48511284707583,"sku":"sku-43884204392610","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ M","offer_id":48511284740351,"sku":"sku-43884204425378","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ L","offer_id":48511284773119,"sku":"sku-43884204458146","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ XL","offer_id":48511284805887,"sku":"sku-43884204490914","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ 2XL","offer_id":48511284838655,"sku":"sku-43884204523682","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Blue Women \/ 3XL","offer_id":48511284871423,"sku":"sku-43884204556450","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ XS","offer_id":48511284904191,"sku":"sku-44932580475042","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ S","offer_id":48511284936959,"sku":"sku-44932580507810","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ M","offer_id":48511284969727,"sku":"sku-44932580540578","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ L","offer_id":48511285002495,"sku":"sku-44932580573346","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ XL","offer_id":48511285035263,"sku":"sku-44932580606114","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ 2XL","offer_id":48511285068031,"sku":"sku-44932580638882","price":119.0,"currency_code":"USD","in_stock":false},{"title":"Pink Women \/ 3XL","offer_id":48511285100799,"sku":"sku-44932580671650","price":119.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/3_4_d043c1f1-89b0-4715-904f-5f2860038950.jpg?v=1778622083"},{"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":"1-4-beef-deposit-beef-initiative","title":"1\/4 Beef Deposit - Beef Initiative","description":"\u003cp\u003eThis package will give you half of all of the premium cuts off of a side of beef.  It will also include ground beef from the trimmings off of our mouth watering steaks! \u003c\/p\u003e\n\u003cp\u003ePay a $250 deposit to reserve your beef and when it is available, we will contact you to go over how you would like your cuts made and let you know the actual weight, since every animal can vary. \u003c\/p\u003e\n\u003cp\u003eThe deposit will go toward the total cost, which is 120 pounds of actual take home meat. \u003c\/p\u003e\n\u003cp\u003eExample: \u003c\/p\u003e\n\u003cul\u003e\n\u003cli style=\"list-style-type: none;\"\u003e\n\u003cul\u003e\n\u003cli\u003eTotal Cost of your Quarter is $1760 Shipped to your door\u003c\/li\u003e\n\u003cli\u003ePay $500 now and approximately $1260 when your beef is ready to be shipped\u003c\/li\u003e\n\u003cli\u003eYour take home weight is going to be around 120 lbs of meat in your freezer.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFreezer Space: \u003c\/strong\u003eApproximately 5 cubic feet\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003ePickup up\u003c\/strong\u003e: \u003cspan\u003e1104 Westridge Lane, Saint Paul, NE\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDelivery also available!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e \u003ca href=\"https:\/\/img1.wsimg.com\/blobby\/go\/7568e61e-1978-438a-9b1e-3ffc75fcb6eb\/downloads\/b6d40130-ea9e-4889-be25-5cb73778fa9f\/TWB_BeefCutSheet.pdf?ver=1728055701110\" title=\"TWB_Cut Sheet\" rel=\"noopener\" target=\"_blank\"\u003e\u003cstrong\u003eFill out the Cut Sheet\u003c\/strong\u003e\u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c!----\u003e","brand":"Twin Loups Beef","offers":[{"title":"Pay In Full (save $100)","offer_id":48511720390911,"sku":"1\/4BEEF-1","price":1750.0,"currency_code":"USD","in_stock":false},{"title":"Payment - Deposit $250 ($1600 due at shipping)","offer_id":48511720423679,"sku":"1\/4BEEF-2","price":250.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9139\/4815\/files\/14Beef_ProductImage.png?v=1778634196"},{"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"}],"url":"https:\/\/www.petulascornergeneralstore.com\/collections\/mens-fashion.oembed","provider":"Petulas corner General Store","version":"1.0","type":"link"}