Indukční deska s odsavačem

Řazení produktů

Cena

3980049500
13980049500

Značky

Položek k zobrazení: 3

Výpis produktů

Ovládací prvky výpisu

3 položek celkem
(function () { if (!document.querySelector('.p-detail')) return; var breadcrumbs = document.querySelector('.breadcrumbs'); if (!breadcrumbs) return; var links = Array.prototype.slice.call( breadcrumbs.querySelectorAll('a') ); var isKitchenDoors = links.some(function (a) { var path = new URL(a.href, window.location.origin) .pathname .replace(/\/+$/, ''); return path === '/kategorie/kuchynske-dvirka'; }); var isSwatches = links.some(function (a) { var path = new URL(a.href, window.location.origin) .pathname .replace(/\/+$/, ''); return path === '/kategorie/vzorniky-odstinu' || path === '/kategorie/vzornik-folie-pvc'; }); if (!isKitchenDoors || isSwatches) return; var style = document.createElement('style'); style.id = 'spoon-hide-door-price-cart'; style.textContent = '.p-detail .p-final-price-wrapper{' + 'display:none!important;' + '}' + '.p-detail .p-to-cart-block .add-to-cart{' + 'display:none!important;' + '}'; document.head.appendChild(style); })();