{"product_id":"10-5w-usb-a-power-adapter-2-1a-compact-pa2","title":"10.5W USB-A Power Adapter | 2.1A Output | 5V Standard Charging | 100-240V Universal | Compact ABS + Brass | Essential Everyday Charger | White | PA2","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003cmeta name=\"description\" content=\"SNAPCASE 10.5W USB-A Power Adapter with 2.1A output. Reliable everyday charging. 100-240V universal input. Compact ABS + brass construction. White.\"\u003e\n    \u003ctitle\u003eSNAPCASE 10.5W USB-A Power Adapter | 2.1A Output | Compact Design\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #ffffff;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Hero Section - Clean Sky Blue Theme *\/\n        .hero-section {\n            background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 50%, #bae6fd 100%);\n            border-radius: 32px;\n            padding: 55px 45px;\n            margin-bottom: 26px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid #7dd3fc;\n        }\n\n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: -100px;\n            right: -100px;\n            width: 350px;\n            height: 350px;\n            background: radial-gradient(circle, rgba(14,165,233,0.1) 0%, transparent 60%);\n            pointer-events: none;\n        }\n\n        .hero-section::after {\n            content: '';\n            position: absolute;\n            bottom: -100px;\n            left: -100px;\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, rgba(2,132,199,0.08) 0%, transparent 60%);\n            pointer-events: none;\n        }\n\n        .brand-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: #0f172a;\n            color: #fff;\n            padding: 8px 20px;\n            border-radius: 8px;\n            font-weight: 700;\n            font-size: 12px;\n            margin-bottom: 18px;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: linear-gradient(135deg, #0ea5e9, #0284c7);\n            color: #fff;\n            padding: 10px 26px;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 11px;\n            margin-bottom: 22px;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            position: relative;\n            z-index: 1;\n            box-shadow: 0 4px 20px rgba(14,165,233,0.4);\n        }\n\n        .hero-title {\n            color: #0f172a;\n            font-size: clamp(30px, 5.5vw, 48px);\n            font-weight: 800;\n            margin-bottom: 10px;\n            position: relative;\n            z-index: 1;\n            line-height: 1.15;\n            letter-spacing: -0.5px;\n        }\n\n        .hero-title span {\n            background: linear-gradient(135deg, #0ea5e9, #0284c7);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .hero-tagline {\n            color: #64748b;\n            font-size: 17px;\n            margin-bottom: 35px;\n            position: relative;\n            z-index: 1;\n            font-weight: 400;\n        }\n\n        .hero-features {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            flex-wrap: wrap;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero-feature {\n            background: #fff;\n            border: 2px solid #7dd3fc;\n            border-radius: 18px;\n            padding: 20px 28px;\n            text-align: center;\n            min-width: 130px;\n            box-shadow: 0 4px 15px rgba(14,165,233,0.1);\n            transition: all 0.3s ease;\n        }\n\n        .hero-feature:hover {\n            border-color: #0ea5e9;\n            transform: translateY(-4px);\n            box-shadow: 0 8px 25px rgba(14,165,233,0.2);\n        }\n\n        .hero-feature-value {\n            font-size: 26px;\n            font-weight: 800;\n            color: #0f172a;\n            line-height: 1;\n            margin-bottom: 6px;\n        }\n\n        .hero-feature-value.gradient {\n            background: linear-gradient(135deg, #0ea5e9, #0284c7);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .hero-feature-label {\n            font-size: 10px;\n            color: #64748b;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Simple \u0026 Reliable Banner *\/\n        .simple-banner {\n            background: linear-gradient(135deg, #0369a1 0%, #0284c7 50%, #0ea5e9 100%);\n            border-radius: 24px;\n            padding: 35px 45px;\n            margin-bottom: 26px;\n            display: grid;\n            grid-template-columns: 1fr auto;\n            gap: 30px;\n            align-items: center;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 15px 50px rgba(2,132,199,0.35);\n        }\n\n        .simple-banner::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            right: 0;\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);\n            pointer-events: none;\n        }\n\n        .simple-content h2 {\n            color: #fff;\n            font-size: 26px;\n            font-weight: 800;\n            margin-bottom: 12px;\n        }\n\n        .simple-content p {\n            color: rgba(255,255,255,0.85);\n            font-size: 14px;\n            line-height: 1.7;\n        }\n\n        .simple-visual {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .power-circle {\n            width: 120px;\n            height: 120px;\n            background: rgba(255,255,255,0.1);\n            border: 2px solid rgba(255,255,255,0.25);\n            border-radius: 50%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .power-value {\n            font-size: 32px;\n            font-weight: 800;\n            color: #fff;\n            line-height: 1;\n        }\n\n        .power-unit {\n            font-size: 14px;\n            color: rgba(255,255,255,0.8);\n            margin-top: 4px;\n        }\n\n        \/* Output Specs *\/\n        .output-section {\n            background: #fff;\n            border: 1px solid #e2e8f0;\n            border-radius: 24px;\n            padding: 35px;\n            margin-bottom: 26px;\n            text-align: center;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.04);\n        }\n\n        .section-title {\n            font-size: 22px;\n            font-weight: 700;\n            color: #0f172a;\n            margin-bottom: 25px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .section-title::before {\n            content: '';\n            width: 5px;\n            height: 26px;\n            background: linear-gradient(180deg, #0ea5e9, #0284c7);\n            border-radius: 3px;\n        }\n\n        .section-title.centered {\n            justify-content: center;\n        }\n\n        .section-title.centered::before {\n            display: none;\n        }\n\n        .output-display {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            flex-wrap: wrap;\n            margin-top: 20px;\n        }\n\n        .output-box {\n            background: linear-gradient(145deg, #f0f9ff, #fff);\n            border: 2px solid #bae6fd;\n            border-radius: 20px;\n            padding: 30px 40px;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .output-box:hover {\n            border-color: #0ea5e9;\n            transform: translateY(-4px);\n            box-shadow: 0 12px 35px rgba(14,165,233,0.15);\n        }\n\n        .output-label {\n            font-size: 12px;\n            color: #64748b;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 8px;\n        }\n\n        .output-value {\n            font-size: 36px;\n            font-weight: 800;\n            background: linear-gradient(135deg, #0ea5e9, #0284c7);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .output-sub {\n            font-size: 13px;\n            color: #94a3b8;\n            margin-top: 5px;\n        }\n\n        \/* Perfect For Section *\/\n        .perfect-section {\n            background: #fff;\n            border: 1px solid #e2e8f0;\n            border-radius: 24px;\n            padding: 35px;\n            margin-bottom: 26px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.04);\n        }\n\n        .perfect-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            justify-content: center;\n            margin-top: 20px;\n        }\n\n        .perfect-badge {\n            background: linear-gradient(145deg, #f0f9ff, #fff);\n            border: 1px solid #bae6fd;\n            border-radius: 50px;\n            padding: 12px 22px;\n            font-size: 14px;\n            color: #0369a1;\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            transition: all 0.3s ease;\n        }\n\n        .perfect-badge:hover {\n            border-color: #0ea5e9;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(14,165,233,0.15);\n        }\n\n        .perfect-badge span {\n            font-size: 18px;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 16px;\n            margin-bottom: 26px;\n        }\n\n        .feature-card {\n            background: #fff;\n            border: 1px solid #e2e8f0;\n            border-radius: 18px;\n            padding: 24px 16px;\n            text-align: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.04);\n        }\n\n        .feature-card:hover {\n            border-color: #0ea5e9;\n            transform: translateY(-4px);\n            box-shadow: 0 10px 30px rgba(14,165,233,0.12);\n        }\n\n        .feature-icon {\n            width: 50px;\n            height: 50px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 24px;\n            margin: 0 auto 12px;\n            background: linear-gradient(135deg, #f0f9ff, #e0f2fe);\n        }\n\n        .feature-title {\n            font-size: 13px;\n            font-weight: 700;\n            color: #0f172a;\n            margin-bottom: 4px;\n        }\n\n        .feature-desc {\n            font-size: 11px;\n            color: #64748b;\n            line-height: 1.4;\n        }\n\n        \/* Specifications *\/\n        .specs-section {\n            background: linear-gradient(145deg, #f0f9ff, #fff);\n            border: 1px solid #bae6fd;\n            border-radius: 24px;\n            padding: 35px;\n            margin-bottom: 26px;\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 18px;\n        }\n\n        .spec-group {\n            background: #fff;\n            border: 1px solid #e2e8f0;\n            border-radius: 14px;\n            padding: 20px;\n        }\n\n        .spec-group-title {\n            font-size: 11px;\n            color: #0ea5e9;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 14px;\n            padding-bottom: 10px;\n            border-bottom: 1px solid #f0f9ff;\n            font-weight: 700;\n        }\n\n        .spec-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 7px 0;\n            font-size: 13px;\n        }\n\n        .spec-item span:first-child {\n            color: #64748b;\n        }\n\n        .spec-item span:last-child {\n            color: #0f172a;\n            font-weight: 600;\n        }\n\n        \/* Warranty *\/\n        .warranty-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));\n            gap: 18px;\n            margin-bottom: 26px;\n        }\n\n        .warranty-card {\n            background: #fff;\n            border: 1px solid #e2e8f0;\n            border-radius: 20px;\n            padding: 28px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.04);\n        }\n\n        .warranty-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n        }\n\n        .warranty-card.blue::before {\n            background: linear-gradient(90deg, #0ea5e9, #38bdf8);\n        }\n\n        .warranty-card.gray::before {\n            background: linear-gradient(90deg, #94a3b8, #cbd5e1);\n        }\n\n        .warranty-header {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            margin-bottom: 16px;\n        }\n\n        .warranty-icon {\n            width: 48px;\n            height: 48px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 22px;\n        }\n\n        .warranty-icon.blue { background: linear-gradient(135deg, #e0f2fe, #bae6fd); }\n        .warranty-icon.gray { background: linear-gradient(135deg, #f1f5f9, #e2e8f0); }\n\n        .warranty-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .warranty-text {\n            color: #64748b;\n            font-size: 13px;\n            line-height: 1.7;\n        }\n\n        .warranty-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #0ea5e9, #0284c7);\n            color: #fff;\n            padding: 7px 18px;\n            border-radius: 22px;\n            font-weight: 600;\n            font-size: 12px;\n            margin-top: 16px;\n        }\n\n        \/* Package *\/\n        .package-section {\n            background: linear-gradient(135deg, #0369a1, #0284c7);\n            border-radius: 24px;\n            padding: 35px;\n            text-align: center;\n            color: #fff;\n            box-shadow: 0 15px 50px rgba(2,132,199,0.35);\n        }\n\n        .package-section .section-title {\n            color: #fff;\n            justify-content: center;\n        }\n\n        .package-section .section-title::before {\n            background: linear-gradient(180deg, #7dd3fc, #bae6fd);\n        }\n\n        .package-items {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            justify-content: center;\n            margin-top: 22px;\n        }\n\n        .package-item {\n            background: rgba(255,255,255,0.15);\n            border: 1px solid rgba(255,255,255,0.25);\n            padding: 12px 24px;\n            border-radius: 50px;\n            font-size: 14px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 992px) {\n            .simple-banner {\n                grid-template-columns: 1fr;\n                text-align: center;\n            }\n\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .product-container { padding: 15px; }\n            .hero-section { padding: 40px 25px; }\n            .hero-features { gap: 12px; }\n            .hero-feature { min-width: 120px; padding: 16px 22px; }\n            .hero-feature-value { font-size: 22px; }\n            \n            .simple-banner { padding: 30px 22px; }\n            .simple-content h2 { font-size: 22px; }\n            .power-circle { width: 100px; height: 100px; }\n            .power-value { font-size: 26px; }\n            \n            .output-display { gap: 15px; }\n            .output-box { padding: 22px 30px; }\n            .output-value { font-size: 28px; }\n            \n            .output-section, .perfect-section, .specs-section, .package-section { padding: 28px 20px; }\n            .warranty-card { padding: 24px 20px; }\n        }\n\n        @media (max-width: 480px) {\n            .hero-title { font-size: 28px; }\n            .hero-features { flex-direction: column; align-items: center; }\n            .hero-feature { width: 100%; max-width: 180px; }\n            \n            .output-display { flex-direction: column; }\n            \n            .features-grid { grid-template-columns: 1fr; }\n            .specs-grid { grid-template-columns: 1fr; }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003c!-- Hero Section --\u003e\n        \u003cdiv class=\"hero-section\"\u003e\n            \u003cspan class=\"brand-badge\"\u003eSNAPCASE\u003c\/span\u003e\n            \u003cspan class=\"hero-badge\"\u003e🔌 Essential Charger\u003c\/span\u003e\n            \u003ch1 class=\"hero-title\"\u003e\n\u003cspan\u003e10.5W\u003c\/span\u003e USB-A Power Adapter\u003c\/h1\u003e\n            \u003cp class=\"hero-tagline\"\u003e2.1A Output • Reliable Everyday Charging • Ultra-Compact\u003c\/p\u003e\n            \u003cdiv class=\"hero-features\"\u003e\n                \u003cdiv class=\"hero-feature\"\u003e\n                    \u003cdiv class=\"hero-feature-value gradient\"\u003e10.5W\u003c\/div\u003e\n                    \u003cdiv class=\"hero-feature-label\"\u003eMax Power\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hero-feature\"\u003e\n                    \u003cdiv class=\"hero-feature-value\"\u003e2.1A\u003c\/div\u003e\n                    \u003cdiv class=\"hero-feature-label\"\u003eOutput\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hero-feature\"\u003e\n                    \u003cdiv class=\"hero-feature-value\"\u003e100-240V\u003c\/div\u003e\n                    \u003cdiv class=\"hero-feature-label\"\u003eUniversal\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Simple \u0026 Reliable Banner --\u003e\n        \u003cdiv class=\"simple-banner\"\u003e\n            \u003cdiv class=\"simple-content\"\u003e\n                \u003ch2\u003eSimple. Reliable. Essential.\u003c\/h2\u003e\n                \u003cp\u003eThe perfect everyday charger for your USB-A devices. No complicated features — just dependable power when you need it. Ideal as a bedside charger, office spare, or travel companion. The 2.1A output charges most smartphones efficiently and safely.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"simple-visual\"\u003e\n                \u003cdiv class=\"power-circle\"\u003e\n                    \u003cspan class=\"power-value\"\u003e2.1\u003c\/span\u003e\n                    \u003cspan class=\"power-unit\"\u003eAmps\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Output Specs --\u003e\n        \u003cdiv class=\"output-section\"\u003e\n            \u003ch2 class=\"section-title centered\"\u003eClean, Simple Output\u003c\/h2\u003e\n            \u003cdiv class=\"output-display\"\u003e\n                \u003cdiv class=\"output-box\"\u003e\n                    \u003cdiv class=\"output-label\"\u003eVoltage\u003c\/div\u003e\n                    \u003cdiv class=\"output-value\"\u003e5V\u003c\/div\u003e\n                    \u003cdiv class=\"output-sub\"\u003eStandard USB\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"output-box\"\u003e\n                    \u003cdiv class=\"output-label\"\u003eCurrent\u003c\/div\u003e\n                    \u003cdiv class=\"output-value\"\u003e2.1A\u003c\/div\u003e\n                    \u003cdiv class=\"output-sub\"\u003eEfficient Charging\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"output-box\"\u003e\n                    \u003cdiv class=\"output-label\"\u003ePower\u003c\/div\u003e\n                    \u003cdiv class=\"output-value\"\u003e10.5W\u003c\/div\u003e\n                    \u003cdiv class=\"output-sub\"\u003eMax Output\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Perfect For Section --\u003e\n        \u003cdiv class=\"perfect-section\"\u003e\n            \u003ch2 class=\"section-title centered\"\u003ePerfect For\u003c\/h2\u003e\n            \u003cdiv class=\"perfect-grid\"\u003e\n                \u003cdiv class=\"perfect-badge\"\u003e\n\u003cspan\u003e📱\u003c\/span\u003e Smartphones\u003c\/div\u003e\n                \u003cdiv class=\"perfect-badge\"\u003e\n\u003cspan\u003e🎧\u003c\/span\u003e Earbuds \u0026amp; Headphones\u003c\/div\u003e\n                \u003cdiv class=\"perfect-badge\"\u003e\n\u003cspan\u003e⌚\u003c\/span\u003e Smartwatches\u003c\/div\u003e\n                \u003cdiv class=\"perfect-badge\"\u003e\n\u003cspan\u003e🔋\u003c\/span\u003e Power Banks\u003c\/div\u003e\n                \u003cdiv class=\"perfect-badge\"\u003e\n\u003cspan\u003e📷\u003c\/span\u003e Action Cameras\u003c\/div\u003e\n                \u003cdiv class=\"perfect-badge\"\u003e\n\u003cspan\u003e🎮\u003c\/span\u003e Controllers\u003c\/div\u003e\n                \u003cdiv class=\"perfect-badge\"\u003e\n\u003cspan\u003e💡\u003c\/span\u003e Smart Lights\u003c\/div\u003e\n                \u003cdiv class=\"perfect-badge\"\u003e\n\u003cspan\u003e🔌\u003c\/span\u003e USB-A Devices\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Features Grid --\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003e2.1A Output\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eEfficient charging\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e📐\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eCompact\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eUltra-portable\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🌍\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eUniversal\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003e100-240V input\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔩\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eABS + Brass\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eQuality build\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 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 class=\"spec-group\"\u003e\n                    \u003cdiv class=\"spec-group-title\"\u003eProduct\u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eBrand\u003c\/span\u003e\n                        \u003cspan\u003eSNAPCASE\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eModel\u003c\/span\u003e\n                        \u003cspan\u003ePA2\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003ePort\u003c\/span\u003e\n                        \u003cspan\u003eSingle USB-A\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eColour\u003c\/span\u003e\n                        \u003cspan\u003eWhite\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-group\"\u003e\n                    \u003cdiv class=\"spec-group-title\"\u003eConstruction\u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eMaterial\u003c\/span\u003e\n                        \u003cspan\u003eABS + Brass\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-group\"\u003e\n                    \u003cdiv class=\"spec-group-title\"\u003eInput\u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eVoltage\u003c\/span\u003e\n                        \u003cspan\u003e100V - 240V\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eFrequency\u003c\/span\u003e\n                        \u003cspan\u003e50\/60Hz\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eCurrent\u003c\/span\u003e\n                        \u003cspan\u003e0.3A\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-group\"\u003e\n                    \u003cdiv class=\"spec-group-title\"\u003eOutput\u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eVoltage\u003c\/span\u003e\n                        \u003cspan\u003e5.0V\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eCurrent\u003c\/span\u003e\n                        \u003cspan\u003e2.1A\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cspan\u003eMax Power\u003c\/span\u003e\n                        \u003cspan\u003e10.5W\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Warranty --\u003e\n        \u003cdiv class=\"warranty-section\"\u003e\n            \u003cdiv class=\"warranty-card blue\"\u003e\n                \u003cdiv class=\"warranty-header\"\u003e\n                    \u003cdiv class=\"warranty-icon blue\"\u003e✓\u003c\/div\u003e\n                    \u003ch3 class=\"warranty-title\"\u003e12-Month Warranty\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"warranty-text\"\u003eThis warranty covers defects in the product that result in failure or faults making the product unable to function. It does not cover damage caused by accidents, misuse, or unauthorized modifications.\u003c\/p\u003e\n                \u003cspan class=\"warranty-badge\"\u003e1 Year Coverage\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"warranty-card gray\"\u003e\n                \u003cdiv class=\"warranty-header\"\u003e\n                    \u003cdiv class=\"warranty-icon gray\"\u003e↩\u003c\/div\u003e\n                    \u003ch3 class=\"warranty-title\"\u003e14-Day Returns\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"warranty-text\"\u003eWe accept returns within 14 days of purchase, provided the item is in the same condition as received. Items must be returned in original packaging with all accessories included.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Package --\u003e\n        \u003cdiv class=\"package-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003e📦 What's in the Box\u003c\/h2\u003e\n            \u003cdiv class=\"package-items\"\u003e\n                \u003cspan class=\"package-item\"\u003e🔌 1 x SNAPCASE 10.5W USB-A Power Adapter\u003c\/span\u003e\n                \u003cspan class=\"package-item\"\u003e📄 User Manual\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"snapcases.co.uk","offers":[{"title":"Default Title","offer_id":49242937262425,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/0220\/9113\/files\/A44B321E-6C1D-4A38-A246-57EA4BA6D68B.png?v=1725547094","url":"https:\/\/snapcases.co.uk\/products\/10-5w-usb-a-power-adapter-2-1a-compact-pa2","provider":"snapcases.co.uk","version":"1.0","type":"link"}