Html code will be here

ВЫБЕРИТЕ СВОЙ ТОРТ

~

~

  • »

ПОЛУЧИТЕ СКИДКУ
10% ПРИ ЗАКАЗЕ ТОРТА
ДО 31.05.2025г

~

ФОТО НАШИХ РАБОТ ЗА 2024 ГОД

~

~

УСПЕЙТЕ ЗАКАЗАТЬ
ТОРТ ДО ОКОНЧАНИЯ СКИДОК
С ЭКОНОМИЕЙ ДО 30%

~

SLADORIA © 2025 г.
setTimeout(() => { const price = document.querySelector('.st-product__price-value'); const title = document.querySelector('.st-product__title'); const input = document.querySelector('input[type="number"]'); if (!price || !title || !input) { console.log('Не найдены нужные элементы'); return; } input.addEventListener('input', () => { const kg = Math.max(1, parseInt(input.value) || 1); const newPrice = kg * 1000; price.innerText = newPrice.toLocaleString('ru-RU') + ' ₽'; title.innerText = `Торт ${kg} кг`; }); }, 1000);

Html code will be here

Made on
Tilda