loadJS( "https://cdn02.plentymarkets.com/ida51e68228c/plugin/51/wohnfreudenpdt/js/magiczoomplus.min.js?v=6f107d29a46ed18ed21a50ee1a1b2b493ab270fb" );
Wanddekoration Mentari aus Naturfaser in verschiedenen Größen Artikelnummer: 127026 Hersteller/Marke: wohnfreuden Größe S: Höhe ca. 5 cm, Ø 30 cm Größe M: Höhe ca. 5 cm, Ø 40 cm Größe L: Höhe ca. 5 cm, Ø 50 cm Gewicht: ca. 400-1900 g Diesen Artikel für später merken?
Wanddekoration Mentari aus Naturfaser in verschiedenen Größen
Verfügbar ab 12.11.2024
var countItems = $('.gal > .item').length;
var countNotAv = $('.gal > .item .notav').length;
var realAv = countItems - countNotAv;
$('.stock.b span, .choose-unique .txt span').text(realAv);
setTimeout(function () {
$('.gal > .item .notav').parents('.item').addClass('no');
}, 300);
inkl. MwSt. zzgl. Versandkosten
Versandkosten Paket (bis 31,5 Kg): 6,90 Euro inkl. MwSt.
$('.item-id-input-field').hide().find('input').val('127026')
$('.item-url-input-field').hide().find('input').val('https://www.wohnfreuden.de/wanddekoration-mentari-aus-naturfaser-in-verschiedenen-groessen/a-127026')
var obj = $( '.rs .rate' );
var width = obj.attr( 'data-style' );
obj.css( 'width', width );
$( window ).scroll( function () {
inViewport();
} );
$( '.page-singleitem .choose-unique, .clicknscroll' ).on( 'click', function ( event ) {
scrollToUnique();
} );
$( '.unique-gallery' ).on( 'click', 'button', function ( event ) {
$( this ).hide().parent().find( '.item' ).slideDown( 300 );
} );
document.addEventListener( 'onVariationChanged', function () {
// new variation is loaded
setTimeout( function () {
// wait until vue rendering is done
MagicZoom.refresh( 'zoom' );
setTimeout( function () {
MagicZoom.switchTo( 'zoom', 0 );
}, 100 );
}, 100 );
} );
window.ceresStore.dispatch("loadComponent", "basket-preview");
setTimeout( function () {
checkBasket();
}, 3000 );
function checkBasket() {
var testingShit = parseInt( $( '.main-header .toggle-basket .amount' ).text() );
if ( testingShit >= 1 ) {
$( '.gal .item' ).removeClass( 'active' );
$( '.basket-preview li:visible > .item-property-value > span > span' ).each( function ( index, el ) {
var xyz = $.trim( $( this ).text().replace( '.', '' ) );
if ( xyz != '' ) {
$( '.gal .item.' + xyz ).addClass( 'active' );
}
} );
} else {
$( '.gal .item' ).removeClass( 'active' );
}
}
function inViewport() {
$( '.add2b' ).each( function () {
var divPos = $( window ).scrollTop();
if ( divPos > 1500 ) {
$( this ).addClass( 'not-visible' );
} else {
$( this ).removeClass( 'not-visible' );
}
} );
if ($( window ).scrollTop() > 750 && $(window).outerWidth() >= 992 ) {
$('#fstick').addClass('stick');
} else {
$('#fstick').removeClass('stick');
}
}
function scrollToUnique() {
event.preventDefault();
var $container = $( "html,body" );
var $scrollTo = $( '.bottom-area' );
$( '#tab0' ).click();
if ( $( '#tab0_mobile:checked' ).is( ':checked' ) ) {
} else {
$( '#tab0_mobile' ).click();
}
$container.animate( {
scrollTop: $scrollTo.offset().top - $container.offset().top - 100,
scrollLeft: 0
}, 300 );
}
if ($('.bottom-area .tabs .tab:visible').length == 0 && $(window).innerWidth() >= 992) {
$('label[for="tab1"]').click();
}
var mzOptions = {};
mzOptions = {
onZoomReady: function ( zoom ) {
$( '.mz' ).removeClass( 'notready' );
}
};
window.addEventListener( 'load', function () {
if ( $( ".widget-feedback" ).length ) {
x();
}
$( '.rs .rating' ).on( 'click', function () {
var $container = $( "html,body" );
var $scrollTo = $( '.widget-feedback' );
var headerHeight = 0;
if ($(window).outerWidth() <= 1199) {
headerHeight = 180;
} else {
headerHeight = 50;
}
if ( $scrollTo.length ) {
$container.animate( {
scrollTop: $scrollTo.offset().top - headerHeight,
scrollLeft: 0
}, 1000 );
setTimeout(function () {
$container.animate( {
scrollTop: $scrollTo.offset().top - headerHeight,
scrollLeft: 0
}, 1000 );
}, 300);
}
} );
} );
$( window ).scroll( function () {
if ( $( ".widget-feedback" ).length ) {
x();
}
} );
function x() {
var toe = $( ".widget-feedback" ).offset().top;
var boe = $( ".widget-feedback" ).offset().top + $( ".widget-feedback" ).outerHeight();
var bos = $( window ).scrollTop() + $( window ).innerHeight();
var tos = $( window ).scrollTop();
if ( ( bos > toe ) && ( tos < boe ) ) {
setTimeout( function () {
$( '.widget-feedback' ).removeClass( 'not-visible' );
}, 500 );
}
}