{"product_id":"ac-adapter-for-tsakalis-audioworks-six-ma1s-overdrive-distortion-booster-pedal","title":"AC Adapter for Tsakalis Audioworks Six MA1S Overdrive Distortion Booster Pedal","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n\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: #f5f7fa;\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        .header {\n            background: linear-gradient(135deg, #2c5aa0 0%, #1a3a6c 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n            text-align: center;\n        }\n        \n        .header h1 {\n            font-size: 32px;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .header p {\n            font-size: 18px;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-showcase {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: white;\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            text-align: center;\n        }\n        \n        .product-image img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-section {\n            background: white;\n            border-radius: 10px;\n            padding: 30px;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \n        .section-title {\n            font-size: 24px;\n            color: #2c5aa0;\n            margin-bottom: 25px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #eaeaea;\n            font-weight: 600;\n        }\n        \n        .protection-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .protection-row {\n            display: flex;\n            width: 100%;\n            gap: 20px;\n        }\n        \n        .protection-row:first-child {\n            margin-bottom: 20px;\n        }\n        \n        .protection-card {\n            background: #f8fafc;\n            border-radius: 8px;\n            padding: 25px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-left: 4px solid #2c5aa0;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .protection-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .protection-card.wide {\n            flex: 2;\n        }\n        \n        .protection-card.medium {\n            flex: 1.5;\n        }\n        \n        .protection-card.narrow {\n            flex: 1;\n        }\n        \n        .protection-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n        \n        .protection-icon {\n            font-size: 32px;\n            color: #2c5aa0;\n            margin-right: 15px;\n            width: 50px;\n            text-align: center;\n        }\n        \n        .protection-card h3 {\n            font-size: 18px;\n            color: #2c5aa0;\n        }\n        \n        .protection-card p {\n            font-size: 14px;\n            color: #555;\n            margin-bottom: 15px;\n            flex-grow: 1;\n        }\n        \n        .protection-image {\n            text-align: center;\n            margin-top: auto;\n        }\n        \n        .protection-image img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 6px;\n        }\n        \n        .protection-images {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .protection-item {\n            text-align: center;\n            background: #f8fafc;\n            padding: 15px;\n            border-radius: 8px;\n        }\n        \n        .protection-item img {\n            width: 100%;\n            max-width: 150px;\n            height: auto;\n            margin-bottom: 10px;\n        }\n        \n        .protection-item p {\n            font-weight: 600;\n            color: #2c5aa0;\n        }\n        \n        .disclaimer {\n            background: #fff8e6;\n            border-left: 5px solid #ffc107;\n            padding: 20px;\n            margin: 30px 0;\n            border-radius: 5px;\n            font-size: 15px;\n            color: #856404;\n        }\n        \n        .disclaimer strong {\n            display: block;\n            margin-bottom: 8px;\n            font-size: 16px;\n        }\n        \n        .assurance-section {\n            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);\n            border-radius: 10px;\n            padding: 30px;\n            text-align: center;\n            margin-top: 30px;\n        }\n        \n        .assurance-section h2 {\n            color: #2c5aa0;\n            margin-bottom: 15px;\n            font-size: 26px;\n        }\n        \n        .assurance-section p {\n            max-width: 800px;\n            margin: 0 auto 20px;\n            font-size: 16px;\n        }\n        \n        .benefits {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .benefit {\n            display: flex;\n            align-items: center;\n            background: white;\n            padding: 12px 20px;\n            border-radius: 50px;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n        }\n        \n        .benefit i {\n            color: #2c5aa0;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        @media (max-width: 768px) {\n            .header h1 {\n                font-size: 26px;\n            }\n            \n            .header p {\n                font-size: 16px;\n            }\n            \n            .protection-row {\n                flex-direction: column;\n            }\n            \n            .protection-card {\n                width: 100%;\n            }\n            \n            .protection-images {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .container {\n                padding: 15px;\n            }\n            \n            .header {\n                padding: 20px;\n            }\n            \n            .protection-images {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefit {\n                width: 100%;\n            }\n        }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n  \u003cdiv class=\"header\"\u003e\n    \u003ch1\u003ePremium Multi-Protection Charger\u003c\/h1\u003e\n    \u003cp\u003eAdvanced safety technology, reliable charging with complete peace of mind\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-showcase\"\u003e\n\n    \u003cdiv class=\"product-details\"\u003e\n      \u003ch2 style=\"color: #2c5aa0; margin-bottom: 15px;\"\u003eProduct Highlights\u003c\/h2\u003e\n      \u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n        \u003cli style=\"padding: 8px 0; border-bottom: 1px solid #eee;\"\u003e\n          \u003ci class=\"fas fa-check-circle\" style=\"color: #4CAF50; margin-right: 10px;\"\u003e\u003c\/i\u003e input：100V-240V 50\/60Hz\u003c\/li\u003e\n        \u003cli style=\"padding: 8px 0; border-bottom: 1px solid #eee;\"\u003e\n          \u003ci class=\"fas fa-check-circle\" style=\"color: #4CAF50; margin-right: 10px;\"\u003e\u003c\/i\u003e Color: black\u003c\/li\u003e\n        \u003cli style=\"padding: 8px 0; border-bottom: 1px solid #eee;\"\u003e\n          \u003ci class=\"fas fa-check-circle\" style=\"color: #4CAF50; margin-right: 10px;\"\u003e\u003c\/i\u003e Brand: Shangower\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv style=\"margin-top: 25px; background: #f0f7ff; padding: 15px; border-radius: 8px;\"\u003e\n        \u003ch3 style=\"color: #2c5aa0; margin-bottom: 10px;\"\u003eWhy Choose Our Charger?\u003c\/h3\u003e\n        \u003cp\u003eYour devices deserve reliable protection, and this adapter charger delivers just that.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eAdvanced Protection Features\u003c\/h2\u003e\n\n    \u003cdiv class=\"protection-features\"\u003e\n      \u003cdiv class=\"protection-row\"\u003e\n        \u003cdiv class=\"protection-card wide\"\u003e\n          \u003cdiv class=\"protection-header\"\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          \u003c\/div\u003e\n          \u003cp\u003eIntelligently monitors internal temperature and automatically reduces power output or shuts down if\n            overheating is detected, preventing damage to your device and charger. This advanced thermal management\n            system ensures safe operation even during extended charging sessions.\u003c\/p\u003e\n          \u003cdiv class=\"protection-image\"\u003e\n            \u003cimg src=\"https:\/\/i.imgur.com\/7V4Gq2E.png\" alt=\"Over-temperature Protection\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"protection-card medium\"\u003e\n          \u003cdiv class=\"protection-header\"\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          \u003c\/div\u003e\n          \u003cp\u003ePrevents excessive current flow that could damage your device's battery and internal components.\n            Automatically adjusts to deliver the optimal charging current for your specific device.\u003c\/p\u003e\n          \u003cdiv class=\"protection-image\"\u003e\n            \u003cimg src=\"https:\/\/i.imgur.com\/9z3kQ7A.png\" alt=\"Over-Current Protection\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"protection-row\"\u003e\n        \u003cdiv class=\"protection-card medium\"\u003e\n          \u003cdiv class=\"protection-header\"\u003e\n            \u003cdiv class=\"protection-icon\"\u003e\n              \u003ci class=\"fas fa-tachometer-alt\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eOver-Voltage Protection\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eMaintains stable voltage output regardless of input fluctuations. Instantly cuts off power if voltage\n            exceeds safe levels, protecting sensitive electronics from potential damage.\u003c\/p\u003e\n          \u003cdiv class=\"protection-image\"\u003e\n            \u003cimg src=\"https:\/\/i.imgur.com\/5R8fz9M.png\" alt=\"Over-Voltage Protection\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"protection-card wide\"\u003e\n          \u003cdiv class=\"protection-header\"\u003e\n            \u003cdiv class=\"protection-icon\"\u003e\n              \u003ci class=\"fas fa-power-off\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eAuto Power-Off Protection\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eAutomatically enters standby mode or shuts down when charging is complete or if a fault is detected,\n            preventing overcharging and saving energy. This smart feature extends battery life and reduces electricity\n            consumption.\u003c\/p\u003e\n          \u003cdiv class=\"protection-image\"\u003e\n            \u003cimg src=\"https:\/\/i.imgur.com\/mX2N7yE.png\" alt=\"Power-Off Protection\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"disclaimer\"\u003e\n    \u003cstrong\u003eImportant Safety Notice:\u003c\/strong\u003e\n    \u003cp\u003ePrior to using the charger, verify compatibility with a qualified technician, as device models and specifications\n      may vary by version, region, or manufacturer. Improper use may result in damage or safety risks.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assurance-section\"\u003e\n    \u003ch2\u003eQuality You Can Trust\u003c\/h2\u003e\n    \u003cp\u003eThis charger has undergone rigorous testing to ensure it meets the highest safety standards. We stand behind our\n      products with excellent customer service and support.\u003c\/p\u003e\n\n    \u003cdiv class=\"benefits\"\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n        \u003cspan\u003eSafety Certified\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003ci class=\"fas fa-award\"\u003e\u003c\/i\u003e\n        \u003cspan\u003ePremium Quality\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003ci class=\"fas fa-shipping-fast\"\u003e\u003c\/i\u003e\n        \u003cspan\u003eFast Shipping\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003ci class=\"fas fa-headset\"\u003e\u003c\/i\u003e\n        \u003cspan\u003eCustomer Support\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LN-WS720260729","offers":[{"title":"Default Title","offer_id":42802227314768,"sku":"215F0567329*LA*1","price":26.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0070\/6333\/9081\/files\/1_8aedcb69-aed3-4550-aed8-5da80e4ba4d7.png?v=1785219326","url":"https:\/\/www.pwronusa.com\/products\/ac-adapter-for-tsakalis-audioworks-six-ma1s-overdrive-distortion-booster-pedal","provider":"Pwron","version":"1.0","type":"link"}