이 Earbuds 정보
Product description .aplus-v2 .aplus-content-wrapper { position: relative; overflow: hidden; } .aplus-v2 .container-with-background-image { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; } function logShoppableMetrics(moduleName, showsAddToCart) { if (window.ue && window.ue.count) { window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0); } } .aplus-v2 .premium-aplus-module-3 .premium-module-3-heading { padding-bottom: 40px; } .aplus-v2 .premium-aplus-module-3 .premium-aplus-four-column { text-align: center; } .aplus-v2 .premium-aplus-module-3 .premium-aplus-four-column { text-align: inherit; } .aplus-v2 .premium-aplus-module-3 .premium-aplus-column { display: inline-block; vertical-align: top; width: 25%; } .aplus-v2 .premium-aplus-module-3 .premium-aplus-column { padding: 0 20px; } .aplus-v2 .premium-aplus-module-3 .column-heading { padding-top: 20px; } .aplus-v2 .premium-aplus-module-3 .column-description { padding-top: 10px; } .aplus-v2 .premium-aplus-module-2 .premium-background-wrapper { position: relative; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper { position: absolute; width: 50%; height: 100%; top: 0; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: 50%; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: auto; right: 50%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background { padding: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic { padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading { padding-bottom: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-description { line-height: 1.5em; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background { background: rgba(255,255,255,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background { background: rgba(0,0,0,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-container { display: table; height: 100%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 0px; padding-right: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 0px; padding-left: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-column { display: table-cell; vertical-align: middle; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-5-comparison-table-scroller').execute(function(init){ if (init) { return; } P.register('premium-module-5-comparison-table-scroller', function(){ return function() { P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data('comparison-name'); (function() { var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger'); $additionalInfo.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $('.aplus-v2 .comparison-table #'+comparisonName), $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'), $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'), $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item'); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths)); var minColumnWidth = $columns.innerWidth(); /* set the min-width of each column to the calulated width or minWidth */ $columns.css( 'min-width', Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width', maxChildWidth); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: sticky attribute & column */ (function() { /* cache selectors */ const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName); const header = comparisonTable.querySelector('td.attribute'); const fixedColumn = comparisonTable.querySelector('td.active'); const attributeColumnObserver = new ResizeObserver((entries) => { for (let entry of entries) { const bounds = entry.target.getBoundingClientRect().width; const activeCellWidth = window.getComputedStyle(fixedColumn).left; if (bounds + "px" !== activeCellWidth) { const activeCells = document.querySelectorAll('.aplus-data-column.active'); activeCells.forEach(cell => cell.style.left = bounds + "px"); } } }) attributeColumnObserver.observe(header) })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'), $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'), $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'), $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'), $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) { initCompTable(module); }); }); } }); }); })); /** * Premium-module 5: Comparision table - scroller */ .aplus-v2 .premium-aplus-module-5 h1 { padding-bottom: 30px; } /* position column-headers relative to this table */ .aplus-v2 .premium-aplus-module-5 .table-container { position: relative; opacity: 1; } .aplus-v2 .premium-aplus-module-5 .table-container.loading { opacity: 0; } .aplus-v2 .premium-aplus-module-5 .table-slider { overflow-x: scroll; overflow-y: visible; width: 100%; } .aplus-v2 .premium-aplus-module-5 td.attribute { min-width: 300px; top: auto; left: 0; z-index: 100; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute { right: 0px; left: auto; } .aplus-v2 .premium-aplus-module-5 td.active-item, .aplus-v2 .premium-aplus-module-5 th.active-item { top: auto; left: 300px; z-index: 100; } html[dir="rtl"] .premium-aplus-module-5 td.active-item, html[dir="rtl"] .premium-aplus-module-5 th.active-item { left: auto; right: 300px; } .aplus-v2 .premium-aplus-module-5 .attribute, .aplus-v2 .premium-aplus-module-5 .active-item{ position: sticky; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td, .aplus-v2 .premium-aplus-module-5 table.a-bordered th { background-color: #fff; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after { content: "?"; display: inline-block; font-size: 12px; position: relative; bottom: 5px; } .aplus-v2 .premium-aplus-module-5 .product-title { font-size: 15px; padding: 10px 0; } .aplus-v2 .premium-aplus-module-5 .scroll-width { overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 td.attribute.empty { height: 300px; } .aplus-v2 .premium-aplus-module-5 .header-img { padding-top: 10px; } /* Override default AUI .a-bordered table borders */ .aplus-v2 .premium-aplus-module-5 table.a-bordered { border-width: 0; border-color: #eaeaea; border-style: solid; } /* Size the top scroller */ .aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top { width: 100%; height: 20px; overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 .scroll-bar { height: 1px; } .aplus-v2 .premium-aplus-module-5 .add-to-cart { line-height: 1rem; font-weight: normal; } .aplus-v2 .premium-aplus-module-5 .review { font-size: 14px; } /** * Premium modules global styles */ .aplus-v2.desktop { max-width: 1464px; min-width: 800px; margin-left: auto; margin-right: auto; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } /* Undo this for tech-specs because it breaks table layout */ .aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: Arial, sans-serif; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: inherit; } /* type */ .aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; } .aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; } /* spacing */ .aplus-v2 .aplus-container-1 { padding: 40px; } .aplus-v2 .aplus-container-1-2 { padding: 40px 80px; } .aplus-v2 .aplus-container-2 { padding: 80px; } .aplus-v2 .aplus-container-3 { padding: 40px 0; } /* Display */ .aplus-v2 .premium-aplus .aplus-display-table { display: table; } .aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; } .aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; } /* Aplus display table with min-width 1000px and fill remaining space inside parent */ .aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% } /** * Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80. */ (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('aplus-module-tech-specs').execute(function(init) { if (init) { return; } P.register('aplus-module-tech-specs', function() { function showTablesFallback(tables) { // unsuccessful toggling "hide" parent class, fallback to toggling table css directly if (tables && typeof tables.css === 'function') { tables.css('visibility','visible'); } } function showTables(tables, hideLoadingCssClassName) { if (tables && typeof tables.closest === 'function') { var hideTableContainers = tables.closest('.' + hideLoadingCssClassName); if (hideTableContainers.length && typeof hideTableContainers.removeClass === 'function') { hideTableContainers.removeClass(hideLoadingCssClassName); return; // do not go to fallback } } showTablesFallback(tables); } function resizeSpecTables($, tables) { var tableHeights = []; tables.each(function(i, table) { tableHeights.push($(table).height()); }); var maxHeight = Math.max.apply(undefined, tableHeights); tables.height(maxHeight); } return function(moduleId, tableCssClassName, hideLoadingCssClassName) { P.when('A', 'ready').execute(function(A) { var $ = A.$; var targetClassName = '.' + moduleId + ' .' + tableCssClassName; var tables = $(targetClassName); try { resizeSpecTables($, tables); showTables(tables, hideLoadingCssClassName); } catch (e) { // in case resizeSpecTables throws, try to show tables or all hides if (tables && tables.length) { showTablesFallback(tables) } else { // final attempt, show all hidden tables var hideTableContainers = $('.' + (hideLoadingCssClassName || 'aplus-tech-spec-hide-loading')); hideTableContainers.removeClass(hideLoadingCssClassName); } } }); } }); }); })); .premium-aplus-module-15 { padding: 40px 0; text-align: left; } .aplus-v2 .premium-aplus-module-15 { text-align: inherit; } .aplus-v2 .premium-aplus-module-15 .premium-aplus-15-heading-text { padding-bottom: 20px; } .aplus-tech-spec-hide-loading { visibility: hidden; } .aplus-tech-spec-hide-loading:only-child { visibility: visible !important; } <style type="text/css"> .aplus-tech-spec-hide-loading { visibility: visible !important; } </style> ASKUBSKU USB C Headphones for Google Pixel 10 9 8 7...... <img alt="usb c headphones" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/84181ad5-3ed3-4eb4-a958-4d63b905376e.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Most USB C Earbuds you see on the market either come with a mediocre quality or for an exorbitant fee. ASKUBSKU wanted to design a product offering a good audio quality at a reasonable cost, affordable for all. <img alt="magnetic usb-c earbuds" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/a34ced19-b87e-4f24-a967-4597494cb037.__CR0,0,300,225_PT0_SX300_V1___.jpg"/> Easy Cable Management Magnetic function attach the USB C Headphones together for easy storage and keep them handy when needed, pull them away for music again <img alt="semi in ear headphone type c" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/a6f86620-72a0-4689-9787-bd60821a4562.__CR0,0,300,225_PT0_SX300_V1___.jpg"/> Comfort Fit Earbuds Thanks to ergonomic design with ear canal and skin-friendly material, usb-c earbuds comfortably to fit in ear, not easily fall out when running <img alt="HiFi Stereo USB C Earphones" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/ed636ff1-753c-4ec7-b181-71fb15c4df5e.__CR0,0,300,225_PT0_SX300_V1___.jpg"/> Hi-Fi Headphones Built-in high-quality DAC chip, maximize sound output and reducing the loss in sound transmission, you can enjoy high fidelity lossless sounds quality <img alt="wired usbc headphones with tips" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/27d9331e-dc34-489d-bd99-024e309685be.__CR0,0,300,225_PT0_SX300_V1___.jpg"/> Wired Earbuds with Case Packed with a mini bag to storage corded earphones and other small items <img alt="Wide Compatibility Headphone" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/62a3c955-0263-452f-9dd6-3281a11addf0.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Wide Compatibility ((Partial List): For Samsung Galaxy S26 Ultra/ S26+/ S26/ S25 FE/ S25 edge/ S25 Ultra/ S25+/ S25/ S24 Ultra/ S24+/ S24/ S23 FE/ S23/ S23 Ultra/ S23 Plus/ S22 / S22+/ S22 Ultra/ S21/ S21+/ S21 Ultra/ S20 FE/ S20/ S20+/ S20 Ultra/ Note 20/ Note20 Ultra/ Note 10/ A17/ A56/ A36/ A26/ A35 5G/ A54/ A53/ A33,for Z Fold 7/6/5/4/3,for Z Flip 7/6/5/4/3 for iPhone 17 Pro Max/17 Pro/Air/17/16e/16 Pro Max/16 Pro/16 Plus/16/15 Pro Max/15 Pro/15 Plus/15; for iPad 11th (A16)/10th Gen (2022);for iPad Pro 11-Inch/13-Inch (2024);for iPad Pro 6th Gen(2022) / 11 (2018)/ 12.9 (2018)/ 11 (2020)/ 12.9 (2020); For iPad Mini 7/6; For iPad Air 11-Inch/ 13-Inch (2024)/ 2022; For Macbook/ MacBook Pro/ MacBook Air For Google Pixel 10 Pro/10 Pro Fold/10 Pro XL/10/9A/9/ 9 Pro/ 9 Pro XL/ 9 Pro Fold/ 8A/ 8/ 8 Pro/7A/ Fold/ Tablet/ 7 Pro/7/6 / 6 Pro / 5 / 4 / 4XL / 3 / 3XL / 2 / 2XL For OnePlus 15/ 13R/ 13/ 12R/ 12/ Open/ Pad/ 11/ 10T/ 10/10 Pro/ 9/ 9 Pro/ Nord/ Nord 2/ 8/ 8 Pro/ 8T/ 7/ 7T/ 7 Pro/ 7T Pro/ 6/6T For Huawei Mate 20 Pro/ Mate 30 Pro/ Mate 40/ 40 RS/ 40 Pro+/ P20/ P20 Pro/ P30 Pro For Sony Xperia XZ3/Xperia XZ2/Xperia 1 For Nokia 9 PureView/8 Sirocco For Moto Moto Razr 5G/Edge and other usb c device without 3.5mm audio jack. Headphone specifications Material: ABS+TPE+Magnet Earbuds Type: Semi In-Ear Connector type USB Type C Cable length 120 cm /47 inches Color White Mic Bulit- in Microphone Package includes Earbud & In-Ear Headphones ;USB C x 1 Headphone Carry case x 1; Eartips 1 pair Notice: For MacOS models(for Macbook/Macbook Pro/iMac) and other usb c laptop, the default sound source output is speaker external playback,you need to manually turn on the audio output permission of the headset.(Setting method is:Settings-Sound-Output-Select "USB"). When you find that the headset cannot work after being plugged in, please check whether your permission has been enabled. (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('aplus-module-tech-specs').execute(function(resizeSpecTables) { resizeSpecTables('aplus-index-4', 'aplus-tech-spec-table', 'aplus-tech-spec-hide-loading'); }); })); ASKUBSKU Wired Headphones USB-C with Microphone USB C Headphones Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) USB C Headphones Over Ear Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Open Ear Headphones Wired Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) USB C Headphones Over Ear Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) USB C Headphone with EQ Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) USB C Headphones Wired Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) USB C Headphones Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Connector Type USB-C USB-CUSB-C USB-C USB-C USB-C USB-C USB-C Color White White White Black White Silver White Earplug Type Semi-in-Ear Over-Ear Open-Ear Over-Ear in-Ear in-Ear Semi-in-Ear Cable Length 3.93FT 3.93FT 3.93FT 3.93FT 3.93FT 3.93FT 3.93FT Built-in Mic ✔ ✔ ✔ ✔ ✔ ✔ ✔ Music Modes Fixed Fixed Fixed Fixed Adjustable Fixed Fixed (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() }); })); <img alt="Wired Headphone usb c" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/4cf8ad38-e9c7-4905-9f8e-61c2aeeb18d0.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> This USB C Corded Headphones is 45° SEMI in ear design, which conforms to ergonomics. Please pay attention to the angle when wearing it, and just put it in directly
- Wide Compatibility : USB C Headphones for Google Pixel 10a/10 Pro/10 Pro Fold/10 Pro XL/10/9a/9/9 Pro/9 Pro XL/9 Pro Fold/8a/8/8 Pro/Tablet/Fold/7/7 Pro/ 6/6 Pro 5 4 3 2 XL,for Samsung Galaxy 26 Ultra/S26+/S26/S25 FE/S25 edge/S25 Ultra/S25+/S25/S24 Ultra/S24+/S24/S24 FE/S23 FE/S23 Ultra/S23+/S23/S22 Ultra/S22/S22+/S21/S21+/S21 Ultra/S20 FE/S20 Ultra/S20+/S20/A53/A33/A35/Tab S8/S8 Ultra/S7/S6/S5e/Note 20/20+/20 Ultra/10/10+,Z Fold 7/6/5/4/3,Z Flip 7 FE/7/6/5/4/3,for OnePlus 15R/15/13R/13/12R/12/Open/Pad/11/10T/10 Pro/9 Pro, for iPhone 17 Pro Max/17 Pro/Air/17/16e/16 Pro Max/16 Pro/16 Plus/16/15 Pro Max/15 Pro/15 Plus/15,for Macbook,for iPad 11/10,for iPad Pro/Air/Mini and most type c device
- High Fidelity Stereo Sound Quality : Our Type C earbuds adopt the latest innovative technology and Hi-Res & DAC digital decoder chip, provides high quality sound and a solid connection by digital input signals to converting standard resolution music to superior clear audio, ensures high fidelity lossless sounds quality and bring people an immersive listening experience.Perfect for exercising like running,jogging, weight lifting, exercising, walking, hiking etc
- Ergonomic 45° Semi In ear Design : Ultra-lightweight semi in ear bass Type C headphones fit the ear perfectly without causing any discomfort even when used all day. The 3.9-foot anti-winding oxygen-free copper wire is resistant to abrasion, and the flexibility of the wire allows you to easily walk through backpacks and clothes during outdoor activities
- Magnetic Feature and Comfortable Design : Built-in robust magnet on the back of the wired USB C headphones firmly binds the two HiFi Type C earphones together for comfortable wear around your neck when not in use, effortlessly roll up and carry it without becoming tangled in everyday usage. Ideal for working, studying, traveling, sleeping, running, gym exercises or other outdoor activities
- In-Line Control Type-C Headphones : The control buttons of C Type headphones allow you to play/pause songs, skip next/previous song without picking up your phone. Easy access to volume control on the go. The USB-C earphones has built-in microphone which can hand free calling, allow you to easily answer/reject calls
전체 리뷰가 곧 제공됩니다. 위의 사양, 점수, 가격 및 차트는 항상 최신 상태로 유지됩니다.