:root {
–html_primary: #0B3954;
–html_secondary: #FFB128;
–html_lightblue: rgb(248 249 250) !important;
–html_dark: #e1e1e1;
–html_danger: #e4271d;
–html_tablebg: #f1f1f1;
–html_rk_bg_tab: #4790d0;
}
*,
*::before,
*::after {
box-sizing: border-box
}
body {
margin: 0 !important
}
.border-gray-btm {
border-bottom: solid 1px var(–html_dark)
}
.rk_border {
border: solid 1px var(–html_dark)
}
.margin0-auto,
.margin0auto {
margin: 0 auto
}
.padding5 {
padding: 5px !important
}
.padding10 {
padding: 10px !important
}
.padding15 {
padding: 15px !important
}
.paddingtop15 {
padding-top: 15px !important
}
.paddingtop30 {
padding-top: 30px !important
}
.paddingbottom30 {
padding-bottom: 30px !important
}
.paddingbottom15 {
padding-bottom: 15px !important
}
.paddingbottom10 {
padding-bottom: 10px !important
}
.padding-10b {
padding: 10px 0 !important
}
.padding-15b {
padding: 15px 0 !important
}
.paddingleft5 {
padding-left: 5px !important
}
.paddingleft10 {
padding-left: 10px !important
}
.paddingright10 {
padding-right: 10px !important
}
.margin0 {
margin: 0 !important
}
.padding0 {
padding: 0 !important
}
.margintop5 {
margin-top: 5px !important
}
.margintop10 {
margin-top: 10px !important
}
.margintop15 {
margin-top: 15px !important
}
.margintop20 {
margin-top: 20px !important
}
.marginbottom5 {
margin-bottom: 5px !important
}
.marginbottom10 {
margin-bottom: 10px !important
}
.marginbottom15 {
margin-bottom: 15px !important
}
.marginbottom20 {
margin-bottom: 20px !important
}
.marginbottom30 {
margin-bottom: 30px !important
}
.margin15b {
margin: 15px 0 !important
}
.margin20b {
margin: 20px 0 !important
}
.rk_font_bold {
font-weight: bold !important
}
.titleh1,
.titleh2,
.titleh3,
.titleh4 {
margin-top: 20px;
margin-bottom: 10px
}
.titleh1 {
font-size: 26px
}
.titleh2 {
font-size: 24px
}
.titleh3 {
font-size: 22px
}
.titleh4 {
font-size: 20px
}
.titleh5 {
font-size: 18px
}
.rk_bgwhite {
background-color: #fff
}
.rk_product-details ul,
.rk_list-style ul {
padding-left: 1rem
}
.rk_pdftab {
border-top: solid 1px #d0d0d0;
}
.rk_pdftab p a img {
margin-right: 0.51rem;
}
.rk_pdftab p a {
text-decoration: none;
margin-right: 1rem;
display: flex;
justify-content: start;
align-items: center
}
.rk_pdftab p {
margin: 10px 0;
padding: 10px;
display: flex;
justify-content: start;
align-items: center
}
.rk_pdftab .rk_pdfbutton {
padding: .1rem .3rem;
font-weight: bold;
font-size: .8rem;
color: #fff;
margin-left: 5px;
margin-right: 8px;
border-radius: 3px;
background-color: var(–html_danger)
}
.rk_row {
–bs-gutter-x: 1.5rem;
–bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1* var(–bs-gutter-y));
margin-right: calc(-.5* var(–bs-gutter-x));
margin-left: calc(-.5* var(–bs-gutter-x));
}
.rk_row>* {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(–bs-gutter-x)* .5);
padding-left: calc(var(–bs-gutter-x)* .5);
margin-top: var(–bs-gutter-y);
}
.rk-col-12 {
flex: 0 0 auto;
width: 100%
}
.rk_right_section,
.rk_left_section {
flex: 0 0 auto;
max-width: 50%;
margin-top: var(–bs-gutter-y)
}
.rk_productpic img {
width: 100%;
display: inline-block;
height: 100%;
max-height: 400px;
-o-object-fit: contain;
object-fit: contain
}
.rk_imgsize {
max-width: 100%;
height: auto
}
.rk_bigtable {
border: solid 1px var(–html_dark);
border-collapse: collapse;
overflow: hidden;
width: 100%
}
.rk_bigtable tr td,
.rk_bigtable tr th,
.rk_table tr td,
.rk_table tr th {
padding: 8px;
border: solid 1px var(–html_dark);
text-align: left;
}
.rk_bigtable tr td,
.rk_bigtable tr th {
width: auto
}
.rk_bigtable tr td:first-child,
.rk_table tr td:first-child {
font-weight: bold
}
.rk_bigtable tr th {
background-color: var(–html_tablebg)
}
.rk_table {
border: solid 1px var(–html_dark);
border-collapse: collapse;
overflow: hidden;
width: 100%
}
.rk_tabledetail {
border-collapse: collapse;
overflow: hidden;
width: 100%
}
.rk_tabledetail tr:nth-child(odd),
.rk_table tr:nth-child(odd),
.rk_bigtable tr:nth-child(odd) {
background: var(–html_tablebg);
border-bottom: solid 1px var(–html_dark)
}
.rk_tabledetail tr td,
.rk_tabledetail tr th {
padding: 10px;
width: auto
}
.rk_table-responsive {
width: 100%;
overflow-x: auto
}
.rk_bgcolor {
background-color: var(–html_lightblue)
}
.rk_maintab {
background: var(–html_primary);
text-align: center;
padding: 10px
}
.rk_maintab p {
margin: 0 !important;
color: #fff;
font-size: 18px
}
.rk_product-details {
border: solid 1px var(–html_dark);
padding: 20px
}
.rk_product-details ul li:before,
.rk_list-style ul li::before {
font-family: FontAwesome;
content: "f105";
font-size: 14px;
padding-right: 10px;
color: var(–html_secondary)
}
.rk_product-details ul li,
.rk_list-style ul li {
list-style-type: none;
color: #3f3f3f;
padding: 7px;
border-bottom: 1px dotted #ddd;
text-indent: -1em;
padding-left: 1.6em
}
.rk_maintab p .fa {
font-size: .7em;
display: inline-block;
margin-right: 5px;
font-weight: normal;
color: #ececec;
opacity: .2
}
.rk_maintab {
position: relative;
top: 0;
transition: all .25s
}
.rk_maintab:hover {
top: -.25em;
transition: all .25s
}
.rk_ja {
color: var(–html_secondary);
font-size: 1.3rem;
font-weight: bold
}
.rk_theme_blue {
background: var(–html_primary)
}
.rk_headingbg {
background-color: var(–html_secondary);
color: #fff;
padding: 7px;
font-weight: bold
}
.rk_fulldiv {
width: 100%
}
.rk_header_txt .rk_topbar {
color: #fff;
font-size: 14px;
background: var(–html_secondary);
text-align: center;
border-right: solid 2px var(–html_primary)
}
.rk_header_txt .rk_topbar:last-child {
border-right: 0
}
.rk_footer_heading {
background: var(–html_secondary);
color: #fff;
font-weight: 700;
font-size: 16px;
display: flex;
justify-content: center;
align-items: center
}
.rk_footer_info {
display: flex;
justify-content: center;
color: #fff
}
.rk_footer_info ul li {
list-style-type: none;
text-align: left;
padding-bottom: 18px;
color: #fff
}
.rk_footer_info .rk_kontakt {
display: block;
max-width: 175px;
padding: 0;
line-height: 40px;
margin: 20px auto !important;
font-size: 14px;
font-weight: 700;
background: var(–html_secondary);
color: #fff;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none !important;
border: 2px solid var(–html_secondary)
}
.rk_footer_info .rk_kontakt:before {
font-family: FontAwesome;
content: "f0e6";
font-size: 14px;
padding: 0;
margin: 0;
display: block;
background-color: var(–html_primary);
color: #fff;
width: 50px;
float: left
}
.rk_footer_info .rk_kontakt:hover {
background: repeating-linear-gradient(45deg, #333, #333 2px, #3f3f3f 2px, #3f3f3f 4px);
color: #fff
}
.pdf_img_ {
width: 100% !important
}
.rk_d_flex_center {
display: flex;
justify-content: center;
align-items: center;
}
.rk_d_flex_start {
display: flex;
justify-content: start;
align-items: start;
}
@media (max-width:400px) {
.rk-col-4 {
flex: 0 0 auto;
width: 100%
}
}
.rk_flex_row_reverse {
flex-direction: row-reverse
}
@media (max-width:767px) {
.rk_footer_info ul li {
display: flex;
justify-content: start;
align-items: center
}
.rk_footer_info ul {
margin-bottom: 0 !important
}
.rk_product-details {
border: solid 1px var(–html_dark);
padding: 10px
}
.rk_row {
padding-right: calc(var(–bs-gutter-x) * 0.5);
padding-left: calc(var(–bs-gutter-x) * 0.5);
display: flex;
flex-wrap: wrap;
margin: 0 auto
}
.rk_row .rk_right_section,
.rk_row .rk_left_section {
flex: 0 0 auto;
max-width: 100%;
padding-right: calc(var(–bs-gutter-x) * 0.5);
padding-left: calc(var(–bs-gutter-x) * 0.5);
margin-top: var(–bs-gutter-y)
}
.rk-col-3 {
flex: 0 0 auto;
width: 50%
}
}
@media (min-width:992px) {
.rk-col-4 {
flex: 0 0 auto;
width: 33.33%
}
.rk-col-3 {
flex: 0 0 auto;
width: 25%
}
.pic_pos {
position: relative;
top: -2rem
}
}
@media (min-width:768px) and (max-width:991px) {
.rk_row .rk_right_section,
.rk_row .rk_left_section {
flex: 0 0 auto;
max-width: 50%
}
.rk-col-4 {
flex: 0 0 auto;
width: 33.33%
}
.rk-col-3 {
flex: 0 0 auto;
width: 25%
}
.rk_footer_info ul {
padding-left: 0
}
}
.rk_bg_tab {
background-color: var(–html_rk_bg_tab) !important
}
.rk_content {
background: #fff;
color: #373737;
backface-visibility: hidden;
overflow: hidden
}
.rk_container #wplinks_tab {
padding: 0 !important
}
#rk_icon_txt {
padding: 10px;
font-size: 16px
}
/* Style Created By rohit */
.margintop0 {
margin-top: 0px !important;
}
.marginbottom0 {
margin-bottom: 0px !important;
}
.border-radius_5 {
border-radius: 5px !important;
}
.border-radius_10 {
border-radius: 10px !important;
}
.rk_product-points {
position: relative;
}
.rk_product-points::after {
content: '';
width: 100px;
height: 100px;
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid var(–html_secondary);
border-left: 3px solid var(–html_secondary);
}
.rk_product-points::before {
content: '';
width: 100px;
height: 100px;
position: absolute;
right: 0;
top: 0;
border-right: 3px solid var(–html_secondary);
border-top: 3px solid var(–html_secondary);
}
/* NEW CSS */
.pdf-icon {
color: black;
text-decoration: none;
}
.pdf-icon img {
margin-top: -3px;
margin-right: 10px;
}
.featured-img img {
max-height: 300px;
object-fit: contain;
}
.featured-banner img {
border-radius: 0.375rem;
width: 100%;
}
.box-heading {
position: relative;
z-index: 1;
display: inline-block;
text-transform: uppercase;
}
.steps_box img {
max-width: 100px;
}
.theusp_box img {
max-width: 150px;
}
.check_icon {
max-width: 25px;
margin-right: 10px;
}
.heading-after::after {
position: absolute;
content: '';
width: 100%;
height: 3px;
border-bottom: solid 1px #000;
left: 0;
bottom: 0;
transition: all .5s;
display: inline-block;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.rk_box {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
border-radius: 0.5rem;
padding: 1rem 0 !important;
background-color: #fff;
}
.featuers-list p {
margin-bottom: 16px;
margin-top: 0;
}
@media (min-width: 768px) {
.rk_col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.rk_col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
}
@media (min-width: 576px) {
.rk_container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.rk_container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.rk_container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.rk_container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.rk_container {
max-width: 1320px;
}
}
.rk_container {
–bs-gutter-x: 1.5rem;
–bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(–bs-gutter-x)* .5);
padding-left: calc(var(–bs-gutter-x)* .5);
margin-right: auto;
margin-left: auto;
}
.rk_border-bottom {
border-bottom: solid 1px #dee2e6;
}
.rk_text-center {
text-align: center;
}
.rk_steps_box .rk_steps_title {
border-radius: 0.5rem;
–bs-bg-opacity: 1;
background-color: #222;
color: #fff;
display: inline-block;
padding: 0.5rem 16px;
}
.rk_steps_box .rk_steps_desc {
color: #222;
font-weight: 600;
line-height: 1.7;
}
details.rk_faq_item {
padding: 10px;
border: solid 1px #ddd;
margin-bottom: 1rem;
border-radius: 0.5rem;
box-shadow: 1px 1px 10px 1px #77777717;
cursor: pointer;
}
details.rk_faq_item summary{
padding-top: 10px;
padding-bottom: 10px;
background: #e7f1ff;
padding-left: 10px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
details.rk_faq_item .rk_faq_answer {
padding: 12px 16px;
background: rgb(248 249 250) !important;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
/* Style Bu rohit */
.align-items-center{
align-items: center;
}
.featured-img .rk_imgsize {
width: 100%;
}
Motoröl Valvoline VR1 Racing 5W-50 für PKW – 4L Flasche
Premium-Motoröl auf Basis der hochwertigen HC-Synthesetechnologie. Speziell formuliert für Hochleistungsfahrzeuge. VR1 5W50 bietet Leistungsfähigkeit und höchsten Schutz unter allen Betriebsbedingungen in Benzinmotoren, die mit und ohne Turbolader unter extremen Betriebsbedingungen betrieben werden, wie Straßenrennen und Rallyes.
Motorschutz: Schützt vor Verschleiß und verlängert die Lebensdauer des Motors.
Temperaturstabilität: Funktioniert gut bei extremen Hitze- und Kältebedingungen.
Schlammschutz: Hält Motoren sauber, indem die Bildung von Ablagerungen verhindert wird.
Datenblatt
Valvoline VR1 Racing 5W-50 4L Motoröle
VR1 Rennsport-Schmierstoffe sind die führenden Produkte auf diesem Gebiet. VR1 Öle haben eine patentierte Zink-Additivierung für eröhten Verschleißschutz. Durch langjährige Innovation und Rennerfahrung sind Produkt-Formeln speziell für höhere Leistungen entwickelt worden. Unter Rennbedingungen ist ein Schutz der Hochleistungsmotoren gewährleistet. VR1 Rennsport-Schmierstoffen bieten Rennsportbegeisterten einen Wettbewerbsvorteil und sind daher die beste Wahl. Für ultimative Leistung in Benzinmotoren mit und ohne Turbolader. Perfekt geeigent für US-Cars! Bietet die erforderlichen Reserven zum Widerstehen der extremen Betriebsverhältnisse bei Rallyes und Rennen. Nicht empfohlen für Abgasreinigungssysteme oder Fahrzeuge mit Katalysatoren. Speziell für Rennsportanwendungen entwickelt, nicht empfohlen für längere Zeiträume.
SPEZIFIKATIONEN:
Vielseitige Viskosität: Bietet verschiedene Viskositätsgrade für unterschiedliche Bedürfnisse.
Synthetisch und konventionell: Erhältlich in synthetischen und konventionellen Formulierungen.
Breite Kompatibilität: Geeignet für verschiedene Motortypen, einschließlich Benzin- und Dieselmotoren.
TECHNICAL DETAILS:
Hersteller
Valvoline
Marke
Valvoline
Produktabmessungen
260 x 260 x 120 mm
EAN/GTIN
8710941023045
Artikel Nr.
457064
Hersteller Nr.
873434
Volumen
4 Liter
Viskosität
5W-50
Gebindeart
Flasche
Artikel Gewicht
3733 g
Modell
Valvoline VR1 Racing 5W-50
Fahrzeugtyp
Auto
WIE ES FUNKTIONIERT:
SCHRITT – 1
BEFOLGEN SIE DIE HERSTELLERANWEISUNGEN FÜR IHR
SPEZIFISCHES FAHRZEUG
SCHRITT – 2
GIEßEN SIE DAS ÖL IN IHREN MOTOR.
SCHRITT – 3
GENIESSEN SIE ZUVERLÄSSIGEN SCHUTZ UND SANFTES SCHALTEN AUF IHREN FAHRTEN.
Häufig gestellte Fragen:
Was ist der Zweck von Motoröl?
Motoröl schmiert die beweglichen Teile des Motors und reduziert Reibung und Verschleiß. Es hilft auch, den Motor zu reinigen, zu kühlen und zu schützen, indem es die Bildung von Schlamm und Ablagerungen verhindert und Wärme von kritischen Motorteilen ableitet.
Wie oft sollte ich mein Öl wechseln?
Die Häufigkeit des Ölwechsels hängt vom Fahrzeugtyp, den Fahrbedingungen und der verwendeten Ölsorte ab. Im Allgemeinen halten synthetische Öle wie die von Valvoline, Motul und Castrol zwischen 5.000 und 10.000 Meilen. Befolgen Sie stets die Richtlinien des Fahrzeugherstellers für Ölwechselintervalle.
Was ist der Unterschied zwischen synthetischem und konventionellem Öl?
Synthetisches Öl wird chemisch entwickelt, um einen besseren Schutz und eine höhere Leistung im Vergleich zu konventionellem Öl zu bieten. Es bietet eine bessere Viskosität bei extremen Temperaturen, einen verbesserten Schutz vor Motorverschleiß und längere Wechselintervalle. Konventionelles Öl ist zwar günstiger, bietet jedoch nicht das gleiche Leistungs- und Schutzniveau wie synthetisches Öl.
Kann ich verschiedene Ölsorten mischen?
Obwohl es im Allgemeinen sicher ist, verschiedene Marken von Öl zu mischen, wird empfohlen, dieselbe Marke und Art von Öl für eine optimale Leistung zu verwenden. Das Mischen von Ölen kann manchmal zu einer verminderten Wirksamkeit und Kompatibilitätsproblemen führen. Für beste Ergebnisse verwenden Sie eine konsistente Marke und Art von Öl wie Valvoline, Motul oder Castrol.
Wie oft sollte ich den Motorölstand kontrollieren?
Es ist ratsam, den Motorölstand mindestens einmal im Monat zu überprüfen. Regelmäßige Kontrollen tragen dazu bei, dass Ihr Motor genügend Öl hat, und können Sie auf mögliche Probleme wie Lecks hinweisen. Um den Ölstand zu prüfen, stellen Sie Ihr Fahrzeug auf einer ebenen Fläche ab, schalten Sie den Motor aus, warten Sie, bis er abgekühlt ist, und messen Sie dann den Ölstand mit dem Peilstab. Füllen Sie bei Bedarf Öl nach, um den richtigen Stand zu halten.
Links
Unser Shop
Verkäuferprofil
Bewertungen
Kontakt
Zahlung
Paypal
Überweisung
Kreditkarte
Barzahlung
Kontakt
Haben Sie Fragen zu unseren Angeboten? Kontaktieren Sie uns über
das eBay Kontaktformular.
eBay
Nachricht