COLLAGEN CHIA

COFFEE MIX

Slim Body

Bright
Skin

FREE GIFTS

01 CHIA SEEDS PACKS

01 COZY DIET SUGAR

ROSMAR 14 DAYS SLIM
DOWN PLAN

00
00
00
00

ORDER NOW

Promotion period

BUY 1 TAKE 1 FREE

SAR 189 

SAR 189 

SAR 159 

BUY 2 GET 2

BUY 1 GET 1

SAR 109 

BUY NOW

B1G1 FreeShip 𝟏𝟎𝟵 SAR
B2G2 FreeShip 𝟭𝟱𝟵 SAR
B3G3 FreeShip 𝟏89 SAR

BUY 1 GET 1 FREE : 109 SAR

BUY 3 GET 3 FREE : 189 SAR

BUY 2 GET 2 FREE : 159 SAR

SALE 50%  | ORDER NOW

Days

Hours

Min

Sec

Days

Hours

Min

Sec

00
00
00
00
(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