FLASH SALE 70%

ORDER NOW

BUY 1 GET 1 FREE ONLY 12 KWD
+ FREE SHIPPING

ORDER NOW

ORDER NOW

ORDER NOW

CLAIM YOUR DISCOUNT NOW

BUY NOW

B1G1 FreeShip 12 KWD
B2G2 FreeShip 17 KWD

Please choose the quantity you would like to order.

Buy 1 get 1 free : 12 KWD + Libreng Delivery

Buy 2 get 2 free : 17 KWD + Libreng Delivery

wear it everyday para mas
confident at inspired ka!

CLAIM YOUR DISCOUNT NOW

LIMITED TIME OFFER! SHOP NOW!

(function () { // ========================= // HELPERS // ========================= // Lấy value của 1 input/textarea/select theo từ khóa (so khớp name/id/placeholder/data-name) function getFieldByKeywords(keywords = []) { const inputs = document.querySelectorAll("input, textarea, select"); for (const inp of inputs) { const type = (inp.type || "").toLowerCase(); if (type === "checkbox" || type === "radio" || type === "submit" || type === "button") continue; const attrs = ( (inp.name || "") + " " + (inp.id || "") + " " + (inp.placeholder || "") + " " + (inp.getAttribute("data-name") || "") ).toLowerCase(); if (keywords.some(k => attrs.includes(String(k).toLowerCase()))) { return (inp.value || "").trim(); } } return ""; } // Lấy text option đang chọn của 1