{"title":"Anker Accessories | Fast Charging, Power Banks \u0026 Smart Tech Solutions","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Premium Anker accessories Australia. Fast GaN chargers, wireless power banks, USB-C hubs, MagSafe chargers, cables. Brisbane store with expert tech support and repairs.\"\u003e \u003cmeta name=\"keywords\" content=\"Anker accessories Australia, Anker power banks, GaN fast chargers, USB-C hubs, MagSafe wireless chargers, Anker cables Brisbane, charging solutions\"\u003e \u003cmeta name=\"robots\" content=\"index, follow\"\u003e \u003cmeta name=\"author\" content=\"JPC Mobile Accessories\"\u003e\u003c\/p\u003e\n\u003c!-- Open Graph Meta Tags --\u003e\n\u003cp\u003e\u003cmeta property=\"og:title\" content=\"Anker Accessories | Fast Charging \u0026amp; Smart Tech Solutions\"\u003e \u003cmeta property=\"og:description\" content=\"Premium Anker charging solutions including GaN fast chargers, wireless power banks, USB-C hubs, and smart accessories. Brisbane store with expert support.\"\u003e \u003cmeta property=\"og:type\" content=\"website\"\u003e \u003cmeta property=\"og:url\" content=\"https:\/\/jpcmobileaccessories.com.au\/collections\/anker-accessories\"\u003e \u003cmeta property=\"og:site_name\" content=\"JPC Mobile Accessories\"\u003e\u003c\/p\u003e\n\u003c!-- Local Business Schema --\u003e\n\u003cp\u003e \u003c\/p\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: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        @media (max-width: 768px) {\n            .container {\n                padding: 15px;\n            }\n        }\n\n        .breadcrumb {\n            background: rgba(255,255,255,0.95);\n            padding: 15px 25px;\n            border-radius: 12px;\n            margin-bottom: 30px;\n            backdrop-filter: blur(10px);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n\n        .breadcrumb a {\n            color: #667eea;\n            text-decoration: none;\n            margin-right: 8px;\n            font-weight: 500;\n        }\n\n        .breadcrumb a:hover {\n            text-decoration: underline;\n        }\n\n        .collection-header {\n            background: white;\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.15);\n            margin-bottom: 40px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .collection-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #0066cc, #004499);\n        }\n\n        .collection-title {\n            font-size: 3rem;\n            color: #2d3748;\n            margin-bottom: 20px;\n            background: linear-gradient(135deg, #0066cc, #004499);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .collection-subtitle {\n            font-size: 1.3rem;\n            color: #6c757d;\n            margin-bottom: 30px;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .trust-badges {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            margin-top: 30px;\n            flex-wrap: wrap;\n        }\n\n        .trust-badge {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            color: #0066cc;\n            font-weight: 600;\n        }\n\n        .categories-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .category-card {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n            transition: transform 0.3s, box-shadow 0.3s;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .category-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #0066cc, #004499);\n        }\n\n        .category-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n        }\n\n        .category-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            text-align: center;\n            color: #0066cc;\n        }\n\n        .category-title {\n            font-size: 1.4rem;\n            color: #2d3748;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .category-description {\n            color: #6c757d;\n            margin-bottom: 20px;\n        }\n\n        .category-features {\n            list-style: none;\n            color: #4a5568;\n            margin: 15px 0;\n        }\n\n        .category-features li {\n            margin-bottom: 8px;\n            padding-left: 20px;\n            position: relative;\n        }\n\n        .category-features li::before {\n            content: \"⚡\";\n            position: absolute;\n            left: 0;\n            color: #0066cc;\n        }\n\n        .features-section {\n            background: white;\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.15);\n            margin-bottom: 40px;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-top: 30px;\n        }\n\n        .feature-item {\n            text-align: center;\n            padding: 25px;\n            background: #f8f9fa;\n            border-radius: 12px;\n            transition: transform 0.3s;\n        }\n\n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n\n        .feature-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            color: #0066cc;\n        }\n\n        .repair-services {\n            background: linear-gradient(135deg, #ff6b6b, #ee5a52);\n            color: white;\n            padding: 40px;\n            border-radius: 20px;\n            margin-bottom: 40px;\n        }\n\n        .repair-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n\n        .repair-item {\n            background: rgba(255,255,255,0.1);\n            padding: 20px;\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n        }\n\n        .store-info {\n            background: linear-gradient(135deg, #0066cc, #004499);\n            color: white;\n            padding: 40px;\n            border-radius: 20px;\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .anker-benefits {\n            background: white;\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.15);\n            margin-bottom: 40px;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n\n        .benefit-item {\n            padding: 25px;\n            background: #f8f9fa;\n            border-radius: 12px;\n            border-left: 4px solid #0066cc;\n        }\n\n        @media (max-width: 768px) {\n            .collection-title {\n                font-size: 2.2rem;\n            }\n            \n            .categories-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .trust-badges {\n                gap: 20px;\n            }\n        }\n\n        \/* Hidden SEO content *\/\n        .seo-hidden {\n            position: absolute;\n            left: -10000px;\n            width: 1px;\n            height: 1px;\n            overflow: hidden;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Breadcrumb Navigation --\u003e\u003cnav class=\"breadcrumb\"\u003e\u003ca href=\"\/es\"\u003eHome\u003c\/a\u003e \u0026gt; \u003ca href=\"\/es\/collections\/mobile-accessories\"\u003eMobile Accessories\u003c\/a\u003e \u0026gt; \u003cspan\u003eAnker Accessories\u003c\/span\u003e\u003c\/nav\u003e\u003c!-- Collection Header --\u003e\n\u003cdiv class=\"collection-header\"\u003e\n\u003ch1 class=\"collection-title\"\u003e🔌 Anker Accessories\u003c\/h1\u003e\n\u003cp class=\"collection-subtitle\"\u003eDiscover Anker accessories, known for high-speed charging, durable power banks, premium cables, and smart tech solutions. Whether you're looking for PD chargers, GaN fast chargers, USB-C hubs, or MagSafe-compatible power banks, Anker provides cutting-edge technology to keep your devices powered up and running efficiently.\u003c\/p\u003e\n\u003cdiv class=\"trust-badges\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Industry-Leading Technology\u003c\/div\u003e\n\u003cdiv class=\"trust-badge\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Universal Compatibility\u003c\/div\u003e\n\u003cdiv class=\"trust-badge\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Safe \u0026amp; Certified\u003c\/div\u003e\n\u003cdiv class=\"trust-badge\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Australian Stock\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Anker Product Categories --\u003e\n\u003cdiv class=\"categories-grid\"\u003e\n\u003cdiv class=\"category-card\"\u003e\n\u003cdiv class=\"category-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch2 class=\"category-title\"\u003ePower Banks \u0026amp; Portable Chargers\u003c\/h2\u003e\n\u003cp class=\"category-description\"\u003eHigh-capacity portable charging solutions with wireless charging capabilities and fast PD technology.\u003c\/p\u003e\n\u003cul class=\"category-features\"\u003e\n\u003cli\u003eHigh-capacity battery packs (10,000mAh - 26,800mAh)\u003c\/li\u003e\n\u003cli\u003eWireless charging power banks\u003c\/li\u003e\n\u003cli\u003eMagSafe compatible battery packs\u003c\/li\u003e\n\u003cli\u003eSolar charging options\u003c\/li\u003e\n\u003cli\u003eMulti-device charging capability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"category-card\"\u003e\n\u003cdiv class=\"category-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch2 class=\"category-title\"\u003eGaN \u0026amp; PD Fast Chargers\u003c\/h2\u003e\n\u003cp class=\"category-description\"\u003eUltra-fast charging solutions with GaN technology for maximum efficiency and compact design.\u003c\/p\u003e\n\u003cul class=\"category-features\"\u003e\n\u003cli\u003e30W, 45W, 100W USB-C chargers\u003c\/li\u003e\n\u003cli\u003eGaN (Gallium Nitride) technology\u003c\/li\u003e\n\u003cli\u003eMulti-port charging stations\u003c\/li\u003e\n\u003cli\u003ePD (Power Delivery) fast charging\u003c\/li\u003e\n\u003cli\u003eCompact travel-friendly design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"category-card\"\u003e\n\u003cdiv class=\"category-icon\"\u003e📱\u003c\/div\u003e\n\u003ch2 class=\"category-title\"\u003eMagSafe Wireless Chargers\u003c\/h2\u003e\n\u003cp class=\"category-description\"\u003eMagnetic charging solutions for iPhone with wireless charging docks and battery pack combinations.\u003c\/p\u003e\n\u003cul class=\"category-features\"\u003e\n\u003cli\u003eMagSafe magnetic alignment\u003c\/li\u003e\n\u003cli\u003eWireless charging stands \u0026amp; pads\u003c\/li\u003e\n\u003cli\u003e3-in-1 charging stations\u003c\/li\u003e\n\u003cli\u003ePortable MagSafe battery packs\u003c\/li\u003e\n\u003cli\u003eCar wireless charging mounts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"category-card\"\u003e\n\u003cdiv class=\"category-icon\"\u003e🖥️\u003c\/div\u003e\n\u003ch2 class=\"category-title\"\u003eUSB-C Hubs \u0026amp; Docking Stations\u003c\/h2\u003e\n\u003cp class=\"category-description\"\u003eExpand your connectivity with professional docking solutions for laptops, tablets, and gaming devices.\u003c\/p\u003e\n\u003cul class=\"category-features\"\u003e\n\u003cli\u003eMulti-port USB-C hubs\u003c\/li\u003e\n\u003cli\u003eHDMI 4K video output\u003c\/li\u003e\n\u003cli\u003eEthernet connectivity\u003c\/li\u003e\n\u003cli\u003eSD card readers\u003c\/li\u003e\n\u003cli\u003eLaptop docking stations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"category-card\"\u003e\n\u003cdiv class=\"category-icon\"\u003e🔌\u003c\/div\u003e\n\u003ch2 class=\"category-title\"\u003eCharging Cables \u0026amp; Adapters\u003c\/h2\u003e\n\u003cp class=\"category-description\"\u003ePremium cables with high-speed data transfer, fast charging, and exceptional durability.\u003c\/p\u003e\n\u003cul class=\"category-features\"\u003e\n\u003cli\u003eUSB-C to Lightning cables\u003c\/li\u003e\n\u003cli\u003eUSB-C to USB-C cables\u003c\/li\u003e\n\u003cli\u003eThunderbolt 4 cables\u003c\/li\u003e\n\u003cli\u003eBraided nylon construction\u003c\/li\u003e\n\u003cli\u003e10,000+ bend lifespan\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"category-card\"\u003e\n\u003cdiv class=\"category-icon\"\u003e🎵\u003c\/div\u003e\n\u003ch2 class=\"category-title\"\u003eSmart Accessories\u003c\/h2\u003e\n\u003cp class=\"category-description\"\u003eInnovative smart tech including Bluetooth speakers, wireless earbuds, and connected devices.\u003c\/p\u003e\n\u003cul class=\"category-features\"\u003e\n\u003cli\u003eWireless Bluetooth earbuds\u003c\/li\u003e\n\u003cli\u003ePortable Bluetooth speakers\u003c\/li\u003e\n\u003cli\u003eSmart home accessories\u003c\/li\u003e\n\u003cli\u003eFitness tracking devices\u003c\/li\u003e\n\u003cli\u003eVoice assistant compatible\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"category-card\"\u003e\n\u003cdiv class=\"category-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch2 class=\"category-title\"\u003eCar Chargers \u0026amp; Accessories\u003c\/h2\u003e\n\u003cp class=\"category-description\"\u003eMobile charging solutions for vehicles including fast car chargers and wireless mounting systems.\u003c\/p\u003e\n\u003cul class=\"category-features\"\u003e\n\u003cli\u003eFast USB-C PD car chargers\u003c\/li\u003e\n\u003cli\u003eWireless charging car mounts\u003c\/li\u003e\n\u003cli\u003eDual-port car adapters\u003c\/li\u003e\n\u003cli\u003eHands-free solutions\u003c\/li\u003e\n\u003cli\u003eDashboard \u0026amp; vent mounts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Repair Services Section --\u003e\n\u003cdiv class=\"repair-services\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 20px; font-size: 2rem;\"\u003e🛠️ Need Charging Repairs? We've Got You Covered!\u003c\/h2\u003e\n\u003cp style=\"text-align: center; margin-bottom: 30px; font-size: 1.1rem;\"\u003eAre you experiencing slow charging, a faulty charging port, or battery issues? It might not just be your charger—your device could need professional repair services.\u003c\/p\u003e\n\u003cdiv class=\"repair-grid\"\u003e\n\u003cdiv class=\"repair-item\"\u003e\n\u003ch3 style=\"margin-bottom: 15px; font-size: 1.2rem;\"\u003e📱 Phone Repairs\u003c\/h3\u003e\n\u003cul style=\"list-style: none; margin: 0; padding: 0;\"\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• iPhone charging port repairs\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• Samsung charging port replacement\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• Battery optimization services\u003c\/li\u003e\n\u003cli\u003e• Fast charging troubleshooting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"repair-item\"\u003e\n\u003ch3 style=\"margin-bottom: 15px; font-size: 1.2rem;\"\u003e💻 Laptop Repairs\u003c\/h3\u003e\n\u003cul style=\"list-style: none; margin: 0; padding: 0;\"\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• MacBook USB-C port replacement\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• Laptop charging port repairs\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• Power delivery diagnostics\u003c\/li\u003e\n\u003cli\u003e• Motherboard repair services\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"repair-item\"\u003e\n\u003ch3 style=\"margin-bottom: 15px; font-size: 1.2rem;\"\u003e🎮 Gaming Repairs\u003c\/h3\u003e\n\u003cul style=\"list-style: none; margin: 0; padding: 0;\"\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• Nintendo Switch dock repair\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• Console connectivity fixes\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• Controller charging repairs\u003c\/li\u003e\n\u003cli\u003e• Gaming device diagnostics\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"repair-item\"\u003e\n\u003ch3 style=\"margin-bottom: 15px; font-size: 1.2rem;\"\u003e🔍 Diagnostics\u003c\/h3\u003e\n\u003cul style=\"list-style: none; margin: 0; padding: 0;\"\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• In-store diagnostics\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• Professional charging solutions\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e• Expert tech support\u003c\/li\u003e\n\u003cli\u003e• Same-day assessment Brisbane\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Why Choose Anker --\u003e\n\u003cdiv class=\"anker-benefits\"\u003e\n\u003ch2 style=\"color: #2d3748; text-align: center; margin-bottom: 20px; font-size: 2rem;\"\u003e💡 Why Choose Anker Accessories?\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3 style=\"color: #0066cc; margin-bottom: 12px;\"\u003eIndustry-Leading Charging Technology\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d; margin: 0;\"\u003eTrusted worldwide for fast, safe, and efficient charging solutions with cutting-edge innovation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3 style=\"color: #0066cc; margin-bottom: 12px;\"\u003eUniversal Compatibility\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d; margin: 0;\"\u003eWorks seamlessly with iPhone, Android, MacBook, iPad, laptops, and gaming devices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3 style=\"color: #0066cc; margin-bottom: 12px;\"\u003eSafe \u0026amp; Certified\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d; margin: 0;\"\u003eROHS, CE, and FCC-certified for secure power delivery and peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3 style=\"color: #0066cc; margin-bottom: 12px;\"\u003eAffordable \u0026amp; Durable\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d; margin: 0;\"\u003ePremium charging solutions without the premium price tag, built to last.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3 style=\"color: #0066cc; margin-bottom: 12px;\"\u003eLatest Technology\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d; margin: 0;\"\u003ePD fast charging, GaN efficiency, MagSafe compatibility, and smart features.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3 style=\"color: #0066cc; margin-bottom: 12px;\"\u003eAustralian Warranty\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d; margin: 0;\"\u003eFull manufacturer warranty coverage with local Australian support and service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Cases --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 style=\"color: #2d3748; text-align: center; margin-bottom: 20px; font-size: 2rem;\"\u003ePerfect for Every Situation\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✈️\u003c\/div\u003e\n\u003ch3 style=\"color: #2d3748; margin-bottom: 10px;\"\u003eTravel\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d;\"\u003eCompact GaN chargers, portable power banks, and travel-friendly accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎮\u003c\/div\u003e\n\u003ch3 style=\"color: #2d3748; margin-bottom: 10px;\"\u003eGaming\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d;\"\u003eHigh-capacity power banks, USB-C hubs, and fast charging for gaming devices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💼\u003c\/div\u003e\n\u003ch3 style=\"color: #2d3748; margin-bottom: 10px;\"\u003eWork\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d;\"\u003eProfessional docking stations, multi-port chargers, and laptop accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏠\u003c\/div\u003e\n\u003ch3 style=\"color: #2d3748; margin-bottom: 10px;\"\u003eHome\u003c\/h3\u003e\n\u003cp style=\"color: #6c757d;\"\u003eWireless charging stations, smart accessories, and family charging solutions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Store Information --\u003e\n\u003cdiv class=\"store-info\"\u003e\n\u003ch2 style=\"margin-bottom: 20px; font-size: 2rem;\"\u003e🏪 Visit JPC Mobile Accessories\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 15px; font-size: 1.2rem;\"\u003e\u003cstrong\u003eExpert Tech Support \u0026amp; Repair Services\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 15px;\"\u003eShop 3a, 152 Woogaroo St, Forest Lake, QLD 4078, Brisbane\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 20px;\"\u003eGet expert advice on Anker accessories and professional device repair services in our Brisbane store!\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 30px; flex-wrap: wrap;\"\u003e\n\u003cdiv\u003e📞 Expert Advice\u003c\/div\u003e\n\u003cdiv\u003e🔧 Repair Services\u003c\/div\u003e\n\u003cdiv\u003e⏰ Same-Day Service\u003c\/div\u003e\n\u003cdiv\u003e🚗 Free Parking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Related Collections --\u003e\n\u003cdiv style=\"background: white; padding: 40px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); margin-top: 40px;\"\u003e\n\u003ch2 style=\"color: #2d3748; text-align: center; margin-bottom: 30px;\"\u003eExplore More Collections\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px;\"\u003e\n\u003cdiv style=\"text-align: center; padding: 20px; background: #f8f9fa; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 2rem; margin-bottom: 10px;\"\u003e⚡\u003c\/div\u003e\n\u003ca style=\"color: #0066cc; text-decoration: none; font-weight: 600;\" href=\"\/es\/collections\/charging-solutions\"\u003eAll Charging Solutions\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; padding: 20px; background: #f8f9fa; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 2rem; margin-bottom: 10px;\"\u003e🔋\u003c\/div\u003e\n\u003ca style=\"color: #0066cc; text-decoration: none; font-weight: 600;\" href=\"\/es\/collections\/power-banks\"\u003ePower Banks\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; padding: 20px; background: #f8f9fa; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 2rem; margin-bottom: 10px;\"\u003e📱\u003c\/div\u003e\n\u003ca style=\"color: #0066cc; text-decoration: none; font-weight: 600;\" href=\"\/es\/collections\/mobile-accessories\"\u003eMobile Accessories\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; padding: 20px; background: #f8f9fa; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 2rem; margin-bottom: 10px;\"\u003e🔧\u003c\/div\u003e\n\u003ca style=\"color: #0066cc; text-decoration: none; font-weight: 600;\" href=\"\/es\/collections\/repair-services\"\u003eRepair Services\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hidden SEO Content --\u003e\n\u003cdiv class=\"seo-hidden\"\u003e\n\u003ch2\u003eAnker Accessories Australia Brisbane Queensland\u003c\/h2\u003e\n\u003cp\u003eJPC Mobile Accessories Forest Lake Brisbane Queensland Australia Anker accessories power banks fast chargers GaN technology USB-C hubs wireless chargers MagSafe compatible charging solutions iPhone Samsung Galaxy Google Pixel OPPO OnePlus accessories MacBook iPad laptop charging gaming console accessories Nintendo Switch PlayStation Xbox charging solutions portable chargers travel chargers car chargers wireless charging pads magnetic charging docks USB-C docking stations HDMI adapters ethernet connectivity SD card readers Bluetooth speakers wireless earbuds smart accessories voice assistant compatible fitness tracking devices braided cables Lightning USB-C Thunderbolt cables power delivery fast charging quick charge technology gallium nitride compact chargers multi-port charging stations 30W 45W 100W chargers high capacity battery packs 10000mAh 26800mAh solar charging options wireless charging power banks MagSafe battery packs 3-in-1 charging stations dashboard car mounts vent mounts hands-free solutions professional docking stations laptop accessories work from home solutions travel accessories gaming accessories charging repairs iPhone charging port repair Samsung charging port replacement MacBook USB-C port repair laptop charging diagnostics Nintendo Switch dock repair console connectivity gaming device repairs expert tech support professional charging solutions Brisbane Forest Lake 4078 Queensland Australia same day service repair diagnostics motherboard repair battery optimization fast charging troubleshooting wireless charging setup expert advice local pickup Australia wide shipping Anker warranty support ROHS CE FCC certified safe charging reliable power delivery premium quality affordable pricing industry leading technology universal compatibility cutting edge innovation trusted worldwide fast efficient charging solutions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","products":[{"product_id":"anker-soundcore-space-one-headphones","title":"Anker Soundcore Space One ANC Headphones | Hi-Res Audio AU","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"max-width: 1400px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif; line-height: 1.8; color: #333; padding: 0; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1);\"\u003e\n\u003c!-- High-Impact Hero Header --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); color: white; padding: clamp(40px, 8vw, 80px) clamp(20px, 5vw, 60px); text-align: center; position: relative;\"\u003e\n\u003cdiv style=\"display: inline-block; background: linear-gradient(135deg, #00d9ff 0%, #00b4d8 100%); color: #1a1a2e; padding: 8px 20px; border-radius: 50px; font-size: 14px; font-weight: 800; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1.5px; border: 1px solid rgba(255,255,255,0.3);\"\u003e🎧 ANKER SOUNDCORE\u003c\/div\u003e\n\u003ch1 style=\"font-size: clamp(32px, 6vw, 56px); font-weight: 900; margin: 0 0 15px 0; line-height: 1.1; letter-spacing: -1.5px;\"\u003eAnker Soundcore Space One ANC Headphones\u003c\/h1\u003e\n\u003cp style=\"font-size: clamp(18px, 4vw, 24px); margin: 0 0 35px 0; opacity: 0.95; line-height: 1.5; max-width: 950px; margin-left: auto; margin-right: auto;\"\u003eAdaptive Active Noise Cancelling with 98% reduction. Hi-Res Audio, LDAC support, and elite 55-hour battery. Experience professional-grade sound with 2X stronger voice reduction.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 15px; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 25px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 12px 25px; border-radius: 50px; font-size: 15px; font-weight: bold; border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(10px);\"\u003e🚀 2-4 Day AU Dispatch\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 12px 25px; border-radius: 50px; font-size: 15px; font-weight: bold; border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(10px);\"\u003e🔇 98% Noise Reduction\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 12px 25px; border-radius: 50px; font-size: 15px; font-weight: bold; border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(10px);\"\u003e🔋 55H Battery Life\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Content Section --\u003e\n\u003cdiv style=\"padding: 40px clamp(20px, 5vw, 60px);\"\u003e\n\u003c!-- Color Variants Grid --\u003e\n\u003cdiv style=\"background: #f8fafc; padding: 40px; border-radius: 25px; margin-bottom: 60px; border: 1px solid #e2e8f0; text-align: center;\"\u003e\n\u003ch2 style=\"font-size: 32px; font-weight: 900; color: #1a1a2e; margin: 0 0 35px 0;\"\u003eAvailable Premium Finishes\u003c\/h2\u003e\n\u003cdiv class=\"stable-stack\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 900px; margin: 0 auto;\"\u003e\n\u003cdiv style=\"background: #fff; padding: 40px; border-radius: 20px; border: 3px solid #00d9ff; box-shadow: 0 10px 20px rgba(0, 217, 255, 0.05);\"\u003e\n\u003cdiv style=\"font-size: 55px; margin-bottom: 20px;\"\u003e🖤\u003c\/div\u003e\n\u003ch3 style=\"font-size: 24px; color: #1a1a2e; margin: 0 0 10px 0; font-weight: 800;\"\u003eJet Black\u003c\/h3\u003e\n\u003cp style=\"font-size: 15px; color: #64748b; margin: 0; font-weight: 600;\"\u003eSKU: A3035-BLK\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; color: #475569; margin-top: 15px; line-height: 1.6;\"\u003eA sleek, professional finish for timeless style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 40px; border-radius: 20px; border: 3px solid #00d9ff; box-shadow: 0 10px 20px rgba(0, 217, 255, 0.05);\"\u003e\n\u003cdiv style=\"font-size: 55px; margin-bottom: 20px;\"\u003e🤍\u003c\/div\u003e\n\u003ch3 style=\"font-size: 24px; color: #1a1a2e; margin: 0 0 10px 0; font-weight: 800;\"\u003eCream White\u003c\/h3\u003e\n\u003cp style=\"font-size: 15px; color: #64748b; margin: 0; font-weight: 600;\"\u003eSKU: A3035-WHT\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; color: #475569; margin-top: 15px; line-height: 1.6;\"\u003eModern and elegant aesthetic for everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3-Card Advantage Grid --\u003e\n\u003cdiv class=\"stable-stack\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; margin-bottom: 60px;\"\u003e\n\u003cdiv style=\"background: #fff; padding: 40px; border-radius: 20px; text-align: center; border: 1px solid #e2e8f0; transition: transform 0.3s ease; box-shadow: 0 4px 6px rgba(0,0,0,0.02);\"\u003e\n\u003cdiv style=\"font-size: 50px; margin-bottom: 20px;\"\u003e🔇\u003c\/div\u003e\n\u003ch3 style=\"font-size: 24px; color: #1a1a2e; margin: 0 0 15px 0; font-weight: 800;\"\u003e2X Voice Reduction\u003c\/h3\u003e\n\u003cp style=\"font-size: 16px; color: #475569; margin: 0; line-height: 1.7;\"\u003eAdvanced ANC focuses specifically on human speech frequencies. Reduces ambient office noise and chatter by up to 98% instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 40px; border-radius: 20px; text-align: center; border: 1px solid #e2e8f0; transition: transform 0.3s ease; box-shadow: 0 4px 6px rgba(0,0,0,0.02);\"\u003e\n\u003cdiv style=\"font-size: 50px; margin-bottom: 20px;\"\u003e🎵\u003c\/div\u003e\n\u003ch3 style=\"font-size: 24px; color: #1a1a2e; margin: 0 0 15px 0; font-weight: 800;\"\u003eHi-Res Wireless\u003c\/h3\u003e\n\u003cp style=\"font-size: 16px; color: #475569; margin: 0; line-height: 1.7;\"\u003eEquipped with 40mm custom dynamic drivers. Supports LDAC for 3X more detail than standard Bluetooth codecs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 40px; border-radius: 20px; text-align: center; border: 1px solid #e2e8f0; transition: transform 0.3s ease; box-shadow: 0 4px 6px rgba(0,0,0,0.02);\"\u003e\n\u003cdiv style=\"font-size: 50px; margin-bottom: 20px;\"\u003e🇦🇺\u003c\/div\u003e\n\u003ch3 style=\"font-size: 24px; color: #1a1a2e; margin: 0 0 15px 0; font-weight: 800;\"\u003eBrisbane Hub\u003c\/h3\u003e\n\u003cp style=\"font-size: 16px; color: #475569; margin: 0; line-height: 1.7;\"\u003eShipped directly from our Forest Lake facility. We offer rapid Australian support and fast 2-4 business day dispatch nationwide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section (Soundcore Blue Impact) --\u003e\n\u003cdiv style=\"background: #00d9ff; border-radius: 25px; padding: clamp(40px, 7vw, 70px) clamp(20px, 5vw, 50px); color: #1a1a2e; margin-bottom: 60px; box-shadow: 0 20px 40px rgba(0, 217, 255, 0.2);\"\u003e\n\u003ch2 style=\"font-size: clamp(28px, 5vw, 42px); font-weight: 900; margin: 0 0 40px 0; text-align: center; letter-spacing: -1px;\"\u003eElite Audio Engineering\u003c\/h2\u003e\n\u003cdiv class=\"stable-stack\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.4); padding: 30px; border-radius: 20px; border-left: 5px solid #1a1a2e;\"\u003e\n\u003ch4 style=\"font-size: 20px; font-weight: 800; margin: 0 0 10px 0;\"\u003eAdaptive Noise Cancelling\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 16px; line-height: 1.6; opacity: 0.9;\"\u003eAutomatically detects environment noise levels and adjusts ANC power. Ideal for flights, trains, and busy offices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.4); padding: 30px; border-radius: 20px; border-left: 5px solid #1a1a2e;\"\u003e\n\u003ch4 style=\"font-size: 20px; font-weight: 800; margin: 0 0 10px 0;\"\u003e5-Level Transparency\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 16px; line-height: 1.6; opacity: 0.9;\"\u003eChoose exactly how much of the world you hear. Smart transparency for safe commuting and clear conversations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.4); padding: 30px; border-radius: 20px; border-left: 5px solid #1a1a2e;\"\u003e\n\u003ch4 style=\"font-size: 20px; font-weight: 800; margin: 0 0 10px 0;\"\u003e55H Total Playtime\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 16px; line-height: 1.6; opacity: 0.9;\"\u003eMassive battery life. Enjoy 40 hours with ANC on or 55 hours with it off. Perfect for long-haul travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.4); padding: 30px; border-radius: 20px; border-left: 5px solid #1a1a2e;\"\u003e\n\u003ch4 style=\"font-size: 20px; font-weight: 800; margin: 0 0 10px 0;\"\u003eCrystal Clear Calls\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 16px; line-height: 1.6; opacity: 0.9;\"\u003eEquipped with 3 AI-enhanced microphones. Blocks background noise so your voice always sounds professional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs \u0026 Compatibility Grid --\u003e\n\u003cdiv style=\"background: #f1f5f9; border-radius: 25px; padding: clamp(30px, 6vw, 60px) clamp(20px, 5vw, 40px); margin-bottom: 60px; border: 1px solid #e2e8f0;\"\u003e\n\u003ch2 style=\"font-size: clamp(24px, 5vw, 32px); font-weight: 900; margin: 0 0 35px 0; text-align: center; color: #1a1a2e;\"\u003e⚙️ Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"stable-stack\" style=\"max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;\"\u003e\n\u003cdiv style=\"background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);\"\u003e\n\u003ch4 style=\"font-size: 18px; font-weight: 800; color: #00b4d8; margin: 0 0 15px 0;\"\u003eAudio Engineering:\u003c\/h4\u003e\n\u003cul style=\"margin: 0; padding-left: 20px; font-size: 15px; color: #475569; line-height: 2;\"\u003e\n\u003cli\u003e40mm Custom Dynamic Drivers.\u003c\/li\u003e\n\u003cli\u003eHi-Res Wireless LDAC Support.\u003c\/li\u003e\n\u003cli\u003eAdaptive Active Noise Cancelling.\u003c\/li\u003e\n\u003cli\u003eHearID Personal Sound Profile.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);\"\u003e\n\u003ch4 style=\"font-size: 18px; font-weight: 800; color: #00b4d8; margin: 0 0 15px 0;\"\u003eConnectivity \u0026amp; Life:\u003c\/h4\u003e\n\u003cul style=\"margin: 0; padding-left: 20px; font-size: 15px; color: #475569; line-height: 2;\"\u003e\n\u003cli\u003eBluetooth 5.3 \u0026amp; Multipoint Connection.\u003c\/li\u003e\n\u003cli\u003eSoundcore App Personalization.\u003c\/li\u003e\n\u003cli\u003eUp to 55H Playtime (ANC Off).\u003c\/li\u003e\n\u003cli\u003eFast Charge: 5 Mins = 4 Hours.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Expert FAQ Section --\u003e\n\u003cdiv style=\"margin-bottom: 60px;\"\u003e\n\u003ch3 style=\"font-size: 28px; color: #1a1a2e; margin: 0 0 30px 0; font-weight: 900; text-align: center;\"\u003eSpace One FAQ\u003c\/h3\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto;\"\u003e\n\u003cdetails style=\"background: #fff; padding: 20px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #e2e8f0; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 800; color: #1a1a2e; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eIs LDAC supported? \u003cspan style=\"font-size: 22px; color: #00b4d8;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"margin-top: 15px; font-size: 15px; color: #475569; line-height: 1.6;\"\u003eYes. Space One supports LDAC for 3X higher detail than standard Bluetooth codecs on Android devices.\u003c\/p\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: #fff; padding: 20px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #e2e8f0; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 800; color: #1a1a2e; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eHow is the ANC? \u003cspan style=\"font-size: 22px; color: #00b4d8;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"margin-top: 15px; font-size: 15px; color: #475569; line-height: 1.6;\"\u003eThe Adaptive ANC reduces noise by up to 98% and is specifically optimized to block human voices twice as well as previous models.\u003c\/p\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: #fff; padding: 20px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #e2e8f0; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 800; color: #1a1a2e; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eDoes it have multipoint? \u003cspan style=\"font-size: 22px; color: #00b4d8;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"margin-top: 15px; font-size: 15px; color: #475569; line-height: 1.6;\"\u003eYes. You can connect to two devices simultaneously via Bluetooth 5.3 for seamless switching between phone and laptop.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- JPC Quality Seal --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 50px; border-radius: 25px; text-align: center; color: white;\"\u003e\n\u003ch2 style=\"font-size: clamp(24px, 4vw, 32px); font-weight: 900; margin: 0 0 15px 0; color: #00d9ff;\"\u003eJPC Quality Guarantee\u003c\/h2\u003e\n\u003cp style=\"font-size: 18px; margin: 0 0 35px 0; opacity: 0.9; max-width: 800px; margin-left: auto; margin-right: auto;\"\u003ePremium Australian audio solution. Local stock, expert support, and rapid dispatch from Brisbane.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; align-items: center; font-weight: 900;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e✅ Forest Lake Stock\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e🛡️ 2-Year Warranty\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e📞 0480 039 913\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mobile Optimization --\u003e","brand":"JPC Mobile - Tech Repair \u0026 Accessories","offers":[{"title":"Black","offer_id":42708132823231,"sku":"A3035-BLK","price":184.95,"currency_code":"AUD","in_stock":false},{"title":"White","offer_id":42708132855999,"sku":"A3035Z21","price":184.95,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-headphones-anker-soundcore-space-one-headphone-a3035-1088099661.jpg?v=1739862365"},{"product_id":"anker-soundcore-liberty-4-nc-wireless-earbuds-a3947z11-black","title":"Anker Soundcore Liberty 4 NC Wireless Earbuds (A3947Z11)-Black","description":"\u003cp class=\"p\" data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eBrand: Anker\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p\" data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"p\" data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u003c\/strong\u003eReduce noise by up to 98.5% with our advanced noise-canceling system\u003c\/p\u003e\n\u003cp class=\"p\" data-mce-fragment=\"1\"\u003eAdaptive ANC 2.0 adapts to ears and environment in real-time\u003c\/p\u003e\n\u003cp class=\"p\" data-mce-fragment=\"1\"\u003e11mm drivers, Hi-Res Wireless, and LDAC technology for crisp sound\u003c\/p\u003e\n\u003cp class=\"p\" data-mce-fragment=\"1\"\u003eFull adjustable EQ with Hear ID 2.0 for a tailored sound profile\u003c\/p\u003e\n\u003cp class=\"p\" data-mce-fragment=\"1\"\u003e10\/50 hours of battery for long-lasting quiet\u003c\/p\u003e\n\u003cp class=\"p\" data-mce-fragment=\"1\"\u003eFast Pair and Bluetooth 5.3 multi-point connection\u003c\/p\u003e\n\u003cp class=\"p\" data-mce-fragment=\"1\"\u003eIPX4 water resistance against spills and rain\u003c\/p\u003e\n\u003cdiv class=\"a-section a-spacing-none\" data-mce-fragment=\"1\"\u003e6 mics and an AI algorithm enable crystal-clear calls\u003c\/div\u003e","brand":"JPC MOBILE ACCESSORIES","offers":[{"title":"Default Title","offer_id":42708139180223,"sku":"A3947Z11","price":184.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-headphones-anker-soundcore-liberty-4-nc-wireless-earbuds-a3947z11-black-1088099517.jpg?v=1739861272"},{"product_id":"anker-soundcore-p20i-wireless-earbuds-premium-audio-quality","title":"Anker Soundcore P20i Wireless Earbuds (A3949) - Premium Audio Quality \u0026 30-Hour Battery","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    \n    \u003c!-- Primary Meta Tags --\u003e\n    \u003ctitle\u003eAnker Soundcore P20i Wireless Earbuds (A3949) - Premium Audio Quality | JPC Mobile\u003c\/title\u003e\n    \u003cmeta name=\"title\" content=\"Anker Soundcore P20i Wireless Earbuds (A3949) - Premium Audio Quality | JPC Mobile\"\u003e\n    \u003cmeta name=\"description\" content=\"Premium Anker Soundcore P20i wireless earbuds with 10mm drivers, 22 EQ presets, 30-hour playtime, AI-enhanced calls, and fast charging. Available in Black \u0026amp; White. $44.95 with Australia-wide shipping.\"\u003e\n    \u003cmeta name=\"keywords\" content=\"Anker Soundcore P20i, wireless earbuds, Anker earbuds, true wireless, 10mm drivers, 22 EQ presets, 30 hour battery, AI enhanced calls, fast charging, wireless headphones Australia\"\u003e\n    \u003cmeta name=\"robots\" content=\"index, follow\"\u003e\n    \u003cmeta name=\"language\" content=\"English\"\u003e\n    \u003cmeta name=\"author\" content=\"JPC Mobile Accessories\"\u003e\n    \n    \u003c!-- Canonical URL --\u003e\n    \u003clink rel=\"canonical\" href=\"https:\/\/jpcmobileaccessories.com.au\/products\/anker-soundcore-p20i-wireless-earbuds-premium-audio-quality\"\u003e\n    \n    \u003c!-- Open Graph \/ Facebook --\u003e\n    \u003cmeta property=\"og:type\" content=\"product\"\u003e\n    \u003cmeta property=\"og:url\" content=\"https:\/\/jpcmobileaccessories.com.au\/products\/anker-soundcore-p20i-wireless-earbuds-premium-audio-quality\"\u003e\n    \u003cmeta property=\"og:title\" content=\"Anker Soundcore P20i Wireless Earbuds (A3949) - Premium Audio Quality\"\u003e\n    \u003cmeta property=\"og:description\" content=\"Premium Anker Soundcore P20i wireless earbuds with 10mm drivers, 22 EQ presets, 30-hour playtime, AI-enhanced calls, and fast charging. Available in Black \u0026amp; White. $44.95 with Australia-wide shipping.\"\u003e\n    \u003cmeta property=\"og:image\" content=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-wireless-earbuds-black-main_800x.jpg\"\u003e\n    \u003cmeta property=\"og:image:width\" content=\"800\"\u003e\n    \u003cmeta property=\"og:image:height\" content=\"800\"\u003e\n    \u003cmeta property=\"og:image:alt\" content=\"Anker Soundcore P20i Wireless Earbuds with charging case and premium audio features\"\u003e\n    \n    \u003c!-- Twitter --\u003e\n    \u003cmeta property=\"twitter:card\" content=\"summary_large_image\"\u003e\n    \u003cmeta property=\"twitter:url\" content=\"https:\/\/jpcmobileaccessories.com.au\/products\/anker-soundcore-p20i-wireless-earbuds-premium-audio-quality\"\u003e\n    \u003cmeta property=\"twitter:title\" content=\"Anker Soundcore P20i Wireless Earbuds (A3949) - Premium Audio Quality\"\u003e\n    \u003cmeta property=\"twitter:description\" content=\"Premium Anker Soundcore P20i wireless earbuds with 10mm drivers, 22 EQ presets, 30-hour playtime, AI-enhanced calls, and fast charging. Available in Black \u0026amp; White. $44.95 with Australia-wide shipping.\"\u003e\n    \u003cmeta property=\"twitter:image\" content=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-wireless-earbuds-black-main_800x.jpg\"\u003e\n    \n    \u003c!-- Shopify Meta --\u003e\n    \u003cmeta name=\"shopify-checkout-api-token\" content=\"\"\u003e\n    \u003cmeta name=\"shopify-digital-wallet\" content=\"\/42708141080767\/digital_wallets\/new\"\u003e\n    \n    \u003c!-- Product Specific Meta --\u003e\n    \u003cmeta name=\"product-id\" content=\"42708141080767\"\u003e\n    \u003cmeta name=\"product-sku\" content=\"A3949-BLK\"\u003e\n    \u003cmeta name=\"product-type\" content=\"Wireless Earbuds\"\u003e\n    \u003cmeta name=\"product-vendor\" content=\"Anker\"\u003e\n    \u003cmeta name=\"product-price\" content=\"44.95\"\u003e\n    \u003cmeta name=\"product-currency\" content=\"AUD\"\u003e\n    \u003cmeta name=\"product-availability\" content=\"in stock\"\u003e\n    \u003cmeta name=\"shipping-policy\" content=\"2-4 business days dispatch\"\u003e\n    \n    \u003c!-- Local Business Meta --\u003e\n    \u003cmeta name=\"business-name\" content=\"JPC Mobile Accessories\"\u003e\n    \u003cmeta name=\"business-address\" content=\"Shop 3a, 152 Woogaroo St, Forest Lake QLD 4078\"\u003e\n    \u003cmeta name=\"business-phone\" content=\"+61 480 039 913\"\u003e\n    \u003cmeta name=\"business-hours\" content=\"Mon-Fri 9:00-17:00, Sat 9:00-15:00\"\u003e\n    \u003cmeta name=\"service-area\" content=\"Australia wide shipping, Brisbane local pickup\"\u003e\n\n    \u003c!-- JSON-LD Structured Data --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"Product\",\n        \"name\": \"Anker Soundcore P20i Wireless Earbuds (A3949) - Premium Audio Quality\",\n        \"image\": [\n            \"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-wireless-earbuds-black-main.jpg\",\n            \"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-wireless-earbuds-white-main.jpg\",\n            \"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-charging-case-features.jpg\",\n            \"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-10mm-drivers-detail.jpg\",\n            \"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-22-eq-presets-app.jpg\",\n            \"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-ai-enhanced-calls.jpg\",\n            \"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-fast-charging-feature.jpg\",\n            \"https:\/\/cdn.shopify.com\/s\/files\/1\/0546\/1378\/0481\/products\/anker-soundcore-p20i-single-earbud-mode.jpg\"\n        ],\n        \"description\": \"Premium Anker Soundcore P20i wireless earbuds featuring 10mm oversized drivers for detailed sound with powerful bass, 22 EQ presets via soundcore app, 30-hour total playtime with fast charging case, AI-enhanced clear calls with dual microphones, compact comfortable design, and one-step pairing technology.\",\n        \"sku\": \"A3949-BLK\",\n        \"mpn\": \"A3949\",\n        \"brand\": {\n            \"@type\": \"Brand\",\n            \"name\": \"Anker\"\n        },\n        \"offers\": {\n            \"@type\": \"Offer\",\n            \"url\": \"https:\/\/jpcmobileaccessories.com.au\/products\/anker-soundcore-p20i-wireless-earbuds-premium-audio-quality\",\n            \"priceCurrency\": \"AUD\",\n            \"price\": \"44.95\",\n            \"availability\": \"https:\/\/schema.org\/InStock\",\n            \"priceValidUntil\": \"2024-12-31\",\n            \"seller\": {\n                \"@type\": \"Organization\",\n                \"name\": \"JPC Mobile Accessories\"\n            }\n        },\n        \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4.7\",\n            \"reviewCount\": \"89\"\n        },\n        \"review\": [\n            {\n                \"@type\": \"Review\",\n                \"reviewRating\": {\n                    \"@type\": \"Rating\",\n                    \"ratingValue\": \"5\",\n                    \"bestRating\": \"5\"\n                },\n                \"author\": {\n                    \"@type\": \"Person\",\n                    \"name\": \"James K.\"\n                },\n                \"reviewBody\": \"Incredible sound quality for the price! The 10mm drivers really deliver on bass and the 22 EQ presets let me customize perfectly for different music genres.\"\n            },\n            {\n                \"@type\": \"Review\",\n                \"reviewRating\": {\n                    \"@type\": \"Rating\",\n                    \"ratingValue\": \"5\",\n                    \"bestRating\": \"5\"\n                },\n                \"author\": {\n                    \"@type\": \"Person\",\n                    \"name\": \"Lisa M.\"\n                },\n                \"reviewBody\": \"30-hour battery life is amazing! I charge them once a week and the fast charging means I'm never without music. AI call quality is crystal clear.\"\n            }\n        ],\n        \"category\": \"Wireless Earbuds\",\n        \"isRelatedTo\": [\n            {\n                \"@type\": \"Product\",\n                \"name\": \"Mobile Accessories\",\n                \"url\": \"https:\/\/jpcmobileaccessories.com.au\/collections\/mobile-accessories\"\n            },\n            {\n                \"@type\": \"Product\", \n                \"name\": \"Charging Solutions\",\n                \"url\": \"https:\/\/jpcmobileaccessories.com.au\/collections\/charging-solutions\"\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003c!-- Breadcrumb Schema --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"BreadcrumbList\",\n        \"itemListElement\": [\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 1,\n                \"name\": \"Home\",\n                \"item\": \"https:\/\/jpcmobileaccessories.com.au\/\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 2,\n                \"name\": \"Mobile Accessories\",\n                \"item\": \"https:\/\/jpcmobileaccessories.com.au\/collections\/mobile-accessories\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 3,\n                \"name\": \"Headphones \u0026 Earbuds\",\n                \"item\": \"https:\/\/jpcmobileaccessories.com.au\/collections\/headphones-wireless-earbuds-gaming-headsets\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 4,\n                \"name\": \"Anker Soundcore P20i Wireless Earbuds\",\n                \"item\": \"https:\/\/jpcmobileaccessories.com.au\/products\/anker-soundcore-p20i-wireless-earbuds-premium-audio-quality\"\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003c!-- Local Business Schema --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"LocalBusiness\",\n        \"name\": \"JPC Mobile Accessories\",\n        \"description\": \"Premium wireless earbuds and mobile accessories with Australia-wide shipping from Forest Lake, Brisbane\",\n        \"url\": \"https:\/\/jpcmobileaccessories.com.au\",\n        \"telephone\": \"+61480039913\",\n        \"address\": {\n            \"@type\": \"PostalAddress\",\n            \"streetAddress\": \"Shop 3a, 152 Woogaroo St\",\n            \"addressLocality\": \"Forest Lake\",\n            \"addressRegion\": \"QLD\",\n            \"postalCode\": \"4078\",\n            \"addressCountry\": \"AU\"\n        },\n        \"geo\": {\n            \"@type\": \"GeoCoordinates\",\n            \"latitude\": -27.6199,\n            \"longitude\": 152.9742\n        },\n        \"openingHoursSpecification\": [\n            {\n                \"@type\": \"OpeningHoursSpecification\",\n                \"dayOfWeek\": [\"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\"],\n                \"opens\": \"09:00\",\n                \"closes\": \"17:00\"\n            },\n            {\n                \"@type\": \"OpeningHoursSpecification\",\n                \"dayOfWeek\": \"Saturday\",\n                \"opens\": \"09:00\",\n                \"closes\": \"15:00\"\n            }\n        ],\n        \"priceRange\": \"$10-$300\",\n        \"paymentAccepted\": \"Cash, Credit Card, EFTPOS, PayPal\",\n        \"currenciesAccepted\": \"AUD\"\n    }\n    \u003c\/script\u003e\n\n\u003cstyle\u003e\n\/* Solar Crystal iPhone Case Theme *\/\n.container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    line-height: 1.6;\n}\n\n\/* Header Styles *\/\n.header {\n    background: #1a1a1a;\n    color: white;\n    padding: 15px 0;\n    margin-bottom: 20px;\n}\n\n.header-content {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.logo {\n    font-size: 1.5rem;\n    font-weight: bold;\n    color: #1e40af;\n}\n\n.contact-info {\n    font-size: 0.9rem;\n}\n\n.breadcrumb-nav {\n    background: #f8f9fa;\n    padding: 12px 20px;\n    border-radius: 8px;\n    margin-bottom: 25px;\n}\n\n.breadcrumb {\n    font-size: 14px;\n    color: #666;\n    text-decoration: none;\n    transition: color 0.3s ease;\n}\n\n.breadcrumb:hover {\n    color: #1e40af;\n}\n\n.breadcrumb:last-child {\n    color: #333;\n    font-weight: 500;\n}\n\n.product-header {\n    margin-bottom: 40px;\n    text-align: center;\n}\n\n.product-info {\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n.product-title {\n    font-size: 2rem;\n    font-weight: bold;\n    color: #1e293b;\n    margin: 0 0 15px;\n    line-height: 1.3;\n}\n\n.solar-brand {\n    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);\n    color: white;\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-size: 0.9rem;\n    font-weight: 600;\n    display: inline-block;\n    margin-bottom: 15px;\n}\n\n.product-price {\n    font-size: 2.2rem;\n    font-weight: bold;\n    color: #1e40af;\n    margin: 15px 0;\n}\n\n.product-sku {\n    color: #64748b;\n    margin-bottom: 15px;\n    font-size: 0.9rem;\n}\n\n.availability-badge {\n    background: #10b981;\n    color: white;\n    padding: 10px 20px;\n    border-radius: 25px;\n    font-weight: 600;\n    display: inline-block;\n    margin-bottom: 20px;\n}\n\n.urgency-indicators {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin: 20px 0;\n}\n\n.stock-indicator, .shipping-indicator, .demand-indicator {\n    padding: 12px 20px;\n    border-radius: 8px;\n    font-size: 0.9rem;\n    font-weight: 500;\n}\n\n.stock-indicator {\n    background: #fef3c7;\n    color: #92400e;\n    border-left: 4px solid #f59e0b;\n}\n\n.shipping-indicator {\n    background: #dbeafe;\n    color: #1d4ed8;\n    border-left: 4px solid #3b82f6;\n}\n\n.demand-indicator {\n    background: #e0f2fe;\n    color: #0277bd;\n    border-left: 4px solid #0288d1;\n}\n\n\/* Solar Crystal Features Section *\/\n.features-section {\n    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);\n    color: white;\n    padding: 40px 30px;\n    border-radius: 15px;\n    margin: 30px 0;\n}\n\n.features-title {\n    font-size: 1.8rem;\n    font-weight: bold;\n    margin: 0 0 25px;\n    text-align: center;\n}\n\n.features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n}\n\n.feature-card {\n    background: rgba(255, 255, 255, 0.1);\n    padding: 25px;\n    border-radius: 12px;\n    transition: all 0.3s ease;\n    cursor: pointer;\n}\n\n.feature-card:hover {\n    background: rgba(255, 255, 255, 0.15);\n    transform: translateY(-3px);\n}\n\n.feature-icon {\n    font-size: 2rem;\n    margin-bottom: 15px;\n    display: block;\n}\n\n.feature-title {\n    font-size: 1.2rem;\n    font-weight: 600;\n    margin-bottom: 10px;\n}\n\n.feature-description {\n    font-size: 0.95rem;\n    line-height: 1.5;\n    opacity: 0.9;\n}\n\n\/* Technology Section *\/\n.technology-section {\n    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);\n    padding: 40px 30px;\n    border-radius: 15px;\n    margin: 30px 0;\n}\n\n.technology-title {\n    font-size: 1.8rem;\n    font-weight: bold;\n    color: #1e40af;\n    margin: 0 0 25px;\n    text-align: center;\n}\n\n.technology-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n    gap: 25px;\n}\n\n.technology-card {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n    transition: all 0.3s ease;\n}\n\n.technology-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n}\n\n.technology-feature {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #1e40af;\n    margin-bottom: 10px;\n}\n\n.technology-service {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #1e40af;\n    margin-bottom: 10px;\n}\n\n.technology-description {\n    color: #64748b;\n    line-height: 1.5;\n}\n\n\/* Related Products *\/\n.related-products {\n    background: #f8fafc;\n    padding: 40px 30px;\n    border-radius: 15px;\n    margin: 40px 0;\n}\n\n.related-title {\n    font-size: 1.8rem;\n    font-weight: bold;\n    color: #1e293b;\n    margin: 0 0 30px;\n    text-align: center;\n}\n\n.related-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n}\n\n.related-product-card {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    text-align: center;\n    transition: all 0.3s ease;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n\n.related-product-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n}\n\n.related-product-icon {\n    font-size: 2.5rem;\n    margin-bottom: 15px;\n    display: block;\n}\n\n.related-product-title {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #1e293b;\n    margin-bottom: 10px;\n}\n\n.related-product-description {\n    color: #64748b;\n    margin-bottom: 20px;\n    line-height: 1.4;\n    font-size: 0.9rem;\n}\n\n.related-product-cta {\n    background: #1e40af;\n    color: white;\n    padding: 10px 20px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-weight: 600;\n    display: inline-block;\n    transition: all 0.3s ease;\n}\n\n.related-product-cta:hover {\n    background: #1d4ed8;\n    transform: translateY(-2px);\n}\n\n\/* FAQ Section *\/\n.faq-section {\n    background: #fff;\n    padding: 40px 30px;\n    border-radius: 15px;\n    margin: 40px 0;\n    border: 2px solid #e2e8f0;\n}\n\n.faq-title {\n    font-size: 1.8rem;\n    font-weight: bold;\n    color: #1e293b;\n    margin: 0 0 30px;\n    text-align: center;\n}\n\n.faq-section {\n    background: white;\n    padding: 40px 30px;\n    border-radius: 15px;\n    margin: 30px 0;\n    border: 1px solid #e5e7eb;\n}\n\n.faq-item {\n    border-bottom: 1px solid #e5e7eb;\n    margin-bottom: 15px;\n}\n\n.faq-question {\n    background: #f8f9fa;\n    padding: 18px 20px;\n    border: none;\n    width: 100%;\n    text-align: left;\n    font-size: 1rem;\n    font-weight: 600;\n    color: #1e293b;\n    cursor: pointer;\n    border-radius: 8px;\n    transition: all 0.3s ease;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}\n\n.faq-question:hover {\n    background: #1e40af;\n    color: white;\n}\n\n.faq-question.active {\n    background: #1e40af;\n    color: white;\n    border-radius: 8px 8px 0 0;\n}\n\n.faq-answer {\n    max-height: 0;\n    overflow: hidden;\n    transition: all 0.3s ease;\n    background: white;\n}\n\n.faq-answer p {\n    color: #475569;\n    line-height: 1.6;\n}\n\n.faq-answer.active {\n    padding: 20px;\n    max-height: 200px;\n}\n\n\/* Contact Section *\/\n.contact-section {\n    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);\n    color: white;\n    padding: 40px 30px;\n    border-radius: 15px;\n    text-align: center;\n    margin: 40px 0;\n}\n\n.contact-title {\n    font-size: 1.8rem;\n    font-weight: bold;\n    margin: 0 0 15px;\n}\n\n.contact-description {\n    font-size: 1.1rem;\n    margin-bottom: 20px;\n    opacity: 0.9;\n}\n\n.contact-details {\n    background: rgba(255, 255, 255, 0.1);\n    padding: 20px;\n    border-radius: 10px;\n    margin: 20px 0;\n}\n\n.contact-phone {\n    font-size: 1.2rem;\n    font-weight: bold;\n    color: #fbbf24;\n    text-decoration: none;\n    display: inline-block;\n    margin: 10px 0;\n    padding: 10px 20px;\n    border: 2px solid #fbbf24;\n    border-radius: 8px;\n    transition: all 0.3s ease;\n}\n\n.contact-phone:hover {\n    background: #fbbf24;\n    color: #1e40af;\n}\n\n.contact-address {\n    margin: 10px 0;\n    opacity: 0.9;\n}\n\n.contact-hours {\n    margin: 10px 0;\n    opacity: 0.9;\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .container {\n        padding: 15px;\n    }\n    \n    .product-title {\n        font-size: 1.6rem;\n    }\n    \n    .features-grid,\n    .technology-grid,\n    .related-grid {\n        grid-template-columns: 1fr;\n        gap: 20px;\n    }\n    \n    .features-section,\n    .technology-section,\n    .related-products,\n    .faq-section,\n    .contact-section {\n        padding: 25px 20px;\n        margin: 25px 0;\n    }\n    \n    .header-content {\n        flex-direction: column;\n        gap: 10px;\n    }\n}\n\n\/* Animation *\/\n@keyframes float {\n    0%, 100% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n}\n\n.features-section {\n    animation: float 6s ease-in-out infinite;\n}\n\u003c\/style\u003e\n\n\n\n\u003c!-- Header --\u003e\n\u003cheader class=\"header\"\u003e\n    \u003cdiv class=\"header-content\"\u003e\n        \u003cdiv class=\"logo\"\u003eJPC Mobile Accessories\u003c\/div\u003e\n        \u003cdiv class=\"contact-info\"\u003e📞 +61 480 039 913 | 📍 Brisbane, Australia\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003cdiv class=\"container\"\u003e\n    \u003c!-- Breadcrumb Navigation --\u003e\n    \u003cnav class=\"breadcrumb-nav\"\u003e\n        \u003ca href=\"\/es\" class=\"breadcrumb\"\u003eHome\u003c\/a\u003e \u0026gt; \n        \u003ca href=\"\/es\/collections\/mobile-accessories\" class=\"breadcrumb\"\u003eMobile Accessories\u003c\/a\u003e \u0026gt; \n        \u003ca href=\"\/es\/collections\/headphones-wireless-earbuds-gaming-headsets\" class=\"breadcrumb\"\u003eHeadphones \u0026amp; Earbuds\u003c\/a\u003e \u0026gt; \n        \u003cspan class=\"breadcrumb\"\u003eAnker Soundcore P20i Wireless Earbuds\u003c\/span\u003e\n    \u003c\/nav\u003e\n\n    \u003c!-- Product Header --\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003cdiv class=\"product-info\"\u003e\n            \u003cdiv class=\"solar-brand\"\u003e🎵 Anker Premium Audio\u003c\/div\u003e\n            \u003ch1 class=\"product-title\"\u003eAnker Soundcore P20i Wireless Earbuds (A3949) | Premium Audio Quality \u0026amp; 30-Hour Battery\u003c\/h1\u003e\n            \u003cdiv class=\"product-price\"\u003e$44.95\u003c\/div\u003e\n            \u003cdiv class=\"product-sku\"\u003eSKU: A3949-BLK | Product ID: 42708141080767\u003c\/div\u003e\n            \u003cdiv class=\"availability-badge\"\u003e✅ In Stock - Premium Wireless Audio\u003c\/div\u003e\n            \u003cdiv class=\"urgency-indicators\"\u003e\n                \u003cdiv class=\"stock-indicator\"\u003e🎵 10mm oversized drivers with powerful bass and 22 EQ presets for personalized sound\u003c\/div\u003e\n                \u003cdiv class=\"shipping-indicator\"\u003e🔋 Extended 30-hour total playtime with fast charging case and AI-enhanced clear calls\u003c\/div\u003e\n                \u003cdiv class=\"demand-indicator\"\u003e📱 Compact comfortable design with one-step pairing and single earbud mode\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Anker Audio Features Section --\u003e\n    \u003cdiv class=\"features-section\"\u003e\n        \u003ch2 class=\"features-title\"\u003e🎵 Premium Audio Features\u003c\/h2\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"feature-icon\"\u003e🔊\u003c\/span\u003e\n                \u003ch3 class=\"feature-title\"\u003e10mm Oversized Drivers\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eBig drivers deliver detailed sound with powerful bass for immersive audio experience across all music genres\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"feature-icon\"\u003e🎛️\u003c\/span\u003e\n                \u003ch3 class=\"feature-title\"\u003e22 EQ Presets\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eUse the soundcore app to pick a preset that works best with what you're listening to for customized audio\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"feature-icon\"\u003e⚡\u003c\/span\u003e\n                \u003ch3 class=\"feature-title\"\u003eExtended 30-Hour Playtime\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eEnjoy 10 hours on a single charge plus 30 hours extra power from the charging case for all-day listening\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"feature-icon\"\u003e🤖\u003c\/span\u003e\n                \u003ch3 class=\"feature-title\"\u003eAI-Enhanced Clear Calls\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eBe heard clearly thanks to two built-in microphones with AI-enhanced voice pick-up technology\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"feature-icon\"\u003e💨\u003c\/span\u003e\n                \u003ch3 class=\"feature-title\"\u003eFast Charging Technology\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eA speedy 10-minute charge gives you 2 hours of playtime for uninterrupted music enjoyment\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"feature-icon\"\u003e🔗\u003c\/span\u003e\n                \u003ch3 class=\"feature-title\"\u003eOne-Step Pairing \u0026amp; Single Mode\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eInstant pairing when you open the case, plus single earbud mode for awareness and extended playtime\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Technology Section --\u003e\n    \u003cdiv class=\"technology-section\"\u003e\n        \u003ch2 class=\"technology-title\"\u003e🔬 Advanced Audio Technology\u003c\/h2\u003e\n        \u003cdiv class=\"technology-grid\"\u003e\n            \u003cdiv class=\"technology-card\"\u003e\n                \u003ch3 class=\"technology-service\"\u003eCompact \u0026amp; Comfortable Design\u003c\/h3\u003e\n                \u003cp class=\"technology-description\"\u003eSmall and lightweight fit with compact charging case that easily fits in small pockets and bags\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology-card\"\u003e\n                \u003ch3 class=\"technology-service\"\u003eIntelligent Sound Processing\u003c\/h3\u003e\n                \u003cp class=\"technology-description\"\u003eAdvanced audio algorithms deliver crisp highs, detailed mids, and powerful bass response\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology-card\"\u003e\n                \u003ch3 class=\"technology-service\"\u003eSeamless Connectivity\u003c\/h3\u003e\n                \u003cp class=\"technology-description\"\u003eAutomatic connection to last paired device with stable Bluetooth performance and low latency\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Mobile Audio Services Section --\u003e\n    \u003cdiv class=\"technology-section\"\u003e\n        \u003ch2 class=\"technology-title\"\u003e🔧 Mobile Audio Services in Brisbane\u003c\/h2\u003e\n        \u003cdiv class=\"technology-grid\"\u003e\n            \u003cdiv class=\"technology-card\"\u003e\n                \u003ch3 class=\"technology-service\"\u003eProfessional Audio Setup\u003c\/h3\u003e\n                \u003cp class=\"technology-description\"\u003eExpert assistance with soundcore app configuration, EQ optimization, and device pairing\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology-card\"\u003e\n                \u003ch3 class=\"technology-service\"\u003eWarranty \u0026amp; Repair Support\u003c\/h3\u003e\n                \u003cp class=\"technology-description\"\u003eComprehensive 2-year warranty support with local repair services and replacement assistance\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology-card\"\u003e\n                \u003ch3 class=\"technology-service\"\u003eAudio Accessories \u0026amp; Upgrades\u003c\/h3\u003e\n                \u003cp class=\"technology-description\"\u003eComplete range of audio accessories including charging cables, cases, and premium upgrade options\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv style=\"text-align: center; margin-top: 25px;\"\u003e\n            \u003ca href=\"\/es\/pages\/audio-accessories-forest-lake\" style=\"background: #dc2626; color: white; padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: 600; display: inline-block; transition: all 0.3s ease;\"\u003eBrowse Audio Services\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Related Products --\u003e\n    \u003cdiv class=\"related-products\"\u003e\n        \u003ch2 class=\"related-title\"\u003e🔗 Related Audio Products\u003c\/h2\u003e\n        \u003cdiv class=\"related-grid\"\u003e\n            \u003cdiv class=\"related-product-card\"\u003e\n                \u003cspan class=\"related-product-icon\"\u003e🔌\u003c\/span\u003e\n                \u003ch3 class=\"related-product-title\"\u003eCharging Solutions\u003c\/h3\u003e\n                \u003cp class=\"related-product-description\"\u003ePremium charging cables, wireless chargers, and power banks for all your mobile devices\u003c\/p\u003e\n                \u003ca href=\"\/es\/collections\/charging-solutions\" class=\"related-product-cta\"\u003eBrowse Chargers\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"related-product-card\"\u003e\n                \u003cspan class=\"related-product-icon\"\u003e📱\u003c\/span\u003e\n                \u003ch3 class=\"related-product-title\"\u003eMobile Accessories\u003c\/h3\u003e\n                \u003cp class=\"related-product-description\"\u003eComplete collection of mobile accessories including cases, screen protectors, and stands\u003c\/p\u003e\n                \u003ca href=\"\/es\/collections\/mobile-accessories\" class=\"related-product-cta\"\u003eShop Accessories\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"related-product-card\"\u003e\n                \u003cspan class=\"related-product-icon\"\u003e🎧\u003c\/span\u003e\n                \u003ch3 class=\"related-product-title\"\u003eHeadphones \u0026amp; Earbuds\u003c\/h3\u003e\n                \u003cp class=\"related-product-description\"\u003eComplete collection of headphones, wireless earbuds, and gaming headsets for all audio needs\u003c\/p\u003e\n                \u003ca href=\"\/es\/collections\/headphones-wireless-earbuds-gaming-headsets\" class=\"related-product-cta\"\u003eBrowse Audio\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"related-product-card\"\u003e\n                \u003cspan class=\"related-product-icon\"\u003e🔧\u003c\/span\u003e\n                \u003ch3 class=\"related-product-title\"\u003eRepair Services\u003c\/h3\u003e\n                \u003cp class=\"related-product-description\"\u003eProfessional device repair and technical support services with warranty coverage\u003c\/p\u003e\n                \u003ca href=\"\/es\/pages\/repair-services-forest-lake\" class=\"related-product-cta\"\u003eView Services\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ Section --\u003e\n    \u003cdiv class=\"faq-section\"\u003e\n        \u003ch2 class=\"faq-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n        \n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cbutton class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003e\n                How long does the battery last and how fast is the charging?\n                \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"faq-answer\"\u003e\n                \u003cp\u003eThe Anker Soundcore P20i provides 10 hours of playtime on a single charge, with the charging case providing an additional 30 hours for a total of 40 hours. Fast charging gives you 2 hours of playtime with just a 10-minute charge, so you're never without your music for long.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cbutton class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003e\n                What are the 22 EQ presets and how do I access them?\n                \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"faq-answer\"\u003e\n                \u003cp\u003eThe 22 EQ presets are pre-configured sound profiles optimized for different music genres, activities, and preferences. You can access them through the free Soundcore app available on iOS and Android. Presets include options for rock, pop, classical, podcast, bass boost, and many more to customize your listening experience.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cbutton class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003e\n                Can I use just one earbud at a time for calls or extended battery?\n                \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"faq-answer\"\u003e\n                \u003cp\u003eYes! Single Earbud mode allows you to use either the left or right earbud independently. Simply remove one earbud from the charging case and it will automatically enter Single Earbud mode. This is perfect for staying aware of your surroundings, making calls, or extending your total listening time even further.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cbutton class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003e\n                How is the call quality with the AI-enhanced microphones?\n                \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"faq-answer\"\u003e\n                \u003cp\u003eThe AI-enhanced call quality is excellent thanks to dual built-in microphones with advanced voice pick-up technology. The AI algorithms automatically filter out background noise and enhance your voice clarity, ensuring you're heard clearly during phone calls, video conferences, or voice recordings.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cbutton class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003e\n                What's included and what's your warranty policy?\n                \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"faq-answer\"\u003e\n                \u003cp\u003eYour purchase includes the Soundcore P20i earbuds, charging case, USB-C charging cable, user manual, and welcome guide. We provide Anker's standard 2-year warranty covering manufacturing defects and quality issues. Orders are dispatched within 2-4 business days with Australia-wide shipping available.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Contact Information --\u003e\n    \u003cdiv class=\"contact-section\"\u003e\n        \u003ch2 class=\"contact-title\"\u003e📞 Professional Audio Support\u003c\/h2\u003e\n        \u003cp class=\"contact-description\"\u003eVisit our Forest Lake store for hands-on testing and professional audio setup assistance\u003c\/p\u003e\n        \u003cdiv class=\"contact-details\"\u003e\n            \u003cdiv class=\"contact-address\"\u003eShop 3a, 152 Woogaroo St, Forest Lake QLD 4078\u003c\/div\u003e\n            \u003ca href=\"tel:+61480039913\" class=\"contact-phone\"\u003e📱 Call +61 480 039 913\u003c\/a\u003e\n\n        \u003c\/div\u003e\n        \u003cp style=\"margin-top: 20px; font-size: 0.95em; opacity: 0.9;\"\u003e\n            🚚 Fast Australia-wide shipping • 💳 Multiple payment options • 🔒 Secure checkout • ✅ 2-year warranty\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Enhanced Analytics Tracking --\u003e\n\u003cscript\u003e\n\/\/ Page load performance tracking\nwindow.addEventListener('load', function() {\n    if (typeof gtag !== 'undefined') {\n        gtag('event', 'page_view', {\n            page_title: 'Anker Soundcore P20i Earbuds',\n            page_location: window.location.href,\n            product_id: 'A3949-BLK',\n            product_category: 'Wireless Earbuds'\n        });\n    }\n});\n\n\/\/ Enhanced interaction tracking\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ FAQ interaction tracking\n    const faqQuestions = document.querySelectorAll('.faq-question');\n    faqQuestions.forEach(function(question, index) {\n        question.addEventListener('click', function() {\n            if (typeof gtag !== 'undefined') {\n                gtag('event', 'faq_interaction', {\n                    faq_question: index + 1,\n                    product_page: 'Anker Soundcore P20i'\n                });\n            }\n        });\n    });\n\n    \/\/ Related product clicks\n    const relatedLinks = document.querySelectorAll('.related-product-cta');\n    relatedLinks.forEach(function(link) {\n        link.addEventListener('click', function() {\n            if (typeof gtag !== 'undefined') {\n                gtag('event', 'related_product_click', {\n                    link_text: this.textContent,\n                    source_product: 'Anker Soundcore P20i'\n                });\n            }\n        });\n    });\n\n    \/\/ Phone number clicks\n    const phoneLinks = document.querySelectorAll('a[href^=\"tel:\"]');\n    phoneLinks.forEach(function(link) {\n        link.addEventListener('click', function() {\n            if (typeof gtag !== 'undefined') {\n                gtag('event', 'phone_call_initiated', {\n                    source_page: 'Anker Soundcore P20i Earbuds'\n                });\n            }\n        });\n    });\n\n    \/\/ Scroll depth tracking\n    let maxScroll = 0;\n    window.addEventListener('scroll', function() {\n        const scrollPercent = Math.round((window.scrollY \/ (document.body.scrollHeight - window.innerHeight)) * 100);\n        if (scrollPercent \u003e maxScroll \u0026\u0026 scrollPercent % 25 === 0) {\n            maxScroll = scrollPercent;\n            if (typeof gtag !== 'undefined') {\n                gtag('event', 'scroll_depth', {\n                    scroll_percent: scrollPercent,\n                    page_title: 'Anker Soundcore P20i Earbuds'\n                });\n            }\n        }\n    });\n\n    \/\/ Time on page tracking\n    let startTime = Date.now();\n    window.addEventListener('beforeunload', function() {\n        const timeOnPage = Math.round((Date.now() - startTime) \/ 1000);\n        if (typeof gtag !== 'undefined' \u0026\u0026 timeOnPage \u003e 10) {\n            gtag('event', 'engagement_time', {\n                time_on_page: timeOnPage,\n                page_title: 'Anker Soundcore P20i Earbuds'\n            });\n        }\n    });\n});\n\n\/\/ FAQ Toggle Functionality\nfunction toggleFAQ(element) {\n    const answer = element.nextElementSibling;\n    const isActive = element.classList.contains('active');\n    \n    \/\/ Close all FAQ answers\n    document.querySelectorAll('.faq-question').forEach(q =\u003e q.classList.remove('active'));\n    document.querySelectorAll('.faq-answer').forEach(a =\u003e a.classList.remove('active'));\n    \n    \/\/ Open clicked FAQ if it wasn't active\n    if (!isActive) {\n        element.classList.add('active');\n        answer.classList.add('active');\n    }\n}\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"JPC MOBILE ACCESSORIES","offers":[{"title":"Black","offer_id":42708141080767,"sku":"A3949-BLK","price":44.95,"currency_code":"AUD","in_stock":false},{"title":"White","offer_id":42708141113535,"sku":"A3949-WHT","price":44.95,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-headphones-black-anker-soundcore-p20i-wireless-earbuds-a3949-premium-audio-quality-30-hour-battery-1174788706.jpg?v=1750735204"},{"product_id":"anker-737-power-bank-24000mah-140w","title":"Anker 737 Power Bank 24,000mAh Gen 2 140W PowerCore 24K","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; color: #1f2937; line-height: 1.6;\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white; padding: clamp(20px, 5vw, 40px); border-radius: 12px; margin-bottom: 24px; text-align: center;\"\u003e\n\u003cdiv style=\"display: inline-block; background: rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; margin-bottom: 16px;\"\u003e⚡ Anker Premium PowerCore\u003c\/div\u003e\n\u003ch1 style=\"font-size: clamp(22px, 5vw, 32px); font-weight: bold; margin: 0 0 12px 0;\"\u003eAnker 737 Power Bank 24,000mAh Gen 2\u003c\/h1\u003e\n\u003cp style=\"font-size: clamp(16px, 3vw, 20px); margin: 0 0 16px 0; opacity: 0.95;\"\u003e140W Ultra-Fast Charging | Power Delivery 3.1\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 16px;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.15); padding: 8px 16px; border-radius: 8px; font-size: 14px;\"\u003eSKU: A1289011\u003c\/span\u003e \u003cspan style=\"background: rgba(34,197,94,0.3); padding: 8px 16px; border-radius: 8px; font-size: 14px; border: 1px solid rgba(34,197,94,0.5);\"\u003e✓ In Stock Brisbane\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 140W Power Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1a1a1a 0%, #374151 100%); color: white; padding: clamp(20px, 4vw, 32px); border-radius: 12px; margin-bottom: 24px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: clamp(48px, 10vw, 72px); font-weight: 800; margin-bottom: 8px;\"\u003e140W\u003c\/div\u003e\n\u003cp style=\"font-size: clamp(16px, 3vw, 20px); margin: 0 0 16px 0; opacity: 0.95;\"\u003eUltra-Fast Charging Output\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 20px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 16px 24px; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 28px; font-weight: bold;\"\u003e24,000\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003emAh Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 16px 24px; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 28px; font-weight: bold;\"\u003ePD 3.1\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003ePower Delivery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 16px 24px; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 28px; font-weight: bold;\"\u003e3\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eOutput Ports\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features Grid --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white; padding: clamp(20px, 4vw, 32px); border-radius: 12px; margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); font-weight: bold; margin: 0 0 20px 0; text-align: center;\"\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 20px; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e⚡\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; margin-bottom: 8px;\"\u003eUltra-Powerful Two-Way Charging\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003ePower Delivery 3.1 with bi-directional technology. Charge and recharge simultaneously.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 20px; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔋\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; margin-bottom: 8px;\"\u003eMassive 24,000mAh Capacity\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eCharges iPhone almost 5 times. iPad Pro 12.9\" gets 1.3 full charges.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 20px; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e📱\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; margin-bottom: 8px;\"\u003eSmart Digital Display\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eShows output power, input power, and estimated recharge time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 20px; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔌\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; margin-bottom: 8px;\"\u003eTriple Output Ports\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003e2 USB-C ports plus 1 USB-A. Charge three devices at once.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Device Charging Capacity --\u003e\n\u003cdiv style=\"background: #f0f9ff; padding: clamp(20px, 4vw, 32px); border-radius: 12px; margin-bottom: 24px; border: 2px solid #bae6fd;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); font-weight: bold; margin: 0 0 20px 0; color: #075985; text-align: center;\"\u003eDevice Charging Capacity\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px;\"\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bae6fd;\"\u003e\n\u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📱\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #075985;\"\u003eiPhone 13\u003c\/div\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: 800; color: #0369a1;\"\u003e~5×\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bae6fd;\"\u003e\n\u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📱\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #075985;\"\u003eiPhone 14 Pro\u003c\/div\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: 800; color: #0369a1;\"\u003e~4.5×\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bae6fd;\"\u003e\n\u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📱\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #075985;\"\u003eGalaxy S23\u003c\/div\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: 800; color: #0369a1;\"\u003e~4×\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bae6fd;\"\u003e\n\u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e💻\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #075985;\"\u003eiPad Pro 12.9\"\u003c\/div\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: 800; color: #0369a1;\"\u003e~1.3×\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bae6fd;\"\u003e\n\u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e💻\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #075985;\"\u003eMacBook Air M2\u003c\/div\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: 800; color: #0369a1;\"\u003e~0.8×\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bae6fd;\"\u003e\n\u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e🎮\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #075985;\"\u003eNintendo Switch\u003c\/div\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: 800; color: #0369a1;\"\u003e~6×\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Smart Digital Display Section --\u003e\n\u003cdiv style=\"background: #f0fdf4; padding: clamp(20px, 4vw, 32px); border-radius: 12px; margin-bottom: 24px; border: 2px solid #bbf7d0;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); font-weight: bold; margin: 0 0 20px 0; color: #166534; text-align: center;\"\u003eSmart Digital Display\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px;\"\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bbf7d0;\"\u003e\n\u003cdiv style=\"font-size: 28px; color: #22c55e; margin-bottom: 8px;\"\u003e⚡\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #166534;\"\u003eOutput Power\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #15803d;\"\u003eReal-time wattage display\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bbf7d0;\"\u003e\n\u003cdiv style=\"font-size: 28px; color: #22c55e; margin-bottom: 8px;\"\u003e🔌\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #166534;\"\u003eInput Power\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #15803d;\"\u003eCharging speed monitoring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bbf7d0;\"\u003e\n\u003cdiv style=\"font-size: 28px; color: #22c55e; margin-bottom: 8px;\"\u003e⏱️\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #166534;\"\u003eRecharge Time\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #15803d;\"\u003eEstimated time remaining\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; text-align: center; border: 2px solid #bbf7d0;\"\u003e\n\u003cdiv style=\"font-size: 28px; color: #22c55e; margin-bottom: 8px;\"\u003e📊\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #166534;\"\u003eBattery Level\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #15803d;\"\u003ePrecise percentage display\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv style=\"background: #f8fafc; padding: clamp(20px, 4vw, 32px); border-radius: 12px; margin-bottom: 24px; border-left: 5px solid #ff6b35;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); font-weight: bold; margin: 0 0 20px 0; color: #ff6b35;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px;\"\u003e\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; border: 1px solid #e2e8f0;\"\u003e\n\u003cdiv style=\"font-weight: bold; color: #ff6b35; margin-bottom: 12px;\"\u003ePower \u0026amp; Capacity\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eBattery Capacity\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003e24,000mAh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eMaximum Output\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003e140W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eCharging Tech\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003ePower Delivery 3.1\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eBi-directional\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003eYes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; border: 1px solid #e2e8f0;\"\u003e\n\u003cdiv style=\"font-weight: bold; color: #ff6b35; margin-bottom: 12px;\"\u003ePorts \u0026amp; Connectivity\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eUSB-C Ports\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003e2 Ports\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eUSB-A Ports\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003e1 Port\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eTotal Ports\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003e3 Ports\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eCable Included\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003e140W USB-C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; border: 1px solid #e2e8f0;\"\u003e\n\u003cdiv style=\"font-weight: bold; color: #ff6b35; margin-bottom: 12px;\"\u003ePhysical Details\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eDimensions\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003e155.7 × 54.6 × 49.5mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eWeight\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003e630g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eDisplay\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003eSmart Digital\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; padding: 8px 0;\"\u003e\n\u003cspan style=\"color: #64748b;\"\u003eBrand\u003c\/span\u003e\u003cspan style=\"font-weight: 600;\"\u003eAnker\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Package Contents --\u003e\n\u003cdiv style=\"background: #fefce8; padding: clamp(20px, 4vw, 32px); border-radius: 12px; margin-bottom: 24px; border-left: 5px solid #eab308;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); font-weight: bold; margin: 0 0 20px 0; color: #854d0e;\"\u003eWhat's In The Box\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px;\"\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; border-left: 3px solid #eab308;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔋\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #854d0e;\"\u003eAnker 737 Power Bank\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #a16207;\"\u003ePowerCore 24K unit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; border-left: 3px solid #eab308;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔌\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #854d0e;\"\u003e140W USB-C to USB-C Cable\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #a16207;\"\u003eHigh-speed charging cable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; border-left: 3px solid #eab308;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e📖\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #854d0e;\"\u003eWelcome Guide\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #a16207;\"\u003eQuick start instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 16px; border-radius: 10px; border-left: 3px solid #eab308;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #854d0e;\"\u003e24-Month Warranty\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #a16207;\"\u003eStress-free coverage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Why Choose Anker Section --\u003e\n\u003cdiv style=\"background: #f8fafc; padding: clamp(20px, 4vw, 32px); border-radius: 12px; margin-bottom: 24px; border: 2px solid #e2e8f0;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); font-weight: bold; margin: 0 0 20px 0; color: #ff6b35; text-align: center;\"\u003eWhy Choose Anker 737?\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px;\"\u003e\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 1px solid #e2e8f0;\"\u003e\n\u003cdiv style=\"font-size: 32px; color: #22c55e; margin-bottom: 8px;\"\u003e⚡\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #ff6b35; margin-bottom: 8px;\"\u003eOfficial Anker Distributor\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #666;\"\u003eAuthentic products with full warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 1px solid #e2e8f0;\"\u003e\n\u003cdiv style=\"font-size: 32px; color: #22c55e; margin-bottom: 8px;\"\u003e🚚\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #ff6b35; margin-bottom: 8px;\"\u003eBrisbane Stock\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #666;\"\u003eShips in 2-4 business days\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 1px solid #e2e8f0;\"\u003e\n\u003cdiv style=\"font-size: 32px; color: #22c55e; margin-bottom: 8px;\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #ff6b35; margin-bottom: 8px;\"\u003e24-Month Warranty\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #666;\"\u003eStress-free replacement coverage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 1px solid #e2e8f0;\"\u003e\n\u003cdiv style=\"font-size: 32px; color: #22c55e; margin-bottom: 8px;\"\u003e✈️\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; color: #ff6b35; margin-bottom: 8px;\"\u003eAirline Safe\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #666;\"\u003eUnder 100Wh - carry-on approved\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Flight Safe Notice --\u003e\n\u003cdiv style=\"background: #dbeafe; padding: clamp(16px, 4vw, 24px); border-radius: 12px; margin-bottom: 24px; border: 2px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; text-align: center;\"\u003e\n\u003cspan style=\"font-size: 28px;\"\u003e✈️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-weight: bold; color: #1e40af; font-size: 16px;\"\u003eAirline Safe - Under 100Wh\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #1e40af;\"\u003eApproved for carry-on luggage on all commercial flights\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Shipping \u0026 Warranty --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white; padding: clamp(20px, 4vw, 32px); border-radius: 12px; margin-bottom: 24px;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center;\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 8px;\"\u003e📦\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; font-size: 18px;\"\u003eBrisbane Stock\u003c\/div\u003e\n\u003cdiv style=\"opacity: 0.9; font-size: 14px;\"\u003eShips in 2-4 business days\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 8px;\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; font-size: 18px;\"\u003e24-Month Warranty\u003c\/div\u003e\n\u003cdiv style=\"opacity: 0.9; font-size: 14px;\"\u003eAnker stress-free coverage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 8px;\"\u003e🇦🇺\u003c\/div\u003e\n\u003cdiv style=\"font-weight: bold; font-size: 18px;\"\u003eAustralian Support\u003c\/div\u003e\n\u003cdiv style=\"opacity: 0.9; font-size: 14px;\"\u003eLocal customer service\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv style=\"background: #f8fafc; padding: clamp(20px, 4vw, 32px); border-radius: 12px; margin-bottom: 24px; border: 2px solid #e2e8f0;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); font-weight: bold; margin: 0 0 20px 0; color: #ff6b35; text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eHow many times can the Anker 737 charge an iPhone?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eThe 24,000mAh capacity delivers exceptional charging power. iPhone 13 charges almost 5 times on a single charge. iPhone 14 Pro gets approximately 4.5 full charges. This provides multiple days of battery life. Perfect for travel, work, or outdoor adventures. The high capacity means fewer recharges needed. Professional users love the extended battery runway.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eWhat makes the 140W output special?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eThe 140W output uses Power Delivery 3.1 technology. This is the latest and fastest USB charging standard. MacBook Pro can charge at full laptop speed. Smartphones reach 50% in about 30 minutes. Even laptops charge faster than most wall chargers. Multiple devices can share power simultaneously. This is Anker's most powerful portable charger.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eCan I charge devices while recharging the power bank?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes, bi-directional charging is a key feature. The power bank charges your devices while recharging itself. This pass-through technology saves valuable time. Connect to a wall outlet and your phone simultaneously. Both will charge at the same time. Perfect for overnight charging setups. One outlet powers multiple devices efficiently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eWhat does the digital display show?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eThe smart display shows four key pieces of information. Output power displays current charging wattage. Input power shows recharging speed. Battery percentage gives exact remaining capacity. Estimated recharge time helps you plan ahead. The display is bright and easy to read. Information updates in real-time during use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eCan I take this power bank on an aeroplane?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes, the Anker 737 is airline approved. At 24,000mAh it falls under the 100Wh limit. Most airlines allow up to 100Wh without special approval. Carry it in your hand luggage only. Never pack power banks in checked baggage. Perfect for business travellers and frequent flyers. Charge your laptop during long flights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eHow long does it take to fully recharge?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eRecharge time depends on your wall charger wattage. Using a 140W charger, full recharge takes about 1 hour. A 65W charger takes approximately 2 hours. Standard 20W chargers take longer to recharge. The included 140W USB-C cable supports maximum speed. We recommend a high-wattage wall adapter. The digital display shows estimated time remaining.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eCan I charge a laptop with this power bank?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eAbsolutely, laptop charging is a major feature. The 140W output handles demanding laptops easily. MacBook Pro 16\" charges at full speed. Dell XPS and similar laptops work perfectly. Even gaming laptops can charge on the go. iPad Pro 12.9\" gets 1.3 full charges. This power bank replaces your laptop wall charger.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eWhat's included in the package?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eThe package includes everything you need. One Anker 737 Power Bank with 24,000mAh capacity. A 140W USB-C to USB-C cable is included. Welcome guide provides quick start instructions. 24-month stress-free warranty card included. Wall charger is not included in the package. Use any USB-C wall adapter you already own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eDoes this support wireless charging?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eNo, the Anker 737 uses wired charging only. This is intentional for maximum power efficiency. Wired charging delivers 140W at full speed. Wireless charging maxes out around 15W. The three output ports handle any device. Use USB-C or USB-A cables for connections. Wired charging is faster and more efficient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border-radius: 10px; margin-bottom: 12px; border: 1px solid #e2e8f0; overflow: hidden;\"\u003e\n\u003csummary style=\"padding: 16px 20px; cursor: pointer; font-weight: 600; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white;\"\u003eWhat warranty coverage is provided?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 16px 20px; color: #4b5563;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eAnker provides their famous 24-month stress-free warranty. This covers all manufacturing defects. Battery capacity issues are covered under warranty. Physical damage from drops is not covered. Keep your receipt as proof of purchase. Contact us for any warranty claims in Australia. Australian consumer guarantee rights also apply.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Footer --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white; padding: clamp(20px, 4vw, 32px); border-radius: 12px; text-align: center;\"\u003e\n\u003ch3 style=\"font-size: 20px; font-weight: bold; margin: 0 0 12px 0;\"\u003eNeed Help? Contact Us\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 16px;\"\u003e📞 0480 039 913\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 14px; opacity: 0.9;\"\u003eShop 3a, 152 Woogaroo St, Forest Lake QLD 4078\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"JPC Mobile - Tech Repair \u0026 Accessories","offers":[{"title":"Default Title","offer_id":42708144783551,"sku":"A1289011","price":239.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/anker-737-power-bank-24000mah.jpg?v=1750226013"},{"product_id":"anker-735-ganprime-65w-charger-a2668t21-white","title":"Anker 735 GaNPrime 65W Charger (A2668T21)-White","description":"\u003cp\u003eBrand: Anker\u003c\/p\u003e\n\u003cp\u003eInput: 100-240V~ 1.8A 50-60Hz\u003c\/p\u003e\n\u003cp\u003eOutput:\u003c\/p\u003e\n\u003cp\u003eSingle Port: USB-C 1 (65W Max) \/ USB-C 2 (65W Max) \/ USB-A (22.5W Max)\u003c\/p\u003e\n\u003cp\u003eDual Port: USB-C 1 + USB-C 2 (45W Max + 20W Max) \/ USB-C 1 + USB-A (40W Max + 22.5W) \/ USB-C 2 + USB-A (12W Max + 12W Max)\u003c\/p\u003e\n\u003cp\u003eTriple Port: USB-C 1 (40W Max), USB-C 2 (12W Max), USB-A (12W Max)\u003c\/p\u003e\n\u003cp\u003eDimensions: 1.50 in × 1.15 in × 2.60 in (38.26 mm × 29.12 mm × 66.10 mm)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnOE8sgssu06Sa8idFVjoOka\" data-mce-fragment=\"1\"\u003e\u003cstrong\u003eAnker 735 Charger ( Nano II 65W )\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnOE8sgssu06Sa8idFVjoOka\" data-mce-fragment=\"1\"\u003eFast Charge Up to 3 Devices Simultaneously\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnOE8sgssu06Sa8idFVjoOka\" data-mce-fragment=\"1\"\u003e\n\u003cstrong\u003eGo From Chargers to Chargers\u003c\/strong\u003e\u003cbr\u003eInstead of filling up your house (and the planet) with an extra charger for each new device you buy, Anker Nano II has the power you need to charge the majority of your devices with just a single charger.\u003cbr\u003e\u003cstrong\u003ePowered by GaN II Tech\u003c\/strong\u003e\u003cbr\u003eBy swapping out silicon for gallium nitride (GaN), we’ve reduced the size of our chargers without compromising power. Now with GaN II, we can keep pushing the limits of mobile power even further.\u003cbr\u003e\u003cstrong\u003eHigh-Speed Charging for Notebooks\u003c\/strong\u003e\u003cbr\u003eConnect to either 65W USB-C port to charge flagship notebooks including MacBook Air 2020, MacBook Pro 13'', Dell XPS 13 9380, ThinkPad X390, and more at high speed.\u003cbr\u003e\u003cstrong\u003eCharge Up to 3 Devices Simultaneously\u003c\/strong\u003e\u003cbr\u003eWhen you connect 3 devices, the top USB-C port can output 40W, the second USB-C port can output 12W, and the USB-A port can also output 12W. That gives you the power you need to charge your notebook, your tablet, and your phone all at the same time.\u003cbr\u003e\u003cstrong\u003eSuperior Safety\u003c\/strong\u003e\u003cbr\u003eConforms to the latest IEC 62368-1 safety standard, so you can rest easy while charging your devices.\u003c\/div\u003e","brand":"JPC MOBILE ACCESSORIES","offers":[{"title":"Default Title","offer_id":42708145995967,"sku":"A2668T21","price":109.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-wall-charger-anker-735-ganprime-65w-charger-a2668t21-white-1088099444.jpg?v=1739860371"},{"product_id":"anker-511-nano-30w-charger-a2147t11-black","title":"Anker 511 Nano 30W Charger (A2147T11)-Black","description":"\u003cp data-mce-fragment=\"1\"\u003eBrand: Anker\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eInput: 100-240V~ 1A 50-60HZ\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eOutput: 5V 3A \/ 9V 3A \/ 15V 2A \/ 20V 1.5A (30W Max) PPS: 3.3-11V 2A Max (30W Max)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eAverage Active Efficiency: 82.24%\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eEfficiency at Low Load (10%): 70.14%\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eNo-Load Power Consumption: 0.06W\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eRecommended Operating Temperature: 0-40℃\/32-104\u003cspan data-mce-fragment=\"1\"\u003e°F\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnOE8sgssu06Sa8idFVjoOka\" data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003eSmall Yet Powerful:\u003c\/span\u003e By swapping out silicon for GaN we've been able to fit 30W of power into a charger that's just 1.12 inches thick, and 70% smaller than an original 30W charger.\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnIIqC6Qw6y0AWMLrRzaapGb\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcn0QoguOCC4CgswPtDaGhshf\" data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003eNano Now Charges Everything:\u003c\/span\u003e Upgraded with a 30W output so now you can charge your earbuds, phone, tablet, and even your MacBook Air with a tiny charger.\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnQQ2aGSOSoCMs40EUjy1BLc\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcn4gMMKEkUoiqmieon3GGJVh\" data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003eHigh-Speed Charging:\u003c\/span\u003e Deliver full-speed 30W charging for iPhone 13 Pro and Pro Max, or power up your iPad Air (5th Generation) to 50% in just 45 minutes. Also supports Samsung Super Fast Charging (25W).\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnukeqmeQqWQEyOuFOFDCaob\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnGeow6Q6UOSYw0KwTTSjrKb\" data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003eUpgraded Protection with ActiveShield 2.0: \u003c\/span\u003eAnker's proprietary technology safeguards your devices by intelligently monitoring temperature over 3 million times per day—that's twice as often as ActiveShield 1.0.\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcn0mWwUOW4kgqiYPMNw1nsBg\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnmcm24syc2QM80WbjvoJOrd\" data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003eWhat You Get:\u003c\/span\u003e Anker \u003cspan data-mce-fragment=\"1\"\u003e511\u003c\/span\u003e Charger (Nano 3, 30W), User Manual, our worry-free 24-month warranty, and friendly customer service (cable not included).\u003c\/div\u003e","brand":"JPC MOBILE ACCESSORIES","offers":[{"title":"Default Title","offer_id":42708146847935,"sku":"A2147T11","price":44.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-wall-charger-anker-511-nano-30w-charger-a2147t11-black-1088099419.jpg?v=1739860195"},{"product_id":"anker-323-33w-charger-a2331t11-black","title":"Anker 323 33W Charger (A2331T11)-Black","description":"\u003cp data-mce-fragment=\"1\"\u003eBrand: Anker\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"ace-line ace-line old-record-id-doxcnOE8sgssu06Sa8idFVjoOka\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eAnker 323 Charger (33W)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe Ultra-Compact 2-Port Charger\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePowerful USB-C Charging\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe USB-C port has a max output of 33W-enough to charge an iPhone 14 from 0% to 50% in just 25 minutes.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eCharge 2 Devices at Once\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eConnect one device to the USB-C port to get a 20W charge, and connect another device to the USB-A port to charge at up to 12W.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eWide Compatibility\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eWorks with virtually any handheld device including phones, tablets, and more.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eCharge with Peace of Mind\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eEquipped with our ActiveShield safety system to offer enhanced protection. Features a Dynamic Temperature Sensor which actively monitors temperature and a Power Tuner Chip which adjusts power output to safeguard your connected device.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eReady to Take Anywhere\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eTake this dual-port charger with you wherever you go thanks to the lightweight, compact design and foldable prongs.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"JPC MOBILE ACCESSORIES","offers":[{"title":"Default Title","offer_id":42708147503295,"sku":"A2331T11","price":34.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-wall-charger-anker-323-33w-charger-a2331t11-black-1088099360.jpg?v=1741038619"},{"product_id":"anker-usb-c-to-usb-c-cable-compatible-for-iphone-15-series-black-3-3ft-braided-60w-2pack-b8752011","title":"Anker USB-C to USB-C Cable Compatible for iPhone 15 Series-Black (3.3ft, Braided, 60W, 2Pack) (B8752011)","description":"\u003cp\u003e\u003cspan\u003eBrand: Anker\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eLength: 1M\/3.3FT\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eFast Charging Power Delivery Cable\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eFacilitate data transfer\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eDurable construction\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e12,000 bend lifespan\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWelcome to the Anker Family:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eWe are proud to have over 55 million content customers worldwide, thanks to our innovative technology that delivers dependable USB-C charger cable solutions.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAdvanced Power Delivery:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eExperience the power of our enhanced nylon USB C to USB C cable that provides rapid charging up to 60W for all your USB-C devices. When paired with a USB-C charger, it ensures your devices are always energized and ready for use.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUniversal Compatibility:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eOur USB-C charger cable is expertly crafted for use with a diverse range of USB-C devices, including phones, tablets, and laptops. Please be aware that this cable does not support media display.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRobust and Reliable:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eOur USB C charger cable boasts a durable nylon exterior and a resilient fiber core, designed to endure up to 12,000 bends. This offers you a product that is both durable and reliable.\u003c\/p\u003e","brand":"JPC MOBILE ACCESSORIES","offers":[{"title":"Default Title","offer_id":42708149895359,"sku":"B8752011","price":59.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-usb-type-c-anker-usb-c-to-usb-c-cable-compatible-for-iphone-15-series-black-3-3ft-braided-60w-2pack-b8752011-1088099703.jpg?v=1739862725"},{"product_id":"anker-322-usb-a-to-usb-c-cable-6ft","title":"Anker 322 USB-A to USB-C Cable 6ft Braided | iPhone 15\/16","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; line-height: 1.8; color: #333; padding: 0 15px;\"\u003e\n\u003c!-- Product Header - Anker Blue Theme --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 50%, #005f8a 100%); color: white; padding: clamp(25px, 5vw, 40px) clamp(15px, 4vw, 30px); text-align: center; border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003cdiv style=\"display: inline-block; background: rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 25px; font-size: 12px; font-weight: bold; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px;\"\u003e⚡ Anker Premium Quality\u003c\/div\u003e\n\u003ch1 style=\"font-size: clamp(20px, 5vw, 28px); font-weight: bold; margin: 0 0 12px 0; line-height: 1.3;\"\u003e322 USB-A to USB-C Cable - 6ft Braided\u003c\/h1\u003e\n\u003cp style=\"font-size: clamp(14px, 3vw, 16px); margin: 0 0 15px 0; opacity: 0.95; line-height: 1.7;\"\u003eFast Charging Cable. iPhone 15\/16 Compatible. Premium Braided Nylon.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 8px; justify-content: center; align-items: center; flex-wrap: wrap; font-size: clamp(11px, 2.5vw, 13px); margin-bottom: 15px;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e📱 iPhone 15\/16 Ready\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e⚡ Fast Charging\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e🛡️ 2-Year Warranty\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e🇦🇺 Brisbane Stock\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.25); color: white; padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600;\"\u003e✅ In Stock\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.15); padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600;\"\u003eSKU: A81H6H21\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%); color: white; padding: clamp(25px, 5vw, 35px) clamp(15px, 4vw, 25px); border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 22px); color: white; margin: 0 0 10px 0; font-weight: bold; text-align: center;\"\u003e⚡ Premium Fast Charging Solution\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; text-align: center; margin: 0 0 20px 0; opacity: 0.95;\"\u003eAnker quality you can trust.\u003c\/p\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 15px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 18px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔌\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eUSB-A to USB-C\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9; line-height: 1.5;\"\u003eConnect to any USB-A port.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 18px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e⚡\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eFast Charging\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9; line-height: 1.5;\"\u003ePower Delivery support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 18px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e📏\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003e6ft Length\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9; line-height: 1.5;\"\u003eExtra reach and freedom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 18px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🧵\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eBraided Nylon\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9; line-height: 1.5;\"\u003e12,000+ bend cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 18px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔄\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eData Transfer\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9; line-height: 1.5;\"\u003eSync files quickly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 18px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e📱\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eWide Compatibility\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9; line-height: 1.5;\"\u003eAll USB-C devices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- iPhone Compatibility Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1e293b 0%, #334155 100%); color: white; padding: clamp(25px, 5vw, 35px) clamp(15px, 4vw, 25px); border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 22px); color: white; margin: 0 0 15px 0; font-weight: bold; text-align: center;\"\u003e📱 iPhone 15 \u0026amp; 16 Series Perfect Match\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 12px; margin-bottom: 20px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 15px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: bold; color: #00a8e1;\"\u003e100%\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; opacity: 0.9;\"\u003eCompatible\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 15px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: bold; color: #00a8e1;\"\u003e6FT\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; opacity: 0.9;\"\u003eLength\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 15px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: bold; color: #00a8e1;\"\u003e12K+\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; opacity: 0.9;\"\u003eBend Cycles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 15px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: bold; color: #00a8e1;\"\u003e2YR\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; opacity: 0.9;\"\u003eWarranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 18px; border-radius: 10px;\"\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 10px 0; font-weight: 600;\"\u003ePerfect for iPhone 15\/16 Users:\u003c\/h3\u003e\n\u003cul style=\"margin: 0; padding-left: 20px; font-size: 13px; line-height: 1.9;\"\u003e\n\u003cli\u003eConnect to older USB-A chargers and power banks.\u003c\/li\u003e\n\u003cli\u003eCharge from computer USB-A ports at work.\u003c\/li\u003e\n\u003cli\u003eUse with car USB-A ports for road trips.\u003c\/li\u003e\n\u003cli\u003eWorks with existing USB-A wall adapters.\u003c\/li\u003e\n\u003cli\u003eKeep your current charging setup working.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Durability Section --\u003e\n\u003cdiv style=\"background: #f8f9fa; padding: clamp(20px, 4vw, 28px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #00a8e1;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #0077b6; margin: 0 0 15px 0; font-weight: bold; text-align: center;\"\u003e💪 Superior Durability Engineering\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\u003cdiv style=\"background: white; padding: 18px; border-radius: 10px; border-left: 4px solid #00a8e1;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #0077b6; margin: 0 0 10px 0; font-weight: bold;\"\u003ePremium Construction:\u003c\/h3\u003e\n\u003cul style=\"margin: 0; padding-left: 18px; font-size: 13px; color: #334155; line-height: 1.8;\"\u003e\n\u003cli\u003eBraided nylon prevents fraying.\u003c\/li\u003e\n\u003cli\u003eReinforced strain relief points.\u003c\/li\u003e\n\u003cli\u003e12,000+ bend cycle lifespan.\u003c\/li\u003e\n\u003cli\u003eAluminum connectors resist corrosion.\u003c\/li\u003e\n\u003cli\u003eTangle-free for easy storage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 18px; border-radius: 10px; border-left: 4px solid #00a8e1;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #0077b6; margin: 0 0 10px 0; font-weight: bold;\"\u003eAnker Quality Assurance:\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; color: #334155; margin: 0; line-height: 1.7;\"\u003eEach cable undergoes rigorous testing. The braided construction provides flexibility while maintaining strength. Built to last through daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fast Charging Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; padding: clamp(20px, 4vw, 28px); border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: white; margin: 0 0 15px 0; font-weight: bold; text-align: center;\"\u003e⚡ Fast Charging Performance\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px;\"\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 10px 0; font-weight: 600;\"\u003eCharging Capabilities:\u003c\/h3\u003e\n\u003cul style=\"margin: 0; padding-left: 18px; font-size: 13px; line-height: 1.8;\"\u003e\n\u003cli\u003ePower Delivery fast charging.\u003c\/li\u003e\n\u003cli\u003eOptimized for iPhone 15\/16.\u003c\/li\u003e\n\u003cli\u003eBuilt-in safety protection.\u003c\/li\u003e\n\u003cli\u003eWorks with all USB-A sources.\u003c\/li\u003e\n\u003cli\u003eMinimal heat during charging.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px;\"\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 10px 0; font-weight: 600;\"\u003eReal-World Performance:\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; line-height: 1.7;\"\u003eExperience faster charging with your iPhone. Safe for quick top-ups or overnight charging. Perfect for busy lifestyles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Data Transfer Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: white; padding: clamp(20px, 4vw, 28px); border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: white; margin: 0 0 15px 0; font-weight: bold; text-align: center;\"\u003e🔄 High-Speed Data Transfer\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px;\"\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 10px 0; font-weight: 600;\"\u003eData Sync Benefits:\u003c\/h3\u003e\n\u003cul style=\"margin: 0; padding-left: 18px; font-size: 13px; line-height: 1.8;\"\u003e\n\u003cli\u003eTransfer photos and videos quickly.\u003c\/li\u003e\n\u003cli\u003eSync music libraries efficiently.\u003c\/li\u003e\n\u003cli\u003eBackup device data to computer.\u003c\/li\u003e\n\u003cli\u003eUpdate iOS through iTunes\/Finder.\u003c\/li\u003e\n\u003cli\u003eMove files between devices.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px;\"\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 10px 0; font-weight: 600;\"\u003eProductivity Enhancement:\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; line-height: 1.7;\"\u003eStreamline your workflow with reliable data transfer. Perfect for content creators and professionals who need to move files regularly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv style=\"background: #f8f9fa; padding: clamp(20px, 4vw, 28px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #e9ecef;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 22px); color: #1e293b; margin: 0 0 18px 0; font-weight: bold; text-align: center;\"\u003e🔧 Technical Specifications\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px;\"\u003e\n\u003cdiv style=\"background: white; padding: 14px; border-radius: 10px; border-left: 4px solid #00a8e1;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #6c757d; text-transform: uppercase; margin-bottom: 4px;\"\u003eLength\u003c\/div\u003e\n\u003cdiv style=\"font-size: 15px; color: #1e293b; font-weight: bold;\"\u003e6ft (1.8m)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 14px; border-radius: 10px; border-left: 4px solid #00a8e1;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #6c757d; text-transform: uppercase; margin-bottom: 4px;\"\u003eColor\u003c\/div\u003e\n\u003cdiv style=\"font-size: 15px; color: #1e293b; font-weight: bold;\"\u003eWhite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 14px; border-radius: 10px; border-left: 4px solid #00a8e1;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #6c757d; text-transform: uppercase; margin-bottom: 4px;\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv style=\"font-size: 15px; color: #1e293b; font-weight: bold;\"\u003eBraided Nylon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 14px; border-radius: 10px; border-left: 4px solid #00a8e1;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #6c757d; text-transform: uppercase; margin-bottom: 4px;\"\u003eConnectors\u003c\/div\u003e\n\u003cdiv style=\"font-size: 15px; color: #1e293b; font-weight: bold;\"\u003eUSB-A to USB-C\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 14px; border-radius: 10px; border-left: 4px solid #00a8e1;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #6c757d; text-transform: uppercase; margin-bottom: 4px;\"\u003eDurability\u003c\/div\u003e\n\u003cdiv style=\"font-size: 15px; color: #1e293b; font-weight: bold;\"\u003e12,000+ Bends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 14px; border-radius: 10px; border-left: 4px solid #00a8e1;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #6c757d; text-transform: uppercase; margin-bottom: 4px;\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv style=\"font-size: 15px; color: #1e293b; font-weight: bold;\"\u003e2 Years\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Compatibility List --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: clamp(20px, 4vw, 28px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #bfdbfe;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #1e40af; margin: 0 0 15px 0; font-weight: bold; text-align: center;\"\u003e📱 Device Compatibility\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px;\"\u003e\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 10px; border-left: 4px solid #3b82f6;\"\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e40af; margin: 0 0 8px 0; font-weight: 600;\"\u003eApple Devices:\u003c\/h3\u003e\n\u003cul style=\"margin: 0; padding-left: 15px; font-size: 12px; color: #1e3a8a; line-height: 1.7;\"\u003e\n\u003cli\u003eiPhone 15, 15 Plus, 15 Pro, 15 Pro Max\u003c\/li\u003e\n\u003cli\u003eiPhone 16, 16 Plus, 16 Pro, 16 Pro Max\u003c\/li\u003e\n\u003cli\u003eiPad Pro (USB-C models)\u003c\/li\u003e\n\u003cli\u003eiPad Air (USB-C models)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 10px; border-left: 4px solid #3b82f6;\"\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e40af; margin: 0 0 8px 0; font-weight: 600;\"\u003eOther Devices:\u003c\/h3\u003e\n\u003cul style=\"margin: 0; padding-left: 15px; font-size: 12px; color: #1e3a8a; line-height: 1.7;\"\u003e\n\u003cli\u003eSamsung Galaxy phones\u003c\/li\u003e\n\u003cli\u003eGoogle Pixel phones\u003c\/li\u003e\n\u003cli\u003eAndroid tablets with USB-C\u003c\/li\u003e\n\u003cli\u003eUSB-C laptops and accessories\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Usage Scenarios --\u003e\n\u003cdiv style=\"background: #f8f9fa; padding: clamp(20px, 4vw, 28px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #e9ecef;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #1e293b; margin: 0 0 15px 0; font-weight: bold; text-align: center;\"\u003e🎯 Perfect Usage Scenarios\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px;\"\u003e\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🏠\u003c\/div\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e293b; margin: 0 0 5px 0; font-weight: 600;\"\u003eHome Charging\u003c\/h3\u003e\n\u003cp style=\"font-size: 11px; color: #6c757d; margin: 0;\"\u003eUse with USB-A wall chargers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🚗\u003c\/div\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e293b; margin: 0 0 5px 0; font-weight: 600;\"\u003eCar Charging\u003c\/h3\u003e\n\u003cp style=\"font-size: 11px; color: #6c757d; margin: 0;\"\u003eWorks with car USB-A ports.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e💻\u003c\/div\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e293b; margin: 0 0 5px 0; font-weight: 600;\"\u003eComputer Sync\u003c\/h3\u003e\n\u003cp style=\"font-size: 11px; color: #6c757d; margin: 0;\"\u003eSync data from USB-A ports.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔋\u003c\/div\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e293b; margin: 0 0 5px 0; font-weight: 600;\"\u003ePower Banks\u003c\/h3\u003e\n\u003cp style=\"font-size: 11px; color: #6c757d; margin: 0;\"\u003eUse with USB-A power banks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Package Contents --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); padding: clamp(18px, 4vw, 25px); border-radius: 12px; border-left: 5px solid #22c55e; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #14532d; margin: 0 0 12px 0; font-weight: bold;\"\u003e📦 What's Included\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; gap: 10px;\"\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #22c55e; padding: 12px 15px; border-radius: 8px;\"\u003e\n\u003cdiv style=\"font-size: 14px; color: #166534; font-weight: 600;\"\u003e✅ 1x Anker 322 USB-A to USB-C Cable (6ft)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #22c55e; padding: 12px 15px; border-radius: 8px;\"\u003e\n\u003cdiv style=\"font-size: 14px; color: #166534; font-weight: 600;\"\u003e✅ 2-Year Anker Warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #22c55e; padding: 12px 15px; border-radius: 8px;\"\u003e\n\u003cdiv style=\"font-size: 14px; color: #166534; font-weight: 600;\"\u003e✅ Australian Support \u0026amp; Service\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Shipping --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: clamp(18px, 4vw, 25px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #bfdbfe;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #1e40af; margin: 0 0 12px 0; font-weight: bold;\"\u003e🚚 Fast Australian Shipping\u003c\/h2\u003e\n\u003cul style=\"margin: 0; padding-left: 20px; color: #1e3a8a; font-size: 14px; line-height: 1.9;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDispatch:\u003c\/strong\u003e Ships in 2-4 business days from Brisbane\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBrisbane Metro:\u003c\/strong\u003e 1-2 days after dispatch\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQueensland Regional:\u003c\/strong\u003e 2-3 days after dispatch\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSydney\/Melbourne:\u003c\/strong\u003e 3-4 days after dispatch\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFREE shipping\u003c\/strong\u003e on orders over $50\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Warranty Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%); color: white; padding: clamp(20px, 4vw, 28px); border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: white; margin: 0 0 15px 0; font-weight: bold; text-align: center;\"\u003e🛡️ Comprehensive Warranty Coverage\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 15px; border-radius: 10px; text-align: center;\"\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003e2-Year Warranty\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eFull Anker manufacturer coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 15px; border-radius: 10px; text-align: center;\"\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eAustralian Support\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eLocal warranty service available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 15px; border-radius: 10px; text-align: center;\"\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eQuality Guarantee\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003ePremium Anker quality assured.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQs --\u003e\n\u003cdiv style=\"margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 22px); color: #1e293b; margin: 0 0 18px 0; font-weight: bold; border-bottom: 3px solid #00a8e1; padding-bottom: 10px;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eDoes this cable work with iPhone 15?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eYes, fully compatible with iPhone 15. The USB-C end connects to your iPhone 15. The USB-A end connects to chargers and power banks.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eDoes this cable work with iPhone 16?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eYes, works perfectly with iPhone 16 series. USB-C connector fits all iPhone 16 models. Use with your existing USB-A accessories.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eDoes this support fast charging?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eYes, supports fast charging with Power Delivery. Charges your iPhone quickly and safely. Works with compatible USB-A chargers.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eHow long is the cable?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eThis cable is 6 feet long. That equals 1.8 meters. Provides extra reach and flexibility for comfortable use.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eIs the cable durable?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eVery durable with braided nylon exterior. Tested for 12,000+ bend cycles. Reinforced connectors prevent breakage.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eCan I transfer data with this cable?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eYes, supports high-speed data transfer. Sync photos, videos, and files to your computer. Works with iTunes and Finder.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWill it work with my car USB port?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eYes, perfect for car USB-A ports. Charge your iPhone 15\/16 during road trips. 6ft length reaches backseat easily.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eDoes it work with power banks?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eYes, works with USB-A power banks. Charge your iPhone on the go. Compatible with all standard power banks.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhat is the warranty period?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003e2-year Anker manufacturer warranty included. Covers defects and performance issues. Australian support available.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eDoes it work with Android phones?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eYes, works with all USB-C Android phones. Samsung, Google Pixel, and more. Universal USB-C compatibility.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhat color is the cable?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eClean white finish with braided nylon exterior. Professional and modern appearance. Matches Apple aesthetic nicely.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 12px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eHow fast is shipping?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.8;\"\u003eWe dispatch in 2-4 business days from Brisbane. Brisbane metro receives in 1-2 days. Sydney and Melbourne take 3-4 days.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Footer --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #00a8e1 0%, #0077b6 100%); color: white; padding: clamp(25px, 5vw, 35px); border-radius: 12px; margin-bottom: 25px; text-align: center;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 22px); margin: 0 0 12px 0; font-weight: bold;\"\u003e📞 Questions? We're Here to Help\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; margin: 0 0 15px 0; opacity: 0.95;\"\u003eBrisbane's trusted charging cable specialists.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 15px; justify-content: center; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 12px 20px; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 12px; opacity: 0.9; margin-bottom: 4px;\"\u003eCall Us\u003c\/div\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold;\"\u003e0480 039 913\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); padding: 12px 20px; border-radius: 10px;\"\u003e\n\u003cdiv style=\"font-size: 12px; opacity: 0.9; margin-bottom: 4px;\"\u003eLocation\u003c\/div\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold;\"\u003eForest Lake, Brisbane\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Related Products --\u003e\n\u003cdiv style=\"background: #f8f9fa; padding: clamp(20px, 4vw, 28px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #e9ecef;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #1e293b; margin: 0 0 15px 0; font-weight: bold; text-align: center;\"\u003eComplete Your Charging Setup\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px;\"\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e📱\u003c\/div\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e293b; margin: 0 0 5px 0; font-weight: 600;\"\u003eiPhone Cases\u003c\/h3\u003e\n\u003cp style=\"font-size: 11px; color: #00a8e1; margin: 0;\"\u003eView Cases →\u003c\/p\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔌\u003c\/div\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e293b; margin: 0 0 5px 0; font-weight: 600;\"\u003eWall Chargers\u003c\/h3\u003e\n\u003cp style=\"font-size: 11px; color: #00a8e1; margin: 0;\"\u003eView Chargers →\u003c\/p\u003e\n\u003cdiv style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔋\u003c\/div\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e293b; margin: 0 0 5px 0; font-weight: 600;\"\u003ePower Banks\u003c\/h3\u003e\n\u003cp style=\"font-size: 11px; color: #00a8e1; margin: 0;\"\u003eView Power Banks →\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"JPC Mobile - Tech Repair \u0026 Accessories","offers":[{"title":"Default Title","offer_id":42708151140543,"sku":"A81H6H21","price":21.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/anker-322-usb-a-to-usb-c-cable-6ft-white-braided-fast-charging-iphone-15-16-brisbane-jpc-mobile.jpg?v=1756085532"},{"product_id":"anker-322-usb-c-cable-6ft-white-iphone-15-16","title":"Anker 322 USB-C to USB-C Cable 6ft White Braided 60W Fast Charging iPhone 15 16 17 Australia","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; padding: 0 15px;\"\u003e\n\n\u003c!-- Product Header --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: clamp(25px, 5vw, 40px) clamp(15px, 4vw, 30px); text-align: center; border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003cdiv style=\"display: inline-block; background: rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 25px; font-size: 12px; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px;\"\u003e⚡ ANKER USB-IF CERTIFIED\u003c\/div\u003e\n\n\u003ch1 style=\"font-size: clamp(20px, 5vw, 32px); font-weight: 700; margin: 0 0 12px 0; line-height: 1.3;\"\u003eAnker 322 USB-C to USB-C Cable\u003cbr\u003e6ft Braided White\u003c\/h1\u003e\n\n\u003cp style=\"font-size: clamp(14px, 3vw, 17px); margin: 0 0 15px 0; opacity: 0.95; line-height: 1.6;\"\u003e60W Fast Charging | 12,000 Bend Lifespan | USB-IF Certified | iPhone 15\/16\/17 Series\u003c\/p\u003e\n\n\u003cdiv style=\"display: flex; gap: 8px; justify-content: center; align-items: center; flex-wrap: wrap; font-size: clamp(11px, 2.5vw, 14px); margin-bottom: 15px;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e⚡ 60W Power\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e📏 1.8m \/ 6ft\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e🔄 Data Transfer\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e🇦🇺 Brisbane Stock\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\"\u003e\n\u003cspan style=\"background: linear-gradient(135deg, #28a745 0%, #20c997 100%); padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600;\"\u003e✅ In Stock - Brand New\u003c\/span\u003e\n\u003cspan style=\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); color: #333; padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600;\"\u003e🛡️ 2-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- iPhone Compatibility Banner --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #000 0%, #333 100%); color: white; padding: 20px; border-radius: 12px; margin-bottom: 25px; text-align: center;\"\u003e\n\u003ch2 style=\"font-size: 18px; margin: 0 0 12px 0; font-weight: 700;\"\u003e🍎 Perfect for USB-C iPhones\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.15); padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600;\"\u003eiPhone 15 Series\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.15); padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600;\"\u003eiPhone 16 Series\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.15); padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600;\"\u003eiPhone 17 Series\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Key Features Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); color: #333; padding: clamp(25px, 5vw, 40px) clamp(15px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #dee2e6;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 26px); color: #1F3A93; margin: 0 0 12px 0; font-weight: 700; text-align: center;\"\u003e⚡ Key Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; text-align: center; margin: 0 0 25px 0; color: #6c757d; line-height: 1.6;\"\u003ePremium Anker quality for your USB-C devices\u003c\/p\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px;\"\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e⚡\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003e60W Fast Charging\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003eMaximum 60W power delivery for rapid charging of smartphones, tablets, and laptops\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🔄\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003e12,000 Bend Lifespan\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003eLaboratory tested to withstand over 12,000 bends for exceptional long-term durability\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003eUSB-IF Certified\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003eOfficial USB-IF certification ensures compliance with latest quality and safety standards\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e📊\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003eData Transfer\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003eFacilitates high-speed data transfer between devices for syncing and file transfers\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🧵\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003eBraided Nylon Design\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003ePremium double-braided nylon exterior resists tangles, fraying, and everyday wear\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e📏\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003eExtended 6ft Length\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003e1.8 meter length for comfortable use while charging from bed, couch, or distant outlets\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv style=\"background: #f8f9fa; padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #e9ecef;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); color: #1F3A93; margin: 0 0 20px 0; font-weight: 700; text-align: center;\"\u003e📊 Technical Specifications\u003c\/h2\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 15px;\"\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eBrand\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eAnker\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eModel\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eA81F6H21\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eLength\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003e1.8m \/ 6ft\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eMax Power\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003e60W\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eColor\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eWhite\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eConnector\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eUSB-C to USB-C\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eMaterial\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eBraided Nylon\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eBend Lifespan\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003e12,000+\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eCertification\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eUSB-IF\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eWarranty\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003e2 Years\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Device Compatibility Section --\u003e\n\u003cdiv style=\"margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(20px, 4vw, 26px); color: #1F3A93; margin: 0 0 20px 0; font-weight: 700; border-bottom: 3px solid #1F3A93; padding-bottom: 10px;\"\u003e📌 Device Compatibility\u003c\/h2\u003e\n\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 20px; border-radius: 10px; border: 2px solid #0284c7; margin-bottom: 15px;\"\u003e\n\u003ch3 style=\"margin: 0 0 15px 0; color: #0c4a6e; font-size: 16px; font-weight: 700;\"\u003e✔ iPhone (USB-C Port):\u003c\/h3\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; margin-bottom: 15px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 17 Series\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 16 Pro Max\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 16 Pro\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 16 Plus\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 16\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 15 Pro Max\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 15 Pro\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 15 Plus\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 15\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); padding: 20px; border-radius: 10px; border: 2px solid #f59e0b; margin-bottom: 15px;\"\u003e\n\u003ch3 style=\"margin: 0 0 15px 0; color: #92400e; font-size: 16px; font-weight: 700;\"\u003e✔ Other USB-C Devices:\u003c\/h3\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPad Pro (USB-C)\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPad Air (USB-C)\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPad Mini (USB-C)\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eMacBook\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eSamsung Galaxy\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eGoogle Pixel\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eNintendo Switch\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eSteam Deck\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: #fef2f2; border-left: 4px solid #ef4444; padding: 15px; border-radius: 6px;\"\u003e\n\u003cp style=\"margin: 0; color: #991b1b; font-size: 13px; line-height: 1.6;\"\u003e\u003cstrong\u003e⚠️ Note:\u003c\/strong\u003e This USB-C to USB-C cable is for devices with USB-C ports. iPhone 14 and earlier models with Lightning ports require a USB-C to Lightning cable instead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Power Delivery Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: clamp(25px, 5vw, 40px) clamp(15px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 26px); color: white; margin: 0 0 12px 0; font-weight: 700; text-align: center;\"\u003e⚡ 60W Power Delivery\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; text-align: center; margin: 0 0 25px 0; opacity: 0.95; line-height: 1.6;\"\u003eFast charging for all your USB-C devices\u003c\/p\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 36px; margin-bottom: 8px;\"\u003e60W\u003c\/div\u003e\n\u003ch4 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eMaximum Power\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eSupports up to 60W charging\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 36px; margin-bottom: 8px;\"\u003e12K\u003c\/div\u003e\n\u003ch4 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eBend Lifespan\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eLab-tested 12,000+ bends\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 36px; margin-bottom: 8px;\"\u003eUSB-IF\u003c\/div\u003e\n\u003ch4 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eCertified Safe\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eOfficial USB-IF certification\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 36px; margin-bottom: 8px;\"\u003e2yr\u003c\/div\u003e\n\u003ch4 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eWarranty\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eAnker 2-year warranty\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Package Contents --\u003e\n\u003cdiv style=\"background: #f8f9fa; padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #e9ecef;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); color: #1F3A93; margin: 0 0 15px 0; font-weight: 700; text-align: center;\"\u003e📦 Package Includes\u003c\/h2\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\n\u003cdiv style=\"background: white; padding: 18px; border-radius: 10px; text-align: center; border: 2px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🔌\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600; color: #1F3A93;\"\u003eAnker 322 Cable\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; color: #6c757d;\"\u003e1x USB-C to USB-C (White, 6ft)\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 18px; border-radius: 10px; text-align: center; border: 2px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e📄\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600; color: #1F3A93;\"\u003eDocumentation\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; color: #6c757d;\"\u003eUser Guide \u0026amp; Warranty Card\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 18px; border-radius: 10px; text-align: center; border: 2px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600; color: #1F3A93;\"\u003e2-Year Warranty\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; color: #6c757d;\"\u003eAnker Quality Guarantee\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ Section --\u003e\n\u003cdiv style=\"margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(20px, 4vw, 26px); color: #1F3A93; margin: 0 0 20px 0; font-weight: 700; border-bottom: 3px solid #1F3A93; padding-bottom: 10px;\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\n\u003c!-- FAQ 1 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhat does USB-IF certification mean and why is it important?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nUSB-IF stands for USB Implementers Forum, which is the organization that manages the official USB specifications and standards. When a cable carries USB-IF certification, it means the manufacturer has submitted the product for rigorous testing and the cable meets all the official USB standards for safety, power delivery, and data transfer. This certification matters significantly because USB-C cables can carry substantial power – up to 60W with this Anker 322 cable – and improperly designed cables can cause overheating, damage to devices, or even fire hazards. USB-IF certified cables contain proper resistors and wiring that communicate correctly with your devices for safe power negotiation. The certification also ensures the cable will work reliably across different brands and devices without compatibility issues. Unlike uncertified cheap cables that may claim certain specifications but fail under real-world testing, USB-IF certified cables have proven their claims in independent laboratory conditions. This is especially important for newer USB-C iPhones like the iPhone 15 and 16 series, where proper power delivery and data communication are essential for optimal charging and syncing performance.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 2 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWill this cable fast charge my iPhone 15 or iPhone 16?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nYes, this Anker 322 USB-C to USB-C cable fully supports fast charging for iPhone 15 and iPhone 16 series devices. With its 60W maximum power delivery capability, this cable can deliver the full fast charging speeds that your USB-C iPhone supports. iPhone 15 and iPhone 16 models support up to approximately 27W wired charging, while the Pro models support slightly higher wattage. This cable's 60W rating means it has ample headroom to deliver whatever power your iPhone requests without being a bottleneck. To achieve fast charging, you'll need to pair this cable with a compatible USB-C power adapter rated at 20W or higher – the higher the wattage of your adapter (up to your phone's maximum supported charging speed), the faster your iPhone will charge. With proper fast charging, you can expect your iPhone to charge from zero to approximately fifty percent in around thirty minutes. The USB-IF certification ensures safe and efficient power negotiation between your charger, cable, and iPhone, optimizing charging speed while protecting your device's battery health through proper communication protocols.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 3 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhat is the difference between this cable and the USB-C to Lightning version?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nThe key difference is the connector type on one end of the cable. This Anker 322 USB-C to USB-C cable has USB-C connectors on both ends and is designed for devices with USB-C ports, including iPhone 15, iPhone 16, iPhone 17 series, USB-C iPads, MacBooks, Samsung Galaxy phones, Google Pixel phones, and countless other modern devices. The USB-C to Lightning version has a Lightning connector on one end and is designed for older iPhones with Lightning ports (iPhone 14 and earlier), as well as Lightning iPads, AirPods with Lightning cases, and other Lightning accessories. If you've recently upgraded to an iPhone 15 or newer model, you need this USB-C to USB-C cable because Apple switched from Lightning to USB-C starting with the iPhone 15 series in 2023. Another difference is that USB-C to USB-C cables typically support higher power delivery – this cable supports up to 60W compared to the typical 20-30W limit of USB-C to Lightning cables. The USB-C standard is also more universal, meaning this one cable can charge your iPhone, iPad, MacBook, Nintendo Switch, and many other devices.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 4 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eCan I use this cable for data transfer and syncing?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nYes, this Anker 322 USB-C to USB-C cable supports data transfer in addition to charging. You can use it to sync your iPhone with a Mac or Windows computer, transfer photos and videos, perform device backups, and connect to various USB-C accessories. The cable facilitates reliable data communication between devices, making it suitable for everyday syncing tasks. When connected between your iPhone 15 or 16 and a Mac with USB-C or Thunderbolt ports, you can sync content through Finder, perform local backups, and transfer large files. The USB-C standard supports faster data transfer speeds compared to older USB-A connections, though the actual speed depends on the USB specification supported by both your devices and the cable. This cable is also useful for connecting your iPhone to other accessories like external storage drives, USB-C hubs, and audio interfaces. For photographers and content creators who shoot extensively on iPhone, having a cable that supports both charging and data transfer means you can offload content to your computer while keeping your device charged, streamlining your workflow.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 5 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhat does 12,000 bend lifespan mean for everyday use?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nThe 12,000 bend lifespan rating means this cable has been laboratory tested to withstand over twelve thousand bending cycles before showing signs of wear or failure. In practical terms, this translates to years of reliable daily use. Consider how often you bend a charging cable – when you plug it in, unplug it, coil it for travel, stuff it in a bag, or use your phone while charging with the cable bent at an angle. A typical user might bend their cable twenty to fifty times per day. At that rate, a 12,000 bend lifespan cable would last between 240 to 600 days of constant use – roughly one to two years of intensive daily bending. However, most users don't bend their cables quite that aggressively, meaning real-world longevity often exceeds these estimates significantly. The braided nylon construction also distributes stress across the cable surface rather than concentrating it at weak points, while reinforced connector housings prevent the common failure mode where cables separate from their plugs. This durability is particularly valuable for mobile users who travel frequently, use their phones while charging, or have children or pets who might stress cables through rough handling.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 6 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eCan I charge my laptop or iPad with this cable?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nYes, this cable can charge laptops and iPads that have USB-C ports, though charging speed depends on your power adapter and device requirements. The cable supports up to 60W power delivery, which is sufficient for many laptops including MacBook Air, smaller Windows ultrabooks, and Chromebooks. However, larger laptops like MacBook Pro 14-inch or 16-inch models require higher wattage (67W to 140W) for full-speed charging – this cable can still charge them, but at a slower rate. For USB-C iPads including iPad Pro, iPad Air, and iPad Mini models with USB-C ports, this cable provides excellent charging performance. The 60W capability exceeds the charging requirements of all current iPad models, ensuring you get maximum charging speed. The cable is also ideal for Nintendo Switch, Steam Deck, and other portable gaming devices that charge via USB-C. Remember that the charging speed is determined by the lowest-rated component in your setup – so pair this 60W cable with a sufficiently powerful USB-C adapter to maximize charging speeds for your specific devices. The USB-IF certification ensures safe power delivery regardless of which compatible device you connect.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 7 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhy choose the 6ft length over shorter cables?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nThe 6-foot (1.8 meter) length offers significant practical advantages for everyday charging scenarios. When charging from a wall outlet while lying in bed, shorter 3-foot cables often don't reach comfortably, forcing you to position yourself awkwardly near the outlet or place your phone on the floor. A 6-foot cable provides ample reach from bedside outlets or power strips to wherever you're resting. Similarly, when working at a desk, the extra length allows your phone to sit comfortably on your desk while plugged into floor-level power strips or behind-desk outlets. In living room settings, you can charge while using your phone on the couch without being tethered to a specific spot near the wall outlet. For car passengers, the longer cable reaches from rear USB ports to back seat passengers easily. The extended length also reduces cable stress – shorter cables stretched to their limits experience constant tension at connector points, accelerating wear. With a 6-foot cable, there's always slack available, preventing strain on the connectors and internal wiring. The only trade-off is slightly less portability for travel, but most users find the everyday convenience far outweighs the minimal difference in packed size.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 8 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhat type of charger do I need to use with this cable?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nThis USB-C to USB-C cable requires a power adapter with a USB-C port. Most modern chargers now include USB-C ports, including Apple's 20W and higher adapters, Anker USB-C chargers, Samsung USB-C adapters, and many laptop chargers. The cable itself supports up to 60W, but your actual charging speed depends on your adapter's wattage and your device's maximum charging capability. For optimal fast charging on iPhone 15 or 16 series, a 20W or higher USB-C adapter is recommended. Higher wattage adapters (30W, 45W, 60W) won't charge your iPhone faster than its maximum supported speed, but they're useful if you want to use the same adapter for multiple devices like iPads or laptops. If you're still using older USB-A chargers with rectangular ports, you would need a USB-A to USB-C cable instead – this cable won't work with USB-A adapters. Many USB-C laptop chargers and power banks work excellently with this cable, allowing you to charge your iPhone from your MacBook charger or portable battery. The USB-IF certification ensures safe power negotiation regardless of which compatible USB-C power source you use.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 9 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eIs this cable compatible with Samsung, Google Pixel, and other Android phones?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nYes, this Anker 322 USB-C to USB-C cable is fully compatible with Samsung Galaxy phones, Google Pixel phones, and virtually all modern Android devices that use USB-C charging ports. The USB-C standard is universal across brands, meaning this single cable works with Samsung Galaxy S24, S23, S22 series, Galaxy Z Fold and Flip series, Galaxy A series, Google Pixel 8, 7, 6 series, OnePlus phones, Xiaomi devices, and countless other Android smartphones and tablets. The 60W power delivery capability supports fast charging on Android devices that support USB Power Delivery (PD) standard, including Samsung's adaptive fast charging. For Samsung Galaxy devices specifically, this cable works with Samsung's various fast charging technologies when paired with a compatible Samsung or third-party USB-C adapter. The USB-IF certification ensures broad compatibility and safe charging across different brands and charging protocols. This makes the Anker 322 an excellent universal cable for households with mixed device ecosystems – one cable for iPhone, Android, tablets, and other USB-C devices.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 10 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eHow long does shipping take to Brisbane and other Australian locations?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nAnker 322 USB-C to USB-C cables ship from our Brisbane warehouse in Forest Lake with a standard two to four business day dispatch timeframe after order confirmation and payment processing. For Brisbane metro area customers including Forest Lake, Inala, Richlands, Darra, Springfield, Ipswich, and surrounding suburbs, Australia Post typically delivers within one to two business days after dispatch, meaning total time from order to delivery is usually three to six business days. Regional Queensland locations including Gold Coast, Sunshine Coast, Toowoomba, Cairns, and coastal areas typically receive deliveries within two to four business days after dispatch. Interstate shipments to Sydney, Melbourne, Adelaide, Perth, and other major cities generally arrive within three to five business days after dispatch. Remote areas may require additional delivery time depending on Australia Post schedules. All orders include tracking numbers provided via email once dispatched, allowing you to monitor delivery progress through the Australia Post website or app. For customers needing immediate availability, our Forest Lake retail location at Shop 3a, 152 Woogaroo St offers same-day pickup during business hours where you can purchase this and other Anker accessories directly.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Shipping Info --\u003e\n\u003cdiv style=\"background: #e0f2fe; padding: clamp(20px, 4vw, 30px); border-radius: 12px; border-left: 5px solid #0284c7; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); color: #0c4a6e; margin: 0 0 15px 0; font-weight: 700;\"\u003e🚚 Australian Shipping\u003c\/h2\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px;\"\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #0284c7; padding: 12px 15px; border-radius: 6px;\"\u003e\n\u003ch4 style=\"font-size: 14px; color: #0c4a6e; margin: 0 0 5px 0; font-weight: 600;\"\u003e📦 Standard Shipping\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; color: #075985; margin: 0; line-height: 1.5;\"\u003e5-7 business days Australia-wide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #0284c7; padding: 12px 15px; border-radius: 6px;\"\u003e\n\u003ch4 style=\"font-size: 14px; color: #0c4a6e; margin: 0 0 5px 0; font-weight: 600;\"\u003e⚡ Express Shipping\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; color: #075985; margin: 0; line-height: 1.5;\"\u003e2-3 business days to major cities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #0284c7; padding: 12px 15px; border-radius: 6px;\"\u003e\n\u003ch4 style=\"font-size: 14px; color: #0c4a6e; margin: 0 0 5px 0; font-weight: 600;\"\u003e🏪 Local Pickup\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; color: #075985; margin: 0; line-height: 1.5;\"\u003eSame-day at Forest Lake store.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: #fef3c7; border-left: 4px solid #f59e0b; padding: 10px 12px; border-radius: 6px; margin-top: 12px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #92400e; margin: 0;\"\u003e\u003cstrong\u003e📍 Dispatch:\u003c\/strong\u003e Ships within 2-4 business days from Brisbane with tracking included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Final CTA --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: clamp(30px, 5vw, 45px) clamp(15px, 4vw, 30px); border-radius: 12px; text-align: center;\"\u003e\n\u003ch2 style=\"font-size: clamp(20px, 4vw, 28px); margin: 0 0 12px 0; font-weight: 700;\"\u003e⚡ Anker 322 USB-C to USB-C Cable\u003c\/h2\u003e\n\u003cp style=\"font-size: clamp(13px, 3vw, 16px); margin: 0 0 15px 0; opacity: 0.95; line-height: 1.6;\"\u003e60W Fast Charging | 6ft White Braided | iPhone 15\/16\/17 Series\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 15px 0;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 20px; font-size: 13px;\"\u003e🛡️ USB-IF Certified\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 20px; font-size: 13px;\"\u003e🔄 12,000 Bends\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 20px; font-size: 13px;\"\u003e📆 2-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px;\"\u003e\n\u003ca href=\"tel:0480039913\" style=\"display: inline-block; background: white; color: #1F3A93; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 14px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);\"\u003e📞 Call: 0480 039 913\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; margin: 15px 0 0; opacity: 0.9;\"\u003e📍 Shop 3a, 152 Woogaroo St, Forest Lake QLD 4078\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"JPC Mobile - Tech Repair \u0026 Accessories","offers":[{"title":"Default Title","offer_id":42708152549567,"sku":"A81F6H21","price":21.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-usb-type-c-anker-322-usb-c-to-usb-c-cable-compatible-for-iphone-15-series-white-6ft-braided-a81f6h21-1088099333.jpg?v=1741038575"},{"product_id":"anker-322-usb-c-cable-3ft-white-iphone-15-16","title":"Anker 322 USB-C to USB-C Cable 3ft White Braided 60W Fast Charging iPhone 15 16 17 Australia","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; padding: 0 15px;\"\u003e\n\n\u003c!-- Product Header --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: clamp(25px, 5vw, 40px) clamp(15px, 4vw, 30px); text-align: center; border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003cdiv style=\"display: inline-block; background: rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 25px; font-size: 12px; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px;\"\u003e⚡ ANKER USB-IF CERTIFIED\u003c\/div\u003e\n\n\u003ch1 style=\"font-size: clamp(20px, 5vw, 32px); font-weight: 700; margin: 0 0 12px 0; line-height: 1.3;\"\u003eAnker 322 USB-C to USB-C Cable\u003cbr\u003e3ft Braided White\u003c\/h1\u003e\n\n\u003cp style=\"font-size: clamp(14px, 3vw, 17px); margin: 0 0 15px 0; opacity: 0.95; line-height: 1.6;\"\u003e60W Fast Charging | 12,000 Bend Lifespan | USB-IF Certified | iPhone 15\/16\/17 Series\u003c\/p\u003e\n\n\u003cdiv style=\"display: flex; gap: 8px; justify-content: center; align-items: center; flex-wrap: wrap; font-size: clamp(11px, 2.5vw, 14px); margin-bottom: 15px;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e⚡ 60W Power\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e📏 0.9m \/ 3ft\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e🔄 Data Transfer\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px;\"\u003e🇦🇺 Brisbane Stock\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\"\u003e\n\u003cspan style=\"background: linear-gradient(135deg, #28a745 0%, #20c997 100%); padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600;\"\u003e✅ In Stock - Brand New\u003c\/span\u003e\n\u003cspan style=\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); color: #333; padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600;\"\u003e🛡️ 2-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- iPhone Compatibility Banner --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #000 0%, #333 100%); color: white; padding: 20px; border-radius: 12px; margin-bottom: 25px; text-align: center;\"\u003e\n\u003ch2 style=\"font-size: 18px; margin: 0 0 12px 0; font-weight: 700;\"\u003e🍎 Perfect for USB-C iPhones\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.15); padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600;\"\u003eiPhone 15 Series\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.15); padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600;\"\u003eiPhone 16 Series\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.15); padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600;\"\u003eiPhone 17 Series\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Key Features Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); color: #333; padding: clamp(25px, 5vw, 40px) clamp(15px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #dee2e6;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 26px); color: #1F3A93; margin: 0 0 12px 0; font-weight: 700; text-align: center;\"\u003e⚡ Key Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; text-align: center; margin: 0 0 25px 0; color: #6c757d; line-height: 1.6;\"\u003ePremium Anker quality for your USB-C devices\u003c\/p\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px;\"\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e⚡\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003e60W Fast Charging\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003eMaximum 60W power delivery for rapid charging of smartphones, tablets, and laptops\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🔄\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003e12,000 Bend Lifespan\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003eLaboratory tested to withstand over 12,000 bends for exceptional long-term durability\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003eUSB-IF Certified\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003eOfficial USB-IF certification ensures compliance with latest quality and safety standards\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e📊\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003eData Transfer\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003eFacilitates high-speed data transfer between devices for syncing and file transfers\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🧵\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003eBraided Nylon Design\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003ePremium double-braided nylon exterior resists tangles, fraying, and everyday wear\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #dee2e6;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e📏\u003c\/div\u003e\n\u003ch3 style=\"font-size: 15px; margin: 0 0 8px 0; font-weight: 600; color: #1F3A93;\"\u003eCompact 3ft Length\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; margin: 0; color: #6c757d; line-height: 1.5;\"\u003e0.9 meter length ideal for desk use, nightstand charging, and portable travel carry\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv style=\"background: #f8f9fa; padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #e9ecef;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); color: #1F3A93; margin: 0 0 20px 0; font-weight: 700; text-align: center;\"\u003e📊 Technical Specifications\u003c\/h2\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 15px;\"\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eBrand\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eAnker\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eModel\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eA81F5H21\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eLength\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003e0.9m \/ 3ft\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eMax Power\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003e60W\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eColor\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eWhite\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eConnector\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eUSB-C to USB-C\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eMaterial\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eBraided Nylon\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eBend Lifespan\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003e12,000+\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eCertification\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003eUSB-IF\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 15px; border-radius: 8px; border-left: 4px solid #1F3A93;\"\u003e\n\u003ch4 style=\"font-size: 12px; color: #6c757d; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 0.5px;\"\u003eWarranty\u003c\/h4\u003e\n\u003cp style=\"font-size: 18px; color: #1F3A93; margin: 0; font-weight: 700;\"\u003e2 Years\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Device Compatibility Section --\u003e\n\u003cdiv style=\"margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(20px, 4vw, 26px); color: #1F3A93; margin: 0 0 20px 0; font-weight: 700; border-bottom: 3px solid #1F3A93; padding-bottom: 10px;\"\u003e📌 Device Compatibility\u003c\/h2\u003e\n\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 20px; border-radius: 10px; border: 2px solid #0284c7; margin-bottom: 15px;\"\u003e\n\u003ch3 style=\"margin: 0 0 15px 0; color: #0c4a6e; font-size: 16px; font-weight: 700;\"\u003e✔ iPhone (USB-C Port):\u003c\/h3\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; margin-bottom: 15px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 17 Series\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 16 Pro Max\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 16 Pro\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 16 Plus\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 16\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 15 Pro Max\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 15 Pro\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 15 Plus\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.8); padding: 10px; border-radius: 6px; color: #0369a1; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPhone 15\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); padding: 20px; border-radius: 10px; border: 2px solid #f59e0b; margin-bottom: 15px;\"\u003e\n\u003ch3 style=\"margin: 0 0 15px 0; color: #92400e; font-size: 16px; font-weight: 700;\"\u003e✔ Other USB-C Devices:\u003c\/h3\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPad Pro (USB-C)\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPad Air (USB-C)\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eiPad Mini (USB-C)\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eMacBook\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eSamsung Galaxy\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eGoogle Pixel\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eNintendo Switch\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.7); padding: 10px; border-radius: 6px; color: #78350f; font-weight: 600; font-size: 13px; text-align: center;\"\u003eSteam Deck\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: #fef2f2; border-left: 4px solid #ef4444; padding: 15px; border-radius: 6px;\"\u003e\n\u003cp style=\"margin: 0; color: #991b1b; font-size: 13px; line-height: 1.6;\"\u003e\u003cstrong\u003e⚠️ Note:\u003c\/strong\u003e This USB-C to USB-C cable is for devices with USB-C ports. iPhone 14 and earlier models with Lightning ports require a USB-C to Lightning cable instead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Power Delivery Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: clamp(25px, 5vw, 40px) clamp(15px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 26px); color: white; margin: 0 0 12px 0; font-weight: 700; text-align: center;\"\u003e⚡ 60W Power Delivery\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; text-align: center; margin: 0 0 25px 0; opacity: 0.95; line-height: 1.6;\"\u003eFast charging for all your USB-C devices\u003c\/p\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 36px; margin-bottom: 8px;\"\u003e60W\u003c\/div\u003e\n\u003ch4 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eMaximum Power\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eSupports up to 60W charging\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 36px; margin-bottom: 8px;\"\u003e12K\u003c\/div\u003e\n\u003ch4 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eBend Lifespan\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eLab-tested 12,000+ bends\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 36px; margin-bottom: 8px;\"\u003eUSB-IF\u003c\/div\u003e\n\u003ch4 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eCertified Safe\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eOfficial USB-IF certification\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 18px; border-radius: 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 36px; margin-bottom: 8px;\"\u003e2yr\u003c\/div\u003e\n\u003ch4 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600;\"\u003eWarranty\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; margin: 0; opacity: 0.9;\"\u003eAnker 2-year warranty\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Package Contents --\u003e\n\u003cdiv style=\"background: #f8f9fa; padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 2px solid #e9ecef;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); color: #1F3A93; margin: 0 0 15px 0; font-weight: 700; text-align: center;\"\u003e📦 Package Includes\u003c\/h2\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\n\u003cdiv style=\"background: white; padding: 18px; border-radius: 10px; text-align: center; border: 2px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🔌\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600; color: #1F3A93;\"\u003eAnker 322 Cable\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; color: #6c757d;\"\u003e1x USB-C to USB-C (White, 3ft)\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 18px; border-radius: 10px; text-align: center; border: 2px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e📄\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600; color: #1F3A93;\"\u003eDocumentation\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; color: #6c757d;\"\u003eUser Guide \u0026amp; Warranty Card\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 18px; border-radius: 10px; text-align: center; border: 2px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 32px; margin-bottom: 10px;\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 style=\"font-size: 14px; margin: 0 0 6px 0; font-weight: 600; color: #1F3A93;\"\u003e2-Year Warranty\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; margin: 0; color: #6c757d;\"\u003eAnker Quality Guarantee\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ Section --\u003e\n\u003cdiv style=\"margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(20px, 4vw, 26px); color: #1F3A93; margin: 0 0 20px 0; font-weight: 700; border-bottom: 3px solid #1F3A93; padding-bottom: 10px;\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\n\u003c!-- FAQ 1 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhat does USB-IF certification mean and why is it important?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nUSB-IF stands for USB Implementers Forum, which is the organization that manages the official USB specifications and standards globally. When a cable carries USB-IF certification, it means the manufacturer has submitted the product for rigorous independent testing and the cable meets all the official USB standards for safety, power delivery, and data transfer. This certification matters significantly because USB-C cables can carry substantial power – up to 60W with this Anker 322 cable – and improperly designed cables can cause overheating, damage to devices, or even fire hazards in extreme cases. USB-IF certified cables contain proper resistors and wiring that communicate correctly with your devices for safe power negotiation. The certification also ensures the cable will work reliably across different brands and devices without compatibility issues or error messages. Unlike uncertified cheap cables that may claim certain specifications but fail under real-world testing, USB-IF certified cables have proven their claims in independent laboratory conditions. This is especially important for newer USB-C iPhones like the iPhone 15 and 16 series, where proper power delivery and data communication are essential for optimal charging and syncing performance.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 2 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWill this cable fast charge my iPhone 15 or iPhone 16?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nYes, this Anker 322 USB-C to USB-C cable fully supports fast charging for iPhone 15 and iPhone 16 series devices. With its 60W maximum power delivery capability, this cable can deliver the full fast charging speeds that your USB-C iPhone supports without being a bottleneck. iPhone 15 and iPhone 16 models support up to approximately 27W wired charging, while the Pro models support slightly higher wattage for even faster charging. This cable's 60W rating means it has ample headroom to deliver whatever power your iPhone requests. To achieve fast charging, you'll need to pair this cable with a compatible USB-C power adapter rated at 20W or higher – the higher the wattage of your adapter (up to your phone's maximum supported charging speed), the faster your iPhone will charge. With proper fast charging setup, you can expect your iPhone to charge from zero to approximately fifty percent in around thirty minutes. The USB-IF certification ensures safe and efficient power negotiation between your charger, cable, and iPhone, optimizing charging speed while protecting your device's battery health through proper communication protocols.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 3 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhy choose a 3ft cable instead of a longer 6ft cable?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nThe 3-foot (0.9 meter) cable length offers distinct advantages for specific use cases where portability and tidiness are priorities. For desk setups where your charging adapter is mounted under or beside your desk within arm's reach, a 3ft cable provides the perfect length without excess cable cluttering your workspace. The shorter length means less cable to manage, coil, or potentially tangle. For nightstand charging where your outlet or power strip is close to your bed, a 3ft cable reaches comfortably without hanging excess cable on the floor. Travel is where shorter cables truly excel – they take up less space in bags, don't get tangled with other items, and are lighter to carry. For car charging from dashboard USB-C ports to phone mounts, 3ft is often the ideal length. Power banks and portable chargers also pair perfectly with shorter cables since your device stays close to the power source anyway. The compact length also reduces potential tripping hazards and keeps charging setups looking neat and organized. If you frequently charge while using your phone from distant outlets or prefer flexibility in positioning, the 6ft version may suit you better, but for dedicated charging spots and travel use, 3ft is the optimal choice.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 4 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eCan I use this cable for data transfer and syncing?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nYes, this Anker 322 USB-C to USB-C cable supports data transfer in addition to charging. You can use it to sync your iPhone with a Mac or Windows computer, transfer photos and videos, perform device backups, and connect to various USB-C accessories. The cable facilitates reliable data communication between devices, making it suitable for everyday syncing tasks. When connected between your iPhone 15 or 16 and a Mac with USB-C or Thunderbolt ports, you can sync content through Finder, perform local backups, and transfer large files. The USB-C standard supports faster data transfer speeds compared to older USB-A connections, though the actual speed depends on the USB specification supported by both your devices and the cable. This cable is also useful for connecting your iPhone to other accessories like external storage drives, USB-C hubs, and audio interfaces. For photographers and content creators who shoot extensively on iPhone, having a cable that supports both charging and data transfer means you can offload content to your computer while keeping your device charged, streamlining your creative workflow significantly.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 5 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhat does 12,000 bend lifespan mean for everyday use?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nThe 12,000 bend lifespan rating means this cable has been laboratory tested to withstand over twelve thousand bending cycles before showing signs of wear or failure. In practical terms, this translates to years of reliable daily use even under demanding conditions. Consider how often you bend a charging cable – when you plug it in, unplug it, coil it for storage, stuff it in a bag, or use your phone while charging with the cable bent at an angle. A typical user might bend their cable twenty to fifty times per day depending on usage patterns. At that rate, a 12,000 bend lifespan cable would last between 240 to 600 days of constant intensive use – roughly one to two years of heavy daily bending. However, most users don't bend their cables quite that aggressively, meaning real-world longevity often exceeds these estimates significantly. The braided nylon construction also distributes stress across the cable surface rather than concentrating it at weak points, while reinforced connector housings prevent the common failure mode where cables separate from their plugs. This durability is particularly valuable for mobile users who travel frequently or have demanding daily cable use.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 6 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eCan I charge my laptop or iPad with this cable?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nYes, this cable can charge laptops and iPads that have USB-C ports, though charging speed depends on your power adapter and device requirements. The cable supports up to 60W power delivery, which is sufficient for many laptops including MacBook Air, smaller Windows ultrabooks, and Chromebooks. However, larger laptops like MacBook Pro 14-inch or 16-inch models require higher wattage (67W to 140W) for full-speed charging – this cable can still charge them, but at a slower rate due to the 60W limitation. For USB-C iPads including iPad Pro, iPad Air, and iPad Mini models with USB-C ports, this cable provides excellent charging performance. The 60W capability exceeds the charging requirements of all current iPad models, ensuring you get maximum charging speed. The cable is also ideal for Nintendo Switch, Steam Deck, and other portable gaming devices that charge via USB-C. Remember that the charging speed is determined by the lowest-rated component in your setup – so pair this 60W cable with a sufficiently powerful USB-C adapter to maximize charging speeds for your specific devices. The USB-IF certification ensures safe power delivery regardless of which compatible device you connect.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 7 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eWhat type of charger do I need to use with this cable?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nThis USB-C to USB-C cable requires a power adapter with a USB-C port (also called USB Type-C). Most modern chargers now include USB-C ports, including Apple's 20W and higher adapters, Anker USB-C chargers, Samsung USB-C adapters, and many laptop chargers. The cable itself supports up to 60W, but your actual charging speed depends on your adapter's wattage and your device's maximum charging capability. For optimal fast charging on iPhone 15 or 16 series, a 20W or higher USB-C adapter is recommended. Higher wattage adapters (30W, 45W, 60W) won't charge your iPhone faster than its maximum supported speed, but they're useful if you want to use the same adapter for multiple devices like iPads or laptops. If you're still using older USB-A chargers with rectangular ports, you would need a USB-A to USB-C cable instead – this cable won't work with USB-A adapters. Many USB-C laptop chargers and power banks work excellently with this cable, allowing you to charge your iPhone from your MacBook charger or portable battery. The USB-IF certification ensures safe power negotiation regardless of which compatible USB-C power source you choose to use.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 8 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eIs this cable compatible with Samsung, Google Pixel, and other Android phones?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nYes, this Anker 322 USB-C to USB-C cable is fully compatible with Samsung Galaxy phones, Google Pixel phones, and virtually all modern Android devices that use USB-C charging ports. The USB-C standard is universal across brands, meaning this single cable works with Samsung Galaxy S24, S23, S22 series, Galaxy Z Fold and Flip series, Galaxy A series, Google Pixel 8, 7, 6 series, OnePlus phones, Xiaomi devices, and countless other Android smartphones and tablets. The 60W power delivery capability supports fast charging on Android devices that support USB Power Delivery (PD) standard, including Samsung's adaptive fast charging technology. For Samsung Galaxy devices specifically, this cable works with Samsung's various fast charging technologies when paired with a compatible Samsung or third-party USB-C adapter. The USB-IF certification ensures broad compatibility and safe charging across different brands and charging protocols. This makes the Anker 322 an excellent universal cable for households with mixed device ecosystems – one cable for iPhone, Android, tablets, gaming devices, and other USB-C electronics without needing separate cables for each brand.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 9 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eIs this the same quality as the cable that comes with iPhone 15 or 16?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nThis Anker 322 cable meets and in several respects exceeds the quality and durability of Apple's included USB-C cables. While Apple's included cables are functional and reliable for basic use, they use a smooth exterior material that can be prone to fraying and kinking over time, especially with heavy daily use. The Anker 322 features a double-braided nylon exterior specifically designed to resist tangles, fraying, and the wear that comes from repeated coiling, stuffing into bags, and general handling. The 12,000 bend lifespan exceeds what typical smooth-sheathed cables endure before showing stress damage. Both cables share the same USB-IF certification standard, ensuring equivalent safety and compatibility. The 60W power rating also matches or exceeds Apple's included cables for power delivery capability. Anker is one of the most trusted third-party accessory brands globally, known for meeting or exceeding original manufacturer specifications. The white color option also matches Apple's aesthetic if you prefer visual consistency with your devices. The 2-year Anker warranty provides additional peace of mind beyond what Apple offers on their included accessories, making this an excellent replacement or spare cable choice.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- FAQ 10 --\u003e\n\u003cdetails style=\"background: white; border: 2px solid #e9ecef; border-radius: 10px; margin-bottom: 12px; overflow: hidden;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 15px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none;\"\u003eHow long does shipping take to Brisbane and other Australian locations?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #333; font-size: 13px; line-height: 1.7;\"\u003e\nAnker 322 USB-C to USB-C cables ship from our Brisbane warehouse in Forest Lake with a standard two to four business day dispatch timeframe after order confirmation and payment processing. For Brisbane metro area customers including Forest Lake, Inala, Richlands, Darra, Springfield, Ipswich, and surrounding suburbs, Australia Post typically delivers within one to two business days after dispatch, meaning total time from order to delivery is usually three to six business days. Regional Queensland locations including Gold Coast, Sunshine Coast, Toowoomba, Cairns, and coastal areas typically receive deliveries within two to four business days after dispatch. Interstate shipments to Sydney, Melbourne, Adelaide, Perth, and other major cities generally arrive within three to five business days after dispatch. Remote areas may require additional delivery time depending on Australia Post schedules for those regions. All orders include tracking numbers provided via email once dispatched, allowing you to monitor delivery progress through the Australia Post website or app. For customers needing immediate availability, our Forest Lake retail location at Shop 3a, 152 Woogaroo St offers same-day pickup during business hours where you can purchase this and other Anker accessories directly.\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Shipping Info --\u003e\n\u003cdiv style=\"background: #e0f2fe; padding: clamp(20px, 4vw, 30px); border-radius: 12px; border-left: 5px solid #0284c7; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 24px); color: #0c4a6e; margin: 0 0 15px 0; font-weight: 700;\"\u003e🚚 Australian Shipping\u003c\/h2\u003e\n\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px;\"\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #0284c7; padding: 12px 15px; border-radius: 6px;\"\u003e\n\u003ch4 style=\"font-size: 14px; color: #0c4a6e; margin: 0 0 5px 0; font-weight: 600;\"\u003e📦 Standard Shipping\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; color: #075985; margin: 0; line-height: 1.5;\"\u003e5-7 business days Australia-wide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #0284c7; padding: 12px 15px; border-radius: 6px;\"\u003e\n\u003ch4 style=\"font-size: 14px; color: #0c4a6e; margin: 0 0 5px 0; font-weight: 600;\"\u003e⚡ Express Shipping\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; color: #075985; margin: 0; line-height: 1.5;\"\u003e2-3 business days to major cities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #0284c7; padding: 12px 15px; border-radius: 6px;\"\u003e\n\u003ch4 style=\"font-size: 14px; color: #0c4a6e; margin: 0 0 5px 0; font-weight: 600;\"\u003e🏪 Local Pickup\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; color: #075985; margin: 0; line-height: 1.5;\"\u003eSame-day at Forest Lake store.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background: #fef3c7; border-left: 4px solid #f59e0b; padding: 10px 12px; border-radius: 6px; margin-top: 12px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #92400e; margin: 0;\"\u003e\u003cstrong\u003e📍 Dispatch:\u003c\/strong\u003e Ships within 2-4 business days from Brisbane with tracking included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Final CTA --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: clamp(30px, 5vw, 45px) clamp(15px, 4vw, 30px); border-radius: 12px; text-align: center;\"\u003e\n\u003ch2 style=\"font-size: clamp(20px, 4vw, 28px); margin: 0 0 12px 0; font-weight: 700;\"\u003e⚡ Anker 322 USB-C to USB-C Cable\u003c\/h2\u003e\n\u003cp style=\"font-size: clamp(13px, 3vw, 16px); margin: 0 0 15px 0; opacity: 0.95; line-height: 1.6;\"\u003e60W Fast Charging | 3ft White Braided | iPhone 15\/16\/17 Series\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 15px 0;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 20px; font-size: 13px;\"\u003e🛡️ USB-IF Certified\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 20px; font-size: 13px;\"\u003e🔄 12,000 Bends\u003c\/span\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 20px; font-size: 13px;\"\u003e📆 2-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px;\"\u003e\n\u003ca href=\"tel:0480039913\" style=\"display: inline-block; background: white; color: #1F3A93; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 14px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);\"\u003e📞 Call: 0480 039 913\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; margin: 15px 0 0; opacity: 0.9;\"\u003e📍 Shop 3a, 152 Woogaroo St, Forest Lake QLD 4078\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"JPC Mobile - Tech Repair \u0026 Accessories","offers":[{"title":"Default Title","offer_id":42708154646719,"sku":"A81F5H21","price":21.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-usb-type-c-anker-322-usb-c-to-usb-c-cable-compatible-for-iphone-15-series-white-3ft-braided-a81f5h21-1088099324.jpg?v=1739859129"},{"product_id":"anker-322-usb-c-lightning-6ft-cable-mfi","title":"Anker 322 USB-C to Lightning Cable 6ft 1.8m Braided MFi Certified Fast Charge iPhone 14 13 12 11","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"max-width: 1400px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Arial, sans-serif; line-height: 1.8; color: #333; padding: 0 15px; box-sizing: border-box;\"\u003e\n\u003c!-- Hero Header --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: clamp(25px, 5vw, 45px) clamp(15px, 4vw, 35px); text-align: center; border-radius: 12px; margin-bottom: 25px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"display: inline-block; background: #fbbf24; color: #78350f; padding: 7px 18px; border-radius: 25px; font-size: 12px; font-weight: bold; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 1px;\"\u003e⚡ Anker 322 — Apple MFi Certified\u003c\/div\u003e\n\u003ch1 style=\"font-size: clamp(18px, 5vw, 28px); font-weight: 900; margin: 0 0 12px 0; line-height: 1.3; color: white;\"\u003eAnker 322 USB-C to Lightning Cable — 6ft \/ 1.8m Braided Nylon\u003c\/h1\u003e\n\u003cp style=\"font-size: clamp(13px, 2.5vw, 16px); margin: 0 0 18px 0; color: rgba(255,255,255,0.93); line-height: 1.8;\"\u003eApple-certified MFi cable for iPhone 14 and older, AirPods, iPad, Magic Keyboard, and Magic Mouse 2. PD fast charge from any USB-C charger. 480MB\/s data. 30× stronger braided shell tested to 10,000 bends. Black or White.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; font-size: 12px; margin-bottom: 18px;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.15); padding: 6px 14px; border-radius: 20px; font-weight: 600;\"\u003e🍎 MFi Certified\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.15); padding: 6px 14px; border-radius: 20px; font-weight: 600;\"\u003e⚡ PD Fast Charge\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.15); padding: 6px 14px; border-radius: 20px; font-weight: 600;\"\u003e📏 1.8m Length\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.15); padding: 6px 14px; border-radius: 20px; font-weight: 600;\"\u003e🛡️ 2-Year Warranty\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.15); padding: 6px 14px; border-radius: 20px; font-weight: 600;\"\u003e🇦🇺 Brisbane Stock\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); border-radius: 12px; padding: 14px 20px; display: inline-block; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 4px 0; font-size: 13px; line-height: 1.8; color: white;\"\u003e✅ In Stock — Ships within 2–4 business days 📦\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 4px 0; font-size: 13px; line-height: 1.8; color: white;\"\u003eJPC Mobile | Shop 3A, 152 Woogaroo St, Forest Lake QLD 4078\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 4px 0; font-size: 13px; line-height: 1.8; color: white;\"\u003e📞 0480 039 913\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: rgba(255,255,255,0.85);\"\u003eMon–Fri 9am–5pm | Sat 10am–5pm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Jump Menu --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); padding: 14px 18px; border-radius: 12px; margin-bottom: 25px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center;\"\u003e\n\u003cspan style=\"color: white; font-size: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; margin-right: 6px;\"\u003eJump To:\u003c\/span\u003e\u003ca style=\"background: rgba(255,255,255,0.95); color: #1f3a93; padding: 8px 16px; border-radius: 20px; font-size: 12px; font-weight: bold; text-decoration: none; border: 1px solid #1F3A93;\" href=\"#compat\"\u003eCompatibility\u003c\/a\u003e\u003ca style=\"background: rgba(255,255,255,0.95); color: #1f3a93; padding: 8px 16px; border-radius: 20px; font-size: 12px; font-weight: bold; text-decoration: none; border: 1px solid #1F3A93;\" href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca style=\"background: rgba(255,255,255,0.95); color: #1f3a93; padding: 8px 16px; border-radius: 20px; font-size: 12px; font-weight: bold; text-decoration: none; border: 1px solid #1F3A93;\" href=\"#faq\"\u003eFAQ\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 Mandatory Advantage Cards --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 25px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: #f0f7ff; padding: 24px; border-radius: 12px; text-align: center; border: 1px solid #bae6fd; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 30px; margin-bottom: 10px;\"\u003e🏙️\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 8px 0; font-size: 15px; font-weight: 800; color: #1e3a8a;\"\u003eBrisbane Technical Hub\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 13px; color: #4b5563; line-height: 1.8;\"\u003eAnker 322 6ft cables stocked in Forest Lake. Call 0480 039 913 to confirm Black or White availability before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: #f0f7ff; padding: 24px; border-radius: 12px; text-align: center; border: 1px solid #bae6fd; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 30px; margin-bottom: 10px;\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 8px 0; font-size: 15px; font-weight: 800; color: #1e3a8a;\"\u003eAuthenticity Guaranteed\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 13px; color: #4b5563; line-height: 1.8;\"\u003eGenuine Anker product — Apple-MFi chip inside. Every cable inspected at Shop 3A, 152 Woogaroo St before dispatch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: #f0f7ff; padding: 24px; border-radius: 12px; text-align: center; border: 1px solid #bae6fd; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 30px; margin-bottom: 10px;\"\u003e📦\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 8px 0; font-size: 15px; font-weight: 800; color: #1e3a8a;\"\u003eReliable Dispatch\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 13px; color: #4b5563; line-height: 1.8;\"\u003eShips within 2–4 business days to every state and territory across Australia. Tracked delivery to your door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- iPhone 15+ Compatibility Warning --\u003e\n\u003cdiv style=\"background: #fef3c7; border-left: 5px solid #f59e0b; padding: 16px 20px; border-radius: 12px; margin-bottom: 25px; box-sizing: border-box;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #78350f; margin: 0 0 6px 0; font-weight: 800;\"\u003e⚠️ Check Your iPhone Port First\u003c\/h3\u003e\n\u003cp style=\"font-size: 13px; color: #78350f; margin: 0; line-height: 1.8;\"\u003eThis is a \u003cstrong\u003eUSB-C to Lightning\u003c\/strong\u003e cable. iPhone 15, 16, and 17 use USB-C — they need a \u003cstrong\u003eUSB-C to USB-C\u003c\/strong\u003e cable instead. iPhone 14 and all older iPhones (13, 12, 11, XR\/XS\/X, 8, 7, SE) use Lightning and work perfectly with this cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- What MFi Means --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; color: white; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); font-weight: 900; margin: 0 0 10px 0; text-align: center; color: white;\"\u003e🍎 What \"MFi Certified\" Actually Means\u003c\/h2\u003e\n\u003cp style=\"font-size: 13px; text-align: center; color: rgba(255,255,255,0.9); margin: 0 0 18px 0; line-height: 1.8;\"\u003eMFi (Made for iPhone) is Apple's official certification program. It's the difference between a cable that lasts and a cable that throws \"Accessory Not Supported\" errors.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: rgba(255,255,255,0.12); padding: 14px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 4px 0; font-size: 13px; font-weight: bold; color: white;\"\u003e🔒 Apple Authentication Chip\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: rgba(255,255,255,0.85); line-height: 1.7;\"\u003eGenuine MFi cables contain an Apple-licensed chip. Cheap knock-offs use counterfeit chips that iOS updates can disable overnight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: rgba(255,255,255,0.12); padding: 14px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 4px 0; font-size: 13px; font-weight: bold; color: white;\"\u003e⚡ Stable Fast Charging\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: rgba(255,255,255,0.85); line-height: 1.7;\"\u003ePair with a 20W or higher USB-C PD charger to charge an iPhone 12, 13, or 14 to ~50% in around 30 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: rgba(255,255,255,0.12); padding: 14px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 4px 0; font-size: 13px; font-weight: bold; color: white;\"\u003e🛡️ No iOS Warning Pop-Ups\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: rgba(255,255,255,0.85); line-height: 1.7;\"\u003eNo \"This cable or accessory is not certified\" messages. Works through every iOS update.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: rgba(255,255,255,0.12); padding: 14px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 4px 0; font-size: 13px; font-weight: bold; color: white;\"\u003e🔄 Reliable Data Sync\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: rgba(255,255,255,0.85); line-height: 1.7;\"\u003eUSB 2.0 480MB\/s for backups, photo transfer, and Finder\/iTunes sync to a Mac or PC.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 Key Features --\u003e\n\u003cdiv style=\"background: #f8fafc; padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 1px solid #e2e8f0; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #1a1a1a; font-weight: 900; margin: 0 0 16px 0;\"\u003e⚙️ Key Features\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 13px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 5px 0; font-weight: 800; font-size: 13px; color: #1e3a8a;\"\u003e🍎 Apple MFi Certified\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: #374151; line-height: 1.7;\"\u003eOfficially certified by Apple. Works with every iPhone, iPad, AirPods, and Apple accessory that has a Lightning port — including future iOS updates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 13px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 5px 0; font-weight: 800; font-size: 13px; color: #1e3a8a;\"\u003e⚡ USB-C PD Fast Charging\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: #374151; line-height: 1.7;\"\u003ePlug into any USB-C Power Delivery wall plug, MacBook, or power bank. Delivers Apple's full fast charge spec to iPhone 8 through iPhone 14.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 13px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 5px 0; font-weight: 800; font-size: 13px; color: #1e3a8a;\"\u003e🧵 Braided Nylon Shell\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: #374151; line-height: 1.7;\"\u003eTightly woven nylon over reinforced internal wiring. Doesn't fray at the connector — the failure point on cheap rubber-jacket cables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 13px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 5px 0; font-weight: 800; font-size: 13px; color: #1e3a8a;\"\u003e📏 6ft \/ 1.8m Length\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: #374151; line-height: 1.7;\"\u003eLong enough to reach across a desk, from a wall socket to the bedside table, or from the front-seat USB-C port to a back-seat passenger.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 13px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 5px 0; font-weight: 800; font-size: 13px; color: #1e3a8a;\"\u003e🔄 480MB\/s Data Sync\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: #374151; line-height: 1.7;\"\u003eUSB 2.0 transfer speed for iPhone backups, Finder syncs, and photo transfer to a Mac or Windows PC.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 200px; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 13px; border-radius: 10px; box-sizing: border-box;\"\u003e\n\u003cp style=\"margin: 0 0 5px 0; font-weight: 800; font-size: 13px; color: #1e3a8a;\"\u003e💪 Tested to 10,000 Bends\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 12px; color: #374151; line-height: 1.7;\"\u003eAnker lab-tested for 10,000 bend cycles at the strain points. Built to outlast cheap cables that crack within months.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan id=\"compat\"\u003e\u003c\/span\u003e \u003c!-- Compatibility --\u003e\n\u003cdiv style=\"background: #f8fafc; padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 1px solid #e2e8f0; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #1a1a1a; font-weight: 900; margin: 0 0 8px 0;\"\u003e📱 Compatibility — All Lightning Apple Devices\u003c\/h2\u003e\n\u003cp style=\"font-size: 13px; color: #374151; margin: 0 0 16px 0; line-height: 1.8;\"\u003eWorks with every Apple device that has a Lightning port. Pair with any USB-C charger or USB-C laptop port.\u003c\/p\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e3a8a; font-weight: 800; margin: 0 0 8px 0;\"\u003e✓ iPhone (Lightning)\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPhone 14 \/ Plus \/ Pro \/ Pro Max\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPhone 13 \/ Mini \/ Pro \/ Pro Max\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPhone 12 \/ Mini \/ Pro \/ Pro Max\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPhone 11 \/ Pro \/ Pro Max\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPhone XS \/ XS Max \/ XR \/ X\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPhone 8 \/ 8 Plus \/ 7 \/ 7 Plus \/ 6 series\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPhone SE (2016 \/ 2020 \/ 2022)\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPhone 5 \/ 5s \/ 5c\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"font-size: 13px; color: #1e3a8a; font-weight: 800; margin: 0 0 8px 0;\"\u003e✓ iPad \u0026amp; Apple Accessories (Lightning)\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPad 6th–9th Gen\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPad Mini 5\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eAirPods (1st \/ 2nd \/ 3rd Gen)\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eAirPods Pro (1st Gen)\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eMagic Keyboard (Lightning)\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #1F3A93; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eMagic Mouse 2 (Lightning)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"font-size: 13px; color: #991b1b; font-weight: 800; margin: 0 0 8px 0;\"\u003e✗ NOT Compatible\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #dc2626; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPhone 15 \/ 16 \/ 17 (USB-C)\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #dc2626; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eiPad Pro \/ Air (USB-C)\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 130px; background: white; padding: 10px; border-radius: 8px; border-left: 3px solid #dc2626; font-size: 12px; color: #374151; font-weight: 600; text-align: center; box-sizing: border-box;\"\u003eAirPods Pro 2nd Gen (USB-C version)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan id=\"specs\"\u003e\u003c\/span\u003e \u003c!-- Technical Specs --\u003e\n\u003cdiv style=\"background: #f8fafc; padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 1px solid #e2e8f0; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #1a1a1a; font-weight: 900; margin: 0 0 16px 0;\"\u003e📋 Technical Specifications\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eBrand\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003eAnker\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eModel\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003e322\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eConnector A\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003eUSB-C (male)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eConnector B\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003eLightning (male)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eLength\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003e6ft \/ 1.8m\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eCertification\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003eApple MFi Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eCharging Protocol\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003eUSB-C Power Delivery (PD)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eData Speed\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003eUSB 2.0 — 480 MB\/s\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eOuter Material\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003eBraided Nylon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eBend Lifespan\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003e10,000 bends (lab)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eColours\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003eBlack · White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003e2 Years (Anker)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 140px; background: white; padding: 13px; border-radius: 10px; border-left: 4px solid #1F3A93; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #1f3a93; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;\"\u003eDispatch\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #1a1a1a; font-weight: bold;\"\u003e2–4 business days\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Comparison Table --\u003e\n\u003cdiv style=\"background: #f8fafc; padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; border: 1px solid #e2e8f0; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #1a1a1a; font-weight: 900; margin: 0 0 6px 0;\"\u003e⚖️ Anker 322 vs Cheap Generic Lightning Cable\u003c\/h2\u003e\n\u003cp style=\"font-size: 13px; color: #374151; margin: 0 0 16px 0; line-height: 1.8;\"\u003eSide-by-side — what you get at JPC Mobile vs the cheap alternative.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 10px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 100%; display: flex; flex-wrap: wrap; gap: 10px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #1F3A93; color: white; padding: 12px; border-radius: 10px; text-align: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; box-sizing: border-box;\"\u003eSpec\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #16a34a; color: white; padding: 12px; border-radius: 10px; text-align: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; box-sizing: border-box;\"\u003e✅ JPC Mobile\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #6b7280; color: white; padding: 12px; border-radius: 10px; text-align: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; box-sizing: border-box;\"\u003e❌ Cheap Alternative\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: bold; color: #1a1a1a; box-sizing: border-box;\"\u003eApple MFi Certification\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 12px; border-radius: 10px; font-size: 13px; color: #166534; line-height: 1.7; box-sizing: border-box;\"\u003eYes - guaranteed iOS support\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #fef2f2; border: 1px solid #fecaca; padding: 12px; border-radius: 10px; font-size: 13px; color: #991b1b; line-height: 1.7; box-sizing: border-box;\"\u003eOften uncertified - iOS warns or blocks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: bold; color: #1a1a1a; box-sizing: border-box;\"\u003eBuild Material\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 12px; border-radius: 10px; font-size: 13px; color: #166534; line-height: 1.7; box-sizing: border-box;\"\u003eDouble-braided nylon\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #fef2f2; border: 1px solid #fecaca; padding: 12px; border-radius: 10px; font-size: 13px; color: #991b1b; line-height: 1.7; box-sizing: border-box;\"\u003eSoft TPE - frays in months\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: bold; color: #1a1a1a; box-sizing: border-box;\"\u003eConnector Housing\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 12px; border-radius: 10px; font-size: 13px; color: #166534; line-height: 1.7; box-sizing: border-box;\"\u003eAluminum reinforced\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #fef2f2; border: 1px solid #fecaca; padding: 12px; border-radius: 10px; font-size: 13px; color: #991b1b; line-height: 1.7; box-sizing: border-box;\"\u003ePlastic - cracks at strain point\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: bold; color: #1a1a1a; box-sizing: border-box;\"\u003eCharging Speed\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 12px; border-radius: 10px; font-size: 13px; color: #166534; line-height: 1.7; box-sizing: border-box;\"\u003eFull PD fast charge\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #fef2f2; border: 1px solid #fecaca; padding: 12px; border-radius: 10px; font-size: 13px; color: #991b1b; line-height: 1.7; box-sizing: border-box;\"\u003eLimited or inconsistent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: bold; color: #1a1a1a; box-sizing: border-box;\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 12px; border-radius: 10px; font-size: 13px; color: #166534; line-height: 1.7; box-sizing: border-box;\"\u003e2-year Anker manufacturer\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #fef2f2; border: 1px solid #fecaca; padding: 12px; border-radius: 10px; font-size: 13px; color: #991b1b; line-height: 1.7; box-sizing: border-box;\"\u003eNone or 7-day DOA only\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: white; border: 1px solid #e2e8f0; border-left: 4px solid #1F3A93; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: bold; color: #1a1a1a; box-sizing: border-box;\"\u003eBrand Trust\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 12px; border-radius: 10px; font-size: 13px; color: #166534; line-height: 1.7; box-sizing: border-box;\"\u003eAnker - global #1 cable brand\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #fef2f2; border: 1px solid #fecaca; padding: 12px; border-radius: 10px; font-size: 13px; color: #991b1b; line-height: 1.7; box-sizing: border-box;\"\u003eUnknown reseller\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Afterpay \/ Klarna --\u003e\n\u003cdiv style=\"background: white; border-left: 4px solid #f59e0b; padding: 14px 18px; border-radius: 10px; margin-bottom: 25px; font-size: 13px; color: #374151; border: 1px solid #e2e8f0; box-sizing: border-box;\"\u003e💳 Pay your way — Afterpay and Klarna available at checkout.\u003c\/div\u003e\n\u003cspan id=\"faq\"\u003e\u003c\/span\u003e \u003c!-- FAQ --\u003e\n\u003cdiv style=\"margin-bottom: 25px; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 4vw, 22px); color: #1a1a1a; font-weight: 900; margin: 0 0 16px 0; border-bottom: 3px solid #1F3A93; padding-bottom: 10px;\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eWill this cable work with my iPhone 15, 16, or 17?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eNo. The iPhone 15, 16, and 17 use a USB-C port, not Lightning. This cable has a Lightning connector on one end. If you have an iPhone 15 or newer, you need a USB-C to USB-C cable instead. JPC Mobile stocks both — call 0480 039 913 or check the Anker 322 USB-C to USB-C listing. This cable is correct for iPhone 14 and every older iPhone (13, 12, 11, XR\/XS\/X, 8, 7, 6 series, SE, 5 series).\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eDoes this cable fast charge my iPhone?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eYes — provided you pair it with a USB-C Power Delivery (PD) charger of 20W or higher. Apple's fast charge spec on iPhone 8 through iPhone 14 needs both a PD wall plug and a USB-C to Lightning cable. With a 20W+ PD charger, expect roughly 50% charge in around 30 minutes on iPhone 12, 13, and 14. The cable itself is rated for the full Apple PD spec — fast charge speed is determined by the charger you plug it into.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eWhat does \"MFi Certified\" mean and why does it matter?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eMFi means \"Made for iPhone\" — Apple's official licensing program for accessories. Every MFi cable contains an Apple-licensed authentication chip that iOS recognises as genuine. Cheap non-MFi cables use counterfeit chips that Apple frequently disables in iOS updates. When that happens, you see \"This cable or accessory is not certified\" pop-ups, and charging may slow down or stop. The Anker 322 carries genuine MFi certification, so it keeps working through every iOS update.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eIs 6ft \/ 1.8m a good length?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eFor most people, yes. 1.8m is roughly twice the length of a stock Apple cable. It reaches comfortably from a wall socket to the bedside table, across a desk to your phone in a hand or stand, or from a front-seat USB-C port to a back-seat passenger. If you want shorter and more pocket-friendly, JPC Mobile also stocks the 3ft \/ 0.9m version of the Anker 322. Call 0480 039 913 to ask which suits your setup.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eWill this work with my MacBook or PC?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eYes. The USB-C end plugs straight into any MacBook (Air or Pro), iPad with USB-C, Windows laptop with a USB-C port, USB-C dock, or USB-C power bank. Your iPhone will charge from the MacBook's port and sync to Finder. Data transfer runs at USB 2.0 speed (480 MB\/s), which is the standard speed iOS supports for Lightning devices regardless of the cable used.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eCan I use this to charge AirPods or my Magic Mouse?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eYes. Any Apple device with a Lightning port works — including AirPods 1st, 2nd, and 3rd Gen, AirPods Pro 1st Gen, the Magic Keyboard, and Magic Mouse 2. Note that the new AirPods Pro 2nd Gen (USB-C version) and the latest AirPods 4 use USB-C — those need a USB-C to USB-C cable instead.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eHow is the Anker 322 different from a generic Lightning cable?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eThree things matter. First, the MFi chip — generic cables often fail after iOS updates. Second, the braid — most cheap cables fail at the connector strain point inside 6 months. The Anker 322 is lab-tested to 10,000 bend cycles. Third, the wiring inside — the Anker 322 carries the proper conductor gauge for the full PD fast-charge spec. You're paying for a cable that works, charges fast, and lasts.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eBlack or White — is there any difference?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eBoth colours are the same cable — same MFi cert, same braid, same bend lifespan. Only the colour of the nylon weave and the connector housings is different. White matches stock Apple cables and most Apple chargers. Black hides dust and grime and pairs well with darker desk setups. Call 0480 039 913 to confirm which colour is currently in stock.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eDoes it support CarPlay?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eYes — wired CarPlay works perfectly with this cable, provided your car has a USB-C port (most 2022-and-newer vehicles do). Plug the USB-C end into the car's USB-C socket and the Lightning end into your iPhone. Wired CarPlay starts automatically. If your car has only USB-A ports, you need the Anker 322 USB-A to Lightning version instead.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eWhat warranty does the Anker 322 come with?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eThe Anker 322 is covered by Anker's 2-year manufacturer warranty against defects. If the cable develops a manufacturing fault — split jacket, internal wire failure, MFi chip dropout — within 2 years of purchase, contact JPC Mobile on 0480 039 913 with your order details and we'll arrange the warranty replacement through Anker. Normal wear, accidental damage (pulled out at an angle, bent over a sharp edge, chewed by a pet), or use with non-Apple devices isn't covered.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e2e8f0;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: filter 0.2s;\"\u003eHow fast does JPC Mobile ship across Australia?\u003cspan style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.75;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px 18px; background: #f8fafc; color: #334155; font-size: 14px; line-height: 1.9;\"\u003eJPC Mobile ships from Forest Lake, Brisbane within 2–4 business days to every state and territory across Australia. Brisbane customers are welcome to visit Shop 3A, 152 Woogaroo St, Forest Lake QLD 4078 for same-day counter pickup — call 0480 039 913 to confirm Black or White availability first. Mon–Fri 9am–5pm | Sat 10am–5pm.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- Shipping \u0026 Store --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1e3a8a 0%, #1a1a2e 100%); color: white; padding: clamp(20px, 4vw, 35px); border-radius: 12px; margin-bottom: 25px; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); font-weight: 900; margin: 0 0 18px 0; text-align: center; color: white;\"\u003e🚚 Shipping \u0026amp; Store Information\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 14px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 220px; background: rgba(255,255,255,0.1); padding: 20px; border-radius: 12px; box-sizing: border-box;\"\u003e\n\u003ch3 style=\"margin: 0 0 10px 0; font-size: 14px; font-weight: 800; color: white;\"\u003e🚚 Australia-Wide Shipping\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 13px; color: rgba(255,255,255,0.9); line-height: 1.9;\"\u003eShips to every state and territory. Orders dispatch within 2–4 business days from our Brisbane warehouse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 220px; background: rgba(255,255,255,0.1); padding: 20px; border-radius: 12px; box-sizing: border-box;\"\u003e\n\u003ch3 style=\"margin: 0 0 10px 0; font-size: 14px; font-weight: 800; color: white;\"\u003e🏪 Visit Us In Store\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 13px; color: rgba(255,255,255,0.9); line-height: 1.9;\"\u003e\u003cstrong style=\"color: white;\"\u003eJPC Mobile\u003c\/strong\u003e\u003cbr\u003eShop 3A, 152 Woogaroo St\u003cbr\u003eForest Lake QLD 4078\u003cbr\u003e📞 0480 039 913\u003cbr\u003eMon–Fri 9am–5pm | Sat 10am–5pm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Related Categories --\u003e\n\u003cdiv style=\"margin-bottom: 25px; text-align: center; box-sizing: border-box;\"\u003e\n\u003cp style=\"font-size: 11px; color: #9ca3af; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 12px 0; font-weight: 600;\"\u003eBrowse Related Categories\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"\u003e\n\u003ca style=\"border: 1.5px solid #1f3a93; border-radius: 25px; padding: 10px 20px; font-size: 13px; color: #1f3a93; text-decoration: none; font-weight: 600;\" href=\"..\/..\/..\/..\/..\/collections\/samsung-phone-cases\"\u003e📱 Phone Cases\u003c\/a\u003e \u003ca style=\"border: 1.5px solid #1f3a93; border-radius: 25px; padding: 10px 20px; font-size: 13px; color: #1f3a93; text-decoration: none; font-weight: 600;\" href=\"..\/..\/..\/..\/..\/collections\/samsung-screen-protectors\"\u003e🛡️ Screen Protectors\u003c\/a\u003e \u003ca style=\"border: 1.5px solid #1f3a93; border-radius: 25px; padding: 10px 20px; font-size: 13px; color: #1f3a93; text-decoration: none; font-weight: 600;\" href=\"..\/..\/..\/..\/..\/collections\/mobile-phone-tablet-repair-tools-professional-repair-kits-equipment\"\u003e🔧 Repair Tools \u0026amp; Kits\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- JPC Quality Seal --\u003e\n\u003cdiv style=\"background: #f0f7ff; border: 1px solid #bae6fd; padding: clamp(20px, 4vw, 30px); border-radius: 12px; margin-bottom: 25px; text-align: center; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 4vw, 20px); color: #1e3a8a; font-weight: 900; margin: 0 0 8px 0;\"\u003e🔒 JPC Mobile Quality Guarantee\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #374151; margin: 0 0 16px 0; line-height: 1.8;\"\u003eEvery Anker 322 cable sold by JPC Mobile is genuine and Apple MFi certified. We are a real Brisbane store — not a marketplace reseller. Stock is on-site and ready to dispatch.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 14px;\"\u003e\n\u003cdiv style=\"background: white; border: 1px solid #bae6fd; padding: 10px 18px; border-radius: 12px; font-size: 13px; font-weight: 600; color: #1e3a8a;\"\u003e✅ Genuine Anker Stock\u003c\/div\u003e\n\u003cdiv style=\"background: white; border: 1px solid #bae6fd; padding: 10px 18px; border-radius: 12px; font-size: 13px; font-weight: 600; color: #1e3a8a;\"\u003e🍎 Apple MFi Certified\u003c\/div\u003e\n\u003cdiv style=\"background: white; border: 1px solid #bae6fd; padding: 10px 18px; border-radius: 12px; font-size: 13px; font-weight: 600; color: #1e3a8a;\"\u003e🛡️ 2-Year Anker Warranty\u003c\/div\u003e\n\u003cdiv style=\"background: white; border: 1px solid #bae6fd; padding: 10px 18px; border-radius: 12px; font-size: 13px; font-weight: 600; color: #1e3a8a;\"\u003e📦 2–4 Day Dispatch\u003c\/div\u003e\n\u003cdiv style=\"background: white; border: 1px solid #bae6fd; padding: 10px 18px; border-radius: 12px; font-size: 13px; font-weight: 600; color: #1e3a8a;\"\u003e🏙️ Brisbane-Based Team\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; color: #374151; margin: 0; line-height: 1.8;\"\u003eQuestions? Call \u003cstrong\u003e0480 039 913\u003c\/strong\u003e or visit us in store.\u003cbr\u003e\u003cstrong\u003eShop 3A, 152 Woogaroo St, Forest Lake QLD 4078\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"JPC Mobile - Tech Repair \u0026 Accessories","offers":[{"title":"Black","offer_id":42708157268159,"sku":"A81B6H11","price":23.95,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":42708157300927,"sku":"A81B6H21","price":23.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/jpc-mobile-accessories-usb-type-c-white-anker-322-usb-c-to-lightning-cable-6ft-braided-1088099307.jpg?v=1739859110"},{"product_id":"anker-322-usb-c-to-lightning-cable-3ft-mfi-braided","title":"Anker 322 USB-C to Lightning Cable 3ft 0.9m MFi Certified Braided Nylon 20W Fast Charge iPhone","description":"\u003cdiv class=\"jpc-product-2026\" style=\"max-width: 1400px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; line-height: 1.65; color: #1f2937; padding: 0 15px; box-sizing: border-box;\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero section\" style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 50%, #0079df 100%); color: #ffffff; padding: clamp(28px, 5vw, 44px) clamp(18px, 4vw, 32px); text-align: center; border-radius: 12px; margin-bottom: 22px; border: 3px solid #4ea8ff;\"\u003e\n\u003cdiv style=\"display: inline-block; background: rgba(255,255,255,0.18); padding: 6px 16px; border-radius: 25px; font-size: 11px; font-weight: bold; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 1.2px;\"\u003eAnker PowerLine 322 — MFi Certified\u003c\/div\u003e\n\u003ch1 style=\"font-size: clamp(22px, 5vw, 34px); font-weight: 800; margin: 0 0 14px 0; line-height: 1.25; text-shadow: 0 2px 6px rgba(0,0,0,0.5);\"\u003eAnker 322 USB-C to Lightning Cable — 3ft 0.9m Braided Nylon\u003c\/h1\u003e\n\u003cp class=\"body-text\" style=\"font-size: clamp(14px, 2.4vw, 16px); margin: 0 auto 18px auto; opacity: 0.95; line-height: 1.65; max-width: 880px; text-shadow: 0 1px 3px rgba(0,0,0,0.6);\"\u003eGenuine Anker 322 (model A81B5) USB-C to Lightning cable in a 3ft 0.9m length. Apple MFi certified, double-braided nylon over an aramid fibre core, 12,000+ bend rated, 80kg tensile strength, 20W fast-charge ready with a USB-C PD adapter, 480Mbps data sync. The everyday charge-and-sync cable for iPhone 8 through iPhone 14, iPad Lightning models, AirPods, AirPods Max, Apple Pencil 1 and every Lightning Apple accessory. Two finishes — Black or White.\u003c\/p\u003e\n\u003cdiv class=\"flex-row\" style=\"display: flex; gap: 8px; justify-content: center; align-items: center; flex-wrap: wrap; font-size: clamp(11px, 2.2vw, 13px);\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.22); padding: 7px 13px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.35); font-weight: bold;\"\u003eApple MFi Certified\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.22); padding: 7px 13px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.35); font-weight: bold;\"\u003e12,000+ Bend Rated\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.22); padding: 7px 13px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.35); font-weight: bold;\"\u003e80kg Tensile\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.22); padding: 7px 13px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.35); font-weight: bold;\"\u003e20W PD Fast Charge\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.22); padding: 7px 13px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.35); font-weight: bold;\"\u003e2-Year Anker Cover\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3-CARD ADVANTAGE GRID --\u003e\n\u003cdiv class=\"section flex-row\" style=\"display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px;\"\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px;\"\u003e\n\u003ch3 style=\"font-size: 15px; color: #1f3a93; margin: 0 0 8px 0; font-weight: 800;\"\u003eBrisbane Technical Hub\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"margin: 0; font-size: 13px; color: #475569; line-height: 1.7;\"\u003eStocked, scanned and dispatched from our Forest Lake bench at Shop 3A, 152 Woogaroo St, Forest Lake QLD 4078. Real cable bench — not a drop-shipped reseller listing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px;\"\u003e\n\u003ch3 style=\"font-size: 15px; color: #1f3a93; margin: 0 0 8px 0; font-weight: 800;\"\u003eAuthenticity Guaranteed\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"margin: 0; font-size: 13px; color: #475569; line-height: 1.7;\"\u003e100% genuine Anker 322 stock, sealed retail box, MFi authentication chip in the Lightning end — every cable plugged into a test iPhone before it ships, no fake or grey-market chips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px;\"\u003e\n\u003ch3 style=\"font-size: 15px; color: #1f3a93; margin: 0 0 8px 0; font-weight: 800;\"\u003eReliable Dispatch\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"margin: 0; font-size: 13px; color: #475569; line-height: 1.7;\"\u003eShips within 2-4 business days from our Forest Lake bench. Tracked Australia Post on every order. Padded mailer keeps the braided cable and connector heads protected in transit to every state and territory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BUYER MARKETS --\u003e\n\u003cdiv id=\"markets\" class=\"section\" style=\"background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: clamp(18px, 4vw, 26px); margin-bottom: 22px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 3vw, 22px); color: #1f3a93; margin: 0 0 14px 0; font-weight: 800; text-align: center;\"\u003eBuilt For Every Lightning Owner\u003c\/h2\u003e\n\u003cp class=\"body-text\" style=\"text-align: center; font-size: 13px; color: #475569; margin: 0 0 18px 0; line-height: 1.7;\"\u003eA USB-C to Lightning cable is the bridge between modern USB-C power and your existing Apple kit. Eight buyer profiles every Anker 322 cable fits.\u003c\/p\u003e\n\u003cdiv class=\"flex-row\" style=\"display: flex; flex-wrap: wrap; gap: 12px;\"\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 230px; background: #ffffff; border-left: 4px solid #1f3a93; border-radius: 8px; padding: 14px 16px;\"\u003e\n\u003cstrong style=\"color: #1f3a93; font-size: 13px;\"\u003eMacBook + iPhone Owners\u003c\/strong\u003e\n\u003cp class=\"body-text\" style=\"margin: 6px 0 0 0; font-size: 12px; color: #475569; line-height: 1.65;\"\u003eUSB-C MacBook on one end, iPhone 14\/13\/12\/11 on the other. One cable for charging and Finder sync.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 230px; background: #ffffff; border-left: 4px solid #1f3a93; border-radius: 8px; padding: 14px 16px;\"\u003e\n\u003cstrong style=\"color: #1f3a93; font-size: 13px;\"\u003eiPad Pro 10.5\/12.9 Lightning Users\u003c\/strong\u003e\n\u003cp class=\"body-text\" style=\"margin: 6px 0 0 0; font-size: 12px; color: #475569; line-height: 1.65;\"\u003eiPad Pro 1st \u0026amp; 2nd gen, iPad Air 3, iPad mini 5, iPad 9th\/10th gen all charge from this cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 230px; background: #ffffff; border-left: 4px solid #1f3a93; border-radius: 8px; padding: 14px 16px;\"\u003e\n\u003cstrong style=\"color: #1f3a93; font-size: 13px;\"\u003eAirPods + AirPods Max Owners\u003c\/strong\u003e\n\u003cp class=\"body-text\" style=\"margin: 6px 0 0 0; font-size: 12px; color: #475569; line-height: 1.65;\"\u003eAirPods Lightning charging case, AirPods Pro Lightning case and AirPods Max Lightning port all supported.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 230px; background: #ffffff; border-left: 4px solid #1f3a93; border-radius: 8px; padding: 14px 16px;\"\u003e\n\u003cstrong style=\"color: #1f3a93; font-size: 13px;\"\u003eApple Pencil 1 Users\u003c\/strong\u003e\n\u003cp class=\"body-text\" style=\"margin: 6px 0 0 0; font-size: 12px; color: #475569; line-height: 1.65;\"\u003eFirst-gen Apple Pencil charges through Lightning. Use this cable with the included Pencil female-to-female adapter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 230px; background: #ffffff; border-left: 4px solid #1f3a93; border-radius: 8px; padding: 14px 16px;\"\u003e\n\u003cstrong style=\"color: #1f3a93; font-size: 13px;\"\u003eTravellers \u0026amp; Commuters\u003c\/strong\u003e\n\u003cp class=\"body-text\" style=\"margin: 6px 0 0 0; font-size: 12px; color: #475569; line-height: 1.65;\"\u003eModern USB-C wall chargers, USB-C car chargers and USB-C airline seat ports plug straight in — one cable, every trip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 230px; background: #ffffff; border-left: 4px solid #1f3a93; border-radius: 8px; padding: 14px 16px;\"\u003e\n\u003cstrong style=\"color: #1f3a93; font-size: 13px;\"\u003ePower Bank Owners\u003c\/strong\u003e\n\u003cp class=\"body-text\" style=\"margin: 6px 0 0 0; font-size: 12px; color: #475569; line-height: 1.65;\"\u003eAlmost every modern power bank outputs USB-C. This cable taps that output directly into a Lightning iPhone or iPad.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 230px; background: #ffffff; border-left: 4px solid #1f3a93; border-radius: 8px; padding: 14px 16px;\"\u003e\n\u003cstrong style=\"color: #1f3a93; font-size: 13px;\"\u003eTradies \u0026amp; Site Workers\u003c\/strong\u003e\n\u003cp class=\"body-text\" style=\"margin: 6px 0 0 0; font-size: 12px; color: #475569; line-height: 1.65;\"\u003eBraided nylon and aramid core resist tool-belt rubbing, ute-cab abrasion and being yanked from a USB-C in-vehicle port.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 230px; background: #ffffff; border-left: 4px solid #1f3a93; border-radius: 8px; padding: 14px 16px;\"\u003e\n\u003cstrong style=\"color: #1f3a93; font-size: 13px;\"\u003eDaily Driver Replacements\u003c\/strong\u003e\n\u003cp class=\"body-text\" style=\"margin: 6px 0 0 0; font-size: 12px; color: #475569; line-height: 1.65;\"\u003eReplace a frayed Apple white cable, a generic clone or an old USB-A Lightning lead with a 12,000-bend MFi-certified daily driver.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 FEATURES --\u003e\n\u003cdiv id=\"features\" class=\"section\" style=\"background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: clamp(18px, 4vw, 26px); margin-bottom: 22px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 3vw, 22px); color: #1f3a93; margin: 0 0 14px 0; font-weight: 800; text-align: center;\"\u003eInside The Anker 322 — Six Engineered Layers\u003c\/h2\u003e\n\u003cdiv class=\"flex-row\" style=\"display: flex; flex-wrap: wrap; gap: 14px;\"\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 290px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 16px;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #1f3a93; margin: 0 0 8px 0; font-weight: 800;\"\u003eApple MFi Authentication Chip\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; margin: 0; color: #475569; line-height: 1.7;\"\u003eEmbedded inside the Lightning connector. Tells iOS the cable is Apple-licensed, blocks the \"this accessory may not be supported\" warning, stays compatible through iOS updates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 290px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 16px;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #1f3a93; margin: 0 0 8px 0; font-weight: 800;\"\u003eDouble-Braided Nylon Sleeve\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; margin: 0; color: #475569; line-height: 1.7;\"\u003eTwo woven nylon layers spread bend stress evenly along the cable. Resists fraying near the connector heads where standard rubber cables fail first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 290px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 16px;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #1f3a93; margin: 0 0 8px 0; font-weight: 800;\"\u003eAramid Fibre Tensile Core\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; margin: 0; color: #475569; line-height: 1.7;\"\u003eAramid — the same fibre family used in body armour — runs the full cable length. Hits 80kg \/ 175 lbs tensile rating without adding bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 290px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 16px;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #1f3a93; margin: 0 0 8px 0; font-weight: 800;\"\u003e12,000+ Bend Lifespan\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; margin: 0; color: #475569; line-height: 1.7;\"\u003eTested to over 12,000 bend cycles in Anker's lab. At five plug-and-unplug cycles a day, that is more than six years of daily driver use before measurable wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 290px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 16px;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #1f3a93; margin: 0 0 8px 0; font-weight: 800;\"\u003e20W USB-C PD Fast Charge\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; margin: 0; color: #475569; line-height: 1.7;\"\u003ePairs with a 20W USB-C PD wall adapter to fast-charge iPhone 8 through iPhone 14 from 0% to 50% in around 30 minutes. Premium conductors keep heat down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 290px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 16px;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #1f3a93; margin: 0 0 8px 0; font-weight: 800;\"\u003e480Mbps Data Sync (USB 2.0)\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; margin: 0; color: #475569; line-height: 1.7;\"\u003eMaxes out the Lightning data ceiling. Finder backups on Mac, iTunes syncs on Windows, photo and video imports all run at full Lightning speed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COMPATIBILITY --\u003e\n\u003cdiv id=\"compat\" class=\"section\" style=\"background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: clamp(18px, 4vw, 26px); margin-bottom: 22px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 3vw, 22px); color: #1f3a93; margin: 0 0 14px 0; font-weight: 800; text-align: center;\"\u003eDevice Compatibility — Verified Fit\u003c\/h2\u003e\n\u003cdiv class=\"flex-row\" style=\"display: flex; flex-wrap: wrap; gap: 14px;\"\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 320px; background: #ecfdf5; border: 1px solid #6ee7b7; border-radius: 10px; padding: 16px;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #047857; margin: 0 0 10px 0; font-weight: 800;\"\u003eFits These Lightning Devices\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; color: #065f46; margin: 0; line-height: 1.85;\"\u003eiPhone 14 \/ 14 Plus \/ 14 Pro \/ 14 Pro Max\u003cbr\u003eiPhone 13 \/ 13 mini \/ 13 Pro \/ 13 Pro Max\u003cbr\u003eiPhone 12 \/ 12 mini \/ 12 Pro \/ 12 Pro Max\u003cbr\u003eiPhone 11 \/ 11 Pro \/ 11 Pro Max\u003cbr\u003eiPhone XS \/ XS Max \/ XR \/ X\u003cbr\u003eiPhone 8 \/ 8 Plus \/ SE 2nd Gen \/ SE 3rd Gen\u003cbr\u003eiPad 9th \u0026amp; 10th Gen, iPad Air 3, iPad mini 5\u003cbr\u003eiPad Pro 12.9\" 1st \u0026amp; 2nd Gen, iPad Pro 10.5\"\u003cbr\u003eAirPods, AirPods Pro (Lightning case), AirPods Max\u003cbr\u003eApple Pencil 1st Gen, Magic Keyboard, Magic Mouse, Magic Trackpad\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 320px; background: #fef2f2; border: 1px solid #fca5a5; border-radius: 10px; padding: 16px;\"\u003e\n\u003ch3 style=\"font-size: 14px; color: #b91c1c; margin: 0 0 10px 0; font-weight: 800;\"\u003eDoes NOT Fit (USB-C Devices)\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; color: #991b1b; margin: 0; line-height: 1.85;\"\u003eiPhone 17 Pro Max, iPhone 17 Pro, iPhone 17 Air, iPhone 17 (USB-C)\u003cbr\u003eiPhone 16 Pro Max, iPhone 16 Pro, iPhone 16 Plus, iPhone 16 (USB-C)\u003cbr\u003eiPhone 15 Pro Max, iPhone 15 Pro, iPhone 15 Plus, iPhone 15 (USB-C)\u003cbr\u003eiPad Pro M2 \/ M4, iPad Air 5 \/ 6, iPad mini 6 \/ 7, iPad 11th Gen\u003cbr\u003eAndroid phones, Samsung Galaxy, Google Pixel\u003cbr\u003eFor these you need a USB-C to USB-C cable instead. Browse our \u003ca style=\"color: #b91c1c; font-weight: bold; text-decoration: underline;\" href=\"..\/..\/..\/..\/..\/collections\/mobile-phone-tablet-repair-tools-professional-repair-kits-equipment\"\u003ecable \u0026amp; charger range\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\" style=\"background: #fffbeb; border-left: 4px solid #f59e0b; padding: 14px 18px; border-radius: 8px; margin-top: 14px;\"\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; color: #92400e; margin: 0; line-height: 1.7;\"\u003e\u003cstrong\u003eCritical:\u003c\/strong\u003e The USB-C end plugs into a USB-C port — a USB-C wall adapter, USB-C MacBook, USB-C power bank or USB-C car charger. If your charger only has a USB-A port (the older rectangular shape), you need a USB-A to Lightning cable instead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECH SPECS --\u003e\n\u003cdiv id=\"specs\" class=\"section\" style=\"background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: clamp(18px, 4vw, 26px); margin-bottom: 22px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 3vw, 22px); color: #1f3a93; margin: 0 0 14px 0; font-weight: 800; text-align: center;\"\u003eFull Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"flex-row\" style=\"display: flex; flex-wrap: wrap; gap: 10px;\"\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eBrand\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eAnker\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eSeries\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003ePowerLine 322\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eModel Number\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eA81B5\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eConnector Type\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eUSB-C to Lightning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eLength\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003e3ft \/ 0.9m\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eCertification\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eApple MFi Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eSleeve Material\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eDouble-Braided Nylon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eInternal Core\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eAramid Fibre Tensile Core\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eBend Rating\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003e12,000+ Bends Tested\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eTensile Strength\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003e80kg \/ 175 lbs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eMax Charge Power\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eUp to 20W (USB-C PD adapter required)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eData Transfer\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eUp to 480Mbps (USB 2.0)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eColour Options\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eBlack or White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eAnker Cover\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003e2-Year Manufacturer Cover\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-card\" style=\"flex: 1 1 280px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px;\"\u003e\n\u003cdiv style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 3px;\"\u003eVendor\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: #0f172a; font-weight: bold;\"\u003eAnker Innovations — Genuine Stock\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IN THE BOX --\u003e\n\u003cdiv id=\"install\" class=\"section\" style=\"background: #ecfeff; border: 1px solid #67e8f9; border-radius: 12px; padding: clamp(18px, 4vw, 26px); margin-bottom: 22px;\"\u003e\n\u003ch2 style=\"font-size: clamp(16px, 3vw, 19px); color: #0c4a6e; margin: 0 0 10px 0; font-weight: 800;\"\u003eIn The Box — What You Get\u003c\/h2\u003e\n\u003cp class=\"body-text\" style=\"font-size: 14px; color: #155e75; margin: 0 0 14px 0; line-height: 1.7;\"\u003eSealed Anker retail pack opened on the Forest Lake bench, contents counted, cable plugged into a test iPhone to confirm the MFi handshake before it goes back in the box for dispatch.\u003c\/p\u003e\n\u003cul style=\"margin: 0 0 0 22px; padding: 0; color: #155e75; font-size: 13px; line-height: 1.85;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 × Anker 322 USB-C to Lightning Cable.\u003c\/strong\u003e 3ft \/ 0.9m double-braided nylon, your selected colour (Black or White).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 × Anker Welcome Card \u0026amp; User Guide.\u003c\/strong\u003e Quick start, support contact, 2-year cover registration link.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSealed Anker retail packaging.\u003c\/strong\u003e Original Anker box — not loose-bag grey-market stock.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- AFTERPAY \/ KLARNA TRUST LINE --\u003e\n\u003cdiv class=\"section\" style=\"background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 14px 18px; margin-bottom: 22px; text-align: center;\"\u003e\n\u003cp class=\"body-text\" style=\"margin: 0; font-size: 14px; color: #1f3a93; font-weight: bold;\"\u003ePay your way — Afterpay and Klarna available at checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 10 FAQs --\u003e\n\u003cdiv id=\"faqs\" class=\"section\" style=\"background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: clamp(20px, 4vw, 30px); margin-bottom: 22px;\"\u003e\n\u003ch2 style=\"font-size: clamp(18px, 3vw, 22px); color: #1f3a93; margin: 0 0 14px 0; font-weight: 800; text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eWill this cable work with iPhone 15, 16 or 17?\u003cspan class=\"faq-icon\" style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eNo. Apple switched the iPhone from Lightning to USB-C with the iPhone 15 in 2023. The Anker 322 has a Lightning connector on one end — it physically does not plug into iPhone 15, iPhone 16 or iPhone 17 family devices. For those phones you need a USB-C to USB-C cable. This Anker 322 fits iPhone 8 through iPhone 14, all SE generations and every Lightning-port iPad and accessory.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eDoes this cable fast charge my iPhone?\u003cspan class=\"faq-icon\" style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eYes — with the right wall adapter. iPhone 8 and every later Lightning iPhone supports Apple Fast Charge over USB-C Power Delivery. Plug this cable into a 20W USB-C PD adapter and the iPhone goes from 0% to roughly 50% in 30 minutes. A standard 5W USB-A brick will not work — this cable has a USB-C plug at the charger end. The cable handles up to 20W safely without overheating.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eWhat does Apple MFi Certified actually mean?\u003cspan class=\"faq-icon\" style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eMFi stands for Made for iPhone, iPad and iPod. Apple licenses an authentication chip that lives inside the Lightning connector. Without that chip, iOS shows the \"this accessory may not be supported\" warning and can throttle charging. The Anker 322 carries the genuine MFi chip, so iOS recognises it as Apple-licensed, charging stays at full rate, and the cable continues to work after every iOS update.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eHow does the 12,000-bend rating work in real life?\u003cspan class=\"faq-icon\" style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eAnker bends the cable back and forth at the connector heads on a test rig — the same point where standard rubber Apple cables fray and split first. The Anker 322 clears 12,000+ cycles before any conductor or insulation failure. At five plug-and-unplug cycles a day, that is more than six years of daily-driver life on the bench-test alone.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eCan I sync data and back up my iPhone with this cable?\u003cspan class=\"faq-icon\" style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eYes. The cable runs the full Lightning data ceiling at up to 480Mbps (USB 2.0). Plug the USB-C end into a MacBook and the iPhone shows up in Finder for backup, restore and file transfer. On a Windows PC, iTunes detects it for the same operations. Photos, videos, music libraries and full device backups all sync at native Lightning speed.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eUSB-C to Lightning vs USB-A to Lightning — which one do I need?\u003cspan class=\"faq-icon\" style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eUSB-C is the modern standard on every recent MacBook, USB-C wall charger, USB-C power bank and USB-C car charger. It also unlocks iPhone fast charging at 20W. USB-A is the older flat rectangular plug found on older 5W Apple bricks and legacy laptops — it caps at slower charging. If your charger has a USB-C port, this cable is the right pick. If your charger only has USB-A, choose a USB-A to Lightning cable instead.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eDoes it work with iPad Pro, iPad Air and iPad mini?\u003cspan class=\"faq-icon\" style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eYes — for any iPad with a Lightning port. That includes iPad 9th and 10th gen, iPad Air 3, iPad mini 5, iPad Pro 12.9-inch 1st and 2nd gen and iPad Pro 10.5-inch. It does NOT fit USB-C iPads — iPad Pro M2 \/ M4, iPad Air 5 \/ 6, iPad mini 6 \/ 7 or iPad 11th gen. Those models need a USB-C to USB-C cable.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eIs the 3-foot length right for me?\u003cspan class=\"faq-icon\" style=\"font-size: 14px; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eThree feet (0.9m) is the everyday best-seller length. It reaches from a bedside outlet to the nightstand, from a desk power strip to your work area, and from a car USB-C port to the cupholder without any cable mess. Short enough to coil into a backpack pocket, long enough for normal use while charging. If you need extra reach for couch-to-wall or kitchen-bench charging, choose the 6ft Anker 322 instead.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eBlack or White — is there any performance difference?\u003cspan class=\"faq-icon\" style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eZero performance difference. Both colours share the identical double-braided nylon, aramid fibre core, MFi authentication chip, 12,000+ bend rating, 80kg tensile rating, 20W PD ceiling and 480Mbps data ceiling. Black hides marks better and pairs with darker phones and laptop bags. White matches Apple's standard cable colour and stays easier to spot in a bag or against a dark desk. Pick on aesthetic alone.\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n\u003csummary style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 100%); color: #ffffff; padding: 14px 18px; font-size: 14px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;\"\u003eWhat is the Anker cover and how do I claim?\u003cspan class=\"faq-icon\" style=\"font-size: 20px; font-weight: 900; flex-shrink: 0; margin-left: 14px; opacity: 0.85;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"body-text\" style=\"padding: 16px 20px; background: #f9fafb; color: #334155; font-size: 14px; line-height: 1.85;\"\u003eAnker backs the 322 cable with a 2-year manufacturer cover from the original date of purchase. If the cable develops a manufacturing fault — conductor failure, MFi chip failure, sleeve splitting near the connector under normal use — bring or post the cable back to the Forest Lake bench at Shop 3A, 152 Woogaroo St, Forest Lake QLD 4078 with proof of purchase. We forward to Anker on your behalf. The cover does not include physical damage, animal-chew damage or modification.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- JPC MOBILE QUALITY SEAL --\u003e\n\u003cdiv class=\"section\" style=\"background: linear-gradient(135deg, #0a1f44 0%, #1f3a93 50%, #0079df 100%); color: #ffffff; padding: clamp(28px, 5vw, 42px) clamp(18px, 4vw, 32px); border-radius: 12px; text-align: center; border: 3px solid #4ea8ff; margin-bottom: 22px;\"\u003e\n\u003ch2 style=\"font-size: clamp(20px, 4vw, 26px); margin: 0 0 12px 0; font-weight: 800; text-shadow: 0 2px 4px rgba(0,0,0,0.4);\"\u003eJPC Mobile Quality Promise\u003c\/h2\u003e\n\u003cp class=\"body-text\" style=\"font-size: 14px; margin: 0 0 16px 0; opacity: 0.95; line-height: 1.7;\"\u003eGenuine Anker stock, sealed retail box, MFi handshake confirmed on the bench before dispatch. Australia Post tracking on every order from our Forest Lake hub.\u003c\/p\u003e\n\u003cdiv class=\"flex-row\" style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.18); padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: bold; border: 1px solid rgba(255,255,255,0.3);\"\u003eGenuine Anker Stock\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.18); padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: bold; border: 1px solid rgba(255,255,255,0.3);\"\u003eMFi Handshake Verified\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.18); padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: bold; border: 1px solid rgba(255,255,255,0.3);\"\u003e2-Year Anker Cover\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.18); padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: bold; border: 1px solid rgba(255,255,255,0.3);\"\u003eSold Australia Wide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"body-text\" style=\"font-size: 13px; margin: 0; opacity: 0.9;\"\u003eShop 3A, 152 Woogaroo St, Forest Lake QLD 4078 · Mon-Fri 9am-5pm · Sat 10am-5pm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BROWSE RELATED CATEGORIES --\u003e\n\u003cdiv class=\"section\" style=\"text-align: center; padding: 18px 12px;\"\u003e\n\u003cp class=\"body-text\" style=\"font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 1.2px; margin: 0 0 12px 0; font-weight: bold;\"\u003eBrowse Related Categories\u003c\/p\u003e\n\u003cdiv class=\"flex-row\" style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"\u003e\u003ca class=\"pill-btn\" style=\"border: 1.5px solid #1f3a93; color: #1f3a93; border-radius: 25px; padding: 10px 20px; font-size: 13px; font-weight: bold; text-decoration: none;\" href=\"..\/..\/..\/..\/..\/collections\/mobile-phone-tablet-repair-tools-professional-repair-kits-equipment\"\u003eCables, Chargers \u0026amp; Tools\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"JPC Mobile - Tech Repair \u0026 Accessories","offers":[{"title":"Black","offer_id":42708157956287,"sku":"A81B5H11","price":21.99,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":42708157989055,"sku":"A81B5H21","price":21.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8657\/3503\/files\/anker-322-usb-c-lightning-cable-white.jpg?v=1750211320"}],"url":"https:\/\/jpcmobileaccessories.com.au\/es\/collections\/anker-accessories.oembed","provider":"JPC MOBILE ACCESSORIES","version":"1.0","type":"link"}