top of page

Size özel indirimli fiyatlar için +90 216 446 90 10 ve info@onurgroup.com.tr

Base B1000B K-Road S3 HRO CI HI SRC

Base B1000B K-Road S3 HRO CI HI SRC

Base B1000B K-Road S3 HRO CI HI SRC İtalyan İş Güvenliği Ayakkabısı

 

Üst:  Suya Dayanıklı Nubuk Deri

İç Astar:  Smell Stop 100% Antibakteriyel

İç Taban:  Fresh'n Flex + tabanlık Dry'n Air Omnia

Burun : Alüminyum

Dış Taban:  Çift yoğunluklu PU / HRO kauçuk Teknolojisi i-daptive® 

Patentler ve Avantajları: Dry'n Air, Smell Stop, i-daptive®, Fresh'n Flex

 

Base B1000B K-ROAD S3 CI HI HRO SRC İtalyan İş Güvenliği Ayakkabısı Kaptiv serisinin Konfor ve Rahatlığı sunduğu modellerindendir.Base B1000B K-ROAD S3 CI HI HRO SRC iş ayakkabısı su geçirmez nubuk deriden üretilen modelidir. Base B1000B K-ROAD S3 CI HI HRO SRC modeli spor ayakkabının esnekliğini aratmayacak kadar rahat ve esnek tasarlanmıştır.

 

    6 200,00 TRYPrix
    TVA Incluse |
    Quantité
    bottom of page
    User-agent: * Disallow: /admin/ Disallow: /_api/ Disallow: /_functions/ Disallow: /sepet/ Disallow: /cart/ Disallow: /checkout/ Disallow: /account/ Disallow: /login/ Disallow: /search Disallow: /*?* Allow: /urun/ Allow: /urunler/ Allow: /kategori/ Allow: /product-page/ Allow: /blog/ Allow: /post/ Sitemap: https://www.onurgroup.com.tr/sitemap.xml "shippingDetails":{ "@type":"OfferShippingDetails", "shippingRate":{ "@type":"MonetaryAmount", "value":"0", "currency":"TRY" }, "deliveryTime":{ "@type":"ShippingDeliveryTime", "handlingTime":{ "@type":"QuantitativeValue", "minValue":0, "maxValue":1, "unitCode":"DAY" }, "transitTime":{ "@type":"QuantitativeValue", "minValue":1, "maxValue":3, "unitCode":"DAY" } }, "shippingDestination":{ "@type":"DefinedRegion", "addressCountry":"TR" } } $w.onReady(async function () { try { const product = await $w("#productPage1").getProduct(); const productUrl = product.productPageUrl || window.location.href.split("?")[0]; const productName = product.name || document.title; const productDescription = product.description || productName + " Onur Group güvencesiyle orijinal ve garantili olarak sunulmaktadır."; const productImage = product.mainMedia || product.mediaItems?.[0]?.src || ""; const productPrice = product.priceData?.price || product.price || product.discountedPrice || ""; const productSku = product.sku || product._id || productName; const brandName = detectBrand(productName); const schema = { "@context": "https://schema.org", "@type": "Product", "@id": productUrl + "#product", "name": productName, "description": stripHtml(productDescription), "image": productImage ? [productImage] : [], "url": productUrl, "sku": productSku, "mpn": productSku, "brand": { "@type": "Brand", "name": brandName }, "offers": { "@type": "Offer", "@id": productUrl + "#offer", "url": productUrl, "priceCurrency": "TRY", "price": String(productPrice).replace(",", "."), "availability": product.inStock ? "https://schema.org/InStock" : "https://schema.org/OutOfStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "Onur Group", "url": "https://www.onurgroup.com.tr" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "TR" }, "shippingRate": { "@type": "MonetaryAmount", "value": "0", "currency": "TRY" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 3, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "TR", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 14, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/FreeReturn", "refundType": "https://schema.org/FullRefund" } } }; const script = document.createElement("script"); script.type = "application/ld+json"; script.text = JSON.stringify(schema); document.head.appendChild(script); } catch (error) { console.error("Product Schema oluşturulamadı:", error); } }); function detectBrand(name) { const brands = [ "3M", "Base", "Uvex", "Toworkfor", "Olefini", "Niva", "FreeDoor", "Sente", "Lewis" ]; const found = brands.find((brand) => name.toLowerCase().includes(brand.toLowerCase()) ); return found || "Onur Group"; } function stripHtml(value) { return String(value).replace(/<[^>]*>/g, "").trim(); }