รองเท้าฟุตซอลเบรกเกอร์ Breaker Futsal : BK1231

790 ฿

Concept : Lucent Fusion X
หนังสังเคราะห์เคลือบผิวลายนูนด้วยเทคโนโลยีสี UV พิเศษทนทานต่อการแตะอัดและเสียดสี
ให้ความนุ่มข้อเท้าในการสวมใส่และระบายอากาศข้างเท้าด้วยผ้า Mesh sandwich นุ่มสบาย
ล๊อคการร้อยเชือกด้วยSpeedlace
รองรับการเคลือนไหวด้วย Insole วัสดุ EVA เด้งนุ่ม CAMOUFLAGE : พื้นยางสีลายแรนดอมมีความหนึบในการยึดเกาะสนามและทนต่อแรงเสียดสีจากการเคลื่อนไหวไปมาอย่างรวดเร็วและไม่ทำให้เกิดรอยบนพื้นสนาม ขอบพ้ืนยางมีความมนเพื่อการเขี่ยและเลี้ยงบอลที่ดีขึ้น

// Wait for the DOM (document) to be fully loaded before executing the code document.addEventListener('DOMContentLoaded', () => { // Set a timeout to delay the execution of the code by 150 milliseconds setTimeout(() => { // Find the video element with the ID 'stop-video' and store it in the 'video' variable const video = document.querySelector('#video-7125-1'); // Mute the video to ensure it doesn't play with sound video.muted = true; // Start playing the video video.play(); }, 150); // The code inside this setTimeout will run after a 150-millisecond delay });