// Sprawdź, czy URL zawiera '-p' i cyfry na końcu
if (window.location.pathname.match(/-p\d+$/)) {
// Dodaj przedrostek do tytułu strony
document.title = 'Przedrostek - ' + document.title;
// Znajdź meta tag description i dodaj przedrostek do jego zawartości
var metaDescription = document.querySelector('meta[name="description"]');
if (metaDescription) {
metaDescription.setAttribute('content', 'Przedrostek - ' + metaDescription.getAttribute('content'));
}
}
Shopping cart is empty
x
For free delivery are missing -,--
Free delivery!
Sum 0,00 €
Price includes discounts
This site uses cookies in accordance with the policy. Your use of the site means that they will be placed on your device, you can change the settings of your browser.