หมวกเบรกเกอร์ X (XC1)

420 ฿

หมวก Snapback แฟชั่น Breaker X หนึ่งในสินค้า Premium Collection X ที่เป็นเสมือนตัวแทนของ “วัยรุ่น” ที่มีพลังและพร้อมจะสร้างสรรค์ชีวิตที่สุดขีด

คุณสมบัติ: ตัดเย็บด้วยผ้า Charlie ค่อนข้างแข็งกว่าเนื้อผ้าอื่นๆ ทำให้เนื้อผ้าเรียบไม่เป็นขุย

สวมใส่สบาย ระบายอากาศได้ดี

ปรับขนาดได้หลายระดับ ด้วยแถบ Snap ที่ด้านหลัง

Logo แบบลายปัก 3D ช่วยเพิ่มความเท่ห์และ Premium

รายละเอียด

ด้านหน้า: Logo แบบลายปัก 3D แบบ 2 สี พร้อมกับติด Sticker Silver ที่ปีกหมวก

ด้านหลัง: ปรับขนาดได้หลายระดับ ด้วยแถบ Snap

แขวน Hangtag ที่ด้านหลังหมวก”

มีสินค้าอยู่ 26

รหัสสินค้า: XC1_BK_F หมวดหมู่: ,
// 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 });