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 𝟏𝟎𝟎 AED
B1G1 FreeShip 𝟭𝟱𝟵 AED

Please choose the quantity you would like to order.

Buy 1 get 1 free : 100 AED + Libreng Delivery

Buy 2 get 2 free : 159 AED + 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