test

Académie Scientifique de Beauté je osnovao farmaceut Dzordz Gej 1926. godine.

1928.godine otvorio je« Académie » salon lepote u srcu Pariza, zatim prvu školu za obuku kozmetičara, čija je diploma u to vreme bila najpriznatija od strane tadašnjih televiziijskih i filmskih studija.Ova francuska nezavisna kompanija se preko 80 godina kontinuirano razvijala, proizvodila i komercijalizovala visoko kvalitetne proizvode...

Académie Scientifique de Beauté je dinamična kompanija trenutno rukovođena od strane unuke osnivača.Proizvodi se ekskluzivno distribuiraju u salone lepote i spa centre i mogu se pronaći u preko 800 centara lepote u Francuskoj i u 62 države.


EKLIPSA - REPARATIVNA KREMA
Eklipsa- Reparativna Krema Namenjena je svim tipovima kože sa izraženim znacima star...
Na osnovu 1 recenzija.
'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; html += '
'; html += '
'; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
'; $(element).html(html); }); $('.display').html('Prikaz:ListaTabela'); $.totalStorage('display', 'list'); } else { $('.product-list').attr('class', 'product-grid'); $('.product-grid div.product_block').each(function(index, element) { html = ''; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
' + $(element).find('.cart').html() + '
'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; $(element).html(html); }); $('.display').html('Prikaz:ListaTabela'); $.totalStorage('display', 'grid'); } } view = $.totalStorage('display'); if (view) { display(view); } else { display('grid'); } -->