Opis
/* css reset */
#soundcore-rich,
#soundcore-rich * {
box-sizing: border-box;
}
#soundcore-rich h2 {
margin: revert;
}
#soundcore-rich {
font-family: “Montserrat”, sans-serif;
}
#soundcore-rich h2 {
color: #000;
font-size: 4em;
font-weight: 600;
margin: 0.5em 0 0 0;
}
#soundcore-rich h3 {
color: #000;
font-size: 3.5em;
font-weight: 600;
margin: 0.3em 0 0.5em 0;
}
#soundcore-rich h4 {
color: #000;
font-size: 2.6em;
font-weight: 600;
margin: 1em 0 1.33em 0;
}
#soundcore-rich p {
color: #000;
font-size: 1.5em;
line-height: 1.5em;
font-weight: 400;
margin: 0.8em 0 1.5em 0;
text-align: justify;
}
#soundcore-rich strong {
font-weight: 600;
}
#soundcore-rich li {
font-weight: 400;
font-size: 1.5em;
margin: 1em 0;
padding: 0;
list-style-position: inside;
}
#soundcore-rich ul {
padding-inline-start: 0px;
}
#soundcore-rich .desc-img.lazy,
#soundcore-rich .desc-img {
max-width: 100%;
height: auto;
border-radius: 20px;
}
/* custom style */
#soundcore-rich .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-width: 1400px;
margin: 0 auto;
padding-top: 1%;
padding-bottom: 1%;
}
#soundcore-rich .clmn {
padding: 0.5em 2em 1em 2em;
}
#soundcore-rich .clmn_alt {
margin: 1%;
padding: 0em;
flex-direction: column;
}
#soundcore-rich .clmn_alt p {
padding: 0.8em;
}
#soundcore-rich .clmn-1 {
width: 100%;
}
#soundcore-rich .clmn-2 {
width: 50%;
}
#soundcore-rich .clmn-2_alt {
width: 58%;
}
#soundcore-rich .clmn-3 {
width: 33.33%;
}
#soundcore-rich .clmn-3_alt {
width: 42%;
}
#soundcore-rich .clmn-70 {
width: 70%;
margin-left: auto;
margin-right: auto;
}
#soundcore-rich .clmn.right {
justify-content: flex-end;
text-align: right;
display: flex;
flex-wrap: wrap;
align-content: center;
}
#soundcore-rich .clmn.center {
justify-content: center;
text-align: center;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
.small-1-2 {
display: flex;
gap: 20px;
margin: auto;
}
.small-1 {
flex: 1;
display: flex;
flex-direction: column;
margin: 0;
}
.small-2 {
flex: 1;
display: flex;
flex-direction: column;
margin: 0;
}
#soundcore-rich .small-1 h3 {
margin: 0;
color: transparent;
background-image: linear-gradient(140deg, #088dd4, #aee3ff);
background-clip: text !important;
}
#soundcore-rich .small-2 h3 {
margin: 0;
color: transparent;
background-image: linear-gradient(140deg, #088dd4, #aee3ff);
background-clip: text !important;
}
#soundcore-rich .small-1 h4 {
font-size: 1.5em;
font-weight: 700;
text-align: left;
margin: 0;
color: transparent;
background-image: linear-gradient(140deg, #088dd4, #8ed5fc);
background-clip: text !important;
}
#soundcore-rich .small-2 h4 {
font-size: 1.5em;
font-weight: 700;
text-align: left;
margin: 0;
color: transparent;
background-image: linear-gradient(140deg, #088dd4, #8ed5fc);
background-clip: text !important;
}
@media screen and (max-width: 992px) {
#soundcore-rich h2 {
font-size: 2.4em;
}
#soundcore-rich h3 {
font-size: 2.2em;
}
#soundcore-rich .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
max-width: 1400px;
margin: 0 20px;
padding-top: 0;
padding-bottom: 6%;
}
#soundcore-rich .padmob {
padding: 0 20px;
}
#soundcore-rich .clmn {
padding: 0;
}
#soundcore-rich {
font-size: 14px;
max-width: 100%;
}
#soundcore-rich .clmn-1,
#soundcore-rich .clmn-2,
#soundcore-rich .clmn-2_alt,
#soundcore-rich .clmn-3,
#soundcore-rich .clmn-4,
#soundcore-rich .clmn-70 {
width: 100%;
}
#soundcore-rich .clmn-3_alt,
#soundcore-rich .clmn-70_alt {
max-width: 500px;
margin: auto auto 1em auto;
width: 100%;
}
#soundcore-rich .clmn.right {
justify-content: flex-start;
text-align: left;
}
#soundcore-rich .flex-container.revert {
flex-direction: column-reverse;
max-width: 1400px;
}
#soundcore-rich svg {
justify-content: flex-start;
max-width: 20%;
}
}
/* template */
#soundcore-rich .aspect-cor {
aspect-ratio: 4 / 3;
overflow: hidden;
border-radius: 20px;
}
#soundcore-rich .aspect-cor img {
transform: translateY(-5.1rem);
}
#soundcore-rich .aspect-cor2 {
aspect-ratio: 656 / 409;
overflow: hidden;
border-radius: 20px;
}
#soundcore-rich .top-logo {
max-width: 270px;
margin: 20px auto;
}
#soundcore-rich .top-logo img {
display: block;
width: 100%;
}
#soundcore-rich .boldupcent {
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
#soundcore-rich .boldcent {
font-weight: 600;
text-align: center;
}
#soundcore-rich .normalupcent {
text-transform: uppercase;
text-align: center;
font-weight: normal;
}
#soundcore-rich .normalcent {
text-align: center;
font-weight: normal;
}
#soundcore-rich .boldupleft {
text-transform: uppercase;
font-weight: bold;
text-align: left;
}
#soundcore-rich .boldleft {
font-weight: 600;
text-align: left;
font-size: 4.5em;
}
#soundcore-rich .vertmid {
display: flex;
align-items: center;
justify-content: left;
}
#soundcore-rich .video {
height: 0;
position: relative;
padding-bottom: 56.25%;
}
#soundcore-rich .video iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
@media (min-width: 992px) {
#soundcore-rich .listinrow {
display: flex;
flex-directon: row;
justify-content: space-around;
}
}
@media (min-width: 992px) {
#soundcore-rich .clmn-4 {
width: 50%;
}
}
@media (min-width: 1200px) {
#soundcore-rich .clmn-4 {
width: 25%;
}
}

Liberty 5 Pro | Noise Cancelling Earbuds for Clear Calls
Whisper-Clear Calls. Signature Sound. Instant Voice Control.
- Guinness World Records: soundcore Liberty 5 Pro was certified by Guinness World Records in
April 2026 as the “Highest speech quality score (G-MOS) for TWS earbuds (objective test).” - Whisper-Clear Calls: Equipped with 10 sensors and the Thus™ AI Chip, enjoy crystal-clear
calls in 100 dB+ noisy environments or even quiet rooms. Whisper, speak, or shout—your voice is
always heard, anywhere you go. - Instant Pure Silence: 100% more effective noise cancellation than our previous flagship
model. Powered by 8 sensors and the Thus™ AI Chip, the earbuds process 384K+ noise signals per
second, blocking subway, office, or street chaos for instant silence. - Your Signature Sound: HearID 5.0 with personalized EQ and an AI Audio Enhancer deliver sound
precisely tuned to your ears. No more compromises with generic, standard audio. - Lag-Free Voice Control: With 20 built-in commands, you can skip songs, take calls, and
adjust the volume—offline processing ensures zero delay.



ANKER Thus™


World’s Clearest Earbuds for
Calls


10 Sensors + ANKER Thus™ Make Your Voice Clearer
Powered by 10 sensors and the Thus™ AI Chip, your voice is isolated and background
noise is blocked—so every word is transmitted, and every call is flawlessly clear.


Instant Pure Silence
100% more effective ANC[1] than the previous flagship model.[2]
Note:
1.The greater the Active Noise Cancellation (ANC) depth, the better the performance.
2.Compared to Liberty 4 Pro.
Industry-Leading ANC Technology
8 sensors and the Thus™ AI Chip process 384K+ noise signals per second, blocking
subway,
office, and street noise for instant silence.


Auto Transparency with Voice Detection
Chat comfortably without removing your earbuds—stay
connected to your surroundings.
Your Signature Sound
Intelligently crafted sound that perfectly matches your preferences. Great sound lifts your
mood—and a better mood boosts your productivity.


Personalized EQ Adjustment
Tests your hearing, analyzes your taste, and generates a custom EQ profile—tuned precisely to
you.
Enhance What You Hear
65% real-time reduction in Bluetooth audio quality loss when AI Sound Enhancement is turned
on.
Note: Pixels represent sound detail. Gray pixels
(left) show what is lost in compression; blue pixels (right) show what Liberty 5 Pro
restores.


Lag-Free Voice Control
3x faster responses than other voice control systems—commands execute instantly.
Note: Compared to a standard voice control system,
specific to the response time for voice commands like “Next track.” Based on testing in the
soundcore lab.
Speak, and It’s Done
Skip songs, take calls, and control the volume with 20 built-in commands—no phone, no
Internet, no delay.
Note: Only supports English, German, Japanese, and
Chinese.


Wear It, Forget It
With a 38% smaller body and multiple ear tip sizes to choose from, it delivers a comfortable,
personalized fit that minimizes ear pressure, ensuring true all-day comfort.
Charging Case Built for Smart Features
The charging case features a 0.96-in smart display, allowing you to control basic earbud
functions and check battery levels.

Product Information












Recenzije
Još nema recenzija.