F20 F WLT 110/90-18 61V TL

Special Price 207,54 € Regular Price 258,21 €
Laos
Tootekood
425730
DUNLOP
Saadame välja: 28.08.2025 ja 29.08.2025 vahemikus
Kuumakse alates 10.42€, valides makseviisiks ESTO järelmaks.

Küsi meie spetsialistidelt nõu
Kevin
Varuosad, remonditeenus
Eesti ja Inglise keel
 
 
 
Janek
Sõidukid, sõiduvarustus

Järelmaksu või liisingu pakkuja saate valida ostukorvis makset sooritades.
Svea järelmaks   ESTO järelmaks   TF Bank järelmaks   Swedbank liising   SEB Liising   Montonio järelmaks   Inbank järelmaks ja liising

Rohkem infot võimaluste kohta leiate siit.

 

F20 Tire

  • OE tires are designed to suit the horsepower and handling characteristics of the model for which each tire was designed
  • The letter and number code shows the tire type as displayed on the sidewall of the tire
  • Tubeless (TL)



ASPECT RATIO90
CONSTRUCTION- (Bias)
LOAD/SPEED INDEX61V
POSITIONFront
RIM DIAMETER18
SECTION WIDTH110
TIRE SIZE110/90-18
TREAD PATTERN/MODELF20
TUBE TYPETubeless
MARKET SEGMENTCruiser / Street
FEATURESE-marked
STYLEStreet
UNITSEach
PRODUCT NAMETire
SIDEWALLRaised White Lettering
Lisainfo
Kaal6.386000
Kõrgus114
Laius648
TootjaDUNLOP
Pikkus648
Rehvi kõrgus90
Rehvi laius110
Rehvi mõõt110/90-18
Tarnija tootekood651097
Velje diameeter18
SaadavusKesklaos
Outlet, lõpumüükEi
Tarneaeg1-2 tööpäeva
KampaaniadRehvigarantii
0
Rating:
0% of 100
Write Your Own Review
Arvustatav toode:F20 F WLT 110/90-18 61V TL
Sinu hinnang

Service Temporarily Unavailable :(

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

" let _customerEmail = "" window.CRISP_SESSION_ID = $crisp.get('session:identifier'); $crisp.push(['set', 'session:segments', [['magento']]]); if (_customerEmail) { $crisp.push(['set', 'user:email', _customerEmail]); } if (_customerId) { postData("customer", {id: parseInt(_customerId)}) } postCartLuma(); } function postCartLuma() { require(["Magento_Customer/js/customer-data"], (customerData) => { setTimeout(() => { let _cartType = "cart" let _cart = customerData.get("cart"); let _customer = customerData.get("customer"); let _cartData = _cart() let _customerData = _customer() let _currency = "EUR" if ((_customerData || {}).fullname) { $crisp.push(['set', 'user:nickname', _customerData.fullname]); } if ((_cartData || {}).items) { if (_currency !== null) { _cartData.currency = _currency } postData(_cartType, _cartData); } _cart.subscribe((data) => { if (_currency !== null) { data.currency = _currency } postData(_cartType, data); }); }, 200); }) } function postData(type, body) { fetch( crispPluginURL + "/visitors/website/" + window.CRISP_WEBSITE_ID + "/session/" + window.CRISP_SESSION_ID + "/" + type, { method: "POST", headers: { "Content-Type": "application/json", Accept: "application/json", }, body: JSON.stringify(body), } ); }