LORGAR FLEX RAF1, Sim Racing Cockpit Advanced, Foldable, 150x72x113 cm-playing, 38x72x126cm-folded, Black
Cikkszám:
833122
Gyártói cikkszám:
LRG-RAF1
Megbízhatóság:
100%
106 089
Ft
Garancia: 24 hónap
Várható átvétel
|
PCX átvevő pont
|
máj. 04
|
|
|
DPD Futár
|
máj. 05
|
|
|
MPL Futár
|
máj. 05
|
|
|
Expressz Futár
|
máj. 04
|
|
Tulajdonságok
A garanciális termékek visszaküldhetők: Igen
A szék jellemzői: Foldable Direct drive support Shifter mount Handbrake mount
A szék súlya: 15.6 kilogramm
Burkolat anyaga: Polypropylene Polyethylene Textile
Csomag hossza (mm): 1020 milliméter
Csomag magasság (mm): 258 milliméter
Csomag súlya Brutto (kg): 22.15 kilogramm
Csomag súlya nettó (kg): 16.45 kilogramm
Csomag szélessége (mm): 690 milliméter
Csomag Típus: Kiskereskedelem
Darabok a csomagban: 1
Doboz hossza (mm): 1000 milliméter
Doboz magassága (mm): 258 milliméter
Doboz súlya Brutto (kg): 22.15 kilogramm
Doboz szélessége (mm): 690 milliméter
Dobozban csomagolva: 1
EAN kód: 5291485020279
Garancia érvényesítési kritériumai: Sorozatszám
Jótállási idő (hónap): 24 hónapok
Keret anyaga: Iron/Aluminum
Külső szín: Fekete
Maximális alkalmas magasság: 160 centiméter
Maximális megfelelő súly: 120 kilogramm
Minimális alkalmas magasság: 190 centiméter
Szék magassága: 1050 milliméter
Szék mélysége: 1500 milliméter
Szék szélessége: 700 milliméter
Szék típusa: Cockpit
/* css reset */
#prod-desc-container,
#prod-desc-container * {
box-sizing: border-box;
}
#prod-desc-container h2 {
margin: revert;
}
#prod-desc-container {
font-size: 16px;
max-width: 1400px;
margin: 0 auto;
font-family: "Arimo", sans-serif;
}
#prod-desc-container .headline-2 {
font-size: 1.5em;
margin: 0.83em 0;
}
#prod-desc-container .headline-3 {
font-size: 1.17em;
margin: 1em 0;
}
#prod-desc-container .headline-4 {
font-size: 1em;
margin: 1.33em 0;
}
#prod-desc-container .paragraph {
margin: 1em 0;
text-align: justify;
}
#prod-desc-container .desk-list {
margin: 1em 0;
padding: 0 0 0 20px;
list-style-position: outside;
}
#prod-desc-container .desc-img.lazy,
#prod-desc-container .desc-img {
width: initial;
max-width: 100%;
height: auto;
border-radius: 20px;
box-shadow: -0.2em 0.3em 0.4em 0.3em rgba(0, 0, 0, 0.3), -0.2em 0.3em 0.4em 0.3em rgba(0, 0, 0, 0.3);
}
/* custom style */
#prod-desc-container .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
#prod-desc-container .clmn {
padding: 1em;
}
#prod-desc-container .clmn-1 {
width: 100%;
}
#prod-desc-container .clmn-2 {
width: 50%;
}
#prod-desc-container .clmn-3 {
width: 33.33%;
}
#prod-desc-container .clmn-4 {
width: 25%;
}
#prod-desc-container .clmn-70 {
width: 70%;
margin-left: auto;
margin-right: auto;
}
#prod-desc-container .clmn.right {
justify-content: flex-end;
text-align: right;
display: flex;
flex-wrap: wrap;
align-content: center;
}
#prod-desc-container .clmn.center {
justify-content: center;
text-align: center;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
@media screen and (max-width: 992px) {
#prod-desc-container .clmn {
padding: 1em 0;
}
#prod-desc-container {
font-size: 14px;
max-width: 100%;
}
#prod-desc-container .clmn-1,
#prod-desc-container .clmn-2,
#prod-desc-container .clmn-3,
#prod-desc-container .clmn-4,
#prod-desc-container .clmn-70 {
width: 100%;
}
#prod-desc-container .clmn.right {
justify-content: flex-start;
text-align: left;
}
#prod-desc-container .flex-container.revert {
flex-direction: column-reverse;
}
#prod-desc-container svg {
justify-content: flex-start;
max-width: 20%;
}
}
/* template */
.top-logo img {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
}
.boldupcent {
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
.normalupcent {
text-transform: uppercase;
text-align: center;
font-weight: normal;
}
.boldupleft {
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
.vertmid {
display: flex;
align-items: center;
justify-content: left;
}
.seemore {
background-color: #144169;
border: none;
border-radius: 1em;
color: white;
padding: 1em 2em;
text-align: center;
text-transform: uppercase;
font-size: 1em;
margin: 0.1em 0.2em;
opacity: 0.6;
transition: 0.3s;
display: inline-block;
text-decoration: none;
cursor: pointer;
}
.prodcard {
background-color: yellow;
border: 1em #144169;
border-radius: 1em;
color: black;
padding: 1em 1em;
text-align: center;
text-transform: uppercase;
font-size: 0.7em;
opacity: 0.6;
transition: 0.3s;
display: inline-block;
text-decoration: none;
cursor: pointer;
}
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
color: olive;
text-decoration: none;
cursor: crosshair;
}
.video {
height: 0;
position: relative;
padding-bottom: 56.25%;
}
.video iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 20px;
box-shadow: -0.2em 0.3em 0.4em 0 rgba(0, 0, 0, 0.3), -0.2em 0.3em 0.4em 0 rgba(0, 0, 0, 0.3);
}