The discount is valid for all products, including those with a reduced price, within 60 days of newsletter registration. A combination with other discount codes is not possible.
$(window).on("load", function () {
var savedColumns = localStorage.getItem('selectedColumns');
var initialColumns = savedColumns ? parseInt(savedColumns, 10) : 5;
setGridColumns(initialColumns);
$('.dropdown-view .dropdown-item').on('click', function () {
var columns = $(this).data('columns'); setGridColumns(columns); localStorage.setItem('selectedColumns', columns);
});
function setGridColumns(columns) {
$('.product-list').removeClass('columns-1 columns-2 columns-3 columns-4 columns-5 columns-6').addClass('columns-' + columns);
}
});
We use cookies and advanced technologies to ensure a secure and reliable operation of the website, analyze performance, and enhance the experience. By using our services or clicking ’Accept All’, you agree to data processing through cookies and similar technologies, including the transfer of data to third-party marketing partners.