Opis
/* css reset */
#rich-rich,
#rich-rich * {
box-sizing: border-box;
}
#rich-rich h2 {
margin: revert;
}
#rich-rich {
font-family: “Montserrat”, sans-serif;
}
#rich-rich h2 {
color: #000;
font-size: 4em;
font-weight: 600;
margin: 0.83em 0;
}
#rich-rich h3 {
color: #000;
font-size: 3.5em;
font-weight: 600;
margin: 0.3em 0 0.5em 0;
}
#rich-rich h4 {
color: #000;
font-size: 2em;
font-weight: 600;
margin: 1em 0 1.33em 0;
}
/* Правки */
#rich-rich .clmn-4 h4 {
color: #000;
font-size: 1.5em;
font-weight: 600;
margin: 1em 0 1.2em 0;
min-height: 60px
}
#rich-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;
}
/* Правки */
#rich-rich .clmn-4 p {
color: #000;
font-size: 1.25em;
font-weight: 400;
margin: 1em 0 1em 0;
}
#rich-rich strong {
font-weight: 600;
}
#rich-rich li {
font-weight: 400;
font-size: 1.5em;
margin: 1em 0;
padding: 0;
list-style-position: inside;
}
#rich-rich ul {
padding-inline-start: 0px;
}
#rich-rich .desc-img.lazy,
#rich-rich .desc-img {
max-width: 100%;
height: auto;
}
/* custom style */
#rich-rich .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-width: 1400px;
margin: 0 auto;
padding-top: 3%;
padding-bottom: 1%;
}
#rich-rich .clmn {
margin: 20px auto;
padding: 0.5em 2em 1em 2em;
}
#rich-rich .clmn_alt {
margin: 1%;
padding: 0em;
flex-direction: column;
}
#rich-rich .clmn_alt p {
padding: 0.8em;
}
#rich-rich .clmn-1 {
width: 100%;
}
#rich-rich .clmn-2 {
width: 50%;
}
#rich-rich .clmn-3 {
width: 33.33%;
/* Правки */
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
min-height: 400px;
/* общая высота блока */
box-sizing: border-box;
}
/* Правки */
#rich-rich .clmn-3 div img {
width: 100%;
height: 250px;
object-fit: cover;
display: block;
}
#rich-rich .clmn-3_alt {
width: 30%;
}
#rich-rich .clmn-70 {
width: 70%;
margin-left: auto;
margin-right: auto;
}
#rich-rich .clmn-70_alt {
width: 66%;
display: flex;
}
#rich-rich .clmn.right {
justify-content: flex-end;
text-align: right;
display: flex;
flex-wrap: wrap;
align-content: center;
}
#rich-rich .clmn.center {
justify-content: center;
text-align: center;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
.img-clmn {
text-align: center;
width: 100%;
min-height: 250px;
}
@media screen and (max-width: 992px) {
#rich-rich h2 {
font-size: 2.7em;
}
#rich-rich h3 {
font-size: 2.4em;
}
#rich-rich .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
max-width: 1400px;
margin: 0 20px;
padding-top: 0;
padding-bottom: 6%;
}
#rich-rich .padmob {
padding: 0 20px;
}
#rich-rich .clmn {
padding: 0 0 1em 0;
}
#rich-rich {
font-size: 14px;
max-width: 100%;
}
#rich-rich .clmn-1,
#rich-rich .clmn-2,
#rich-rich .clmn-3,
#rich-rich .clmn-4,
#rich-rich .clmn-70 {
width: 100%;
}
#rich-rich .clmn-3_alt,
#rich-rich .clmn-70_alt {
max-width: 500px;
margin: auto auto 1em auto;
width: 100%;
}
#rich-rich .clmn.right {
justify-content: flex-start;
text-align: left;
}
#rich-rich .flex-container.revert {
flex-direction: column-reverse;
max-width: 1400px;
margin: 0 auto;
}
#rich-rich svg {
justify-content: flex-start;
max-width: 20%;
}
}
/* template */
#rich-rich .aspect-cor {
aspect-ratio: 3 / 2;
overflow: hidden;
border-radius: 20px;
}
#rich-rich .aspect-cor2 {
aspect-ratio: 6 / 5;
overflow: hidden;
border-radius: 20px;
}
#rich-rich .top-logo {
max-width: 230px;
margin: auto;
}
#rich-rich .top-logo img {
display: block;
width: 100%;
}
#rich-rich .boldupcent {
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
#rich-rich .boldcent {
font-weight: 600;
text-align: center;
}
#rich-rich .normalupcent {
text-transform: uppercase;
text-align: center;
font-weight: normal;
}
#rich-rich .normalcent {
text-align: center;
font-weight: normal;
}
#rich-rich .boldupleft {
text-transform: uppercase;
font-weight: bold;
text-align: left;
}
#rich-rich .boldleft {
font-weight: 600;
text-align: left;
}
#rich-rich .vertmid {
display: flex;
align-items: center;
justify-content: left;
}
#rich-rich .video {
height: 0;
position: relative;
padding-bottom: 56.25%;
}
#rich-rich .video iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
@media (min-width: 992px) {
#rich-rich .listinrow {
display: flex;
flex-directon: row;
justify-content: space-around;
}
}
@media (min-width: 992px) {
#rich-rich .clmn-4 {
width: 50%;
}
}
@media (min-width: 1200px) {
#rich-rich .clmn-4 {
width: 25%;
}
}

QLED 4K Ambilight TV
Brace yourself for 4K QLED colour brilliance. Immersive Ambilight. Dolby Atmos with 3D cinema-like sound. With Titan OS to bring everything you love to watch with ease, this TV doesn’t just enhance the moment, it commands a better viewing experience.
- 139 cm (55") Ambilight TV
- 4K QLED
- Pixel Precise Ultra HD
- Dolby Atmos®

Next-level immersion, every day

There’s TV. And there’s Ambilight TV
With integrated LED lights that react to each scene, Ambilight immerses you in a halo of colourful light. Movies, sports, music videos and gaming expand beyond the screen to draw you deeper into the moment. Once experienced, you’ll never want another TV without it.

AmbiScape – sync your smart bulbs to the action
Step into a new dimension of entertainment. AmbiScape extends Ambilight beyond the TV, synchronising with your smart lights to transform your room into a living canvas. Feel every scene, every beat and every moment as your surroundings react in real time—pulling you deeper into the experience.

4K QLED for vibrant viewing and quantum dot colour quality
Vivid colours. Ultra-sharp scenes. It’s quantum dot colour brilliance. With 4K (UHD), it adapts to all your HDR formats. Each incredible moment, whether dark or light, played or streamed, lets you devour every detail as you watch scene by scene.

Get closer to the details with Pixel Precise Ultra HD
Zoom in. Lose yourself in the detail. This is precision that goes beyond the imaginable. With a Pixel Precise Ultra HD screen for sharpness and lifelike detail, it fills every moment with breathtaking experiences.

Colour and contrast unleashed with HDR10+
Expect more detail. Improved picture quality, frame by frame. With greater emphasis on colour and contrast, even the darkest moments and brightest scenes are made clearer.

Whatever you watch, perfect TV sound. IntelliSound engine
With our IntelliSound engine on board, you can use AI to give you the best possible sound! Whether it’s programmes and films, music or speech-heavy content such as the news, the TV will optimise the settings automatically. Don’t want to use AI? You can also select preset sound styles manually or customise the settings yourself.

Surround yourself with Dolby Atmos and DTS:X
With Dolby Atmos for sound just as the director intended, and DTS:X to create 3D sound experiences, it’s as if you’re really there. Adding this extra dimension to sound brings a more immersive experience to your home.

Find content quickly and easily with Titan OS
The Philips Smart TV Titan OS platform brings you what you love to watch, fast. From sequels to series, and from documentaries to drama, everything you want is there at the touch of a button. Whatever you’re looking to watch, keep all the best streaming apps easily within reach.

Connect seamlessly to smart home networks
Matter Smart Home compatibility means you can control your TV via the Matter Smart Home app, or control your TV by voice via Alexa-enabled devices or your Google smart speakers. This way, you can use your voice to find films and programmes, receive recommendations and so much more.

EasyLink. Seamless and effortless control
EasyLink gives you full control of your Philips TV and soundbar with just one remote control. Experience seamless, unified control. No more juggling multiple remote controls. Just smooth, connected convenience every time.

Eco design – European design thinking
Sustainability meets style. This beautifully crafted TV is designed with the planet in mind, from a remote control made of recycled plastics to FSC-certified packaging and inserts printed on recycled paper. With Eco Mode, you can lower energy consumption across all content and settings with just one tap







Recenzije
Još nema recenzija.