FLASH SALE 70%

ORDER NOW

BUY 1 GET 1 FREE ONLY 119 QAR
+ FREE SHIPPING

ORDER NOW

ORDER NOW

ORDER NOW

CLAIM YOUR DISCOUNT NOW

BUY NOW

B1G1 FreeShip 119 QAR
B2G2 FreeShip 169 QAR

Please choose the quantity you would like to order.

Buy 1 get 1 free : 119 QAR + Libreng Delivery

Buy 2 get 2 free : 169 QAR + 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