

document.addEventListener('DOMContentLoaded', function() {
  const empty_msg = document.querySelector('.t-store__empty-part-msg');
  if (empty_msg) {
    empty_msg.textContent = "Скоро здесь появится информация";
  }
});



