{"product_id":"30w-usb-c-car-charger-pd-pps-carbon-fiber-y-cc30","title":"30W USB-C Car Charger with PPS Boost Technology | PD 3.0 Fast Charging | Carbon Fiber Pattern Design | Single Port Power Delivery | iPhone 15 Samsung Galaxy Compatible | Compact Car Adapter Y-CC30","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=\"30W USB-C PD Car Charger with PPS Technology. Single port fast charging for iPhone, Samsung \u0026amp; all USB-C devices. Carbon fiber design.\"\u003e\n    \u003ctitle\u003e30W USB-C Car Charger | PD PPS Fast Charging | Carbon Fiber 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: #f5f5f7;\n        }\n\n        .product-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Hero Section - Carbon Fiber Theme *\/\n        .hero-section {\n            background: \n                linear-gradient(135deg, rgba(20,20,20,0.95) 0%, rgba(40,40,40,0.95) 100%),\n                repeating-linear-gradient(\n                    45deg,\n                    transparent,\n                    transparent 2px,\n                    rgba(255,255,255,0.03) 2px,\n                    rgba(255,255,255,0.03) 4px\n                ),\n                repeating-linear-gradient(\n                    -45deg,\n                    transparent,\n                    transparent 2px,\n                    rgba(255,255,255,0.03) 2px,\n                    rgba(255,255,255,0.03) 4px\n                );\n            border-radius: 24px;\n            padding: 50px 40px;\n            margin-bottom: 25px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(255,255,255,0.1);\n        }\n\n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(ellipse at center, rgba(0,200,255,0.08) 0%, transparent 60%);\n            animation: shimmer 8s ease-in-out infinite;\n        }\n\n        @keyframes shimmer {\n            0%, 100% { transform: rotate(0deg); opacity: 0.5; }\n            50% { transform: rotate(180deg); opacity: 1; }\n        }\n\n        .hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: linear-gradient(90deg, #00b4d8, #0096c7);\n            color: white;\n            padding: 8px 24px;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 12px;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero-title {\n            color: #fff;\n            font-size: clamp(26px, 5vw, 40px);\n            font-weight: 700;\n            margin-bottom: 12px;\n            position: relative;\n            z-index: 1;\n            line-height: 1.2;\n        }\n\n        .hero-subtitle {\n            color: rgba(255,255,255,0.6);\n            font-size: 16px;\n            margin-bottom: 30px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero-power-display {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            background: rgba(0,180,216,0.15);\n            border: 1px solid rgba(0,180,216,0.3);\n            backdrop-filter: blur(10px);\n            padding: 25px 50px;\n            border-radius: 20px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .power-value {\n            font-size: 56px;\n            font-weight: 800;\n            background: linear-gradient(135deg, #00b4d8, #90e0ef);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            line-height: 1;\n        }\n\n        .power-details {\n            text-align: left;\n            color: #fff;\n        }\n\n        .power-details .label {\n            font-size: 14px;\n            opacity: 0.7;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .power-details .tech {\n            font-size: 18px;\n            font-weight: 600;\n        }\n\n        \/* Key Features - Minimal Cards *\/\n        .features-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 20px;\n            margin-bottom: 25px;\n        }\n\n        .feature-card {\n            background: #fff;\n            border-radius: 18px;\n            padding: 28px 24px;\n            text-align: center;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n            border: 1px solid #eee;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #00b4d8, #0096c7);\n            transform: scaleX(0);\n            transition: transform 0.3s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 35px rgba(0,0,0,0.1);\n        }\n\n        .feature-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        .feature-icon {\n            width: 65px;\n            height: 65px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 28px;\n            margin: 0 auto 18px;\n            background: linear-gradient(135deg, #e8f4f8, #d0ebf5);\n        }\n\n        .feature-title {\n            font-size: 17px;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 8px;\n        }\n\n        .feature-desc {\n            color: #666;\n            font-size: 13px;\n            line-height: 1.5;\n        }\n\n        \/* Output Specs - Clean Table *\/\n        .specs-section {\n            background: #fff;\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n        }\n\n        .section-title {\n            font-size: 22px;\n            font-weight: 700;\n            color: #1a1a1a;\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, #00b4d8, #0096c7);\n            border-radius: 3px;\n        }\n\n        .output-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .output-table th,\n        .output-table td {\n            padding: 16px 20px;\n            text-align: left;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .output-table th {\n            background: linear-gradient(135deg, #00b4d8, #0096c7);\n            color: #fff;\n            font-weight: 600;\n            font-size: 14px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .output-table th:first-child {\n            border-radius: 12px 0 0 0;\n        }\n\n        .output-table th:last-child {\n            border-radius: 0 12px 0 0;\n        }\n\n        .output-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .output-table tr:hover td {\n            background: #f8fcfd;\n        }\n\n        .output-table td:first-child {\n            font-weight: 600;\n            color: #333;\n        }\n\n        .output-table td:last-child {\n            color: #0096c7;\n            font-weight: 600;\n        }\n\n        .pps-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #ff6b6b, #ee5a5a);\n            color: #fff;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 11px;\n            font-weight: 600;\n            margin-left: 8px;\n        }\n\n        \/* Technical Specs Grid *\/\n        .tech-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .tech-card {\n            background: #fff;\n            border-radius: 14px;\n            padding: 22px 18px;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n            border: 1px solid #eee;\n        }\n\n        .tech-label {\n            font-size: 12px;\n            color: #888;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 6px;\n        }\n\n        .tech-value {\n            font-size: 16px;\n            font-weight: 700;\n            color: #1a1a1a;\n        }\n\n        \/* PPS Technology Highlight *\/\n        .pps-section {\n            background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            color: #fff;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            align-items: center;\n        }\n\n        .pps-content h3 {\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n\n        .pps-content p {\n            font-size: 14px;\n            line-height: 1.7;\n            opacity: 0.9;\n        }\n\n        .pps-features {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .pps-feature {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            background: rgba(255,255,255,0.15);\n            padding: 14px 18px;\n            border-radius: 12px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n\n        .pps-feature-icon {\n            width: 32px;\n            height: 32px;\n            background: rgba(255,255,255,0.2);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 16px;\n        }\n\n        \/* Compatibility *\/\n        .compat-section {\n            background: #fff;\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\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: 8px;\n            padding: 10px 18px;\n            background: #f8f9fa;\n            border-radius: 50px;\n            font-size: 13px;\n            color: #444;\n            border: 1px solid #eee;\n            transition: all 0.3s ease;\n        }\n\n        .compat-tag:hover {\n            background: #00b4d8;\n            color: #fff;\n            border-color: #00b4d8;\n            transform: translateY(-2px);\n        }\n\n        \/* Warranty *\/\n        .warranty-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-bottom: 25px;\n        }\n\n        .warranty-card {\n            background: #fff;\n            border-radius: 18px;\n            padding: 30px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n            border-top: 4px solid;\n        }\n\n        .warranty-card.green {\n            border-color: #10b981;\n        }\n\n        .warranty-card.blue {\n            border-color: #3b82f6;\n        }\n\n        .warranty-header {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            margin-bottom: 18px;\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.green {\n            background: linear-gradient(135deg, #d1fae5, #a7f3d0);\n        }\n\n        .warranty-icon.blue {\n            background: linear-gradient(135deg, #dbeafe, #bfdbfe);\n        }\n\n        .warranty-title {\n            font-size: 19px;\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, #10b981, #059669);\n            color: #fff;\n            padding: 6px 16px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 13px;\n            margin-top: 15px;\n        }\n\n        \/* Package Contents *\/\n        .package-section {\n            background: \n                linear-gradient(135deg, rgba(20,20,20,0.97) 0%, rgba(40,40,40,0.97) 100%),\n                repeating-linear-gradient(\n                    45deg,\n                    transparent,\n                    transparent 2px,\n                    rgba(255,255,255,0.02) 2px,\n                    rgba(255,255,255,0.02) 4px\n                );\n            border-radius: 20px;\n            padding: 35px;\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: #00b4d8;\n        }\n\n        .package-items {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            justify-content: center;\n            margin-top: 20px;\n        }\n\n        .package-item {\n            background: rgba(255,255,255,0.1);\n            border: 1px solid rgba(255,255,255,0.15);\n            padding: 12px 24px;\n            border-radius: 50px;\n            font-size: 14px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .product-container {\n                padding: 15px;\n            }\n\n            .hero-section {\n                padding: 35px 25px;\n            }\n\n            .hero-power-display {\n                flex-direction: column;\n                padding: 25px 35px;\n                gap: 15px;\n            }\n\n            .power-value {\n                font-size: 48px;\n            }\n\n            .power-details {\n                text-align: center;\n            }\n\n            .pps-section {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n\n            .specs-section,\n            .compat-section,\n            .package-section {\n                padding: 28px 20px;\n            }\n\n            .output-table th,\n            .output-table td {\n                padding: 12px 14px;\n                font-size: 13px;\n            }\n\n            .warranty-card {\n                padding: 25px 20px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-title {\n                font-size: 24px;\n            }\n\n            .features-row {\n                grid-template-columns: 1fr;\n            }\n\n            .tech-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .section-title {\n                font-size: 19px;\n            }\n\n            .pps-content h3 {\n                font-size: 20px;\n            }\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⚡ Single Port Power\u003c\/span\u003e\n            \u003ch1 class=\"hero-title\"\u003e30W USB-C Car Charger\u003c\/h1\u003e\n            \u003cp class=\"hero-subtitle\"\u003eCarbon Fiber Design • PPS Technology • Ultra Compact\u003c\/p\u003e\n            \u003cdiv class=\"hero-power-display\"\u003e\n                \u003cspan class=\"power-value\"\u003e30W\u003c\/span\u003e\n                \u003cdiv class=\"power-details\"\u003e\n                    \u003cdiv class=\"label\"\u003ePower Delivery\u003c\/div\u003e\n                    \u003cdiv class=\"tech\"\u003ePD 3.0 + PPS\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key Features --\u003e\n        \u003cdiv class=\"features-row\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔌\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eSingle USB-C Port\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eDedicated high-power USB-C output delivers maximum 30W charging speed to your device without power splitting.\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\"\u003ePPS Boost Charging\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eProgrammable Power Supply technology dynamically adjusts voltage for faster, cooler, and more efficient 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\"\u003eCarbon Fiber Pattern\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003ePremium textured surface with carbon fiber aesthetic. Scratch-resistant and fingerprint-proof matte finish.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Output Specifications --\u003e\n        \u003cdiv class=\"specs-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eUSB-C Output Specifications\u003c\/h2\u003e\n            \u003ctable class=\"output-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eVoltage\u003c\/th\u003e\n                        \u003cth\u003eCurrent\u003c\/th\u003e\n                        \u003cth\u003ePower\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e5V\u003c\/td\u003e\n                        \u003ctd\u003e3A\u003c\/td\u003e\n                        \u003ctd\u003e15W\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e9V\u003c\/td\u003e\n                        \u003ctd\u003e2A\u003c\/td\u003e\n                        \u003ctd\u003e18W\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e12V\u003c\/td\u003e\n                        \u003ctd\u003e2.5A\u003c\/td\u003e\n                        \u003ctd\u003e30W\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePPS 3.3V-11V \u003cspan class=\"pps-badge\"\u003eBOOST\u003c\/span\u003e\n\u003c\/td\u003e\n                        \u003ctd\u003e3A\u003c\/td\u003e\n                        \u003ctd\u003eUp to 33W\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- PPS Technology Section --\u003e\n        \u003cdiv class=\"pps-section\"\u003e\n            \u003cdiv class=\"pps-content\"\u003e\n                \u003ch3\u003e🚀 PPS Boost Technology\u003c\/h3\u003e\n                \u003cp\u003eProgrammable Power Supply (PPS) is an advanced USB-C charging protocol that allows real-time voltage and current adjustments in 20mV steps. This means your device gets exactly the power it needs, reducing heat and charging faster than standard PD.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pps-features\"\u003e\n                \u003cdiv class=\"pps-feature\"\u003e\n                    \u003cspan class=\"pps-feature-icon\"\u003e🔋\u003c\/span\u003e\n                    \u003cspan\u003eUp to 25% faster charging\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"pps-feature\"\u003e\n                    \u003cspan class=\"pps-feature-icon\"\u003e❄️\u003c\/span\u003e\n                    \u003cspan\u003eReduced heat generation\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"pps-feature\"\u003e\n                    \u003cspan class=\"pps-feature-icon\"\u003e🔄\u003c\/span\u003e\n                    \u003cspan\u003eDynamic voltage adjustment\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"pps-feature\"\u003e\n                    \u003cspan class=\"pps-feature-icon\"\u003e📱\u003c\/span\u003e\n                    \u003cspan\u003eSamsung Super Fast compatible\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Technical Specifications --\u003e\n        \u003cdiv class=\"tech-grid\"\u003e\n            \u003cdiv class=\"tech-card\"\u003e\n                \u003cdiv class=\"tech-label\"\u003eModel\u003c\/div\u003e\n                \u003cdiv class=\"tech-value\"\u003eY-CC30\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-card\"\u003e\n                \u003cdiv class=\"tech-label\"\u003eTotal Output\u003c\/div\u003e\n                \u003cdiv class=\"tech-value\"\u003ePD 30W\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-card\"\u003e\n                \u003cdiv class=\"tech-label\"\u003eInput\u003c\/div\u003e\n                \u003cdiv class=\"tech-value\"\u003eDC 12-24V\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-card\"\u003e\n                \u003cdiv class=\"tech-label\"\u003ePorts\u003c\/div\u003e\n                \u003cdiv class=\"tech-value\"\u003e1× USB-C\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-card\"\u003e\n                \u003cdiv class=\"tech-label\"\u003eMaterial\u003c\/div\u003e\n                \u003cdiv class=\"tech-value\"\u003ePC Shell\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-card\"\u003e\n                \u003cdiv class=\"tech-label\"\u003eSurface\u003c\/div\u003e\n                \u003cdiv class=\"tech-value\"\u003eCarbon Fiber\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-card\"\u003e\n                \u003cdiv class=\"tech-label\"\u003eColour\u003c\/div\u003e\n                \u003cdiv class=\"tech-value\"\u003eBlack\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-card\"\u003e\n                \u003cdiv class=\"tech-label\"\u003eWarranty\u003c\/div\u003e\n                \u003cdiv class=\"tech-value\"\u003e2 Years\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Device Compatibility --\u003e\n        \u003cdiv class=\"compat-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eUniversal USB-C Compatibility\u003c\/h2\u003e\n            \u003cdiv class=\"compat-tags\"\u003e\n                \u003cspan class=\"compat-tag\"\u003e📱 iPhone 15 Pro\/Plus\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e📱 Samsung Galaxy S24\/S23\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e📱 Google Pixel 8\/7\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e📱 OnePlus 12\/11\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e💻 iPad Pro \/ Air\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e💻 MacBook Air\u003c\/span\u003e\n                \u003cspan class=\"compat-tag\"\u003e🎮 Nintendo Switch\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📷 GoPro \/ DJI\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Warranty \u0026 Returns --\u003e\n        \u003cdiv class=\"warranty-row\"\u003e\n            \u003cdiv class=\"warranty-card green\"\u003e\n                \u003cdiv class=\"warranty-header\"\u003e\n                    \u003cdiv class=\"warranty-icon green\"\u003e✓\u003c\/div\u003e\n                    \u003ch3 class=\"warranty-title\"\u003e2-Year 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\"\u003e24 Months Coverage\u003c\/span\u003e\n            \u003c\/div\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\"\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 when received. Items must be returned in original packaging with all accessories. Contact customer service to initiate.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Package Contents --\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 × 30W USB-C Car Charger\u003c\/span\u003e\n                \u003cspan class=\"package-item\"\u003e📄 User Manual\u003c\/span\u003e\n                \u003cspan class=\"package-item\"\u003e🎫 Warranty Card\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":54599777190233,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/0220\/9113\/files\/IMG-3430.png?v=1747391156","url":"https:\/\/snapcases.co.uk\/products\/30w-usb-c-car-charger-pd-pps-carbon-fiber-y-cc30","provider":"snapcases.co.uk","version":"1.0","type":"link"}