Descrizione
Supporto TV da 26″ – 65″ da pavimento fino a 35 kg,bianco TS1140-W
#content-layout {
max-width: 1440px;
width: 100%;
font-size: 16px;
}
.layout-header {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.layout-header__img {
width: 100%;
}
.layout-header .layout-header__title {
position: absolute;
width: 100%;
font-size: clamp(1.063em, 3.482vw + 0.366em, 3.5em);
font-weight: 600;
text-align: center;
margin-top: 3%;
color: #fff !important;
line-height: 1;
}
@media screen and (max-width: 480px) {
.layout-header .layout-header__title {
position: static;
color: #000 !important;
margin: 5% 0;
}
}
.layout-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
padding: 0 clamp(1.5em, 7.5vw + 0em, 6.75em);
gap: clamp(0.5em, 2.5vw + 0em, 2.25em);
list-style-type: none;
margin-top: 18px !important;
margin-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
.layout-icons {
margin-top: 0 !important;
}
}
.layout-icons .layout-icons__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 20%;
}
.layout-icons .layout-icons__item:nth-child(4) .item__img-wrapper {
padding: 0;
}
.layout-icons .layout-icons__item .item__img-wrapper {
height: clamp(1.375em, 6.607vw + 0.054em, 6em);
padding: clamp(0.188em, 0.804vw + 0.027em, 0.75em) 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.layout-icons .layout-icons__item .item__img-wrapper .item__img {
height: 100%;
}
.layout-icons .layout-icons__item .item__title {
text-align: center;
font-size: clamp(0.375em, 1.607vw + 0.054em, 1.5em);
color: #000;
margin: 8% 0 !important;
font-weight: 600;
text-wrap: nowrap;
}
.layout-icons .layout-icons__item .item__desc {
text-align: center;
font-size: clamp(0.25em, 1.25vw + 0em, 1.125em);
text-wrap: nowrap;
}
.full-img {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: 39.6px 0;
}
.full-img:last-child {
margin: 0;
}
.full-img__img {
width: 100%;
}
.full-img_text-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.full-img_text-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.full-img_text-right_mb0 {
margin-bottom: 0;
}
.full-img_text-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 480px) {
.full-img_mob-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.title-box,
.text-box {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
height: 100%;
}
.title-box {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
}
.title-box__title {
font-size: clamp(1.063em, 4.286vw + 0.205em, 4.063em);
font-weight: 600 !important;
color: #fff;
line-height: 1 !important;
}
.title-box_block1 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 7%;
}
.title-box_block1 .title-box__title {
margin-bottom: 5%;
}
@media screen and (max-width: 480px) {
.title-box_block1 {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
width: 100%;
padding: 0 7%;
}
}
.title-box_block2 {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 6%;
}
.title-box_block2 .title-box__title {
margin: 0;
font-size: clamp(1.25em, 5.179vw + 0.214em, 4.875em);
}
.title-box_block2 .title-box__text {
font-size: clamp(0.563em, 2.411vw + 0.08em, 2.25em);
color: #fff !important;
}
.title-box_block3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0 8%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.title-box_block3 .title-box__icon-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: clamp(1.375em, 6.607vw + 0.054em, 6em);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (max-width: 480px) {
.title-box_block3 .title-box__icon-wrapper {
display: none;
}
}
.title-box_block3 .title-box__icon-wrapper .title-box__icon {
height: 100%;
}
.title-box_block3 .title-box__title {
color: #000;
margin: 4% 0;
}
@media screen and (max-width: 480px) {
.title-box_block3 .title-box__title {
color: #fff;
}
}
@media screen and (max-width: 480px) {
.title-box_block3 {
width: 100%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.title-box_block3 .title-box__title {
text-align: center;
}
}
.grid-layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
gap: 12px;
}
.grid-layout__grid-item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
color: #fff;
width: calc(50% – 18px);
}
.grid-layout__grid-item .grid-item__img {
width: 100%;
}
.grid-layout__grid-item .grid-item__title {
position: absolute;
text-align: center;
color: #fff;
font-size: calc(17px + 21 * (100vw – 320px) / 1600);
margin: 36px 0 !important;
font-weight: 600;
}
@media screen and (max-width: 480px) {
.grid-layout {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 5%;
}
.grid-layout__grid-item {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.grid-layout__grid-item .grid-item__img {
border-radius: 0;
}
.grid-layout__grid-item .grid-item__title {
position: static;
color: #000 !important;
margin: 12px 0 !important;
}
}
h1,h2,h3,h4,h5,h6,p{
z-index:1;
}
TS1140 – Supporto TV per pavimenti
Soluzione
pragmatica
per la vostra
casa
Fissazione alla parete
Profilo sottile
Montaggio VESA universale
Sistema di gestione dei cavi
Alternativa
al montaggio
a parete
Supporto TV regolabile in altezza







Recensioni
Ancora non ci sono recensioni.