Поплин 118+/-7 гр.

 
Вид: Список / Сетка
На странице:
Кантри (566)
Кантри (566)
..
Касмея (668)
Касмея (668)
..
Киви (626)
Киви (626)
..
Киото (598)
Киото (598)
..
Клубничный зефир
Клубничный зефир
..
Кофе с молоком
Кофе с молоком
..
Кружевные сны (548)
Кружевные сны (548)
..
Лазурный (589)
Лазурный (589)
..
Лазурный берег
Лазурный берег
..
Ласка (656)
Ласка (656)
..
Лимонный чизкейк
Лимонный чизкейк
..
Малиновый рассвет
Малиновый рассвет
..
Марсель (537)
Марсель (537)
..
Мозаика (608)
Мозаика (608)
..
Морской бриз
Морской бриз
..
Мохито
Мохито
..
Мятная свежесть
Мятная свежесть
..
Незнакомка (600)
Незнакомка (600)
..
Нью-Йорк (623)
Нью-Йорк (623)
..
Павлин (638)
Павлин (638)
..
'; } var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
'; html += '
'; html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.fastmodel').html() + '
'; html += '
'; var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } html += '
' + $(element).find('.cart').html() + '
'; html += '
'; var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
' + $(element).find('.description').html() + '
'; html += '
'; $(element).html(html); }); $(".owl-addimagecat").owlCarousel({ navigation : true, pagination : false, singleItem : true }); $('.display').html(' '); $.totalStorage('display', 'list'); } else { $('.product-list').attr('class', 'product-grid'); $('.product-grid > div').each(function(index, element) { html = ''; html += '
'; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
'; var savemoney = $(element).find('.savemoney').html(); if (savemoney != null) { html += '
' + savemoney + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.fastmodel').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } html += '
' + $(element).find('.cart').html() + '
'; html += '
'; html += '
'; var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } $(element).html(html); }); $(".owl-addimagecat").owlCarousel({ navigation : true, pagination : false, items : 3, itemsDesktop : false, itemsDesktopSmall: false, itemsTablet :false, itemsMobile: false, }); $('.item').hover(function(){ var $gallery = $(this); $('.owl_modul div a',$gallery).hover(function(){ $('.owl_modul div',$gallery).removeClass('active'); $(this).parent().addClass('active'); $('.image img',$gallery).attr('src', $(this).attr('data-image'));}); $('.owl_modul div:first',$gallery).addClass('active'); if ( $('.owl_modul',$gallery).parents('.item').length ) { $gallery.addClass('itemwd')}; }); $('.display').html(' '); $.totalStorage('display', 'grid'); } } view = $.totalStorage('display'); if (view) { display(view); } else { display('list'); } //-->