.ticker .content a {color: #ffffff}
  • Kostenloser Versand innerhalb Deutschlands1)
  • Alle Artikel sind lagernd und sofort lieferbar
$('.slick-ticker').not('.slick-initialized').slick({ autoplay: true, autoplaySpeed: 8000, arrows: false, fade: true })
0 0 0
.ticker .content a {color: #ffffff}
  • Kostenloser Versand innerhalb Deutschlands1)
  • Alle Artikel sind lagernd und sofort lieferbar
$('.slick-ticker').not('.slick-initialized').slick({ autoplay: true, autoplaySpeed: 8000, arrows: false, fade: true })

6 Artikel gefunden

Filter
$(document).ready(function() { $('.custom-select option[selected="selected"]').prop("selected", true); });
const style = document.createElement('style'); style.textContent = ` #quiz-trigger { position: fixed; left: 15px; bottom: 70px; font-size: 24px; color: #fff; background-color: #c482b0; min-height: 50px; z-index: 100; border-radius: 25px; border: none; padding: 0 20px; transition: color .15s ease-in-out,background-color .15s ease-in-out; } #quiz-trigger:hover { background: #000;' } `; document.head.appendChild(style);