Shina-Style.by

Режим работы

8:00 - 18:00 (Вт. - Вс.)

Круглосуточно (онлайн-заказ)

Отдел продаж

+375 (33) 359 7000 +375 (29) 359 7000
Поддержка
Нужна помощь?
Оставьте запрос
И мы перезвоним

Отображение 4537–4548 из 7464

Спрятать фильтр
Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • В корзину
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
  • Attributes
  • Custom attributes
  • Custom fields
Click outside to hide the comparison bar
Compare
Корзина Закрыть
// Новая кнопка callback-3 const callbackForm1 = document.querySelector('#callback-3 a.elementor-button'); // Или другой селектор if (callbackForm1) { callbackForm1.addEventListener('click', (e) => { e.preventDefault(); document.body.classList.add('callbackIsOpen'); document.getElementById('contact-form-1').style.display = 'block'; }); }