{"product_id":"38w-usb-a-usb-c-qc-car-charger-black-cc18","title":"38W USB-A \u0026 USB-C QC In-Car Fast Charger | QC3.0 18W + PD 20W Dual Port | Quick Charge Power Delivery | Black PC ABS Design | iPhone Samsung Android Compatible","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=\"38W USB-A \u0026amp; USB-C Car Charger with QC3.0 18W and PD 20W fast charging. Black dual port car adapter for iPhone, Samsung \u0026amp; all devices.\"\u003e\n    \u003ctitle\u003e38W USB-A \u0026amp; USB-C Car Charger | QC3.0 Fast Charging | Black 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: #f0f0f0;\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 - Bold Black Theme *\/\n        .hero-section {\n            background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #262626 100%);\n            border-radius: 24px;\n            padding: 50px 40px;\n            margin-bottom: 24px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n        }\n\n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(ellipse at 30% 20%, rgba(239,68,68,0.12) 0%, transparent 50%),\n                radial-gradient(ellipse at 70% 80%, rgba(34,197,94,0.08) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: linear-gradient(135deg, #ef4444, #dc2626);\n            color: #fff;\n            padding: 10px 26px;\n            border-radius: 50px;\n            font-weight: 700;\n            font-size: 12px;\n            margin-bottom: 22px;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            position: relative;\n            z-index: 1;\n            box-shadow: 0 4px 20px rgba(239,68,68,0.4);\n        }\n\n        .hero-title {\n            color: #fff;\n            font-size: clamp(28px, 5vw, 46px);\n            font-weight: 800;\n            margin-bottom: 12px;\n            position: relative;\n            z-index: 1;\n            line-height: 1.15;\n        }\n\n        .hero-subtitle {\n            color: rgba(255,255,255,0.6);\n            font-size: 16px;\n            margin-bottom: 32px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero-power-row {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            position: relative;\n            z-index: 1;\n        }\n\n        .power-chip {\n            background: rgba(255,255,255,0.08);\n            border: 1px solid rgba(255,255,255,0.12);\n            backdrop-filter: blur(10px);\n            border-radius: 16px;\n            padding: 20px 32px;\n            text-align: center;\n        }\n\n        .power-value {\n            font-size: 40px;\n            font-weight: 800;\n            color: #fff;\n            line-height: 1;\n            margin-bottom: 5px;\n        }\n\n        .power-value.highlight {\n            background: linear-gradient(135deg, #ef4444, #f97316);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .power-label {\n            font-size: 11px;\n            color: rgba(255,255,255,0.6);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Material Badge *\/\n        .material-banner {\n            background: linear-gradient(135deg, #262626, #333);\n            border: 1px solid #404040;\n            border-radius: 16px;\n            padding: 18px 28px;\n            margin-bottom: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n\n        .material-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            color: #fff;\n            font-size: 14px;\n        }\n\n        .material-icon {\n            width: 36px;\n            height: 36px;\n            background: rgba(255,255,255,0.1);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\n        }\n\n        .material-text span {\n            color: rgba(255,255,255,0.6);\n            font-size: 11px;\n            display: block;\n        }\n\n        \/* Port Cards *\/\n        .ports-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin-bottom: 24px;\n        }\n\n        .port-card {\n            background: #fff;\n            border-radius: 20px;\n            padding: 30px 25px;\n            text-align: center;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .port-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n        }\n\n        .port-card.usbc::before {\n            background: linear-gradient(90deg, #22c55e, #16a34a);\n        }\n\n        .port-card.usba::before {\n            background: linear-gradient(90deg, #f97316, #ea580c);\n        }\n\n        .port-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 35px rgba(0,0,0,0.12);\n        }\n\n        .port-type-badge {\n            display: inline-block;\n            padding: 8px 22px;\n            border-radius: 30px;\n            font-size: 13px;\n            font-weight: 700;\n            margin-bottom: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .badge-usbc {\n            background: linear-gradient(135deg, #dcfce7, #bbf7d0);\n            color: #166534;\n        }\n\n        .badge-usba {\n            background: linear-gradient(135deg, #ffedd5, #fed7aa);\n            color: #c2410c;\n        }\n\n        .port-wattage {\n            font-size: 52px;\n            font-weight: 800;\n            color: #1a1a1a;\n            line-height: 1;\n            margin-bottom: 5px;\n        }\n\n        .port-wattage span {\n            font-size: 24px;\n            color: #666;\n        }\n\n        .port-protocol {\n            font-size: 14px;\n            color: #666;\n            margin-bottom: 18px;\n        }\n\n        .port-details {\n            background: #f8f8f8;\n            border-radius: 12px;\n            padding: 15px;\n        }\n\n        .detail-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 8px 0;\n            font-size: 13px;\n            border-bottom: 1px solid #eee;\n        }\n\n        .detail-row:last-child {\n            border-bottom: none;\n        }\n\n        .detail-row span:first-child {\n            color: #888;\n        }\n\n        .detail-row span:last-child {\n            color: #1a1a1a;\n            font-weight: 600;\n        }\n\n        \/* Combined Output Card *\/\n        .combined-card {\n            background: linear-gradient(135deg, #1a1a1a, #262626);\n            border-radius: 20px;\n            padding: 28px;\n            margin-bottom: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            color: #fff;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.2);\n        }\n\n        .combined-left {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .combined-icon {\n            width: 55px;\n            height: 55px;\n            background: linear-gradient(135deg, #ef4444, #f97316);\n            border-radius: 14px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 26px;\n        }\n\n        .combined-text h3 {\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 3px;\n        }\n\n        .combined-text p {\n            font-size: 13px;\n            opacity: 0.7;\n        }\n\n        .combined-power {\n            font-size: 42px;\n            font-weight: 800;\n            background: linear-gradient(135deg, #ef4444, #f97316);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        \/* Features *\/\n        .features-row {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 15px;\n            margin-bottom: 24px;\n        }\n\n        .feature-card {\n            background: #fff;\n            border-radius: 16px;\n            padding: 22px 16px;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        }\n\n        .feature-icon {\n            width: 50px;\n            height: 50px;\n            border-radius: 14px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 24px;\n            margin: 0 auto 14px;\n        }\n\n        .icon-fast { background: linear-gradient(135deg, #fee2e2, #fecaca); }\n        .icon-dual { background: linear-gradient(135deg, #d1fae5, #a7f3d0); }\n        .icon-safe { background: linear-gradient(135deg, #dbeafe, #bfdbfe); }\n        .icon-build { background: linear-gradient(135deg, #f3e8ff, #e9d5ff); }\n\n        .feature-title {\n            font-size: 14px;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 5px;\n        }\n\n        .feature-desc {\n            font-size: 11px;\n            color: #666;\n            line-height: 1.4;\n        }\n\n        \/* Specs Section *\/\n        .specs-section {\n            background: #fff;\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 24px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n        }\n\n        .section-title {\n            font-size: 20px;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 22px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .section-title::before {\n            content: '';\n            width: 5px;\n            height: 24px;\n            background: linear-gradient(180deg, #ef4444, #f97316);\n            border-radius: 3px;\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n            gap: 12px;\n        }\n\n        .spec-box {\n            background: #f8f8f8;\n            border-radius: 12px;\n            padding: 16px 14px;\n            text-align: center;\n            border: 1px solid #eee;\n        }\n\n        .spec-label {\n            font-size: 10px;\n            color: #888;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 5px;\n        }\n\n        .spec-value {\n            font-size: 14px;\n            font-weight: 700;\n            color: #1a1a1a;\n        }\n\n        \/* Compatibility *\/\n        .compat-section {\n            background: #fff;\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 24px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n        }\n\n        .compat-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: center;\n        }\n\n        .compat-tag {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            padding: 10px 18px;\n            background: #f5f5f5;\n            border-radius: 50px;\n            font-size: 13px;\n            color: #333;\n            border: 1px solid #e5e5e5;\n            transition: all 0.25s ease;\n        }\n\n        .compat-tag:hover {\n            background: linear-gradient(135deg, #ef4444, #f97316);\n            color: #fff;\n            border-color: transparent;\n            transform: scale(1.05);\n        }\n\n        \/* Warranty *\/\n        .warranty-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 18px;\n            margin-bottom: 24px;\n        }\n\n        .warranty-card {\n            background: #fff;\n            border-radius: 18px;\n            padding: 28px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n            border-left: 5px solid;\n        }\n\n        .warranty-card.red { border-color: #ef4444; }\n        .warranty-card.gray { border-color: #6b7280; }\n\n        .warranty-header {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            margin-bottom: 15px;\n        }\n\n        .warranty-icon {\n            width: 46px;\n            height: 46px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 22px;\n        }\n\n        .warranty-icon.red { background: linear-gradient(135deg, #fee2e2, #fecaca); }\n        .warranty-icon.gray { background: linear-gradient(135deg, #f3f4f6, #e5e7eb); }\n\n        .warranty-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: #1a1a1a;\n        }\n\n        .warranty-text {\n            color: #666;\n            font-size: 13px;\n            line-height: 1.7;\n        }\n\n        .warranty-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #ef4444, #dc2626);\n            color: #fff;\n            padding: 6px 18px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 12px;\n            margin-top: 15px;\n        }\n\n        \/* Package *\/\n        .package-section {\n            background: linear-gradient(135deg, #0f0f0f, #1a1a1a);\n            border-radius: 20px;\n            padding: 30px;\n            text-align: center;\n            color: #fff;\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, #ef4444, #f97316);\n        }\n\n        .package-items {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            justify-content: center;\n            margin-top: 18px;\n        }\n\n        .package-item {\n            background: rgba(255,255,255,0.08);\n            border: 1px solid rgba(255,255,255,0.12);\n            padding: 12px 26px;\n            border-radius: 50px;\n            font-size: 14px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .product-container { padding: 15px; }\n            .hero-section { padding: 38px 25px; }\n            .hero-power-row { gap: 12px; }\n            .power-chip { padding: 16px 24px; }\n            .power-value { font-size: 32px; }\n            \n            .ports-grid { grid-template-columns: 1fr; }\n            .features-row { grid-template-columns: repeat(2, 1fr); }\n            \n            .combined-card {\n                flex-direction: column;\n                text-align: center;\n                gap: 20px;\n            }\n            \n            .combined-left { flex-direction: column; }\n            \n            .material-banner { gap: 15px; }\n            \n            .specs-section, .compat-section, .package-section { padding: 26px 20px; }\n            .warranty-card { padding: 24px 20px; }\n        }\n\n        @media (max-width: 480px) {\n            .hero-title { font-size: 26px; }\n            .hero-power-row { flex-direction: column; align-items: center; }\n            .power-chip { width: 100%; max-width: 200px; }\n            .port-wattage { font-size: 42px; }\n            .features-row { grid-template-columns: 1fr; }\n            .specs-grid { grid-template-columns: repeat(2, 1fr); }\n            .material-banner { flex-direction: column; }\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=\"hero-badge\"\u003e⚡ QC Fast Charging\u003c\/span\u003e\n            \u003ch1 class=\"hero-title\"\u003e38W USB-A \u0026amp; USB-C\u003cbr\u003eIn-Car Fast Charger\u003c\/h1\u003e\n            \u003cp class=\"hero-subtitle\"\u003eQC3.0 + PD Dual Protocol • Premium Black Design • Universal Compatibility\u003c\/p\u003e\n            \u003cdiv class=\"hero-power-row\"\u003e\n                \u003cdiv class=\"power-chip\"\u003e\n                    \u003cdiv class=\"power-value highlight\"\u003e38W\u003c\/div\u003e\n                    \u003cdiv class=\"power-label\"\u003eTotal Power\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"power-chip\"\u003e\n                    \u003cdiv class=\"power-value\"\u003e20W\u003c\/div\u003e\n                    \u003cdiv class=\"power-label\"\u003eUSB-C PD\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"power-chip\"\u003e\n                    \u003cdiv class=\"power-value\"\u003e18W\u003c\/div\u003e\n                    \u003cdiv class=\"power-label\"\u003eUSB-A QC\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Material Banner --\u003e\n        \u003cdiv class=\"material-banner\"\u003e\n            \u003cdiv class=\"material-item\"\u003e\n                \u003cdiv class=\"material-icon\"\u003e🛡️\u003c\/div\u003e\n                \u003cdiv class=\"material-text\"\u003e\n                    \u003cspan\u003eMaterial\u003c\/span\u003e\n                    \u003cstrong\u003ePC \u0026amp; ABS\u003c\/strong\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"material-item\"\u003e\n                \u003cdiv class=\"material-icon\"\u003e🎨\u003c\/div\u003e\n                \u003cdiv class=\"material-text\"\u003e\n                    \u003cspan\u003eColour\u003c\/span\u003e\n                    \u003cstrong\u003eBlack\u003c\/strong\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"material-item\"\u003e\n                \u003cdiv class=\"material-icon\"\u003e🔌\u003c\/div\u003e\n                \u003cdiv class=\"material-text\"\u003e\n                    \u003cspan\u003eInput\u003c\/span\u003e\n                    \u003cstrong\u003e12V \/ 24V\u003c\/strong\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Port Cards --\u003e\n        \u003cdiv class=\"ports-grid\"\u003e\n            \u003cdiv class=\"port-card usbc\"\u003e\n                \u003cspan class=\"port-type-badge badge-usbc\"\u003eUSB-C Port\u003c\/span\u003e\n                \u003cdiv class=\"port-wattage\"\u003e20\u003cspan\u003eW\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"port-protocol\"\u003ePower Delivery\u003c\/div\u003e\n                \u003cdiv class=\"port-details\"\u003e\n                    \u003cdiv class=\"detail-row\"\u003e\n                        \u003cspan\u003e5V\u003c\/span\u003e\n                        \u003cspan\u003e2.4A\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"detail-row\"\u003e\n                        \u003cspan\u003e9V\u003c\/span\u003e\n                        \u003cspan\u003e2.22A\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"detail-row\"\u003e\n                        \u003cspan\u003e12V\u003c\/span\u003e\n                        \u003cspan\u003e1.67A\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"port-card usba\"\u003e\n                \u003cspan class=\"port-type-badge badge-usba\"\u003eUSB-A Port\u003c\/span\u003e\n                \u003cdiv class=\"port-wattage\"\u003e18\u003cspan\u003eW\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"port-protocol\"\u003eQuick Charge 3.0\u003c\/div\u003e\n                \u003cdiv class=\"port-details\"\u003e\n                    \u003cdiv class=\"detail-row\"\u003e\n                        \u003cspan\u003e5V\u003c\/span\u003e\n                        \u003cspan\u003e3A\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"detail-row\"\u003e\n                        \u003cspan\u003e9V\u003c\/span\u003e\n                        \u003cspan\u003e2A\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"detail-row\"\u003e\n                        \u003cspan\u003e12V\u003c\/span\u003e\n                        \u003cspan\u003e1.5A\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Combined Output --\u003e\n        \u003cdiv class=\"combined-card\"\u003e\n            \u003cdiv class=\"combined-left\"\u003e\n                \u003cdiv class=\"combined-icon\"\u003e🔋\u003c\/div\u003e\n                \u003cdiv class=\"combined-text\"\u003e\n                    \u003ch3\u003eDual Port Simultaneous Charging\u003c\/h3\u003e\n                    \u003cp\u003eUSB-A + USB-C combined maximum output\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"combined-power\"\u003e38W\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Features --\u003e\n        \u003cdiv class=\"features-row\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon icon-fast\"\u003e⚡\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003e38W Fast\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eHigh-speed dual charging\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon icon-dual\"\u003e🔌\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eDual Protocol\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003ePD + QC3.0 support\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon icon-safe\"\u003e🛡️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eSafe Charge\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eMulti-layer protection\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon icon-build\"\u003e🏗️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePC \u0026amp; ABS\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eDurable build quality\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-box\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eModel\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eCC18\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-box\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eInput\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e12V \/ 24V\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-box\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eUSB-C Output\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003ePD 20W\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-box\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eUSB-A Output\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eQC 18W\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-box\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eTotal Power\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e38W Max\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-box\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003ePC \u0026amp; ABS\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-box\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eColour\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eBlack\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-box\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eWarranty\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e12 Months\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Compatibility --\u003e\n        \u003cdiv class=\"compat-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eUniversal Device Compatibility\u003c\/h2\u003e\n            \u003cdiv class=\"compat-tags\"\u003e\n                \u003cspan class=\"compat-tag\"\u003e📱 iPhone 15\/14\/13\/12\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e📱 Samsung Galaxy S24\/S23\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e📱 Google Pixel\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e📱 OnePlus\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e📱 Xiaomi \/ Huawei\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e💻 iPad Pro \/ Air\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e🎧 AirPods Pro\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e⌚ Apple Watch\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e🎮 Nintendo Switch\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e📷 GoPro \/ DJI\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e🔋 Power Banks\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Warranty --\u003e\n        \u003cdiv class=\"warranty-row\"\u003e\n            \u003cdiv class=\"warranty-card red\"\u003e\n                \u003cdiv class=\"warranty-header\"\u003e\n                    \u003cdiv class=\"warranty-icon red\"\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 38W Dual Port Car Charger\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":49281326842201,"sku":null,"price":17.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/0220\/9113\/files\/28EBD5C0-8DEF-4AB7-B2FE-1B9361FBAD02.png?v=1726071457","url":"https:\/\/snapcases.co.uk\/products\/38w-usb-a-usb-c-qc-car-charger-black-cc18","provider":"snapcases.co.uk","version":"1.0","type":"link"}