{"product_id":"celimax-pore","title":"Celimax Pore+Dark Spot Brightening Cream","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700\u0026amp;family=Manrope:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --porcelain:#FBF8F4;\n    --card:#FFFFFF;\n    --ink:#2A2129;\n    --ink-soft:#5B4E56;\n    --rose:#EFCED4;\n    --rose-deep:#D98CA0;\n    --sage:#C3D8C8;\n    --sage-deep:#7FA88B;\n    --gold:#B8955B;\n    --line:#EAE2DC;\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{margin:0;background:var(--porcelain);}\n\n  .celimax-page{\n    font-family:'Manrope',sans-serif;\n    color:var(--ink);\n    max-width:1080px;\n    margin:0 auto;\n    padding:0 20px 90px;\n    position:relative;\n  }\n\n  section{position:relative; z-index:1;}\n\n  \/* ---------- sticky order bar ---------- *\/\n  .sticky-bar{\n    position:sticky; top:0; z-index:50;\n    background:rgba(251,248,244,0.9);\n    backdrop-filter:blur(10px);\n    border-bottom:1px solid var(--line);\n    display:flex; align-items:center; justify-content:space-between;\n    padding:12px 4px;\n    margin-bottom:8px;\n  }\n  .sticky-bar .name{font-weight:800; font-size:14.5px;}\n  .sticky-bar .price{font-weight:700; color:var(--gold); font-size:14.5px; margin-left:8px;}\n  .btn{\n    border:none; cursor:pointer; font-family:'Manrope',sans-serif;\n    font-weight:700; border-radius:999px; transition:transform .2s ease, box-shadow .2s ease;\n  }\n  .btn:hover{transform:translateY(-2px);}\n  .btn-primary{\n    background:var(--ink); color:var(--porcelain);\n    padding:10px 22px; font-size:13.5px;\n  }\n  .btn-primary:hover{box-shadow:0 10px 24px -10px rgba(42,33,41,0.5);}\n  .btn-large{padding:16px 34px; font-size:15.5px;}\n\n  \/* ---------- hero ---------- *\/\n  .glow{\n    position:absolute; top:-140px; left:50%; transform:translateX(-50%);\n    width:640px; height:420px; z-index:0;\n    background:radial-gradient(ellipse at 30% 30%, var(--rose) 0%, transparent 60%),\n               radial-gradient(ellipse at 70% 60%, var(--sage) 0%, transparent 60%);\n    filter:blur(60px); opacity:0.55;\n    animation:drift 14s ease-in-out infinite alternate;\n  }\n  @media (prefers-reduced-motion: reduce){ .glow{animation:none;} }\n  @keyframes drift{\n    0%{transform:translateX(-52%) translateY(0px);}\n    100%{transform:translateX(-48%) translateY(18px);}\n  }\n\n  .hero{\n    display:grid; grid-template-columns:1.1fr 0.9fr; gap:48px;\n    align-items:center; padding:56px 0 64px;\n  }\n  @media (max-width:800px){ .hero{grid-template-columns:1fr; padding:32px 0 40px;} }\n\n  .eyebrow{\n    display:inline-flex; align-items:center; gap:8px;\n    font-size:12.5px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase;\n    color:var(--sage-deep); background:#EEF4EF; border:1px solid #DCE9DF;\n    padding:7px 16px; border-radius:999px; margin-bottom:22px;\n  }\n  .eyebrow::before{content:\"\";width:6px;height:6px;border-radius:50%;background:var(--sage-deep);}\n\n  h1.headline{\n    font-family:'Fraunces',serif; font-weight:500;\n    font-size:clamp(32px,4.6vw,50px); line-height:1.08; letter-spacing:-0.01em;\n    margin:0 0 20px;\n  }\n  h1.headline em{ font-style:italic; font-weight:600; color:var(--rose-deep); }\n\n  .sub{ font-size:17px; line-height:1.65; color:var(--ink-soft); margin:0 0 28px; max-width:520px; }\n\n  .price-row{ display:flex; align-items:baseline; gap:12px; margin-bottom:26px; }\n  .price-now{ font-family:'Fraunces',serif; font-size:34px; font-weight:600; color:var(--ink); }\n  .price-was{ font-size:16px; color:var(--ink-soft); text-decoration:line-through; }\n  .price-badge{\n    background:var(--rose-deep); color:#fff; font-size:12px; font-weight:800;\n    padding:5px 10px; border-radius:8px; letter-spacing:0.02em;\n  }\n\n  .hero-cta{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:26px; }\n  .btn-hero-primary{ background:var(--rose-deep); color:#fff; }\n  .btn-hero-secondary{ background:transparent; color:var(--ink); border:1.5px solid var(--ink); }\n\n  .hero-microtrust{ display:flex; gap:18px; flex-wrap:wrap; font-size:13px; color:var(--ink-soft); }\n  .hero-microtrust span{ display:flex; align-items:center; gap:6px; }\n\n  .hero-media{\n    background:linear-gradient(160deg,var(--rose) 0%, var(--sage) 100%);\n    border-radius:28px; aspect-ratio:4\/5; display:flex; align-items:center; justify-content:center;\n    position:relative; overflow:hidden;\n  }\n  .hero-media img{ width:100%; height:100%; object-fit:cover; }\n  .hero-media .placeholder-note{\n    color:rgba(42,33,41,0.55); font-size:13px; font-weight:600; text-align:center; padding:20px;\n  }\n\n  \/* ---------- section heading ---------- *\/\n  .section-head{ text-align:center; max-width:600px; margin:0 auto 40px; }\n  .section-head .eyebrow{ margin-bottom:14px; }\n  .section-head h2{\n    font-family:'Fraunces',serif; font-weight:500; font-size:clamp(26px,3.4vw,36px);\n    margin:0 0 12px;\n  }\n  .section-head p{ font-size:15.5px; color:var(--ink-soft); line-height:1.6; margin:0; }\n\n  \/* ---------- feature grid ---------- *\/\n  .grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:80px; }\n  @media (max-width:720px){ .grid{grid-template-columns:repeat(2,1fr);} }\n  @media (max-width:480px){ .grid{grid-template-columns:1fr;} }\n\n  .feature{\n    background:var(--card); border:1px solid var(--line); border-radius:18px; padding:24px 20px;\n    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n  }\n  .feature:hover{ transform:translateY(-4px); box-shadow:0 16px 32px -18px rgba(42,33,41,0.25); border-color:var(--rose-deep); }\n  .feature .ic{\n    font-size:22px; width:44px; height:44px; display:flex; align-items:center; justify-content:center;\n    background:linear-gradient(135deg,var(--rose),var(--sage)); border-radius:12px; margin-bottom:14px;\n  }\n  .feature h3{ font-family:'Fraunces',serif; font-weight:600; font-size:17px; margin:0 0 6px; }\n  .feature p{ font-size:14px; line-height:1.55; color:var(--ink-soft); margin:0; }\n\n  \/* ---------- ingredient spotlight ---------- *\/\n  .ingredient-block{\n    display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-bottom:80px;\n  }\n  @media (max-width:680px){ .ingredient-block{grid-template-columns:1fr;} }\n  .ingredient-card{\n    background:var(--card); border:1px solid var(--line); border-radius:20px; padding:28px;\n  }\n  .ingredient-card .tag{\n    display:inline-block; font-size:12px; font-weight:800; letter-spacing:0.08em; text-transform:uppercase;\n    color:var(--gold); margin-bottom:10px;\n  }\n  .ingredient-card h3{ font-family:'Fraunces',serif; font-size:21px; font-weight:600; margin:0 0 10px; }\n  .ingredient-card p{ font-size:14.5px; line-height:1.65; color:var(--ink-soft); margin:0; }\n\n  \/* ---------- routine steps (legitimate sequence) ---------- *\/\n  .routine{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:80px; counter-reset:step; }\n  @media (max-width:720px){ .routine{grid-template-columns:1fr;} }\n  .step{ position:relative; padding:28px 22px 22px; background:var(--card); border:1px solid var(--line); border-radius:18px; }\n  .step::before{\n    counter-increment:step; content:counter(step);\n    position:absolute; top:-16px; left:22px;\n    width:32px; height:32px; border-radius:50%;\n    background:var(--ink); color:var(--porcelain);\n    display:flex; align-items:center; justify-content:center;\n    font-family:'Fraunces',serif; font-weight:600; font-size:15px;\n  }\n  .step h3{ font-family:'Fraunces',serif; font-size:17px; font-weight:600; margin:10px 0 8px; }\n  .step p{ font-size:14px; line-height:1.6; color:var(--ink-soft); margin:0; }\n\n  \/* ---------- expect timeline (legitimate sequence) ---------- *\/\n  .timeline{ margin-bottom:80px; }\n  .timeline-row{\n    display:grid; grid-template-columns:120px 1fr; gap:24px;\n    padding:22px 0; border-top:1px solid var(--line);\n  }\n  .timeline-row:last-child{ border-bottom:1px solid var(--line); }\n  @media (max-width:560px){ .timeline-row{grid-template-columns:1fr; gap:6px;} }\n  .timeline-row .when{ font-family:'Fraunces',serif; font-weight:600; font-size:16px; color:var(--rose-deep); }\n  .timeline-row .what h4{ margin:0 0 6px; font-size:15.5px; font-weight:700; }\n  .timeline-row .what p{ margin:0; font-size:14px; line-height:1.6; color:var(--ink-soft); }\n\n  \/* ---------- reviews ---------- *\/\n  .reviews{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:80px; }\n  @media (max-width:780px){ .reviews{grid-template-columns:1fr;} }\n  .review-card{ background:var(--card); border:1px solid var(--line); border-radius:18px; padding:24px; }\n  .stars{ color:var(--gold); font-size:15px; letter-spacing:2px; margin-bottom:12px; }\n  .review-card p.quote{ font-size:14.5px; line-height:1.65; color:var(--ink); margin:0 0 18px; }\n  .reviewer{ display:flex; align-items:center; gap:10px; }\n  .avatar{\n    width:36px; height:36px; border-radius:50%; flex:none;\n    background:linear-gradient(135deg,var(--rose),var(--sage));\n    display:flex; align-items:center; justify-content:center;\n    font-family:'Fraunces',serif; font-weight:600; font-size:14px; color:var(--ink);\n  }\n  .reviewer .rname{ font-size:13.5px; font-weight:700; }\n  .reviewer .rmeta{ font-size:12px; color:var(--ink-soft); }\n  .review-summary{\n    display:flex; align-items:center; justify-content:center; gap:10px;\n    margin-bottom:28px; font-size:14px; color:var(--ink-soft);\n  }\n  .review-summary .big{ font-family:'Fraunces',serif; font-size:28px; font-weight:600; color:var(--ink); }\n\n  \/* ---------- FAQ accordion (native details\/summary) ---------- *\/\n  .faq{ max-width:760px; margin:0 auto 80px; }\n  .faq details{\n    background:var(--card); border:1px solid var(--line); border-radius:14px;\n    padding:4px 20px; margin-bottom:10px;\n  }\n  .faq summary{\n    cursor:pointer; list-style:none; padding:18px 30px 18px 0;\n    font-weight:700; font-size:15px; position:relative;\n  }\n  .faq summary::-webkit-details-marker{ display:none; }\n  .faq summary::after{\n    content:\"+\"; position:absolute; right:2px; top:16px;\n    font-size:20px; font-weight:400; color:var(--rose-deep);\n    transition:transform .25s ease;\n  }\n  .faq details[open] summary::after{ content:\"–\"; }\n  .faq .a{ padding:0 0 20px; font-size:14.5px; line-height:1.65; color:var(--ink-soft); }\n\n  \/* ---------- trust bar ---------- *\/\n  .trust{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:40px; }\n  @media (max-width:640px){ .trust{grid-template-columns:1fr;} }\n  .trust-item{\n    display:flex; align-items:center; gap:12px;\n    background:var(--ink); color:var(--porcelain); border-radius:16px; padding:16px 18px;\n  }\n  .trust-item .dot{\n    width:38px; height:38px; flex:none; border-radius:50%;\n    background:rgba(251,248,244,0.12); display:flex; align-items:center; justify-content:center; font-size:17px;\n  }\n  .trust-item strong{ display:block; font-size:14.5px; font-weight:700; }\n  .trust-item span{ display:block; font-size:12.5px; color:rgba(251,248,244,0.7); }\n\n  .free-of{ text-align:center; font-size:13px; color:var(--ink-soft); margin-bottom:80px; }\n  .free-of strong{ color:var(--ink); }\n\n  \/* ---------- final CTA ---------- *\/\n  .final-cta{\n    text-align:center; background:linear-gradient(160deg,var(--rose) 0%, var(--sage) 100%);\n    border-radius:28px; padding:56px 28px;\n  }\n  .final-cta h2{\n    font-family:'Fraunces',serif; font-weight:500; font-size:clamp(26px,3.6vw,38px);\n    margin:0 0 12px; color:var(--ink);\n  }\n  .final-cta p{ font-size:15.5px; color:var(--ink); opacity:0.75; margin:0 0 28px; }\n  .final-cta .btn-large{ background:var(--ink); color:var(--porcelain); }\n\n  footer{ text-align:center; font-size:12.5px; color:var(--ink-soft); padding-top:36px; }\n\u003c\/style\u003e\n\u003cdiv class=\"celimax-page\"\u003e\n\u003cdiv class=\"glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eWhy it works\u003c\/span\u003e\n\u003ch2\u003eSix reasons your skin will thank you\u003c\/h2\u003e\n\u003cp\u003eA lightweight formula built around two proven actives — made for daily wear, all skin types.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/1387\/8488\/files\/ChatGPT_Image_Jul_14_2026_11_49_20_AM.png?v=1784011891\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ic\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eBrightens dark spots\u003c\/h3\u003e\n\u003cp\u003eTargets pigmentation and uneven tone for a visibly clearer complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ic\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eDeep hydration\u003c\/h3\u003e\n\u003cp\u003eNourishes and replenishes moisture without ever feeling heavy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ic\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eStrengthens the barrier\u003c\/h3\u003e\n\u003cp\u003eSupports skin's natural defences against daily stressors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ic\"\u003e🔬\u003c\/div\u003e\n\u003ch3\u003eNiacinamide + Panthenol\u003c\/h3\u003e\n\u003cp\u003eA dermatologist-favoured duo, formulated to actually work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ic\"\u003e🧴\u003c\/div\u003e\n\u003ch3\u003eLightweight, non-greasy\u003c\/h3\u003e\n\u003cp\u003eAbsorbs in seconds — no residue, no shine, no fuss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ic\"\u003e🌞\u003c\/div\u003e\n\u003ch3\u003eMade for daily use\u003c\/h3\u003e\n\u003cp\u003eGentle enough for morning and night, every single day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eInside the formula\u003c\/span\u003e\n\u003ch2\u003eTwo actives, working together\u003c\/h2\u003e\n\u003cp\u003eNo filler ingredients — just what your skin barrier actually needs.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/1387\/8488\/files\/ChatGPT_Image_Jul_14_2026_12_19_51_PM_1.png?v=1784013627\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-block\"\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cspan class=\"tag\"\u003eBrightening\u003c\/span\u003e\n\u003ch3\u003eNiacinamide\u003c\/h3\u003e\n\u003cp\u003eA form of Vitamin B3 known for evening out tone, softening the look of dark spots, and visibly refining the appearance of pores over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cspan class=\"tag\"\u003eHydration\u003c\/span\u003e\n\u003ch3\u003ePanthenol\u003c\/h3\u003e\n\u003cp\u003ePro-Vitamin B5 that draws in moisture and helps soothe and support the skin barrier, keeping the finish soft rather than tight or dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ROUTINE --\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eHow to use\u003c\/span\u003e\n\u003ch2\u003eThree steps, twice a day\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/1387\/8488\/files\/ChatGPT_Image_Jul_14_2026_12_19_51_PM_2.png?v=1784013627\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"routine\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003ch3\u003eCleanse\u003c\/h3\u003e\n\u003cp\u003eStart with a clean, dry face so the cream can absorb fully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003ch3\u003eApply\u003c\/h3\u003e\n\u003cp\u003eTake a small amount and massage gently over face and neck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003ch3\u003eProtect\u003c\/h3\u003e\n\u003cp\u003eFollow with SPF in the morning to support the brightening effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003csection class=\"timeline\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eWhat to expect\u003c\/span\u003e\n\u003ch2\u003eGive it time to work\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-row\"\u003e\n\u003cdiv class=\"when\"\u003eWeek 1\u003c\/div\u003e\n\u003cdiv class=\"what\"\u003e\n\u003ch4\u003eSofter, better hydrated skin\u003c\/h4\u003e\n\u003cp\u003eSkin starts to feel smoother with a more comfortable, less tight finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-row\"\u003e\n\u003cdiv class=\"when\"\u003eWeek 2–4\u003c\/div\u003e\n\u003cdiv class=\"what\"\u003e\n\u003ch4\u003eTone starts to even out\u003c\/h4\u003e\n\u003cp\u003eWith consistent use, dullness and unevenness begin to visibly fade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-row\"\u003e\n\u003cdiv class=\"when\"\u003eWeek 6+\u003c\/div\u003e\n\u003cdiv class=\"what\"\u003e\n\u003ch4\u003eBrighter, more refined complexion\u003c\/h4\u003e\n\u003cp\u003eDark spots appear noticeably softer and pores look more refined.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eCustomer reviews\u003c\/span\u003e\n\u003ch2\u003eLoved by daily users\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-summary\"\u003e\n\u003cspan class=\"big\"\u003e4.8\u003c\/span\u003e \/ 5 average — based on customer feedback\u003c\/div\u003e\n\u003cdiv class=\"reviews\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"quote\"\u003eMy under-eye pigmentation looks so much better after a month of using this every night. Texture is light, not sticky at all.\u003c\/p\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv class=\"avatar\"\u003eA\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rname\"\u003eAyesha\u003c\/div\u003e\n\u003cdiv class=\"rmeta\"\u003eVerified buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"quote\"\u003ePores on my nose look visibly smaller and my skin doesn't feel tight anymore. Delivery was fast too.\u003c\/p\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv class=\"avatar\"\u003eS\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rname\"\u003eSana\u003c\/div\u003e\n\u003cdiv class=\"rmeta\"\u003eVerified buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★☆\u003c\/div\u003e\n\u003cp class=\"quote\"\u003eGood hydration and no breakouts, which is rare for me. Still waiting to see full results on my dark spots.\u003c\/p\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv class=\"avatar\"\u003eH\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rname\"\u003eHina\u003c\/div\u003e\n\u003cdiv class=\"rmeta\"\u003eVerified buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection id=\"faq\" class=\"faq\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eFAQs\u003c\/span\u003e\n\u003ch2\u003eGood to know\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs this suitable for sensitive or oily skin?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eYes. The formula is lightweight, non-greasy, and free from alcohol, fragrance and parabens, making it suitable for all skin types including sensitive skin.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it both morning and night?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eYes, it's designed for twice-daily use. Just remember to follow with SPF during the day.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow soon will I see results on dark spots?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eMost people notice softer, hydrated skin within the first week, with visible improvements to tone and pigmentation building over 4–6 weeks of consistent use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo you offer Cash on Delivery?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eYes, Cash on Delivery is available nationwide, along with same-day delivery in select cities.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003csection class=\"trust\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"dot\"\u003e💵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCash on Delivery\u003c\/strong\u003e\u003cspan\u003ePay when it arrives\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"dot\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSame Day Delivery\u003c\/strong\u003e\u003cspan\u003eOrder today, glow today\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"dot\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eClean Formula\u003c\/strong\u003e\u003cspan\u003eAlcohol, fragrance \u0026amp; paraben free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp class=\"free-of\"\u003e\u003cstrong\u003e100% Authentic\u003c\/strong\u003e — sourced directly, sealed and unopened.\u003c\/p\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection id=\"order\" class=\"final-cta\"\u003e\n\u003ch2\u003eReady for brighter, calmer skin?\u003c\/h2\u003e\n\u003cp\u003eRs. 2,490 · Cash on Delivery · Same day delivery available\u003c\/p\u003e\n\u003cbutton class=\"btn btn-large\"\u003eOrder Now\u003c\/button\u003e\u003c\/section\u003e\n\u003cfooter\u003eCelimax Pore+ Dark Spot Brightening Cream — replace placeholder price, reviews and product photo with your own before publishing.\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":51983786246360,"sku":null,"price":5.0,"currency_code":"BHD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0828\/1387\/8488\/files\/imgi_50_Celimax-Pore_DarkSpotBrighteningCream35ml-1100x1100w_jpg.webp?v=1783971121","url":"https:\/\/sahario.store\/products\/celimax-pore","provider":"Sahario","version":"1.0","type":"link"}