{"product_id":"soundcore-aeroclip-open-ear-clip-on-earbuds-copy","title":"soundcore P41i True Wireless Earbuds with Built-In Phone Charging","description":"\u003c!-- FONT AWESOME ICONS --\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n.product-showcase {\n  --brand:#17BBEF;\n  --soft:#eefaff;\n  --ink:#111827;\n  --muted:#4b5563;\n  --line:#e5e7eb;\n  --white:#ffffff;\n  font-family:Arial, sans-serif;\n  color:var(--ink);\n}\n\n.product-showcase * {\n  box-sizing:border-box;\n}\n\n.product-showcase .wrap {\n  max-width:1150px;\n  margin:0 auto;\n  padding:42px 20px;\n}\n\n.product-showcase .intro {\n  max-width:920px;\n  margin:0 auto 28px;\n  text-align:center;\n}\n\n.product-showcase h2 {\n  margin:0 0 14px;\n  font-size:32px;\n  line-height:1.2;\n  color:var(--ink);\n}\n\n.product-showcase .intro p,\n.product-showcase .image-caption,\n.product-showcase .spec-card li,\n.product-showcase .closing-text {\n  color:var(--muted);\n  line-height:1.7;\n}\n\n.product-showcase .intro p {\n  margin:0;\n  font-size:15px;\n}\n\n.product-showcase .image-grid {\n  display:grid;\n  grid-template-columns:repeat(4, 1fr);\n  gap:4px;\n  margin-top:28px;\n}\n\n.product-showcase .product-image {\n  position:relative;\n  overflow:hidden;\n  min-height:260px;\n  background:var(--soft);\n}\n\n.product-showcase .product-image:first-child {\n  border-radius:16px 0 0 16px;\n}\n\n.product-showcase .product-image:last-child {\n  border-radius:0 16px 16px 0;\n}\n\n.product-showcase .product-image img {\n  width:100%;\n  height:100%;\n  min-height:260px;\n  object-fit:cover;\n  display:block;\n  transition:transform .45s ease, filter .45s ease;\n}\n\n.product-showcase .product-image::after {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:linear-gradient(to top, rgba(23,187,239,.20), rgba(23,187,239,0) 45%);\n  opacity:0;\n  transition:opacity .35s ease;\n  pointer-events:none;\n}\n\n.product-showcase .product-image:hover img {\n  transform:scale(1.06);\n  filter:brightness(.96);\n}\n\n.product-showcase .product-image:hover::after {\n  opacity:1;\n}\n\n.product-showcase .image-caption {\n  margin:24px auto 0;\n  max-width:900px;\n  text-align:center;\n  font-size:14px;\n}\n\n.product-showcase .section-heading {\n  margin:34px 0 22px;\n  text-align:center;\n  font-size:27px;\n  color:var(--ink);\n}\n\n\/* 4 SPECIFICATION TABLES *\/\n.product-showcase .spec-grid {\n  display:grid;\n  grid-template-columns:repeat(4, 1fr);\n  gap:16px;\n}\n\n.product-showcase .spec-card {\n  padding:22px;\n  border:1px solid var(--line);\n  border-radius:16px;\n  background:var(--white);\n  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;\n}\n\n.product-showcase .spec-card:hover {\n  transform:translateY(-5px);\n  border-color:var(--brand);\n  box-shadow:0 12px 28px rgba(15,23,42,.08);\n}\n\n.product-showcase .spec-title {\n  display:flex;\n  align-items:center;\n  gap:12px;\n  margin-bottom:16px;\n}\n\n.product-showcase .spec-icon {\n  width:42px;\n  height:42px;\n  border-radius:12px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-shrink:0;\n  background:var(--soft);\n  color:var(--brand);\n  font-size:18px;\n  transition:transform .3s ease;\n}\n\n.product-showcase .spec-card:hover .spec-icon {\n  transform:scale(1.08);\n}\n\n.product-showcase .spec-title h3 {\n  margin:0;\n  font-size:17px;\n  line-height:1.25;\n  color:var(--ink);\n}\n\n.product-showcase .spec-card ul {\n  margin:0;\n  padding-left:20px;\n}\n\n.product-showcase .spec-card li {\n  margin-bottom:8px;\n  font-size:14px;\n}\n\n.product-showcase .spec-card li:last-child {\n  margin-bottom:0;\n}\n\n.product-showcase .spec-card strong {\n  color:var(--ink);\n}\n\n.product-showcase .closing-box {\n  margin-top:30px;\n  padding:24px 26px;\n  border-radius:16px;\n  background:var(--soft);\n  border:1px solid transparent;\n  text-align:center;\n  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;\n}\n\n.product-showcase .closing-box:hover {\n  transform:translateY(-4px);\n  border-color:var(--brand);\n  box-shadow:0 10px 24px rgba(15,23,42,.07);\n}\n\n.product-showcase .closing-text {\n  margin:0;\n  font-size:17px;\n  font-weight:700;\n  color:var(--ink);\n}\n\n.product-showcase .spec-icon br {\n  display:none !important;\n}\n\n@media(max-width:1050px) {\n  .product-showcase .spec-grid {\n    grid-template-columns:repeat(2, 1fr);\n  }\n}\n\n@media(max-width:900px) {\n  .product-showcase .image-grid {\n    grid-template-columns:repeat(2, 1fr);\n    gap:8px;\n  }\n\n  .product-showcase .product-image,\n  .product-showcase .product-image:first-child,\n  .product-showcase .product-image:last-child {\n    border-radius:14px;\n  }\n}\n\n@media(max-width:600px) {\n  .product-showcase .wrap {\n    padding:32px 16px;\n  }\n\n  .product-showcase h2 {\n    font-size:26px;\n  }\n\n  .product-showcase .section-heading {\n    font-size:23px;\n  }\n\n  .product-showcase .image-grid {\n    grid-template-columns:1fr;\n  }\n\n  .product-showcase .spec-grid {\n    grid-template-columns:1fr;\n  }\n\n  .product-showcase .product-image,\n  .product-showcase .product-image img {\n    min-height:240px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-showcase\" style=\"--brand: #17BBEF; --soft: #eefaff;\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003ch2\u003esoundcore P41i True Wireless Earbuds with Built-In Phone Charging\u003c\/h2\u003e\n\u003cp\u003eThe soundcore P41i combines powerful true wireless audio, adaptive noise cancelling and ultra-long listening time with a multifunction charging case. The case doubles as a portable phone charger and horizontal phone stand, making the P41i an especially versatile option for travel, commuting and everyday listening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-grid\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcoreP41i-Banner_2.png?v=1787095022\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcoreP41i-Banner_3.png?v=1787095022\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcoreP41i-Banner_1.png?v=1787095022\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcoreP41i-Banner_4.png?v=1787095022\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"image-caption\"\u003eP41i combines adaptive noise cancelling, powerful 11mm drivers, BassUp™ technology and ultra-long battery life with a multifunction 3,000mAh charging case that can also provide portable power to a compatible smartphone.\u003c\/p\u003e\n\u003ch3 class=\"section-heading\"\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003c!-- SOUND --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fa-solid fa-headphones\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eSound \u0026amp; Noise Cancelling\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e True wireless earbuds\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrivers:\u003c\/strong\u003e 11mm composite drivers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBass Technology:\u003c\/strong\u003e BassUp™\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSound:\u003c\/strong\u003e Powerful, full-bodied audio with high-impact bass\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNoise Cancelling:\u003c\/strong\u003e Adaptive ANC\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive ANC:\u003c\/strong\u003e Monitors ambient noise and automatically adjusts noise reduction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- BATTERY --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fa-solid fa-battery-full\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eBattery \u0026amp; Charging\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEarbud Playtime:\u003c\/strong\u003e Up to 12 hours\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Playtime:\u003c\/strong\u003e Up to 192 hours with case\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eANC On Playtime:\u003c\/strong\u003e Up to 10 hours per charge\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eANC On Total:\u003c\/strong\u003e Up to 160 hours with case\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFast Charging:\u003c\/strong\u003e 10 minutes provides up to 5 hours of playback\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBattery Display:\u003c\/strong\u003e Digital case battery display\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- CHARGING CASE --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fa-solid fa-bolt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCharging Case \u0026amp; Phone Power\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCase Capacity:\u003c\/strong\u003e 3,000mAh\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePhone Charging Output:\u003c\/strong\u003e Up to 10W\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eiPhone 16 Pro:\u003c\/strong\u003e Up to 50% phone charge\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSamsung S24:\u003c\/strong\u003e Up to 45% phone charge\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCase Functions:\u003c\/strong\u003e Earbud charging case, portable phone charger and phone stand\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePhone Stand:\u003c\/strong\u003e Supports horizontal phone placement\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility Note:\u003c\/strong\u003e Foldable or thick devices may not be compatible with the phone stand\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- CALLS --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fa-solid fa-microphone-lines\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCalls \u0026amp; Smart Features\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCall Technology:\u003c\/strong\u003e AI noise reduction\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVoice Pickup:\u003c\/strong\u003e Beamforming microphone system\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWind Reduction:\u003c\/strong\u003e Wind-blocking microphone meshes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCall Clarity:\u003c\/strong\u003e Designed for clearer calls in busy environments\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePortable Use:\u003c\/strong\u003e Designed for commuting, travelling and everyday listening\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCharging Case:\u003c\/strong\u003e Integrated digital battery level display\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003cp class=\"closing-text\"\u003eWith 11mm drivers, BassUp™ technology, Adaptive ANC, up to 12 hours of listening per charge, up to 192 hours with the case and a 3,000mAh multifunction charging case that can also power a smartphone, the soundcore P41i brings together powerful audio, extended battery life and convenient travel-ready charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Anker","offers":[{"title":"Default Title","offer_id":45557558837383,"sku":"194644276409","price":170.0,"currency_code":"BZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcoreP41i_1.png?v=1787095022","url":"https:\/\/gs-com.bz\/products\/soundcore-aeroclip-open-ear-clip-on-earbuds-copy","provider":"GS-COM","version":"1.0","type":"link"}