{"product_id":"bright-star-youth-cream","title":"Bright Star Multi Active Day \u0026 Night Cream","description":"\u003c!-- ============================================================\n     AMZO Bright Star Multi Active Day \u0026 Night Cream — Shopify Product Page HTML\n     Paste into: Shopify Admin \u003e Products \u003e Description (HTML view)\n     OR: Online Store \u003e Pages \u003e Add Page \u003e Show HTML\n     OR: Themes \u003e Edit Code \u003e Sections \u003e new .liquid section\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600\u0026family=DM+Sans:wght@300;400;500\u0026display=swap');\n\n  .amzo-bs *{box-sizing:border-box;margin:0;padding:0;}\n  .amzo-bs{\n    font-family:'DM Sans',sans-serif;\n    color:#111;\n    max-width:780px;\n    margin:0 auto;\n    padding:0 0 3rem;\n    --accent:#111111;\n    --accent-light:#F0F0F0;\n    --bg:#ffffff;\n    --bg2:#F4F4F4;\n    --bg3:#EBEBEB;\n    --border:#D8D8D8;\n    --text:#111111;\n    --text2:#444444;\n    --text3:#888888;\n    --radius:12px;\n    --radius-sm:8px;\n  }\n\n  \/* NAV TABS *\/\n  .amzo-bs .tab-nav{\n    display:flex;gap:4px;padding:4px;\n    background:var(--bg2);border-radius:var(--radius);\n    border:1px solid var(--border);margin-bottom:1.75rem;\n    overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;\n  }\n  .amzo-bs .tab-nav::-webkit-scrollbar{display:none;}\n  .amzo-bs .tab-btn{\n    flex:1;min-width:max-content;padding:8px 13px;\n    border:1px solid transparent;border-radius:9px;background:transparent;\n    font-family:'DM Sans',sans-serif;font-size:12px;font-weight:500;\n    color:var(--text2);cursor:pointer;white-space:nowrap;transition:all .18s;\n  }\n  .amzo-bs .tab-btn:hover{color:var(--text);}\n  .amzo-bs .tab-btn.active{\n    background:#fff;color:#111;border-color:var(--border);\n    box-shadow:0 1px 4px rgba(0,0,0,.09);font-weight:600;\n  }\n\n  \/* PAGES *\/\n  .amzo-bs .tab-page{display:none;}\n  .amzo-bs .tab-page.active{display:block;animation:amzo-bs-fade .22s ease;}\n  @keyframes amzo-bs-fade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:none;}}\n\n  \/* HERO *\/\n  .amzo-bs .hero{\n    padding:2.25rem 2rem 2rem;\n    background:linear-gradient(135deg,#ffffff 0%,#f5f5f5 60%,#ececec 100%);\n    border-radius:var(--radius);border:1px solid var(--border);\n    margin-bottom:1.25rem;position:relative;overflow:hidden;\n  }\n  .amzo-bs .hero::after{\n    content:'';position:absolute;right:-60px;top:-60px;\n    width:220px;height:220px;border-radius:50%;\n    background:rgba(0,0,0,.04);pointer-events:none;\n  }\n  .amzo-bs .brand-line{font-size:10px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:var(--text3);margin-bottom:.5rem;}\n  .amzo-bs .collection-line{font-size:12px;color:var(--text2);margin-bottom:1rem;font-style:italic;}\n  .amzo-bs .hero h1{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:600;line-height:1.2;color:#111;margin-bottom:.5rem;}\n  .amzo-bs .hero h1 em{color:#111;font-style:normal;}\n  .amzo-bs .hero-tagline{font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--text2);margin-bottom:.9rem;}\n  .amzo-bs .hero-desc{font-size:13.5px;color:var(--text2);line-height:1.75;margin-bottom:1.25rem;max-width:500px;}\n  .amzo-bs .pill-row{display:flex;flex-wrap:wrap;gap:6px;}\n  .amzo-bs .pill{font-size:11px;padding:4px 12px;border-radius:20px;border:1px solid var(--border);background:#fff;color:var(--text2);font-weight:500;}\n\n  \/* SECTION LABELS *\/\n  .amzo-bs .sec-label{font-size:10px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:var(--text3);margin-bottom:.4rem;}\n  .amzo-bs .sec-title{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:#111;margin-bottom:1.1rem;line-height:1.3;}\n\n  \/* GLANCE TABLE *\/\n  .amzo-bs .glance-table{width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem;font-size:13px;}\n  .amzo-bs .glance-table tr td:first-child{font-weight:500;color:var(--text2);background:var(--bg2);padding:10px 16px;width:40%;border-bottom:1px solid var(--border);}\n  .amzo-bs .glance-table tr td:last-child{color:var(--text);background:#fff;padding:10px 16px;border-bottom:1px solid var(--border);}\n  .amzo-bs .glance-table tr:last-child td{border-bottom:none;}\n\n  \/* ADVANTAGE CARDS *\/\n  .amzo-bs .adv-list{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem;}\n  .amzo-bs .adv-item{display:flex;gap:13px;align-items:flex-start;padding:1rem 1.15rem;border-bottom:1px solid var(--border);background:#fff;}\n  .amzo-bs .adv-item:last-child{border-bottom:none;}\n  .amzo-bs .adv-icon{width:36px;height:36px;border-radius:9px;background:var(--bg2);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;}\n  .amzo-bs .adv-item h4{font-size:13px;font-weight:500;margin-bottom:3px;color:#111;}\n  .amzo-bs .adv-item p{font-size:12px;color:var(--text2);line-height:1.6;}\n\n  \/* WHY SECTION *\/\n  .amzo-bs .why-intro{font-size:13.5px;color:var(--text2);line-height:1.75;margin-bottom:1.25rem;}\n  .amzo-bs .cause-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:1.5rem;}\n  .amzo-bs .cause-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;}\n  .amzo-bs .cause-card .emoji{font-size:22px;margin-bottom:.5rem;display:block;}\n  .amzo-bs .cause-card h4{font-size:13px;font-weight:500;margin-bottom:.35rem;color:#111;}\n  .amzo-bs .cause-card p{font-size:12px;color:var(--text2);line-height:1.55;}\n  .amzo-bs .approach-box{border-left:3px solid #111;border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--bg2);padding:1rem 1.25rem;margin-bottom:1.5rem;}\n  .amzo-bs .approach-box h4{font-size:13px;font-weight:600;color:#111;margin-bottom:.4rem;}\n  .amzo-bs .approach-box p{font-size:12.5px;color:var(--text2);line-height:1.65;}\n\n  \/* KEY BENEFITS *\/\n  .amzo-bs .benefit-block{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:12px;}\n  .amzo-bs .benefit-hdr{display:flex;gap:12px;align-items:flex-start;padding:1rem 1.15rem;background:var(--bg2);border-bottom:1px solid var(--border);}\n  .amzo-bs .benefit-num{min-width:28px;height:28px;border-radius:50%;background:#111;color:#fff;font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0;}\n  .amzo-bs .benefit-hdr h4{font-size:13.5px;font-weight:500;line-height:1.3;padding-top:4px;color:#111;}\n  .amzo-bs .benefit-body{padding:1rem 1.15rem;background:#fff;}\n  .amzo-bs .benefit-body p{font-size:12.5px;color:var(--text2);line-height:1.7;}\n\n  \/* INGREDIENTS TABLE *\/\n  .amzo-bs .ing-table{width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem;font-size:12.5px;}\n  .amzo-bs .ing-table thead{background:var(--bg2);}\n  .amzo-bs .ing-table th{padding:10px 14px;text-align:left;font-weight:500;font-size:11px;letter-spacing:.5px;color:var(--text2);border-bottom:1px solid var(--border);}\n  .amzo-bs .ing-table td{padding:10px 14px;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.45;background:#fff;}\n  .amzo-bs .ing-table tr:nth-child(even) td{background:var(--bg2);}\n  .amzo-bs .ing-table tr:last-child td{border-bottom:none;}\n  .amzo-bs .ing-table .iname{font-weight:500;color:#111;}\n  .amzo-bs .ing-table .ifunc{color:var(--text2);font-size:11.5px;}\n  .amzo-bs .ing-table .iben{color:var(--text3);font-size:11.5px;}\n  .amzo-bs .itag{display:inline-block;font-size:10px;font-weight:500;padding:2px 8px;border-radius:10px;margin-top:3px;background:var(--bg3);color:var(--text2);}\n\n  \/* HOW TO USE *\/\n  .amzo-bs .steps{margin-bottom:1.5rem;}\n  .amzo-bs .step{display:flex;gap:14px;align-items:flex-start;padding-bottom:1.25rem;}\n  .amzo-bs .step:last-child{padding-bottom:0;}\n  .amzo-bs .step-left{display:flex;flex-direction:column;align-items:center;}\n  .amzo-bs .step-num{width:32px;height:32px;border-radius:50%;background:#111;color:#fff;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0;}\n  .amzo-bs .step-line{width:1.5px;flex:1;min-height:24px;background:var(--border);margin:5px 0;}\n  .amzo-bs .step:last-child .step-line{display:none;}\n  .amzo-bs .step-body{padding-top:4px;flex:1;}\n  .amzo-bs .step-body h4{font-size:13px;font-weight:500;margin-bottom:4px;color:#111;}\n  .amzo-bs .step-body p{font-size:12.5px;color:var(--text2);line-height:1.6;}\n\n  \/* WHO IT'S FOR *\/\n  .amzo-bs .for-list{display:flex;flex-direction:column;gap:8px;margin-bottom:1.5rem;}\n  .amzo-bs .for-item{display:flex;gap:11px;align-items:flex-start;padding:.8rem 1rem;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-sm);}\n  .amzo-bs .for-diamond{color:#111;font-size:12px;margin-top:2px;flex-shrink:0;}\n  .amzo-bs .for-item p{font-size:12.5px;color:var(--text2);line-height:1.55;}\n\n  \/* CLEAN FORMULA *\/\n  .amzo-bs .clean-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:1.5rem;}\n  .amzo-bs .clean-card{display:flex;gap:10px;align-items:center;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:12.5px;font-weight:500;color:#111;}\n  .amzo-bs .clean-check{width:22px;height:22px;border-radius:50%;background:var(--bg3);color:#111;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;}\n  .amzo-bs .clean-note{text-align:center;font-size:13px;color:var(--text2);font-style:italic;padding:1rem;border-top:1px solid var(--border);margin-top:.5rem;}\n\n  \/* FAQ *\/\n  .amzo-bs .faq-list{display:flex;flex-direction:column;gap:8px;margin-bottom:1.5rem;}\n  .amzo-bs .faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;}\n  .amzo-bs .faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;background:var(--bg2);border:none;cursor:pointer;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;color:#111;text-align:left;gap:10px;transition:background .15s;}\n  .amzo-bs .faq-q:hover{background:var(--bg3);}\n  .amzo-bs .faq-q.open{background:var(--bg3);color:#111;}\n  .amzo-bs .faq-arrow{font-size:18px;color:var(--text3);flex-shrink:0;transition:transform .2s;}\n  .amzo-bs .faq-q.open .faq-arrow{transform:rotate(180deg);color:#111;}\n  .amzo-bs .faq-a{display:none;padding:.9rem 1.1rem;font-size:12.5px;color:var(--text2);line-height:1.7;background:#fff;border-top:1px solid var(--border);}\n  .amzo-bs .faq-a.open{display:block;}\n\n  \/* PAGE FOOTER *\/\n  .amzo-bs .pg-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);font-size:11px;color:var(--text3);letter-spacing:.5px;}\n\u003c\/style\u003e\n\n\u003cdiv class=\"amzo-bs\"\u003e\n\n  \u003c!-- TAB NAV --\u003e\n  \u003cnav class=\"tab-nav\" role=\"tablist\"\u003e\n    \u003cbutton class=\"tab-btn active\" onclick=\"amzoBsTab('overview',this)\"\u003eOverview\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"amzoBsTab('why',this)\"\u003eWhy It Happens\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"amzoBsTab('benefits',this)\"\u003eKey Benefits\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"amzoBsTab('ingredients',this)\"\u003eIngredients\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"amzoBsTab('howtouse',this)\"\u003eHow to Use\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"amzoBsTab('whofor',this)\"\u003eWho It's For\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"amzoBsTab('clean',this)\"\u003eClean Formula\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"amzoBsTab('faq',this)\"\u003eFAQ\u003c\/button\u003e\n  \u003c\/nav\u003e\n\n  \u003c!-- ═══════════════ PAGE: OVERVIEW ═══════════════ --\u003e\n  \u003cdiv class=\"tab-page active\" id=\"amzo-bs-overview\"\u003e\n    \u003cdiv class=\"hero\"\u003e\n      \u003cdiv class=\"brand-line\"\u003eAMZO  ·  Skincare\u003c\/div\u003e\n      \u003cdiv class=\"collection-line\"\u003eBrightening \u0026amp; Multi-Active Collection\u003c\/div\u003e\n      \u003ch1\u003e\n\u003cem\u003eBright Star\u003c\/em\u003e Multi Active\u003cbr\u003eDay \u0026amp; Night Cream\u003c\/h1\u003e\n      \u003cdiv class=\"hero-tagline\"\u003eBrightening · Anti-Ageing · Barrier Repair · All Skin Types\u003c\/div\u003e\n      \u003cp class=\"hero-desc\"\u003eOne cream. Twelve actives. Your complete skin solution — morning and night. Bright Star delivers a visibly luminous, glowing complexion while tackling acne marks, dark spots, pigmentation, barrier damage, and early signs of ageing. All in a single, elegant 50 ml jar formulated for every skin type.\u003c\/p\u003e\n      \u003cdiv class=\"pill-row\"\u003e\n        \u003cspan class=\"pill\"\u003e✦ Brightening\u003c\/span\u003e\n        \u003cspan class=\"pill\"\u003e✦ Acne Marks\u003c\/span\u003e\n        \u003cspan class=\"pill\"\u003e✦ Dark Spots\u003c\/span\u003e\n        \u003cspan class=\"pill\"\u003e✦ Pigmentation\u003c\/span\u003e\n        \u003cspan class=\"pill\"\u003e✦ Barrier Repair\u003c\/span\u003e\n        \u003cspan class=\"pill\"\u003e✦ Anti-Ageing\u003c\/span\u003e\n        \u003cspan class=\"pill\"\u003e✦ 50 ml\u003c\/span\u003e\n        \u003cspan class=\"pill\"\u003e✦ All Skin Types\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sec-label\"\u003eAt a glance\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eProduct details\u003c\/div\u003e\n    \u003ctable class=\"glance-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eProduct\u003c\/td\u003e\n\u003ctd\u003eBright Star Multi Active Day \u0026amp; Night Cream\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e50 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSkin Type\u003c\/td\u003e\n\u003ctd\u003eAll Skin Types\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eKey Actives\u003c\/td\u003e\n\u003ctd\u003e12 clinically active ingredients\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eTwice daily — morning and night\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePrimary Concern\u003c\/td\u003e\n\u003ctd\u003eBrightening \u0026amp; Radiant Glow\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAlso Addresses\u003c\/td\u003e\n\u003ctd\u003eAcne marks, dark spots, pigmentation, barrier, ageing\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"sec-label\"\u003eFormula highlights\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eThe Bright Star advantage\u003c\/div\u003e\n    \u003cdiv class=\"adv-list\"\u003e\n      \u003cdiv class=\"adv-item\"\u003e\n        \u003cdiv class=\"adv-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003e4-way advanced brightening complex\u003c\/h4\u003e\n          \u003cp\u003eNiacinamide, Alpha-Arbutin, Tranexamic Acid, and Sepiwhite (Undecylenoyl Phenylalanine) target pigmentation from four distinct biological pathways — interrupting melanin transfer, suppressing melanin synthesis, correcting existing discolouration, and fading stubborn hyperpigmentation at the same time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adv-item\"\u003e\n        \u003cdiv class=\"adv-icon\"\u003e🛡️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBarrier repair \u0026amp; skin-calming system\u003c\/h4\u003e\n          \u003cp\u003eCeramide Complex and Centella Asiatica Extract work in tandem to physically rebuild the skin's protective barrier, lock in moisture, and soothe inflammation — so the skin can hold its glow without sensitivity or reactive flare-ups.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adv-item\"\u003e\n        \u003cdiv class=\"adv-icon\"\u003e💧\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eDeep \u0026amp; lasting hydration stack\u003c\/h4\u003e\n          \u003cp\u003eSodium Hyaluronate, Glycerin, and Propylene Glycol form a triple-layered moisture system that attracts water deep into skin, retains it throughout the day and night, and enhances the penetration of every other active in the formula.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adv-item\"\u003e\n        \u003cdiv class=\"adv-icon\"\u003e🔬\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eAnti-ageing \u0026amp; firming peptides\u003c\/h4\u003e\n          \u003cp\u003eMatrixyl 3000 (Palmitoyl Tripeptide-1 \u0026amp; Palmitoyl Tetrapeptide-7) stimulates new collagen production deep within the dermis — visibly improving firmness, reducing fine lines, and restoring a fuller, more youthful contour over consistent use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pg-footer\"\u003eAMZO Bright Star Multi Active Day \u0026amp; Night Cream  ·  50 ml  ·  All skin types  ·  One cream that does it all.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════ PAGE: WHY IT HAPPENS ═══════════════ --\u003e\n  \u003cdiv class=\"tab-page\" id=\"amzo-bs-why\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eUnderstanding your skin\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eWhy dull, uneven skin with spots and ageing happens\u003c\/div\u003e\n    \u003cp class=\"why-intro\"\u003eDull skin, dark spots, acne marks, pigmentation, and visible ageing are not separate problems — they share common biological roots. Understanding what triggers them is the first step to treating them effectively and achieving a bright, even, and youthful-looking complexion that lasts.\u003c\/p\u003e\n    \u003cdiv class=\"cause-grid\"\u003e\n      \u003cdiv class=\"cause-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e🌞\u003c\/span\u003e\n        \u003ch4\u003eUV exposure \u0026amp; melanin overproduction\u003c\/h4\u003e\n        \u003cp\u003eSunlight is the most common trigger of dark spots and pigmentation. UV radiation stimulates melanocytes to overproduce melanin, creating uneven deposits across the skin — especially on darker skin tones prone to post-inflammatory hyperpigmentation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cause-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e🔴\u003c\/span\u003e\n        \u003ch4\u003eAcne \u0026amp; post-inflammatory marks\u003c\/h4\u003e\n        \u003cp\u003eWhen a breakout heals, the inflammation it caused triggers excess melanin production in that area — leaving behind red, brown, or dark marks long after the pimple itself has cleared. This is post-inflammatory hyperpigmentation (PIH), one of the most common skin concerns in South Asian skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cause-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e🧬\u003c\/span\u003e\n        \u003ch4\u003eHormonal changes \u0026amp; melasma\u003c\/h4\u003e\n        \u003cp\u003eHormonal fluctuations from pregnancy, contraception, or stress can trigger melasma — stubborn patches of hyperpigmentation, often on the cheeks, forehead, and upper lip. These require targeted actives like Tranexamic Acid and Sepiwhite to address effectively.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cause-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e⏳\u003c\/span\u003e\n        \u003ch4\u003eAgeing \u0026amp; collagen decline\u003c\/h4\u003e\n        \u003cp\u003eCollagen production begins to slow in the mid-twenties. As the skin's structural support weakens, fine lines deepen, firmness reduces, and the skin loses the elasticity needed to reflect light evenly — contributing to both a dull appearance and visible signs of ageing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cause-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e🚧\u003c\/span\u003e\n        \u003ch4\u003eCompromised skin barrier\u003c\/h4\u003e\n        \u003cp\u003eWhen the skin's outer protective barrier is weakened — by over-exfoliation, harsh products, or environmental stress — moisture escapes, irritation increases, and the skin becomes more reactive to triggers that worsen pigmentation and dullness.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cause-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e💧\u003c\/span\u003e\n        \u003ch4\u003eDehydration \u0026amp; lack of radiance\u003c\/h4\u003e\n        \u003cp\u003eDehydrated skin lacks the plumpness to reflect light well — making it appear flat, dull, and tired even on good days. Inadequate hydration also impairs the skin's ability to repair itself and reduces the efficacy of active ingredients applied on top.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"approach-box\"\u003e\n      \u003ch4\u003eThe AMZO Bright Star approach\u003c\/h4\u003e\n      \u003cp\u003eRather than treating individual concerns in isolation, Bright Star addresses the shared root causes — blocking melanin production, rebuilding the barrier, restoring deep hydration, stimulating collagen renewal, and calming ongoing inflammation — so your skin achieves a brighter, more even, and genuinely healthier appearance from the inside out.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pg-footer\"\u003eAMZO Bright Star Multi Active Day \u0026amp; Night Cream  ·  50 ml  ·  All skin types\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════ PAGE: KEY BENEFITS ═══════════════ --\u003e\n  \u003cdiv class=\"tab-page\" id=\"amzo-bs-benefits\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eWhat it does\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003e5 key benefits\u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-block\"\u003e\n      \u003cdiv class=\"benefit-hdr\"\u003e\n\u003cdiv class=\"benefit-num\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eAdvanced brightening \u0026amp; radiant glow\u003c\/h4\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\u003cp\u003eBright Star's four-active brightening complex — Niacinamide, Alpha-Arbutin, Tranexamic Acid, and Sepiwhite (Undecylenoyl Phenylalanine) — targets pigmentation from every biological angle. Niacinamide blocks melanin transfer to skin cells. Alpha-Arbutin inhibits tyrosinase to reduce melanin synthesis at the source. Tranexamic Acid reduces stubborn melasma and discolouration by interrupting UV-triggered pigment pathways. And Sepiwhite signals skin cells to produce less pigment at the receptor level — working where other brighteners cannot. Together, they deliver a visibly brighter, more radiant, and more even complexion.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-block\"\u003e\n      \u003cdiv class=\"benefit-hdr\"\u003e\n\u003cdiv class=\"benefit-num\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eDark spots, acne marks \u0026amp; pigmentation correction\u003c\/h4\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\u003cp\u003ePost-acne marks, dark spots from sun exposure, and hormonal pigmentation all respond to the same active strategy: reduce excess melanin at the source and correct what has already formed. Alpha-Arbutin targets dark spots directly by suppressing the enzyme that creates pigment. Tranexamic Acid is clinically studied for melasma reduction. Niacinamide addresses the transfer of existing melanin to surrounding cells, gradually lightening residual marks. With consistent twice-daily use, visible improvement in acne marks and dark spots is typically seen within 4–6 weeks.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-block\"\u003e\n      \u003cdiv class=\"benefit-hdr\"\u003e\n\u003cdiv class=\"benefit-num\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eBarrier repair \u0026amp; protective hydration\u003c\/h4\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\u003cp\u003eA damaged barrier is the hidden reason many skin concerns persist and worsen. Ceramide Complex physically replenishes the lipids that form the skin's outer protective layer — locking in moisture and shielding the skin from environmental aggressors that trigger inflammation and pigmentation. Centella Asiatica Extract soothes redness, calms irritation, and supports the skin's healing process. Sodium Hyaluronate, Glycerin, and Propylene Glycol create a layered moisture matrix that hydrates deeply and holds that moisture in — keeping the skin plump, calm, and resilient through every application.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-block\"\u003e\n      \u003cdiv class=\"benefit-hdr\"\u003e\n\u003cdiv class=\"benefit-num\"\u003e04\u003c\/div\u003e\n\u003ch4\u003eAnti-ageing \u0026amp; firming action\u003c\/h4\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\u003cp\u003eMatrixyl 3000 — combining Palmitoyl Tripeptide-1 and Palmitoyl Tetrapeptide-7 — is one of skincare's most studied peptide complexes for collagen renewal. These peptides signal fibroblasts deep within the dermis to increase collagen and elastin synthesis, visibly improving skin firmness, reducing the depth of fine lines, and restoring a fuller, more youthful contour. With consistent use over 6–8 weeks, the results build cumulatively — making the skin not just look better, but structurally stronger.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-block\"\u003e\n      \u003cdiv class=\"benefit-hdr\"\u003e\n\u003cdiv class=\"benefit-num\"\u003e05\u003c\/div\u003e\n\u003ch4\u003eSilky texture \u0026amp; all-day skin comfort\u003c\/h4\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\u003cp\u003eCyclopentasiloxane gives Bright Star its distinctive silky, lightweight texture — ensuring the cream spreads effortlessly, absorbs without greasiness, and leaves the skin with a smooth, comfortable feel that layers beautifully under SPF or makeup. Titanium Dioxide contributes a subtle brightening finish on the surface while providing mild UV scatter benefits. The result is a cream that delivers its actives with precision while feeling genuinely pleasant to use both morning and night.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pg-footer\"\u003eAMZO Bright Star Multi Active Day \u0026amp; Night Cream  ·  50 ml  ·  All skin types\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════ PAGE: INGREDIENTS ═══════════════ --\u003e\n  \u003cdiv class=\"tab-page\" id=\"amzo-bs-ingredients\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eFormula\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eActive ingredients\u003c\/div\u003e\n    \u003ctable class=\"ing-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n\u003cth\u003eIngredient\u003c\/th\u003e\n\u003cth\u003eFunction\u003c\/th\u003e\n\u003cth\u003eSkin Benefit\u003c\/th\u003e\n\u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eNiacinamide\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eBrightening\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eMelanin Transfer Inhibitor\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eBrightens skin, reduces pigmentation, strengthens barrier\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eAlpha-Arbutin\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eSpot Corrector\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eTyrosinase Inhibitor\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eTargets dark spots and uneven tone for a clearer complexion\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eTranexamic Acid\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eTone-Even\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003ePigmentation Corrector\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eReduces melasma and stubborn hyperpigmentation\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eSepiwhite (Undecylenoyl Phenylalanine)\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eAdvanced Brightening\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eMC1-R Receptor Modulator\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eAdvanced active that fades discolouration at the receptor level\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eCeramide Complex\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eBarrier\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eBarrier Repair Agent\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eRepairs and protects the skin barrier, reduces dryness\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eCentella Asiatica Extract\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eCalming\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eSoothing \u0026amp; Healing Active\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eSoothes irritation, supports skin healing and recovery\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eSodium Hyaluronate\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eDeep Hydration\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eDeep Humectant\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eDeeply hydrates and plumps skin with intensive moisture\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eMatrixyl 3000 (Palmitoyl Tripeptide-1 \u0026amp; Palmitoyl Tetrapeptide-7)\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eAnti-Ageing\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eCollagen Stimulating Peptides\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eImproves firmness and visibly reduces fine lines and wrinkles\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eGlycerin\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eHydration\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eHumectant\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eAttracts moisture from the air and keeps skin hydrated\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003ePropylene Glycol\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003ePenetration\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eHydration \u0026amp; Penetration Enhancer\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eImproves hydration and enhances absorption of actives\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eTitanium Dioxide\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eUV Protection\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eOpacity \u0026amp; UV Scatter Agent\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eProvides a bright finish and mild UV protection benefits\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cspan class=\"iname\"\u003eCyclopentasiloxane\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"itag\"\u003eTexture\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"ifunc\"\u003eSilicone Emollient\u003c\/td\u003e\n          \u003ctd class=\"iben\"\u003eDelivers a silky skin feel and improves product spreadability\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cdiv class=\"pg-footer\"\u003eAMZO Bright Star Multi Active Day \u0026amp; Night Cream  ·  50 ml  ·  Dermatologist tested\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════ PAGE: HOW TO USE ═══════════════ --\u003e\n  \u003cdiv class=\"tab-page\" id=\"amzo-bs-howtouse\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eApplication guide\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eHow to use\u003c\/div\u003e\n    \u003cdiv class=\"steps\"\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eCleanse your face\u003c\/h4\u003e\n\u003cp\u003eBegin with a gentle, pH-balanced cleanser to remove makeup, sunscreen, excess oil, and impurities. Pat your skin dry with a soft towel — never rub, as friction can worsen pigmentation and irritate sensitive skin.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eApply toner or essence if using one\u003c\/h4\u003e\n\u003cp\u003eIf toner or essence is part of your routine, apply it before the cream and allow it to fully absorb. This preps the skin with a base layer of hydration and helps the cream's actives penetrate more effectively.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eDispense a pea-sized amount\u003c\/h4\u003e\n\u003cp\u003eScoop out a pea-sized amount of Bright Star cream with clean fingertips or a spatula. This amount is sufficient for full-face and neck coverage — using more does not accelerate results.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eWarm between fingertips and apply\u003c\/h4\u003e\n\u003cp\u003eGently warm the cream between your fingertips for 2–3 seconds, then press and smooth it evenly across your face and neck. Use upward, outward strokes — focusing any extra product on areas with pigmentation, marks, or fine lines.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eAllow 1–2 minutes for full absorption\u003c\/h4\u003e\n\u003cp\u003eWait for the cream to fully absorb before applying any additional products. The Cyclopentasiloxane base absorbs quickly, leaving a smooth, non-greasy finish that's ready to layer within minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e6\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eMorning: Always seal with SPF\u003c\/h4\u003e\n\u003cp\u003eDuring the day, always follow with a broad-spectrum SPF 30 or above as your final step. Brightening actives like Alpha-Arbutin and Tranexamic Acid make skin more UV-sensitive — without SPF, new pigmentation forms faster than any cream can correct it.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e7\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eNight: Apply as your final skincare step\u003c\/h4\u003e\n\u003cp\u003eAt night, use Bright Star as the final step of your routine after cleansing and any serums. While you sleep, Matrixyl 3000 and Ceramide Complex work with your skin's natural overnight repair cycle — maximising firming, barrier recovery, and brightening results.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pg-footer\"\u003eAMZO Bright Star Multi Active Day \u0026amp; Night Cream  ·  Use morning and night for best results\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════ PAGE: WHO IT'S FOR ═══════════════ --\u003e\n  \u003cdiv class=\"tab-page\" id=\"amzo-bs-whofor\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eSuitability\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eWho this is for\u003c\/div\u003e\n    \u003cdiv class=\"for-list\"\u003e\n      \u003cdiv class=\"for-item\"\u003e\n\u003cdiv class=\"for-diamond\"\u003e◆\u003c\/div\u003e\n\u003cp\u003eSkin that looks dull, flat, or lacks the natural glow it once had — even after a full night's sleep and a proper routine\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"for-item\"\u003e\n\u003cdiv class=\"for-diamond\"\u003e◆\u003c\/div\u003e\n\u003cp\u003eDark spots, post-acne marks, or discolouration that linger long after the original breakout or injury has healed\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"for-item\"\u003e\n\u003cdiv class=\"for-diamond\"\u003e◆\u003c\/div\u003e\n\u003cp\u003ePigmentation, melasma, or uneven skin tone from sun exposure, hormonal changes, or genetic predisposition\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"for-item\"\u003e\n\u003cdiv class=\"for-diamond\"\u003e◆\u003c\/div\u003e\n\u003cp\u003eDry, dehydrated, or barrier-compromised skin that feels tight, flaky, or reactive to everyday products and environments\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"for-item\"\u003e\n\u003cdiv class=\"for-diamond\"\u003e◆\u003c\/div\u003e\n\u003cp\u003eEarly signs of ageing — fine lines, reduced firmness, or a loss of that plump, youthful bounce in the skin\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"for-item\"\u003e\n\u003cdiv class=\"for-diamond\"\u003e◆\u003c\/div\u003e\n\u003cp\u003eSouth Asian and deeper skin tones where post-inflammatory hyperpigmentation and melasma are disproportionately common and persistent\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"for-item\"\u003e\n\u003cdiv class=\"for-diamond\"\u003e◆\u003c\/div\u003e\n\u003cp\u003eAnyone looking to simplify their routine without sacrificing results — one multi-active cream that covers brightening, hydration, barrier repair, and anti-ageing in a single step\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"for-item\"\u003e\n\u003cdiv class=\"for-diamond\"\u003e◆\u003c\/div\u003e\n\u003cp\u003eAll skin types, including oily, combination, dry, and sensitive skin — formulated to be effective without irritation\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pg-footer\"\u003eAMZO Bright Star Multi Active Day \u0026amp; Night Cream  ·  50 ml  ·  All skin types\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════ PAGE: CLEAN FORMULA ═══════════════ --\u003e\n  \u003cdiv class=\"tab-page\" id=\"amzo-bs-clean\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eClean beauty\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eClean formula commitments\u003c\/div\u003e\n    \u003cdiv class=\"clean-grid\"\u003e\n      \u003cdiv class=\"clean-card\"\u003e\n\u003cdiv class=\"clean-check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eParaben-Free\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"clean-card\"\u003e\n\u003cdiv class=\"clean-check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eAlcohol-Free\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"clean-card\"\u003e\n\u003cdiv class=\"clean-check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eSulfate-Free\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"clean-card\"\u003e\n\u003cdiv class=\"clean-check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eMineral Oil Free\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"clean-card\"\u003e\n\u003cdiv class=\"clean-check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eCruelty-Free\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"clean-card\"\u003e\n\u003cdiv class=\"clean-check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eNon-Comedogenic\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"clean-card\"\u003e\n\u003cdiv class=\"clean-check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eDermatologist Tested\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"clean-note\"\u003eNothing that harms. Everything that brightens.\u003c\/div\u003e\n    \u003cdiv class=\"pg-footer\"\u003eAMZO Bright Star Multi Active Day \u0026amp; Night Cream  ·  50 ml  ·  All skin types\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════ PAGE: FAQ ═══════════════ --\u003e\n  \u003cdiv class=\"tab-page\" id=\"amzo-bs-faq\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eCommon questions\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eFrequently asked questions\u003c\/div\u003e\n    \u003cdiv class=\"faq-list\"\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" onclick=\"amzoBsFaq(this)\"\u003e\u003cspan class=\"faq-q-text\"\u003eHow quickly will I see brightening results?\u003c\/span\u003e\u003cspan class=\"faq-arrow\"\u003e⌄\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eMost users notice softer, more hydrated, and visibly smoother skin from the first few days of use. For meaningful brightening and a more even complexion, consistent twice-daily application over 4–6 weeks delivers the most noticeable improvement. Stubborn dark spots and melasma typically require 6–8 weeks of uninterrupted use to show visible fading.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" onclick=\"amzoBsFaq(this)\"\u003e\u003cspan class=\"faq-q-text\"\u003eCan I use this on acne-prone skin?\u003c\/span\u003e\u003cspan class=\"faq-arrow\"\u003e⌄\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes. Bright Star is non-comedogenic, meaning it is formulated not to clog pores or trigger breakouts. Niacinamide is particularly beneficial for acne-prone skin — it helps regulate sebum production, minimise pore appearance, and reduce the post-inflammatory marks left behind after breakouts heal. If you are using active acne treatments (such as benzoyl peroxide or salicylic acid), apply those first and let them absorb before applying the cream.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" onclick=\"amzoBsFaq(this)\"\u003e\u003cspan class=\"faq-q-text\"\u003eIs it suitable for sensitive skin?\u003c\/span\u003e\u003cspan class=\"faq-arrow\"\u003e⌄\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eBright Star is alcohol-free and dermatologist tested. Ceramide Complex and Centella Asiatica Extract are specifically included to calm and protect reactive skin. We recommend a patch test on the inner arm before full-face use if you have known sensitivities. If any irritation occurs, reduce to once-daily application until your skin adjusts.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" onclick=\"amzoBsFaq(this)\"\u003e\u003cspan class=\"faq-q-text\"\u003eDo I really need to use SPF with this cream?\u003c\/span\u003e\u003cspan class=\"faq-arrow\"\u003e⌄\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes — and this is non-negotiable for brightening results. Alpha-Arbutin, Tranexamic Acid, and Niacinamide all increase the skin's sensitivity to UV radiation. Without daily SPF 30 or above, the same sunlight that triggered the pigmentation in the first place will continue forming new dark spots faster than any cream can correct them. Apply Bright Star in the morning, allow it to absorb, then finish with your SPF.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" onclick=\"amzoBsFaq(this)\"\u003e\u003cspan class=\"faq-q-text\"\u003eCan I use this under makeup?\u003c\/span\u003e\u003cspan class=\"faq-arrow\"\u003e⌄\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes. Allow 1–2 minutes for the cream to fully absorb, then apply your SPF, primer, or foundation as normal. The Cyclopentasiloxane base creates a smooth, silky skin feel that acts as an ideal primer underneath makeup — reducing the appearance of pores and creating a uniform surface for application without pilling.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" onclick=\"amzoBsFaq(this)\"\u003e\u003cspan class=\"faq-q-text\"\u003eCan I use this with a serum, Vitamin C, or Retinol?\u003c\/span\u003e\u003cspan class=\"faq-arrow\"\u003e⌄\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eBright Star layers well with most serums. Apply your serum first and allow it to absorb, then follow with the cream. If using Vitamin C, apply it as the first step on cleansed skin before the cream. If using Retinol, we recommend alternating evenings rather than combining in the same routine — this reduces the risk of irritation and allows each active to work most effectively.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" onclick=\"amzoBsFaq(this)\"\u003e\u003cspan class=\"faq-q-text\"\u003eHow long will one 50 ml jar last?\u003c\/span\u003e\u003cspan class=\"faq-arrow\"\u003e⌄\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eWith twice-daily use of a pea-sized amount per application, a 50 ml jar of Bright Star typically lasts between 60 and 90 days — making it a cost-effective multi-active solution that replaces the need for multiple separate products targeting brightening, hydration, barrier repair, and anti-ageing.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" onclick=\"amzoBsFaq(this)\"\u003e\u003cspan class=\"faq-q-text\"\u003eWill this help with melasma?\u003c\/span\u003e\u003cspan class=\"faq-arrow\"\u003e⌄\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eBright Star contains two of the most clinically studied actives for melasma — Tranexamic Acid and Sepiwhite (Undecylenoyl Phenylalanine) — alongside Alpha-Arbutin and Niacinamide. This combination addresses melasma from multiple pathways. Results for melasma typically require 8–12 weeks of consistent use, combined with daily SPF application, for meaningful improvement. Melasma that is deeply established may require consultation with a dermatologist in addition to topical treatment.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n    \u003cdiv class=\"pg-footer\"\u003eAMZO Bright Star Multi Active Day \u0026amp; Night Cream  ·  50 ml  ·  For all skin types\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/amzo-bs --\u003e\n\n\u003cscript\u003e\nfunction amzoBsTab(id,btn){\n  document.querySelectorAll('.amzo-bs .tab-page').forEach(function(p){p.classList.remove('active');});\n  document.querySelectorAll('.amzo-bs .tab-btn').forEach(function(b){b.classList.remove('active');});\n  document.getElementById('amzo-bs-'+id).classList.add('active');\n  btn.classList.add('active');\n}\nfunction amzoBsFaq(btn){\n  var ans=btn.nextElementSibling;\n  var isOpen=ans.classList.contains('open');\n  btn.closest('.amzo-bs').querySelectorAll('.faq-a').forEach(function(a){a.classList.remove('open');});\n  btn.closest('.amzo-bs').querySelectorAll('.faq-q').forEach(function(q){q.classList.remove('open');});\n  if(!isOpen){ans.classList.add('open');btn.classList.add('open');}\n}\n\u003c\/script\u003e","brand":"AMZO","offers":[{"title":"Default Title","offer_id":52238664925466,"sku":null,"price":1999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0996\/0479\/1578\/files\/WhatsAppImage2026-05-18at12.51.12AM_1.jpg?v=1779087073","url":"https:\/\/amzobyamaz.com\/products\/bright-star-youth-cream","provider":"AMZO","version":"1.0","type":"link"}