${(function(){ const get_random_six_digits = () => { return Math.random().toString().slice(-6) }; const wholesale_enabled = false; const setting_product_image_display = "133.33%"; const product_image = data.image; const secondary_image = data.secondImage; const image_width = product_image.width; let image_height = product_image.height; if(setting_product_image_display == '100%'){ image_height = image_width }else if(setting_product_image_display == '133.33%'){ image_height = image_width * 1.3333; }; const product_image_hover_on = true && !!secondary_image.src; const has_save_label = true && ((+data.compare_at_price) > (+data.price)); const is_single_variant = data.variants.length == 1; const min_price_variant_href = (data.min_price_variant && data.min_price_variant.available) ? data.min_price_variant.withinUrl : data.withinUrl; const retail_price_max = data.retail_price_max || data.compare_at_price_max; const THUMBNAILS_MAX_SIZE = 3; const thumbnails = data.thumbVariants.slice(0, THUMBNAILS_MAX_SIZE); const image_wrap_id = 'image_wrap_' + get_random_six_digits(); const image_carousel_id = 'image_carousel_' + get_random_six_digits(); const thumbnails_selector_id = 'thumbnails_selector_' + get_random_six_digits(); const form_id = 'form_' + get_random_six_digits(); const mixed_wholesale = data.mixed_wholesale; return `
${ data.available ? `${ (+data.compare_at_price > +data.price) ? `Ušetrite
` : '' }` : "Vypredan\u00e9" }
Zmiešaná šarža
${data.title}
${ data.price_min != data.price_max ? `od
` : `
` }
+${data.remainInvisibleThumbCount}
` })()}
Dobierka, zľava 10% pri platbe online
Dobierka, zľava 10% pri platbe online
Prihláste sa
Vytvorte si účet
${data.data && data.data.count}
Domovská stránka
Šaty
Topy
Nohavice
Oblek
Sveter
Bunda a kabát
Topánky
Taška
Príslušenstvo
Všetky produkty
Viac odkazov
${(function(){ const formatLinks = (links) => { return links.map(link => { link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr = link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ? `href="${link.url}"` : ''; if(link.children && link.children.length){ link.children = formatLinks(link.children); } return link; }) }; const tags = "{}"; let linkList = [ { id: 77589509, title: "Domovsk\u00e1 str\u00e1nka", url: "\/", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110453, title: "\u0160aty", url: "\/collections\/saty", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110455, title: "Topy", url: "\/collections\/topy", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110457, title: "Nohavice", url: "\/collections\/nohavice", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110459, title: "Oblek", url: "\/collections\/oblek", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110461, title: "Sveter", url: "\/collections\/sveter", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110463, title: "Bunda a kab\u00e1t", url: "\/collections\/bunda-a-kabat", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110465, title: "Top\u00e1nky", url: "\/collections\/topanky", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110467, title: "Ta\u0161ka", url: "\/collections\/taska", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110469, title: "Pr\u00edslu\u0161enstvo", url: "\/collections\/prislusenstvo", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 81110471, title: "V\u0161etky produkty", url: "\/collections\/vsetky-produkty", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, ].slice(offset); linkList = formatLinks(linkList); const hasChild = linkList.some(link => !!(link.children && link.children.length || link.product0.id)); return `
${link.title}
${link.tag.label}
${second_link.title}
${second_link.tag.label}
${third_links.title}
${third_links.tag.label}
${link.title}
${link.tag.label}
` })()}
Prihláste sa
Vytvorte si účet
${data.data && data.data.count}
${(function(){ if (data === undefined || typeof data !== 'string' || data == '') return '
'; const keyword = encodeURIComponent(data); return `
Zobraziť viac
Vaše hľadanie ' ${data} ' neprinieslo žiadne výsledky.
` })()}
Domovská stránka
Šaty
Topy
Nohavice
Oblek
Sveter
Bunda a kabát
Topánky
Taška
Príslušenstvo
Všetky produkty
Prihláste sa
Vytvorte si účet
(function(){ let w = window.innerWidth; function setHeaderCssVar() { const headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){ return }; document.body.style.setProperty('--window-height', `${window.innerHeight}px`); document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`); const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide'); if (mdScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`); } const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide'); if (pcScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`); } } function handlResize() { if(w == window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); }; function init(){ setHeaderCssVar(); window.removeEventListener('resize', window._theme_header_listener) window._theme_header_listener = handlResize; window.addEventListener('resize', window._theme_header_listener); } init(); })();
1/9
${data.index + 1}/${data.total}
${Array(data.total).fill(0).map((num, index) => `
`).join('')}
Nálepka na kľučku dverí auta (miska na dvere + prúžok proti kolízii/sada 8 kusov)
€20.00
€40.00
-
€20.00
${function() { const variantData = data.variant || {"id":"0ca53275-71aa-4454-bc65-754f426d433a","product_id":"211f1010-70fd-47bb-9411-aee45da5572f","title":"Biela-NO LOGO","weight_unit":"kg","inventory_quantity":1000,"sku":"nbh6-White","barcode":"","position":1,"option1":"Biela","option2":"NO LOGO","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4e4883d6943859ff28d7dbb11fbec905.jpeg","path":"4e4883d6943859ff28d7dbb11fbec905.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20,"min_quantity":1}],"weight":"0","compare_at_price":"40","price":"20","retail_price":"40","available":true,"url":"\/products\/nalepka-na-klucku-dveri-auta-miska-na-dvere-pruzok-proti-kolizii-sada-8-kusov?variant=0ca53275-71aa-4454-bc65-754f426d433a","available_quantity":999999999,"options":[{"name":"Farba","value":"Biela"},{"name":"\u0160t\u00fdl","value":"NO LOGO"}],"off_ratio":"50","flashsale_info":{"variant_id":"0ca53275-71aa-4454-bc65-754f426d433a","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"20","compare_at_price":"","discount_price":"20","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"50","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0}; const saveType = "amount"; const productLabelDiscountOn = true; return `
-
${saveType == 'percentage' ? `
-${variantData.off_ratio}%
` : `
-
` }
`; }()}
Toto si práve teraz prezerá
ľudí
Farba:
Biela
${function(){ const optName = "Farba"; const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value; const optionValueText = optionValue ? (optionValue) : ''; return `
${optionValueText}
`; }()}
Biela
Čierna
${function(){ const tipText = "Vyberte {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data); return `
${tipText}
` }()}
Štýl:
NO LOGO
${function(){ const optName = "Štýl"; const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value; const optionValueText = optionValue ? (optionValue) : ''; return `
${optionValueText}
`; }()}
NO LOGO
For Audi
For Bmw
For Mercedes benz
For Land rover
For Toyota
For Honda
For Nissan
For Buick
For Ford
For Jaguar
For Porsche
For Mazda
For Chevrolet
For Lexus
For Cadillac
For Jeep
For Renault
For Lincoln
For Maserati
For Skoda
For Volvo
For Hyundai
For Citroen
For Infiniti
For Acura
For Subaru
For Tesla
For Volkswagen
For Suzuki
For Kia
For Peugeot
For Mitsubishi
For Mini
For Fiat
For Holden
For Mg
For Dodge
For Alfaromeo
For Opel
For Isuzu
${function(){ const tipText = "Vyberte {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data); return `
${tipText}
` }()}
Množstvo
${function() { const minInventory = parseInt('10'); const maxInventory = parseInt('50'); const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory; const customText = "Na sklade u\u017e len {stock} polo\u017eiek!".replace(/\{stock\}/g, '
' + randomInventory + '
'); const barWidth = (randomInventory / maxInventory) * 100 + '%'; return `
${customText}
`; }()}
Pridať do košíka
€20.00
${function(){ const wholesale_enabled = false; const qty = data.quantity || 1; const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const productVariant = {"id":"0ca53275-71aa-4454-bc65-754f426d433a","product_id":"211f1010-70fd-47bb-9411-aee45da5572f","title":"Biela-NO LOGO","weight_unit":"kg","inventory_quantity":1000,"sku":"nbh6-White","barcode":"","position":1,"option1":"Biela","option2":"NO LOGO","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4e4883d6943859ff28d7dbb11fbec905.jpeg","path":"4e4883d6943859ff28d7dbb11fbec905.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20,"min_quantity":1}],"weight":"0","compare_at_price":"40","price":"20","retail_price":"40","available":true,"url":"\/products\/nalepka-na-klucku-dveri-auta-miska-na-dvere-pruzok-proti-kolizii-sada-8-kusov?variant=0ca53275-71aa-4454-bc65-754f426d433a","available_quantity":999999999,"options":[{"name":"Farba","value":"Biela"},{"name":"\u0160t\u00fdl","value":"NO LOGO"}],"off_ratio":"50","flashsale_info":{"variant_id":"0ca53275-71aa-4454-bc65-754f426d433a","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"20","compare_at_price":"","discount_price":"20","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"50","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0}; const variantData = currentSelectVariant || defaultVariant || productVariant; const wholesale_price = variantData.wholesale_price || []; if(wholesale_enabled && wholesale_price.length > 0) { let wholesaleIndex = wholesale_price.findIndex(item => { return item.min_quantity > qty; }); if(wholesaleIndex < 0){ wholesaleIndex = wholesale_price.length - 1; }else if(wholesaleIndex > 0){ wholesaleIndex = wholesaleIndex - 1; } const wholesalePrice = wholesale_price[wholesaleIndex] || ''; return `
` }else { const price = variantData && variantData.price; return price != undefined ? `
` : '
'; } }()}
Nákup na dobierku
Produkt bol vypredaný.
Produkt je nedostupný.
Platba pri doručení
Máte právo vrátiť produkt do 14 dní
Zaplaťte online a získajte 10% zľavu
Prijímame
Popis
🎉 Veľkolepo uvádzajte na trh svietiacu ochrannú fóliu misky dverí na lišty nárazníkov auta!
Tento vysokokvalitný a odolný doplnok do auta je navrhnutý tak, aby chránil dvere vášho auta pred poškriabaním, preliačením a iným poškodením spôsobeným náhodnými nárazmi.
Vďaka nočnému svetlu a reflexným prvkom poskytuje zvýšenú viditeľnosť pri jazde v noci, čím uľahčuje ostatným vodičom vidieť vaše auto z diaľky.
Vlastnosti
🚗 Vyrobené z vysoko kvalitných materiálov, ľahko sa inštaluje a pripevní sa na akúkoľvek kľučku dverí auta pomocou silného lepiaceho podkladu. Je tiež odolný voči poveternostným vplyvom, vode a teplu, vďaka čomu vám vydrží dlho bez vyblednutia alebo poškodenia.
🚗 Nielen funkčný, ale aj štýlový, s elegantným a moderným dizajnom, ktorý dodá exteriéru vášho auta punc elegancie. Je k dispozícii v rôznych farbách, ktoré zodpovedajú laku vášho auta, vďaka čomu je dokonalým doplnkom k celkovému vzhľadu vášho vozidla.
🚗 Chráňte dvere svojho auta a dodajte im šmrnc s ochranným pásom na nárazníky auta Glow in the Dark Door Bowl Protector. Objednajte si ho ešte dnes a zažite pohodlie a výhody tohto úžasného autodoplnku!
Špecifikácia produktu
Materiál:
Samolepiaca
Balenie produktu
Nálepka na kľučku dverí auta × 1
Poznámky
Z dôvodu manuálnych meraní povoľte mierne odchýlky merania.
Vzhľadom na rôzne zobrazenie a svetelné efekty sa skutočná farba položky môže mierne líšiť od farby zobrazenej na obrázku.
NAŠA ZÁRUKA:
Veríme, že máme jedny z najinovatívnejších produktov na svete, a chceme sa uistiť, že to podložíme bezrizikovou 30-dňovou zárukou.
Ak z akéhokoľvek dôvodu nemáte pozitívnu skúsenosť, vynaložíme maximálne úsilie, aby ste boli s nákupom spokojní.
Chceme, aby ste si boli istí, že pri kúpe a skúšaní produktov je absolútne nulové riziko. Ak sa vám to nepáči a necítite sa zle, urobíme to správne.
Podporu posielame e-mailom. Ak potrebujete pomoc, kontaktujte nás.
Môže sa vám tiež páčiť
Zobraziť košík
${function(){ const productData = data.product; let product_change_event = '', mouse_over_event = ' '; mouse_out_event = ''; const product_options = productData.options.filter(Boolean) || []; for (let opt of product_options) { const nameEscape = opt.name.replace(/\/|\\|\s|\'|\"|`|\<|\>/g, '') product_change_event = product_change_event + `quick-shop-selected-variant-${opt.id}.rerender(data=event.selectedValues.${opt.name});`; mouse_out_event = mouse_out_event + `@${nameEscape}Mouseout="quick-shop-selected-variant-${opt.id}.rerender(data=event.selectData.${opt.name}, redo=true);"`; mouse_over_event = mouse_over_event + `@${nameEscape}Mouseover="quick-shop-selected-variant-${opt.id}.rerender(data=event, redo=true);"`; } const selectedVariant = productData.variants.find(v => v.available) || productData.variants[0]; const statusLan = ((selectedVariant && !selectedVariant.available) || (!selectedVariant && !productData.available)) ? "Vypredan\u00e9" : "Prida\u0165 do ko\u0161\u00edka"; return `
${statusLan}
` }()}
${function(){ const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const variantData = currentSelectVariant || defaultVariant || data; const retail_price = variantData.retail_price || 0; return `
Maloobchod
` }()}
${function(){ const wholesale_enabled = false; const qty = data.quantity || 1; const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const productVariant = {"id":"0ca53275-71aa-4454-bc65-754f426d433a","product_id":"211f1010-70fd-47bb-9411-aee45da5572f","title":"Biela-NO LOGO","weight_unit":"kg","inventory_quantity":1000,"sku":"nbh6-White","barcode":"","position":1,"option1":"Biela","option2":"NO LOGO","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4e4883d6943859ff28d7dbb11fbec905.jpeg","path":"4e4883d6943859ff28d7dbb11fbec905.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20,"min_quantity":1}],"weight":"0","compare_at_price":"40","price":"20","retail_price":"40","available":true,"url":"\/products\/nalepka-na-klucku-dveri-auta-miska-na-dvere-pruzok-proti-kolizii-sada-8-kusov?variant=0ca53275-71aa-4454-bc65-754f426d433a","available_quantity":999999999,"options":[{"name":"Farba","value":"Biela"},{"name":"\u0160t\u00fdl","value":"NO LOGO"}],"off_ratio":"50","flashsale_info":{"variant_id":"0ca53275-71aa-4454-bc65-754f426d433a","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"20","compare_at_price":"","discount_price":"20","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"50","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0}; const variantData = currentSelectVariant || defaultVariant || productVariant; const wholesale_price = variantData.wholesale_price || []; if(wholesale_enabled && wholesale_price.length > 0) { let wholesaleIndex = wholesale_price.findIndex(item => { return item.min_quantity > qty; }); if(wholesaleIndex < 0){ wholesaleIndex = wholesale_price.length - 1; }else if(wholesaleIndex > 0){ wholesaleIndex = wholesaleIndex - 1; } const wholesalePrice = wholesale_price[wholesaleIndex] || ''; return `
` }else { const price = variantData && variantData.price; return price != undefined ? `
` : '
'; } }()}
${function() { let variantImageShowed = false; const currentProduct = data.product; return (currentProduct.options || []).map((option, index) => { const optionName = option.name || ''; const optionId = option.id || ''; const position = `option${index + 1}`; let isThumbImage = false; if (currentProduct.need_variant_image && !variantImageShowed) { const variantNames = ["color"] || []; for (let i = 0, len = variantNames.length; i < len; i++) { const name = variantNames[i].toLowerCase(); if (name === optionName.toLowerCase()) { isThumbImage = true; variantImageShowed = true; } } } const variantType = "button"; const thumbStyle = "image_with_text"; return `
${optionName}:
${option.values.map((value, idx) => { const selected = data.selectedValues[optionName] == value ? 'checked' : ''; let thumbImage = null; if (isThumbImage) { const variants = currentProduct.variants; for (let i = 0, len = variants.length; i < len; i++) { const variant = variants[i]; if (variant[position] == value && thumbImage == null) { thumbImage = variant.image; break; } } } return `
${value}
` }).join('')}
${optionName}
${option.values.map(value => { const selected = data.selectedValues[optionName] == value ? 'selected' : ''; return `
${value}
` }).join('')}
` }).join(''); }()}
${data.originData && data.originData.value || data.value}