{"product_id":"replacement-charger-for-stens-425-288-charger-fts-ariens-71104300-01126000","title":"Replacement Charger for STENS 425-288 Charger FTS ARIENS 71104300 01126000","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n\u003cstyle\u003e\n:root {\n            --primary-color: #3a5f9e;\n            --secondary-color: #6c8cd5;\n            --accent-color: #e6f0ff;\n            --text-color: #333;\n            --light-color: #f8f9fa;\n            --shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n        }\n        \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: var(--text-color);\n            line-height: 1.6;\n            padding: 0;\n            margin: 0;\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            margin-bottom: 30px;\n            padding: 25px;\n            background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n            color: white;\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.5rem;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n            margin-bottom: 10px;\n            position: relative;\n        }\n        \n        .product-header .subtitle {\n            font-size: 1.3rem;\n            color: #e6f0ff;\n            margin-top: 10px;\n            position: relative;\n        }\n        \n        .badge {\n            display: inline-block;\n            background-color: #ffc107;\n            color: #333;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 10px 5px;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 30px;\n        }\n        \n        .product-gallery {\n            flex: 1;\n            min-width: 300px;\n            background-color: white;\n            border-radius: 12px;\n            padding: 20px;\n            box-shadow: var(--shadow);\n            text-align: center;\n        }\n        \n        .main-image {\n            width: 100%;\n            height: auto;\n            border-radius: 10px;\n            margin-bottom: 20px;\n            transition: transform 0.3s ease;\n        }\n        \n        .main-image:hover {\n            transform: scale(1.02);\n        }\n        \n        .image-thumbnails {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin-top: 15px;\n        }\n        \n        .thumbnail {\n            width: 70px;\n            height: 70px;\n            border-radius: 8px;\n            cursor: pointer;\n            opacity: 0.7;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n        \n        .thumbnail:hover, .thumbnail.active {\n            opacity: 1;\n            border-color: var(--primary-color);\n        }\n        \n        .product-details {\n            flex: 2;\n            min-width: 300px;\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .feature-box {\n            background-color: white;\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: var(--shadow);\n            border-left: 5px solid var(--secondary-color);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-box h2 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.6rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-box h2 i {\n            margin-right: 10px;\n            font-size: 1.4rem;\n        }\n        \n        .protection-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .protection-item {\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            padding: 20px;\n            background-color: var(--accent-color);\n            border-radius: 10px;\n            border: 1px solid #d0ddf0;\n            transition: all 0.3s ease;\n        }\n        \n        .protection-item:hover {\n            background-color: white;\n            box-shadow: 0 5px 15px rgba(58, 95, 158, 0.2);\n        }\n        \n        .protection-icon {\n            width: 80px;\n            height: 80px;\n            margin: 0 auto 15px;\n            background-color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n        }\n        \n        .protection-icon i {\n            font-size: 2.5rem;\n            color: var(--primary-color);\n        }\n        \n        .protection-item h3 {\n            color: var(--primary-color);\n            margin-bottom: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .shipping-returns {\n            background-color: var(--accent-color);\n            border-radius: 12px;\n            padding: 25px;\n            margin-top: 10px;\n            border: 1px dashed var(--secondary-color);\n        }\n        \n        .shipping-returns h2 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.4rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-returns h2 i {\n            margin-right: 10px;\n        }\n        \n        .compatibility-notice {\n            background-color: #fff8e6;\n            border-radius: 12px;\n            padding: 25px;\n            margin-top: 10px;\n            border-left: 5px solid #ffc107;\n        }\n        \n        .compatibility-notice h2 {\n            color: #b38c00;\n            margin-bottom: 15px;\n            font-size: 1.4rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .compatibility-notice h2 i {\n            margin-right: 10px;\n        }\n        \n        .highlight {\n            color: var(--primary-color);\n            font-weight: bold;\n        }\n        \n        .pricing-box {\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            border-radius: 12px;\n            padding: 25px;\n            color: white;\n            text-align: center;\n            box-shadow: var(--shadow);\n        }\n        \n        .price {\n            font-size: 2.5rem;\n            font-weight: bold;\n            margin: 10px 0;\n        }\n        \n        .original-price {\n            text-decoration: line-through;\n            opacity: 0.7;\n            font-size: 1.5rem;\n            margin-right: 10px;\n        }\n        \n        .discount {\n            background-color: #ff5252;\n            padding: 5px 10px;\n            border-radius: 20px;\n            font-weight: bold;\n            display: inline-block;\n            margin-bottom: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background-color: #ffc107;\n            color: #333;\n            padding: 15px 40px;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 1.2rem;\n            text-decoration: none;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n        }\n        \n        .cta-button:hover {\n            background-color: #ffb300;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(0,0,0,0.3);\n        }\n        \n        .benefits-list {\n            list-style-type: none;\n            margin: 20px 0;\n        }\n        \n        .benefits-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            align-items: center;\n        }\n        \n        .benefits-list li:before {\n            color: #4caf50;\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-header h1 {\n                font-size: 2rem;\n            }\n            \n            .product-header .subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .protection-item {\n                min-width: 100%;\n            }\n            \n            .price {\n                font-size: 2rem;\n            }\n        }\n        \n        footer {\n            text-align: center;\n            padding: 20px;\n            margin-top: 30px;\n            color: #666;\n            font-size: 0.9rem;\n            border-top: 1px solid #ddd;\n        }\n\u003c\/style\u003e\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eProfessional Multi-Protection Charger\u003c\/h1\u003e\n            \u003cdiv class=\"subtitle\"\u003eAdvanced Safety Technology with Triple Protection System\u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e Efficiently Charging\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Advanced Protection\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e\u003ci class=\"fas fa-mobile-alt\"\u003e\u003c\/i\u003e Universal Compatibility\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"feature-box\"\u003e\n                    \u003ch2\u003e\n\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e Product Overview\u003c\/h2\u003e\n                    \n                    \u003cul class=\"benefits-list\"\u003e\n                        \u003cli\u003eInput: 100 - 240 VAC 50\/60Hz Worldwide Voltage Use Mains PSU\u003c\/li\u003e\n                        \u003cli\u003eAdvanced triple protection system\u003c\/li\u003e\n\u003cli\u003e\u003cbr\u003e\u003c\/li\u003e\n                        \u003cli\u003eCompact\u0026amp; Portable: Designed for portability, Lightweight and easy to take anywhere.\u003c\/li\u003e\n\u003cli\u003eCompatible with TORO Model 0427 1600 16402 16770 16793 18085 20210 20322 20325 20466 20439 20439WF 20440 20475 20476 20483 20517 20550 20562 20574 20624 20624C 20629C 20644 20657 20660 20671 20673 20676 20677 20690 20718 20718C 20790 26624 26624C 26626 27501 27502 3400 3420 4230 4260 4261 4262 4551 4571 4573 4600 4656 4656A 4861 5024 5064 5084 5126 5239D 5239F 5239G 5243 5244 5245 5247 5253 5254 5269D 5269F 5269G 5273 5274 5275 5277 (LAWNMOWER)\u003c\/li\u003e\n\u003cli\u003eCompatible with TORO Model 60-1618-2 6211 6255 6257 6258 6259 6277 6279 6280 6290 6302 6431 6461 680501 680503 680521 680522 680523 680526 680527 680528 680529 680530 680538 680539 680540 680541 680542 680543 680544 680545 680546 680549 680550 680551 680552 680553 680554 680555 680558 680559 680560 680561 680562 680563 680564 680565 680566 680567 680568 (LAWNMOWER)\u003c\/li\u003e\n\u003cli\u003eCompatible with TORO Model 7024 7035 7050 7070 7071 7072 7072A 7073 7084 7150 7221D 7221F 7221G 7225 7226 7227 7229 7229G 7231 7232 7260D 7260F 7260G 7264 7265 7266 7268 7270 7270AE 7271 7271AE 7350 7351 (LAWNMOWER)\u003c\/li\u003e\n\u003cli\u003eCompatible with TORO Model 8035 8070 8071 8072 8073 8073AE 8125 8155 8156 8157 8157A 8157A1 8229F 8229H 8233 8233AE 8234 8234AE 8235 8235AE 8237 8237AE 8238AE 8240 8240AE 8241 8241AE 8243 8243AE 8243AE1 8244 8252 8253 8255 8270 8290 8291 8401 8431 8453 8461 8481 8481AE 8651 8671 8671AE 8673 8673AE 8861 (LAWNMOWER)\u003c\/li\u003e\n\u003cli\u003eCompatible with TORO Model M21BMRB M21BMRC M21BMRD M21EMRB M21EMRC M21EMRD M21ZMRB M21ZMRC M21ZMRD M21ZPRB M21ZPRC M21ZPRD (LAWNMOWER)\u003c\/li\u003e\n\u003cli\u003eCompatible with TORO Model S19ZPN S19ZPNA S19ZPNB S21BSN S21BSR S21ESN S21ESNA S21ESR S21ZPM S21ZPN S21ZPNA S21ZPNB S21ZPR S21ZSM S21ZSN S21ZSNA S21ZSR (LAWNMOWER)\u003c\/li\u003e\n\u003cli\u003eCompatible with TORO Model R8035 R8035AE R8035B R8237 R8237AE R8238AE R8240 R8240AE R8241 R8241AE R8242AE (LAWNMOWER)\u003c\/li\u003e\n\u003cli\u003eCompatible with TORO Model TA\/GB762 TA\/GB882 TA760 TA880 (GAS TRIMMER)\u003c\/li\u003e\n                        \u003cli\u003eDurability: Features a reinforced construction that prevents wire pull-out and damage, ensuring it withstands both daily plugging\/unplugging and the rigors of shipping.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-box\"\u003e\n                    \u003ch2\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Advanced Safety Features\u003c\/h2\u003e\n                    \u003cp\u003eOur charger is engineered with state-of-the-art safety technology to ensure complete protection for your devices:\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"protection-features\"\u003e\n                        \u003cdiv class=\"protection-item\"\u003e\n                            \u003cdiv class=\"protection-icon\"\u003e\n                                \u003ci class=\"fas fa-thermometer-half\"\u003e\u003c\/i\u003e\n                            \u003c\/div\u003e\n                            \u003ch3\u003eOver-Temperature Protection\u003c\/h3\u003e\n                            \n                        \u003c\/div\u003e\n                        \u003cdiv class=\"protection-item\"\u003e\n                            \u003cdiv class=\"protection-icon\"\u003e\n                                \u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e\n                            \u003c\/div\u003e\n                            \u003ch3\u003eOver-Current Protection\u003c\/h3\u003e\n                            \n                        \u003c\/div\u003e\n                        \u003cdiv class=\"protection-item\"\u003e\n                            \u003cdiv class=\"protection-icon\"\u003e\n                                \u003ci class=\"fas fa-plug\"\u003e\u003c\/i\u003e\n                            \u003c\/div\u003e\n                            \u003ch3\u003ePower-Off Protection\u003c\/h3\u003e\n                            \n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                   \n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"shipping-returns\"\u003e\n                    \u003ch2\u003e\n\u003ci class=\"fas fa-shipping-fast\"\u003e\u003c\/i\u003e Shipping \u0026amp; Returns\u003c\/h2\u003e\n                    \u003cp\u003eItems are shipped within standard processing time. For return details, please refer to the applicable policy.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eStandard Shipping:\u003c\/strong\u003e 3-5 business days\u003c\/p\u003e\n                    \n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"compatibility-notice\"\u003e\n                    \u003ch2\u003e\n\u003ci class=\"fas fa-exclamation-triangle\"\u003e\u003c\/i\u003e Compatibility Notice\u003c\/h2\u003e\n                    \u003cp\u003ePrior to using this charger, consult a qualified professional or the device manufacturer to verify compatibility. Device specifications, power requirements, and safety certifications may vary by model, version, region, or country.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e","brand":"LN-WS920260506","offers":[{"title":"Default Title","offer_id":42323152502864,"sku":"194628F93C8*LA*1+19474643A02*LA*1","price":16.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0070\/6333\/9081\/files\/57_a2d529f6-947d-40fa-9180-80813b497b6a.jpg?v=1778039733","url":"https:\/\/www.pwronusa.com\/products\/replacement-charger-for-stens-425-288-charger-fts-ariens-71104300-01126000","provider":"Pwron","version":"1.0","type":"link"}