Schowek0
Twój schowek jest pusty
Koszyk0
Twój koszyk jest pusty ...
Strona główna » Karta podarunkowa

Karta podarunkowa

Karta Podarunkowa – Opis i korzyści

Karta podarunkowa to wygodny sposób na zakup produktów dla bliskich w sklepie bazarmichalin.eu, idealny na urodziny, święta czy okazjonalne prezenty dla miłośników zwierząt. Użytkownik otrzymuje unikalny kod, który może wykorzystać przy dowolnym zamówieniu, bez ograniczeń czasowych – wartość od 50 zł do 500 zł. Kupując kartę, wspierasz polski e-sklep z akcesoriami dla psów i kotów, oferując elastyczny prezent bez ryzyka nietrafionego wyboru.

Jak działa karta podarunkowa

 
  1. Zakup: Wybierz nominał (50 zł, 100 zł, 200 zł, 500 zł), dodaj do koszyka i zapłać – karta wysyłana jest e-mailem w ciągu 5 minu

  2. Aktywacja: Odbiorca wpisuje kod w koszyku podczas zakupów; saldo pomniejsza wartość zamówienia.

  3. Warunki: Jednorazowa płatność, niewykorzystane środki zachowują ważność przez 12 miesięcy, nie do wymiany na gotówkę.


Przejdź do strony głównej

Newsletter

Odbierz 10% rabatu na start

Podaj e-mail i zgarnij kod na pierwsze zamówienie.

 

zamknij
Kontrast
Wielkość tekstu
Wysokość linii
Odstęp liter
Kursor
Skala szarości
Ukryj obrazy
Czytelna czcionka
Wyłączenie animacji
Wyrównanie tekstu
Nasycenie
Podkreśl odnośniki
Czytnik ekranu
Zresetuj wszystkie ustawienia
/* Fix: OG image homepage — replace space in URL */ if (location.pathname === '/') { var _ogimg = document.querySelector('meta[property="og:image"]'); if (_ogimg) { var _u = _ogimg.getAttribute('content'); if (_u && _u.indexOf(' ') > -1) { _ogimg.setAttribute('content', _u.replace(/ /g, '%20')); } } } /* Fix: OG image products — replace noimage.jpg with real image */ if (location.pathname.indexOf('-p-') > -1) { var _ogimg2 = document.querySelector('meta[property="og:image"]'); if (_ogimg2) { var _c = _ogimg2.getAttribute('content'); if (_c && _c.indexOf('noimage') > -1) { var _realImg = document.querySelector('a.Zoom img.Zdjecie'); if (_realImg) { var _s2 = _realImg.getAttribute('src') || ''; if (_s2 && _s2.indexOf('domyslny') === -1) { _ogimg2.setAttribute('content', _s2.indexOf('http') === 0 ? _s2 : 'https://bazarmichalin.eu/' + _s2.replace(/^\//, '')); } } } } } /* Fix: nowosci title — replace global default */ if (location.pathname === '/nowosci.html') { var _nw = document.querySelector('title'); if (_nw && _nw.textContent.indexOf('Sklep dla Zwierz') > -1) { _nw.textContent = 'Nowości - świeże produkty w sklepie | Bazar Michalin'; var _md = document.querySelector('meta[name="description"]'); if (_md) _md.setAttribute('content', 'Sprawdź najnowsze produkty w Bazarmichalin. Nowości w karmach, zabawkach i akcesoriach dla zwierząt, dzieci i domu.'); } } /* Fix: info pages titles — replace global default for pm-* pages */ (function(){ var _titles={'/regulamin-pm-46.html':'Regulamin sklepu Bazarmichalin.eu | Bazar Michalin','/o-nas-pm-28.html':'O nas - Greendavik P.S.A. | Bazar Michalin','/darmowe-zwroty-pm-31.html':'Darmowe zwroty - jak oddać produkt | Bazar Michalin','/faq-pm-37.html':'FAQ - najczęstsze pytania i odpowiedzi | Bazar Michalin','/polityka-prywatnosci-pm-17.html':'Polityka prywatności | Bazar Michalin','/kody-rabatowe-pm-39.html':'Kody rabatowe i promocje | Bazar Michalin','/zasady-wysylki-pm-16.html':'Zasady wysyłki i dostawy | Bazar Michalin','/katalogi-poduktow-pm-11.html':'Katalogi produktów | Bazar Michalin','/karta-podarunkowa-pm-26.html':'Karta podarunkowa - prezent dla bliskich | Bazar Michalin','/nasza-historia-greenadvik-pm-44.html':'Nasza historia - Greendavik | Bazar Michalin','/newsletter-pm-36.html':'Newsletter - 10% rabatu | Bazar Michalin','/mapa-strony-pm-29.html':'Mapa strony | Bazar Michalin','/popularne-marki-pm-41.html':'Popularne marki | Bazar Michalin','/o-dostawcach-pm-47.html':'O dostawcach | Bazar Michalin','/moja-strona-pm-43.html':'Moja strona | Bazar Michalin','/paczkomaty-pm-32.html':'Paczkomaty - odbiór przesyłek | Bazar Michalin','/status-zamowienia-pm-35.html':'Status zamówienia - sprawdź | Bazar Michalin'}; var _p=location.pathname; if(_titles[_p]){ var _t=document.querySelector('title');if(_t&&_t.textContent.indexOf('Sklep dla Zwierz')>-1){_t.textContent=_titles[_p];var _md=document.querySelector('meta[name="description"]');if(_md&&_md.getAttribute('content').indexOf('Kup w Bazarmichalin')>-1){_md.setAttribute('content','Sprawdź '+_p.replace(/^\/|\.[a-z]+$/g,'').replace(/[-]/g,' ')+' w Bazarmichalin.');}} } })(); /* Fix: noindex */ if (['/bestsellery.html','/nowosci.html','/hity.html','/promocje.html','/polecane.html','/produkty.html','/oczekiwane.html'].includes(location.pathname)) { var rb = document.querySelector('meta[name="robots"]'); if (rb) rb.setAttribute('content', 'index,follow'); } /* Fix: canonical — naprawia podwójną domenę LUB dodaje gdy brak */ if (1) { var ca = document.querySelector('link[rel="canonical"]'); if (ca) { var h = ca.getAttribute('href'); if (h.indexOf('https://bazarmichalin.eu/https://') === 0 || (h.indexOf('https://') === 0 && h.match(/https:\/\/[^/]+\/https/i))) { h = h.replace(/^https:\/\/[^/]+\/https:\/\/([^/]+)/, 'https://$1'); ca.setAttribute('href', h); } } else { var ca = document.createElement('link'); ca.setAttribute('rel', 'canonical'); ca.setAttribute('href', location.href.replace(/\/$/, '')); document.head.appendChild(ca); } } /* OG tags */ if (location.pathname.indexOf('-p-') === -1 && location.pathname !== '/') { var _h1 = document.querySelector('h1'); var _title = _h1 ? _h1.textContent.trim() : document.title; var _desc = document.querySelector('meta[name="description"]')?.getAttribute('content') || ''; var _img = document.querySelector('.zdjecieGlowne img, .foto img, img[src*="kategorie"]')?.getAttribute('src') || ''; if (!document.querySelector('meta[property="og:title"]')) { var _el = document.createElement('meta'); _el.setAttribute('property', 'og:title'); _el.setAttribute('content', _title); document.head.appendChild(_el); } if (!document.querySelector('meta[property="og:description"]')) { var _el2 = document.createElement('meta'); _el2.setAttribute('property', 'og:description'); _el2.setAttribute('content', _desc.slice(0, 200)); document.head.appendChild(_el2); } if (!document.querySelector('meta[property="og:image"]') && _img) { var _el3 = document.createElement('meta'); _el3.setAttribute('property', 'og:image'); _el3.setAttribute('content', _img.indexOf('http') === 0 ? _img : 'https://bazarmichalin.eu/' + _img.replace(/^\//, '')); document.head.appendChild(_el3); } } /* OnlineStore schema */ var _os=document.createElement('script');_os.type='application/ld+json';_os.textContent=JSON.stringify({"@context":"https://schema.org","@type":"OnlineStore","name":"Greendavik P.S.A.","url":"https://bazarmichalin.eu","email":"kontakt@bazarmichalin.eu","telephone":"+48 455 408 136","address":{"@type":"PostalAddress","streetAddress":"ul. Chmielna 73B lok. 14","postalCode":"00-801","addressLocality":"Warszawa","addressCountry":"PL"},"sameAs":["https://www.facebook.com/profile.php?id=61573933817222","https://www.youtube.com/@ArkadiuszFio%C5%82na","https://www.instagram.com/arkadiuszfiolna/"]});document.head.appendChild(_os); /* Product schema — v2: cena z #FormKartaProduktu p strong, zdjecie a.Zoom img.Zdjecie, pomijaj placeholder domyslny */ if(location.pathname.indexOf('-p-')>-1){ var _h1=document.querySelector('h1');var _pr=document.querySelector('#FormKartaProduktu p strong');var _im=document.querySelector('a.Zoom img.Zdjecie'); var _d={"@context":"https://schema.org","@type":"Product","name":_h1?_h1.textContent.trim():document.title,"url":location.href}; if(_im){var _s=_im.getAttribute('src')||'';if(_s && _s.indexOf('domyslny')===-1)_d.image=_s.indexOf('http')===0?_s:'https://bazarmichalin.eu/'+_s.replace(/^\//,'');} if(_pr){_d.offers={"@type":"Offer","price":_pr.textContent.trim().replace('z\u0142','').replace(',','.').trim(),"priceCurrency":"PLN","availability":"https://schema.org/InStock","url":location.href};} var _ps=document.createElement('script');_ps.type='application/ld+json';_ps.textContent=JSON.stringify(_d);document.head.appendChild(_ps); } /* Tab title */ var _timer = 0; var _domyslny_tytul=document.title;window.onblur=function(){document.title="Sprawd\u017a oferty w sklepie Bazarmichalin!";};window.onfocus=function(){document.title = _domyslny_tytul;}; /* Cookie banner */ document.addEventListener('DOMContentLoaded', function () { var _tries = 0; var _maxTries = 40; var _timer2 = setInterval(function () { var _banner = document.getElementById('InfoCookieIntegracje') || document.querySelector('.DolnaInformacjaCookie'); if (_banner) { _banner.classList.add('is-visible'); clearInterval(_timer2); } _tries++; if (_tries >= _maxTries) { clearInterval(_timer2); } }, 150); });