$(document).ready(function() {
$('.produktliste-content, .produktliste-content-topseller').hover(function() {
$(this).siblings().find('.produktliste-overlay').css({
"opacity": "0.5",
"visibility": "visible"
});
$(this).siblings().find('.owl-item.active').css({
"margin-top": "-35px"
});
}, function() {
$(this).siblings().find('.produktliste-overlay').removeAttr('style');
$(this).siblings().find('.owl-item.active').css({
"margin-top": "0"
});
});
$('.produktliste-img-wrap').hover(function() {
$(this).siblings().find('.produktliste-info').css({
"padding-top": "40px"
});
$(this).siblings().find('.produktliste-arrow').css({
"top": "11px"
});
}, function() {
$(this).siblings().find('.produktliste-info').removeAttr('style');
$(this).siblings().find('.produktliste-arrow').removeAttr('style');
});
});
Kategorien
Sortierung:
Artikel pro Seite:
Kategorien
(function () {
_tsRatingConfig = {
tsid : 'X94473420E969D9B62D1EC0527BC6B23D',
element : '#ts_review_sticker',
variant : 'testimonial',
reviews : '5',
betterThan : '3.0',
richSnippets : 'on',
backgroundColor : '#FFDC0F',
linkColor : '#000000',
quotationMarkColor : '#FFFFFF',
fontFamily : 'Arial',
reviewMinLength : '10'
};
var scripts = document.getElementsByTagName('SCRIPT'),
me = scripts[scripts.length - 1];
var _ts = document.createElement('SCRIPT');
_ts.type = 'text/javascript';
_ts.async = true;
_ts.src = '//widgets.trustedshops.com/reviews/tsSticker/tsSticker.js';
me.parentNode.insertBefore(_ts, me);
_tsRatingConfig.script = _ts;
})();