Вкажіть адресу доставки, щоб отримати актуальний асортимент та ціни на товари

Швидке замовлення

Дякую за замовлення!

Наші фахівці скоро зателефонують Вам.

До покупок

Фільтри (0)

Кекс баранчик Slodka Kraina 120g

175.00 ₴ - 1 шт.
// jQuery(document).ready(function($){ // //$('#smspanel2 input[name=\'phone\']').mask("+38(099)999-99-99"); // $('.loginsmssimplprov2').click(function () { // let phone = document.getElementById('phone').value; // let captcha = document.querySelector('[name="g-recaptcha-response"]') ? document.querySelector('[name="g-recaptcha-response"]').value : ''; // if (!captcha) { // let captchaWarning = document.createElement('div'); // captchaWarning.textContent = 'Пройдіть каптчу!'; // captchaWarning.style.position = 'absolute'; // captchaWarning.style.top = '-30px'; // captchaWarning.style.left = '0'; // captchaWarning.style.width = '100%'; // captchaWarning.style.backgroundColor = 'red'; // captchaWarning.style.color = 'white'; // captchaWarning.style.padding = '5px'; // captchaWarning.style.textAlign = 'center'; // captchaWarning.style.borderRadius = '5px'; // let captchaElement = document.getElementById('captcha'); // if (captchaElement) { // captchaElement.parentNode.insertBefore(captchaWarning, captchaElement); // setTimeout(() => { // captchaWarning.remove(); // }, 2000); // } // return; // } // console.log('12'); // if (phone.length === 16) { // console.log('13'); // var startBlock = $(this).closest('.login-person__step'); // var nextBlock = startBlock.next('.login-person__step'); // startBlock.fadeOut(); // nextBlock.fadeIn(); // console.log(phone); // var spanBlockPhone = $('.login-person__send-phone'); // spanBlockPhone.append(phone); // let formData = new FormData(); // formData.append('phone', phone); // formData.append('g-recaptcha-response', captcha); // fetch('index.php?route=extension/module/sms_reg/smscheck', { // method: 'POST', // body: formData // }) // .then(response => response.json()) // .then(data => { // if (data.error) { // alert(data.error); // } else { // alert(data.success); // } // }) // .catch(error => console.error('Ошибка:', error)); // } else { // var errorMessage = $('
Введіть номер телефону у форматі +380xxxxxxxxx
'); // $('#smspanel2').append(errorMessage); // errorMessage.fadeIn('slow'); // setTimeout(function() { // errorMessage.fadeOut('slow', function() { // $(this).remove(); // }); // }, 1000); // event.preventDefault(); // return; // } // }); // $('#re_send').click(function(){ // var parentBlock = $(this).closest('.login-person__step-contant'); // var successMessage = $('
Код надіслано повторно
'); // parentBlock.append(successMessage); // successMessage.fadeIn('slow'); // setTimeout(function() { // successMessage.fadeOut('slow', function() { // $(this).remove(); // }); // }, 2000); // sendCodeLogin(); // }); // $('#modal-sms2').click(function () { // var parentBlock = $(this).closest('.login-person__step-contant'); // var code = parentBlock.find('.form__input--login-code'); // var codeVal = code.val(); // if(codeVal.length === 4) { // $.ajax({ // url: 'index.php?route=extension/module/sms_reg/SmsStart', // type: 'post', // data: $('#smspanel2 input[name=\'phone\'], .registrsms input[name=\'code\']'), // dataType: 'json', // beforeSend: function () { // $('#modal-sms2 .loginsmssimpl').button('loading'); // $('#modal-quicksignup .alert-danger').remove(); // }, // complete: function () { // $('#modal-sms2 .loginsmssimpl').button('reset'); // }, // success: function (json) { // if (json['error']) { // var errorMessage = $('
Введений код не вірний
'); // parentBlock.append(errorMessage); // errorMessage.fadeIn('slow'); // setTimeout(function() { // errorMessage.fadeOut('slow', function() { // $(this).remove(); // }); // }, 2000); // } // if (json['success']) { // var successMessage = $('
З поверненням!:)
'); // parentBlock.append(successMessage); // successMessage.fadeIn('slow'); // setTimeout(function() { // successMessage.fadeOut('slow', function() { // $(this).remove(); // }); // }, 2000); // setTimeout(function () { // //window.location.reload(); // window.location = window.location.origin + localStorage.getItem('redirect'); // }, 3000); // } // if (json['registr']) { // var successMessage = $('
Дякую, що приєдналися до нашої сімї!:)
'); // parentBlock.append(successMessage); // successMessage.fadeIn('slow'); // setTimeout(function() { // successMessage.fadeOut('slow', function() { // $(this).remove(); // }); // }, 2000); // setTimeout(function () { // //window.location.reload(); // window.location = window.location.origin + localStorage.getItem('redirect'); // }, 3000); // } // } // });