{"title":"Skin Care","description":"","products":[{"product_id":"scs-star-beauty-cream-7-day-night-therapy","title":"SCS Star Beauty Cream – Advanced 7-Day Night Therapy for Dark Spot Correction, Active Skin Whitening, and Deep Hydration","description":"\u003cstyle\u003e\n  :root {\n    --lux-bg: #FAFAFA;\n    --lux-white: #FFFFFF;\n    --lux-primary: #1A1A1A;\n    --lux-muted: #666666;\n    --lux-accent: #E5E0DB;\n    --lux-border: #EEEEEE;\n    --lux-spacing-sm: 16px;\n    --lux-spacing-md: 32px;\n    --lux-spacing-lg: 64px;\n    --font-heading: \"Helvetica Neue\", Arial, sans-serif;\n    --font-body: \"Helvetica Neue\", Arial, sans-serif;\n  }\n\n  .lux-wrapper {\n    font-family: var(--font-body);\n    background-color: var(--lux-bg);\n    color: var(--lux-primary);\n    line-height: 1.6;\n    letter-spacing: 0.5px;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: var(--lux-spacing-md) var(--lux-spacing-sm);\n  }\n\n  .lux-wrapper h2, .lux-wrapper h3, .lux-wrapper h4 {\n    font-family: var(--font-heading);\n    font-weight: 300;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-top: 0;\n  }\n\n  .lux-wrapper h2 {\n    font-size: 20px;\n    text-align: center;\n    margin-bottom: var(--lux-spacing-md);\n    position: relative;\n    padding-bottom: 12px;\n  }\n\n  .lux-wrapper h2::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 40px;\n    height: 1px;\n    background-color: var(--lux-primary);\n  }\n\n  .lux-wrapper p {\n    color: var(--lux-muted);\n    font-size: 14px;\n    margin-bottom: var(--lux-spacing-sm);\n  }\n\n  .lux-section {\n    margin-bottom: var(--lux-spacing-lg);\n    background-color: var(--lux-white);\n    padding: var(--lux-spacing-md);\n    border: 1px solid var(--lux-border);\n  }\n\n  \/* 1. Hero Section *\/\n  .lux-hero {\n    text-align: center;\n    background-color: var(--lux-accent);\n    padding: var(--lux-spacing-lg) var(--lux-spacing-md);\n    border: none;\n    margin-bottom: var(--lux-spacing-lg);\n  }\n\n  .lux-hero h1 {\n    font-family: var(--font-heading);\n    font-weight: 300;\n    font-size: 26px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    margin: 0 0 16px 0;\n  }\n\n  .lux-hero .lux-subtitle {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--lux-primary);\n    margin-bottom: var(--lux-spacing-md);\n    display: block;\n  }\n\n  .lux-hero p {\n    color: var(--lux-primary);\n    max-width: 600px;\n    margin: 0 auto;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* 2. Grid \u0026 Cards (Benefits\/Narrative) *\/\n  .lux-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--lux-spacing-md);\n  }\n\n  @media (min-width: 768px) {\n    .lux-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .lux-card {\n    padding: var(--lux-spacing-sm);\n  }\n\n  .lux-card h3 {\n    font-size: 15px;\n    margin-bottom: 12px;\n    color: var(--lux-primary);\n  }\n\n  \/* Feature List *\/\n  .lux-features {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .lux-features li {\n    font-size: 14px;\n    color: var(--lux-muted);\n    margin-bottom: 20px;\n    padding-left: 32px;\n    position: relative;\n  }\n\n  .lux-features li::before {\n    content: \"—\";\n    position: absolute;\n    left: 0;\n    color: var(--lux-primary);\n  }\n\n  .lux-features strong {\n    color: var(--lux-primary);\n    font-weight: 500;\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  \/* 3. Ingredients \u0026 4. How To Use Tabular\/Split layout *\/\n  .lux-split {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--lux-spacing-md);\n  }\n\n  @media (min-width: 768px) {\n    .lux-split {\n      grid-template-columns: 1fr 1fr;\n    }\n    .lux-split-border {\n      border-right: 1px solid var(--lux-border);\n      padding-right: var(--lux-spacing-md);\n    }\n  }\n\n  .lux-steps {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lux-steps li {\n    font-size: 14px;\n    color: var(--lux-muted);\n    margin-bottom: 16px;\n    display: flex;\n  }\n\n  .lux-steps .step-num {\n    font-weight: 300;\n    font-size: 12px;\n    margin-right: 16px;\n    border-bottom: 1px solid var(--lux-primary);\n    height: fit-content;\n  }\n\n  \/* 5. Product Details Table *\/\n  .lux-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: var(--lux-spacing-sm);\n  }\n\n  .lux-table td {\n    padding: 12px 0;\n    font-size: 13px;\n    border-bottom: 1px solid var(--lux-border);\n  }\n\n  .lux-table td:first-child {\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--lux-primary);\n    width: 35%;\n  }\n\n  .lux-table td:last-child {\n    color: var(--lux-muted);\n  }\n\n  \/* 6. Accordion\/FAQ *\/\n  .lux-accordion {\n    border-top: 1px solid var(--lux-border);\n  }\n\n  .lux-accordion-item {\n    border-bottom: 1px solid var(--lux-border);\n    padding: 16px 0;\n  }\n\n  .lux-accordion-title {\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--lux-primary);\n    margin: 0 0 8px 0;\n    font-weight: 400;\n  }\n\n  \/* 7. CTA Section *\/\n  .lux-cta {\n    text-align: center;\n    padding: var(--lux-spacing-md) var(--lux-spacing-sm);\n    background-color: var(--lux-white);\n    border: 1px solid var(--lux-primary);\n  }\n\n  .lux-cta h3 {\n    font-size: 16px;\n    margin-bottom: 8px;\n  }\n\n  .lux-cta p {\n    max-width: 500px;\n    margin: 0 auto var(--lux-spacing-sm) auto;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lux-wrapper\"\u003e\n\u003c!-- 1. HERO INTRO --\u003e\n\u003csection class=\"lux-section lux-hero\"\u003e\u003cspan class=\"lux-subtitle\"\u003eCellular Overnight Correction\u003c\/span\u003e\n\u003ch1\u003eStar Beauty Cream\u003c\/h1\u003e\n\u003cp\u003eAre uneven skin tone, stubborn dark spots, and dullness keeping you from feeling completely confident in your bare skin? During the day, environmental pollution, UV exposure, and oxidative stress damage your skin barrier, leading to hyperpigmentation and a loss of natural radiance. The SCS Star Beauty Cream leverages the peak restorative hours of your sleep cycle to completely rehabilitate your complexion.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 2. BENEFITS CLINICAL NARRATIVE --\u003e\n\u003csection class=\"lux-section\"\u003e\n\u003ch2\u003eThe 7-Day Targeted Correction Therapy\u003c\/h2\u003e\n\u003cdiv class=\"lux-grid\"\u003e\n\u003cdiv class=\"lux-card\"\u003e\n\u003ch3\u003eMelanin Regulation \u0026amp; Repair\u003c\/h3\u003e\n\u003cp\u003ePotent skin-brightening agents sink deep into the epidermis to inhibit overactive melanin production. This targeted process systematically dissolves stubborn dark spots, sun damage, blemishes, and freckles. Concurrently, a defensive matrix of premium antioxidants neutralizes accumulated free radical damage, repairing structural micro-damage and smoothing fine lines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lux-card\"\u003e\n\u003ch3\u003eDermal Hydration \u0026amp; Shielding\u003c\/h3\u003e\n\u003cp\u003eThis rich formula restores your lipid barrier by flooding the stratum corneum with intense nourishment. It completely eliminates dry, rough texture patches, making your skin exceptionally soft, supple, and highly reflective to natural light. As you sleep, its non-greasy, velvety texture forms a protective hydration shield that optimizes cellular renewal without clogging pores.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5. PRODUCT FEATURES \u0026 BENEFITS --\u003e\n\u003csection class=\"lux-section\"\u003e\n\u003ch2\u003eTargeted Performance\u003c\/h2\u003e\n\u003cul class=\"lux-features\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eActive Whitening \u0026amp; Glow Enhancement\u003c\/strong\u003e Instantly revives dull skin by promoting microcirculation and uniform light reflectivity for a brilliant, natural glow.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTargeted Dark Spot \u0026amp; Freckle Correction\u003c\/strong\u003e Rapidly reduces the appearance of hyperpigmentation, hormonal melasma, acne blemishes, and sun spots.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntensive 7-Day Therapy\u003c\/strong\u003e Accelerated formula engineered to show visible improvements in skin tone consistency and overall texture smoothness within just one week.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep Dermal Hydration\u003c\/strong\u003e Richly nourishes and locks moisture into the skin’s barrier, erasing dry patches and leaving a velvety-soft finish.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePotent Antioxidant Shield\u003c\/strong\u003e Fights oxidative stress and neutralizes free radicals overnight, minimizing the early signs of aging, fine lines, and wrinkles.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptimized Overnight Recovery\u003c\/strong\u003e Works in harmony with your body’s natural circadian rhythm to repair, renew, and brighten skin cells while you rest.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- 3 \u0026 4. INGREDIENTS \u0026 HOW TO USE --\u003e\n\u003csection class=\"lux-section\"\u003e\n\u003cdiv class=\"lux-split\"\u003e\n\u003cdiv class=\"lux-split-border\"\u003e\n\u003ch2\u003eThe Complex\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eActive Whitening Complex:\u003c\/strong\u003e Advanced, bio-available brightening agents engineered to penetrate dense dermal layers and regulate overactive pigment production.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eYouth Defense Matrix:\u003c\/strong\u003e A concentration of premium topical antioxidants formulated to combat structural environmental damage and plump early fine lines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2\u003eApplication\u003c\/h2\u003e\n\u003cul class=\"lux-steps\"\u003e\n\u003cli\u003e\n\u003cspan class=\"step-num\"\u003e01\u003c\/span\u003e \u003cspan\u003eComplete your normal evening cleansing ritual to prepare a thoroughly clean cellular canvas.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"step-num\"\u003e02\u003c\/span\u003e \u003cspan\u003eSmooth a pea-sized amount over the face and neck, focusing intensely on zones with hyperpigmentation or dark spots.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"step-num\"\u003e03\u003c\/span\u003e \u003cspan\u003eAllow the non-greasy, velvety texture to melt into the skin overnight. Wash thoroughly the following morning.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5. PRODUCT DETAILS --\u003e\n\u003csection class=\"lux-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"lux-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTreatment Type\u003c\/td\u003e\n\u003ctd\u003eIntensive Overnight Whitening \u0026amp; Repair Cream\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSkin Concerns\u003c\/td\u003e\n\u003ctd\u003eHyperpigmentation, Dark Spots, Freckles, Dullness, Fine Lines\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTexture\u003c\/td\u003e\n\u003ctd\u003eVelvety, non-greasy fast-absorbing nighttime barrier\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety Profile\u003c\/td\u003e\n\u003ctd\u003eDermatologist-grade, Non-comedogenic, Non-pore clogging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- 6. FAQ SECTION --\u003e\n\u003csection class=\"lux-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"lux-accordion\"\u003e\n\u003cdiv class=\"lux-accordion-item\"\u003e\n\u003ch4 class=\"lux-accordion-title\"\u003eWill this cause breakouts or block my pores?\u003c\/h4\u003e\n\u003cp\u003eNo. SCS Star Beauty Cream is specifically engineered with a breathable, non-comedogenic texture. It melts effortlessly into deep dermal layers to optimize cellular renewal without leaving a suffocating residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lux-accordion-item\"\u003e\n\u003ch4 class=\"lux-accordion-title\"\u003eHow fast can I realistically see results?\u003c\/h4\u003e\n\u003cp\u003eOur formula is an accelerated therapy designed to show visible improvements in skin tone consistency, hydration radiance, and dark spot intensity within just 7 days of consecutive nightly application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lux-accordion-item\"\u003e\n\u003ch4 class=\"lux-accordion-title\"\u003eCan I wear this during the daytime?\u003c\/h4\u003e\n\u003cp\u003eThis formulation is optimized to work in harmony with your body’s overnight circadian rhythm when cellular repair peaks. For daytime protection, we recommend transitioning to a targeted sunscreen layer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 7. CTA SECTION --\u003e\n\u003csection class=\"lux-cta\"\u003e\n\u003ch3\u003eA Luxurious Nighttime Ritual\u003c\/h3\u003e\n\u003cp\u003eTransition away from heavy, pore-suffocating makeup correctors and step into a reality of predictable, clear, and effortlessly radiant skin that glows from within.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"SCS","offers":[{"title":"Default Title","offer_id":42498942042187,"sku":"SC-004","price":918.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7228\/0139\/files\/StartBeautyCrea_1.png?v=1779735833"},{"product_id":"scs-acne-treatment-gel-skin-mask-oil-control","title":"SCS Clarifying Acne Treatment Mask – Salicylic Acid \u0026 Tea Tree Gel Mask for Sebum Control and Acne Mark Removal | TRYNDZI","description":"\u003cstyle\u003e\n  :root {\n    --lux-bg: #FAFAFA;\n    --lux-white: #FFFFFF;\n    --lux-primary: #1A1A1A;\n    --lux-muted: #666666;\n    --lux-accent: #E5E0DB;\n    --lux-border: #EEEEEE;\n    --lux-spacing-sm: 16px;\n    --lux-spacing-md: 32px;\n    --lux-spacing-lg: 64px;\n    --font-heading: \"Helvetica Neue\", Arial, sans-serif;\n    --font-body: \"Helvetica Neue\", Arial, sans-serif;\n  }\n\n  .lux-wrapper {\n    font-family: var(--font-body);\n    background-color: var(--lux-bg);\n    color: var(--lux-primary);\n    line-height: 1.6;\n    letter-spacing: 0.5px;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: var(--lux-spacing-md) var(--lux-spacing-sm);\n  }\n\n  .lux-wrapper h2, .lux-wrapper h3, .lux-wrapper h4 {\n    font-family: var(--font-heading);\n    font-weight: 300;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-top: 0;\n  }\n\n  .lux-wrapper h2 {\n    font-size: 20px;\n    text-align: center;\n    margin-bottom: var(--lux-spacing-md);\n    position: relative;\n    padding-bottom: 12px;\n  }\n\n  .lux-wrapper h2::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 40px;\n    height: 1px;\n    background-color: var(--lux-primary);\n  }\n\n  .lux-wrapper p {\n    color: var(--lux-muted);\n    font-size: 14px;\n    margin-bottom: var(--lux-spacing-sm);\n  }\n\n  .lux-section {\n    margin-bottom: var(--lux-spacing-lg);\n    background-color: var(--lux-white);\n    padding: var(--lux-spacing-md);\n    border: 1px solid var(--lux-border);\n  }\n\n  \/* 1. Hero Section *\/\n  .lux-hero {\n    text-align: center;\n    background-color: var(--lux-accent);\n    padding: var(--lux-spacing-lg) var(--lux-spacing-md);\n    border: none;\n    margin-bottom: var(--lux-spacing-lg);\n  }\n\n  .lux-hero h1 {\n    font-family: var(--font-heading);\n    font-weight: 300;\n    font-size: 26px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    margin: 0 0 16px 0;\n  }\n\n  .lux-hero .lux-subtitle {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--lux-primary);\n    margin-bottom: var(--lux-spacing-md);\n    display: block;\n  }\n\n  .lux-hero p {\n    color: var(--lux-primary);\n    max-width: 600px;\n    margin: 0 auto;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* 2. Grid \u0026 Cards (Benefits\/Narrative) *\/\n  .lux-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--lux-spacing-md);\n  }\n\n  @media (min-width: 768px) {\n    .lux-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .lux-card {\n    padding: var(--lux-spacing-sm);\n  }\n\n  .lux-card h3 {\n    font-size: 15px;\n    margin-bottom: 12px;\n    color: var(--lux-primary);\n  }\n\n  \/* Feature List *\/\n  .lux-features {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .lux-features li {\n    font-size: 14px;\n    color: var(--lux-muted);\n    margin-bottom: 20px;\n    padding-left: 32px;\n    position: relative;\n  }\n\n  .lux-features li::before {\n    content: \"—\";\n    position: absolute;\n    left: 0;\n    color: var(--lux-primary);\n  }\n\n  .lux-features strong {\n    color: var(--lux-primary);\n    font-weight: 500;\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  \/* 3. Ingredients \u0026 4. How To Use Tabular\/Split layout *\/\n  .lux-split {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--lux-spacing-md);\n  }\n\n  @media (min-width: 768px) {\n    .lux-split {\n      grid-template-columns: 1fr 1fr;\n    }\n    .lux-split-border {\n      border-right: 1px solid var(--lux-border);\n      padding-right: var(--lux-spacing-md);\n    }\n  }\n\n  .lux-steps {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lux-steps li {\n    font-size: 14px;\n    color: var(--lux-muted);\n    margin-bottom: 16px;\n    display: flex;\n  }\n\n  .lux-steps .step-num {\n    font-weight: 300;\n    font-size: 12px;\n    margin-right: 16px;\n    border-bottom: 1px solid var(--lux-primary);\n    height: fit-content;\n  }\n\n  \/* 5. Product Details Table *\/\n  .lux-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: var(--lux-spacing-sm);\n  }\n\n  .lux-table td {\n    padding: 12px 0;\n    font-size: 13px;\n    border-bottom: 1px solid var(--lux-border);\n  }\n\n  .lux-table td:first-child {\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--lux-primary);\n    width: 35%;\n  }\n\n  .lux-table td:last-child {\n    color: var(--lux-muted);\n  }\n\n  \/* 6. Accordion\/FAQ *\/\n  .lux-accordion {\n    border-top: 1px solid var(--lux-border);\n  }\n\n  .lux-accordion-item {\n    border-bottom: 1px solid var(--lux-border);\n    padding: 16px 0;\n  }\n\n  .lux-accordion-title {\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--lux-primary);\n    margin: 0 0 8px 0;\n    font-weight: 400;\n  }\n\n  \/* 7. CTA Section *\/\n  .lux-cta {\n    text-align: center;\n    padding: var(--lux-spacing-md) var(--lux-spacing-sm);\n    background-color: var(--lux-white);\n    border: 1px solid var(--lux-primary);\n  }\n\n  .lux-cta h3 {\n    font-size: 16px;\n    margin-bottom: 8px;\n  }\n\n  .lux-cta p {\n    max-width: 500px;\n    margin: 0 auto var(--lux-spacing-sm) auto;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lux-wrapper\"\u003e\n\n  \u003c!-- 1. HERO INTRO --\u003e\n  \u003csection class=\"lux-section lux-hero\"\u003e\n    \u003cspan class=\"lux-subtitle\"\u003eTRYNDZI Skincare Collective\u003c\/span\u003e\n    \u003ch1\u003eAcne Treatment Gel Skin Mask\u003c\/h1\u003e\n    \u003cp\u003ePersistent breakouts, painful blemishes, and the lingering dark marks they leave behind can make you feel trapped in a cycle of unpredictable skin frustration. When your skin overproduces sebum, it creates a suffocating environment inside the follicle wall, resulting in painful cystic pimples. The SCS Acne Treatment Gel Skin Mask is engineered to disrupt this cycle, penetrating deep to eliminate impurities at the source.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 2. BENEFITS CLINICAL NARRATIVE --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eThe 3-Step Pore Detox \u0026amp; Blemish Correction System\u003c\/h2\u003e\n    \u003cdiv class=\"lux-grid\"\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eDeep Follicular Clearance \u0026amp; Defense\u003c\/h3\u003e\n        \u003cp\u003eHigh-performance Salicylic Acid and astringent Witch Hazel Extracts sink beneath the skin surface to liquefy trapped sebum and cellular debris. By unglugging choked pores, it removes the breeding ground for acne-causing bacteria. Concurrently, a potent botanical synergy of Neem, Tea Tree, and Lavender forms a natural shield to subdue active redness and reduce blemish swelling.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eDermal Rehabilitation \u0026amp; Rebalance\u003c\/h3\u003e\n        \u003cp\u003eWhile clearing active breakouts, the mask delivers a concentrated surge of localized antioxidants. This supports natural cellular turnover, systematically fading post-inflammatory hyperpigmentation, dark spots, and stubborn blemishes. Unlike heavy clay masks that crack and dry out the skin barrier, our smart-delivery hydration network avoids dry flakes or reactionary oil spikes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. PRODUCT FEATURES \u0026 BENEFITS --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eTargeted Performance\u003c\/h2\u003e\n    \u003cul class=\"lux-features\"\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eSalicylic Acid Complex\u003c\/strong\u003e\n        Dissolves deep-seated pore impurities and excess oil to dramatically reduce blackheads and whiteheads.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eActive Neem \u0026amp; Tea Tree Synergy\u003c\/strong\u003e\n        Provides superior natural purification to target active pimples and prevent future bacterial flare-ups.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eAcne Mark \u0026amp; Blemish Fading\u003c\/strong\u003e\n        Formulated to specifically lighten post-acne dark spots, evening out your natural skin tone.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eWitch Hazel \u0026amp; Lavender Calming\u003c\/strong\u003e\n        Instantly intercepts skin inflammation, heavily subduing redness and cooling painful cystic blemishes.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eNon-Stripping Hydration\u003c\/strong\u003e\n        A soothing gel consistency that deeply conditions and nourishes the skin barrier, avoiding dry flakes or tightness.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eThe TRYNDZI Quality Guarantee\u003c\/strong\u003e\n        100g of professional-grade, clean-beauty skincare curated for unpredictable, oily, and acne-prone skin types.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 3 \u0026 4. INGREDIENTS \u0026 HOW TO USE --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003cdiv class=\"lux-split\"\u003e\n      \u003cdiv class=\"lux-split-border\"\u003e\n        \u003ch2\u003eThe Complex\u003c\/h2\u003e\n        \u003cp\u003e\u003cstrong\u003eClinical Actives:\u003c\/strong\u003e Medical-grade Salicylic Acid engineered to safely breach the lipid lipid wall and purge deep follicular blockages.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eBotanical Purifiers:\u003c\/strong\u003e A select premium synergy of pure Neem, Tea Tree, Lavender, and Witch Hazel extracts to target inflammation and protect the delicate acid mantle.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eApplication\u003c\/h2\u003e\n        \u003cul class=\"lux-steps\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e01\u003c\/span\u003e\n            \u003cspan\u003eApply an even layer to clean, dry skin, targeting active breakout zones or treating the entire face.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e02\u003c\/span\u003e\n            \u003cspan\u003eLeave on for 40 minutes as a high-intensity rinse-off treatment, or wear overnight as an intensive rehabilitation mask.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e03\u003c\/span\u003e\n            \u003cspan\u003eRinse thoroughly with cool water. Use 2 to 3 times per week or as a localized spot treatment whenever flare-ups occur.\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. PRODUCT DETAILS --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eSpecifications\u003c\/h2\u003e\n    \u003ctable class=\"lux-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eVolume\u003c\/td\u003e\n        \u003ctd\u003e100g\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTexture\u003c\/td\u003e\n        \u003ctd\u003eUltra-cooling, lightweight, non-comedogenic gel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSkin Type\u003c\/td\u003e\n        \u003ctd\u003eUnpredictable, Oily, Combination, and Acne-Prone\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCuration\u003c\/td\u003e\n        \u003ctd\u003eProfessional-Grade, Clean-Beauty, Toxic-Free\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 6. FAQ SECTION --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"lux-accordion\"\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eCan I truly leave this mask on overnight?\u003c\/h4\u003e\n        \u003cp\u003eYes. The lightweight, non-comedogenic gel texture functions perfectly as an intensive overnight therapy. It creates a breathable, protective hydration shield that works in sync with your body's nocturnal cellular recovery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eHow does this differ from traditional clay masks?\u003c\/h4\u003e\n        \u003cp\u003eTraditional clay masks crack and overly strip the skin barrier, which causes a reactionary spike in oil production. Our advanced gel mask uses a smart-delivery hydration network that purifies pores while keeping the lipid barrier thoroughly nourished.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eWill it help fade old dark marks?\u003c\/h4\u003e\n        \u003cp\u003eAbsolutely. While treating active blemishes, the mask delivers a concentrated surge of localized antioxidants that support natural cellular turnover to systematically lighten post-inflammatory hyperpigmentation and acne scars.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 7. CTA SECTION --\u003e\n  \u003csection class=\"lux-cta\"\u003e\n    \u003ch3\u003eVersatile Dual-Application Therapy\u003c\/h3\u003e\n    \u003cp\u003eStep away from toxic, stripping formulas. Introduce your skin to a balanced, deeply nourished, and light-reflecting glow you can rely on every single day.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"SCS","offers":[{"title":"Default Title","offer_id":42509349814347,"sku":"SC-005","price":1098.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7228\/0139\/files\/AcneTreatmentGelMask_1.png?v=1779902338"},{"product_id":"scs-soothing-rose-face-wash-hydrating-cleanser","title":"SCS Soothing Rose Face Wash – Hydrating Gentle Cleanser for Sensitive Skin, Redness Relief, and Natural Glow | TRYNDZI","description":"\u003cstyle\u003e\n  :root {\n    --lux-bg: #FAFAFA;\n    --lux-white: #FFFFFF;\n    --lux-primary: #1A1A1A;\n    --lux-muted: #666666;\n    --lux-accent: #E5E0DB;\n    --lux-border: #EEEEEE;\n    --lux-spacing-sm: 16px;\n    --lux-spacing-md: 32px;\n    --lux-spacing-lg: 64px;\n    --font-heading: \"Helvetica Neue\", Arial, sans-serif;\n    --font-body: \"Helvetica Neue\", Arial, sans-serif;\n  }\n\n  .lux-wrapper {\n    font-family: var(--font-body);\n    background-color: var(--lux-bg);\n    color: var(--lux-primary);\n    line-height: 1.6;\n    letter-spacing: 0.5px;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: var(--lux-spacing-md) var(--lux-spacing-sm);\n  }\n\n  .lux-wrapper h2, .lux-wrapper h3, .lux-wrapper h4 {\n    font-family: var(--font-heading);\n    font-weight: 300;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-top: 0;\n  }\n\n  .lux-wrapper h2 {\n    font-size: 20px;\n    text-align: center;\n    margin-bottom: var(--lux-spacing-md);\n    position: relative;\n    padding-bottom: 12px;\n  }\n\n  .lux-wrapper h2::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 40px;\n    height: 1px;\n    background-color: var(--lux-primary);\n  }\n\n  .lux-wrapper p {\n    color: var(--lux-muted);\n    font-size: 14px;\n    margin-bottom: var(--lux-spacing-sm);\n  }\n\n  .lux-section {\n    margin-bottom: var(--lux-spacing-lg);\n    background-color: var(--lux-white);\n    padding: var(--lux-spacing-md);\n    border: 1px solid var(--lux-border);\n  }\n\n  \/* 1. Hero Section *\/\n  .lux-hero {\n    text-align: center;\n    background-color: var(--lux-accent);\n    padding: var(--lux-spacing-lg) var(--lux-spacing-md);\n    border: none;\n    margin-bottom: var(--lux-spacing-lg);\n  }\n\n  .lux-hero h1 {\n    font-family: var(--font-heading);\n    font-weight: 300;\n    font-size: 26px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    margin: 0 0 16px 0;\n  }\n\n  .lux-hero .lux-subtitle {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--lux-primary);\n    margin-bottom: var(--lux-spacing-md);\n    display: block;\n  }\n\n  .lux-hero p {\n    color: var(--lux-primary);\n    max-width: 600px;\n    margin: 0 auto;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* 2. Grid \u0026 Cards (Benefits\/Narrative) *\/\n  .lux-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--lux-spacing-md);\n  }\n\n  @media (min-width: 768px) {\n    .lux-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .lux-card {\n    padding: var(--lux-spacing-sm);\n  }\n\n  .lux-card h3 {\n    font-size: 15px;\n    margin-bottom: 12px;\n    color: var(--lux-primary);\n  }\n\n  \/* Feature List *\/\n  .lux-features {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .lux-features li {\n    font-size: 14px;\n    color: var(--lux-muted);\n    margin-bottom: 20px;\n    padding-left: 32px;\n    position: relative;\n  }\n\n  .lux-features li::before {\n    content: \"—\";\n    position: absolute;\n    left: 0;\n    color: var(--lux-primary);\n  }\n\n  .lux-features strong {\n    color: var(--lux-primary);\n    font-weight: 500;\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  \/* 3. Ingredients \u0026 4. How To Use Tabular\/Split layout *\/\n  .lux-split {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--lux-spacing-md);\n  }\n\n  @media (min-width: 768px) {\n    .lux-split {\n      grid-template-columns: 1fr 1fr;\n    }\n    .lux-split-border {\n      border-right: 1px solid var(--lux-border);\n      padding-right: var(--lux-spacing-md);\n    }\n  }\n\n  .lux-steps {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lux-steps li {\n    font-size: 14px;\n    color: var(--lux-muted);\n    margin-bottom: 16px;\n    display: flex;\n  }\n\n  .lux-steps .step-num {\n    font-weight: 300;\n    font-size: 12px;\n    margin-right: 16px;\n    border-bottom: 1px solid var(--lux-primary);\n    height: fit-content;\n  }\n\n  \/* 5. Product Details Table *\/\n  .lux-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: var(--lux-spacing-sm);\n  }\n\n  .lux-table td {\n    padding: 12px 0;\n    font-size: 13px;\n    border-bottom: 1px solid var(--lux-border);\n  }\n\n  .lux-table td:first-child {\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--lux-primary);\n    width: 35%;\n  }\n\n  .lux-table td:last-child {\n    color: var(--lux-muted);\n  }\n\n  \/* 6. Accordion\/FAQ *\/\n  .lux-accordion {\n    border-top: 1px solid var(--lux-border);\n  }\n\n  .lux-accordion-item {\n    border-bottom: 1px solid var(--lux-border);\n    padding: 16px 0;\n  }\n\n  .lux-accordion-title {\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--lux-primary);\n    margin: 0 0 8px 0;\n    font-weight: 400;\n  }\n\n  \/* 7. CTA Section *\/\n  .lux-cta {\n    text-align: center;\n    padding: var(--lux-spacing-md) var(--lux-spacing-sm);\n    background-color: var(--lux-white);\n    border: 1px solid var(--lux-primary);\n  }\n\n  .lux-cta h3 {\n    font-size: 16px;\n    margin-bottom: 8px;\n  }\n\n  .lux-cta p {\n    max-width: 500px;\n    margin: 0 auto var(--lux-spacing-sm) auto;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lux-wrapper\"\u003e\n\n  \u003c!-- 1. HERO INTRO --\u003e\n  \u003csection class=\"lux-section lux-hero\"\u003e\n    \u003cspan class=\"lux-subtitle\"\u003eTRYNDZI Skincare Collective\u003c\/span\u003e\n    \u003ch1\u003eSoothing Rose Face Wash\u003c\/h1\u003e\n    \u003cp\u003eAre tight, stripping cleansers leaving your skin feeling parched, reactive, and irritated? Many standard facial washes rely on harsh synthetic surfactants that disrupt your delicate acid mantle, resulting in redness, dry flaking, or a reactionary spike in oil production. The SCS Soothing Rose Face Wash offers a restorative, botanical alternative that provides a meticulous cleanse while infusing your dermal layers with targeted hydration.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 2. BENEFITS CLINICAL NARRATIVE --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eThe 3-Step Hydration \u0026amp; Clarifying Mechanism\u003c\/h2\u003e\n    \u003cdiv class=\"lux-grid\"\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eMicro-Purification \u0026amp; Balance\u003c\/h3\u003e\n        \u003cp\u003eThe lightweight, velvety lather breaks down and encapsulates microscopic dirt, urban pollutants, and excess sebum. It sweeps away dulling impurities from the pore openings without breaking down the critical lipid bonds that protect your underlying epidermis. Formulated to mirror the natural, slightly acidic pH of healthy skin, it immediately comforts stressed, reactive skin tissues.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eRadiance \u0026amp; Alleviation\u003c\/h3\u003e\n        \u003cp\u003eInstead of depleting moisture, this cleanser infuses the skin with natural botanical hydration. By locking vital water into the stratum corneum, it smooths rough texture patches and enhances natural light reflectivity on contact. It calms localized redness and eases daily environmental irritation, giving you a plump, dewy, and refreshed bare-skin canvas.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. PRODUCT FEATURES \u0026 BENEFITS --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eTargeted Performance\u003c\/h2\u003e\n    \u003cul class=\"lux-features\"\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eGentle Botanical Purifying\u003c\/strong\u003e\n        Thoroughly lifts away daily dirt, environmental debris, and cosmetics without causing dryness or cellular tightness.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eIntense Moisture Infusion\u003c\/strong\u003e\n        Floods the outer skin barrier with continuous hydration, keeping your texture soft, smooth, and deeply enriched.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eAdvanced pH-Balanced Care\u003c\/strong\u003e\n        Maintains your skin’s natural acid mantle to prevent future reactivity, irritation, or sudden oil spikes.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eTargeted Redness Alleviation\u003c\/strong\u003e\n        Soothes inflamed, sensitive skin patches and minimizes the appearance of daily complexion irritation.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eNatural Radiance Booster\u003c\/strong\u003e\n        Polishes away surface dullness to support natural cell renewal and unveil a bright, luminous, petal-soft glow.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eThe TRYNDZI Skincare Standard\u003c\/strong\u003e\n        An essential, non-stripping everyday cleanser curated to support and preserve a vulnerable skin barrier.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 3 \u0026 4. INGREDIENTS \u0026 HOW TO USE --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003cdiv class=\"lux-split\"\u003e\n      \u003cdiv class=\"lux-split-border\"\u003e\n        \u003ch2\u003eThe Complex\u003c\/h2\u003e\n        \u003cp\u003e\u003cstrong\u003ePure Rose Botanical Base:\u003c\/strong\u003e Infused with therapeutic rose extracts carefully selected to target vascular inflammation, lower reactivity, and restore a uniform skin tone.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eNon-Stripping Surfactants:\u003c\/strong\u003e An ultra-mild, plant-derived lathering matrix engineered to sweep away environmental pollutants while respecting critical cellular lipids.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eApplication\u003c\/h2\u003e\n        \u003cul class=\"lux-steps\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e01\u003c\/span\u003e\n            \u003cspan\u003eDampen your face with lukewarm water to prepare the skin canvas for botanical purification.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e02\u003c\/span\u003e\n            \u003cspan\u003eDispense a small amount and work into a velvety lather, massaging gently in upward, circular motions.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e03\u003c\/span\u003e\n            \u003cspan\u003eRinse thoroughly with cool water and pat dry. Follow immediately with your daily serums and moisturizers.\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. PRODUCT DETAILS --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eSpecifications\u003c\/h2\u003e\n    \u003ctable class=\"lux-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSkin Type\u003c\/td\u003e\n        \u003ctd\u003eSensitive, Dry, Environmentally Stressed, Dull, and Combination\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTexture\u003c\/td\u003e\n        \u003ctd\u003eLightweight, velvety fluid that transforms into a comforting lather\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003epH Level\u003c\/td\u003e\n        \u003ctd\u003eOptimized to mirror the slightly acidic natural mantle of healthy skin\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSafety Profile\u003c\/td\u003e\n        \u003ctd\u003eClean-beauty standard, Zero aggressive chemical additives, Non-stripping\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 6. FAQ SECTION --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"lux-accordion\"\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eWill this cause my skin to feel tight after washing?\u003c\/h4\u003e\n        \u003cp\u003eNo. Unlike commercial cleansers that use aggressive synthetic surfactants, our formula relies on plant-derived alternatives that preserve lipid bonds while locking vital moisture into the stratum corneum.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eIs this face wash suitable for acne-prone, sensitive skin?\u003c\/h4\u003e\n        \u003cp\u003eAbsolutely. The pH-balanced botanical formula focuses strictly on soothing and protecting the skin barrier, making it an excellent gentle option to calm irritation and ease localized facial redness.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eHow does it help with dry flaking?\u003c\/h4\u003e\n        \u003cp\u003eBy shifting away from tight, stripping washes, it stops the cycle of moisture depletion. It deeply conditions rough patches during the cleansing cycle, helping to reveal a smooth, luminous, and uniform skin texture.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 7. CTA SECTION --\u003e\n  \u003csection class=\"lux-cta\"\u003e\n    \u003ch3\u003eA Calming, Spa-Like Self-Care Experience\u003c\/h3\u003e\n    \u003cp\u003eReclaim the joy of clean skin that feels soft, supple, and perfectly prepared. Transition away from reactive skin and reveal a balanced, translucent glow every single day.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"SCS","offers":[{"title":"Default Title","offer_id":42512092102731,"sku":"SC-006","price":960.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7228\/0139\/files\/RoseFaceWash_1.png?v=1779956708"},{"product_id":"scs-anti-melasma-gel-pigmentation-blemish-control","title":"SCS Anti-Melasma Gel – Advanced Tranexamic Acid \u0026 Alpha Arbutin Hyperpigmentation Treatment for Dark Spots and Blemish Control","description":"\u003cstyle\u003e\n  :root {\n    --lux-bg: #FAFAFA;\n    --lux-white: #FFFFFF;\n    --lux-primary: #1A1A1A;\n    --lux-muted: #666666;\n    --lux-accent: #E5E0DB;\n    --lux-border: #EEEEEE;\n    --lux-spacing-sm: 16px;\n    --lux-spacing-md: 32px;\n    --lux-spacing-lg: 64px;\n    --font-heading: \"Helvetica Neue\", Arial, sans-serif;\n    --font-body: \"Helvetica Neue\", Arial, sans-serif;\n  }\n\n  .lux-wrapper {\n    font-family: var(--font-body);\n    background-color: var(--lux-bg);\n    color: var(--lux-primary);\n    line-height: 1.6;\n    letter-spacing: 0.5px;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: var(--lux-spacing-md) var(--lux-spacing-sm);\n  }\n\n  .lux-wrapper h2, .lux-wrapper h3, .lux-wrapper h4 {\n    font-family: var(--font-heading);\n    font-weight: 300;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-top: 0;\n  }\n\n  .lux-wrapper h2 {\n    font-size: 20px;\n    text-align: center;\n    margin-bottom: var(--lux-spacing-md);\n    position: relative;\n    padding-bottom: 12px;\n  }\n\n  .lux-wrapper h2::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 40px;\n    height: 1px;\n    background-color: var(--lux-primary);\n  }\n\n  .lux-wrapper p {\n    color: var(--lux-muted);\n    font-size: 14px;\n    margin-bottom: var(--lux-spacing-sm);\n  }\n\n  .lux-section {\n    margin-bottom: var(--lux-spacing-lg);\n    background-color: var(--lux-white);\n    padding: var(--lux-spacing-md);\n    border: 1px solid var(--lux-border);\n  }\n\n  \/* 1. Hero Section *\/\n  .lux-hero {\n    text-align: center;\n    background-color: var(--lux-accent);\n    padding: var(--lux-spacing-lg) var(--lux-spacing-md);\n    border: none;\n    margin-bottom: var(--lux-spacing-lg);\n  }\n\n  .lux-hero h1 {\n    font-family: var(--font-heading);\n    font-weight: 300;\n    font-size: 26px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    margin: 0 0 16px 0;\n  }\n\n  .lux-hero .lux-subtitle {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--lux-primary);\n    margin-bottom: var(--lux-spacing-md);\n    display: block;\n  }\n\n  .lux-hero p {\n    color: var(--lux-primary);\n    max-width: 600px;\n    margin: 0 auto;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* 2. Grid \u0026 Cards (Benefits\/Narrative) *\/\n  .lux-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--lux-spacing-md);\n  }\n\n  @media (min-width: 768px) {\n    .lux-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .lux-card {\n    padding: var(--lux-spacing-sm);\n  }\n\n  .lux-card h3 {\n    font-size: 15px;\n    margin-bottom: 12px;\n    color: var(--lux-primary);\n  }\n\n  \/* Feature List *\/\n  .lux-features {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .lux-features li {\n    font-size: 14px;\n    color: var(--lux-muted);\n    margin-bottom: 20px;\n    padding-left: 32px;\n    position: relative;\n  }\n\n  .lux-features li::before {\n    content: \"—\";\n    position: absolute;\n    left: 0;\n    color: var(--lux-primary);\n  }\n\n  .lux-features strong {\n    color: var(--lux-primary);\n    font-weight: 500;\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  \/* 3. Ingredients \u0026 4. How To Use Tabular\/Split layout *\/\n  .lux-split {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--lux-spacing-md);\n  }\n\n  @media (min-width: 768px) {\n    .lux-split {\n      grid-template-columns: 1fr 1fr;\n    }\n    .lux-split-border {\n      border-right: 1px solid var(--lux-border);\n      padding-right: var(--lux-spacing-md);\n    }\n  }\n\n  .lux-steps {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lux-steps li {\n    font-size: 14px;\n    color: var(--lux-muted);\n    margin-bottom: 16px;\n    display: flex;\n  }\n\n  .lux-steps .step-num {\n    font-weight: 300;\n    font-size: 12px;\n    margin-right: 16px;\n    border-bottom: 1px solid var(--lux-primary);\n    height: fit-content;\n  }\n\n  \/* 5. Product Details Table *\/\n  .lux-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: var(--lux-spacing-sm);\n  }\n\n  .lux-table td {\n    padding: 12px 0;\n    font-size: 13px;\n    border-bottom: 1px solid var(--lux-border);\n  }\n\n  .lux-table td:first-child {\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--lux-primary);\n    width: 35%;\n  }\n\n  .lux-table td:last-child {\n    color: var(--lux-muted);\n  }\n\n  \/* 6. Accordion\/FAQ *\/\n  .lux-accordion {\n    border-top: 1px solid var(--lux-border);\n  }\n\n  .lux-accordion-item {\n    border-bottom: 1px solid var(--lux-border);\n    padding: 16px 0;\n  }\n\n  .lux-accordion-title {\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--lux-primary);\n    margin: 0 0 8px 0;\n    font-weight: 400;\n  }\n\n  \/* 7. CTA Section *\/\n  .lux-cta {\n    text-align: center;\n    padding: var(--lux-spacing-md) var(--lux-spacing-sm);\n    background-color: var(--lux-white);\n    border: 1px solid var(--lux-primary);\n  }\n\n  .lux-cta h3 {\n    font-size: 16px;\n    margin-bottom: 8px;\n  }\n\n  .lux-cta p {\n    max-width: 500px;\n    margin: 0 auto var(--lux-spacing-sm) auto;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lux-wrapper\"\u003e\n\n  \u003c!-- 1. HERO INTRO --\u003e\n  \u003csection class=\"lux-section lux-hero\"\u003e\n    \u003cspan class=\"lux-subtitle\"\u003eTRYNDZI Skincare Collective\u003c\/span\u003e\n    \u003ch1\u003eSCS Anti-Melasma Gel\u003c\/h1\u003e\n    \u003cp\u003eAre dark patches, stubborn melasma spots, and uneven pigmentation keeping you from feeling confident in your bare skin? When your skin undergoes hormonal shifts, UV radiation, or inflammatory stress, your melanocytes overproduce pigment. This excessive, localized accumulation of melanin surfaces as persistent hyperpigmentation that standard moisturizers simply cannot fix. The SCS Anti-Melasma Gel is an advanced clinical-strength solution specifically engineered to disrupt this pathway.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 2. BENEFITS CLINICAL NARRATIVE --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eThe 3-Step Pigment Correction \u0026amp; Dermal Rehabilitation System\u003c\/h2\u003e\n    \u003cdiv class=\"lux-grid\"\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eEnzymatic Blockade \u0026amp; Radiance\u003c\/h3\u003e\n        \u003cp\u003eA highly clinical pairing of Tranexamic Acid and Alpha Arbutin sinks deep into the epidermis to inhibit tyrosinase activity. This directly down-regulates the chemical signals that cause overactive pigment synthesis, melting away existing patchiness from the inside out. Simultaneously, Niacinamide disrupts the transfer of pigment into new cells to smooth texture and boost light reflectivity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eBarrier Uniformity \u0026amp; Calming\u003c\/h3\u003e\n        \u003cp\u003eInfused with Vitamin B5, Vitamin E, and a soothing botanical matrix of Cica Asiatica, Aloe Vera, and Bamboo Extract, this non-greasy gel delivers an immediate cooling effect. It instantly down-regulates inflammatory pathways triggered by deep-tissue heat, reinforcing the protective lipid barrier, reducing redness, and rapidly repairing compromised dermal tissues.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. PRODUCT FEATURES \u0026 BENEFITS --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eTargeted Performance\u003c\/h2\u003e\n    \u003cul class=\"lux-features\"\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eTranexamic Acid \u0026amp; Alpha Arbutin\u003c\/strong\u003e\n        A premium, clinically proven chemical pairing that systematically blocks dark spot formation and lightens deep hormonal melasma patches.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eAdvanced Melanin Down-Regulation\u003c\/strong\u003e\n        Regulates overactive melanocytes to prevent uneven discoloration before it can migrate to the skin's surface.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eCica Asiatica \u0026amp; Aloe Recovery\u003c\/strong\u003e\n        Richly calms skin stress and intercepts localized irritation, reducing redness and soothing hyper-reactive dermal tissue.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eNiacinamide \u0026amp; B5 Texturizing\u003c\/strong\u003e\n        Visibly reduces the appearance of acne blemishes, smooths micro-lines, and dramatically evens out natural skin tone.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eSqualene \u0026amp; Bamboo Moisture Lock\u003c\/strong\u003e\n        Floods the stratum corneum with weightless, non-comedogenic hydration to keep the skin exceptionally soft, plump, and supple.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eThe TRYNDZI Skincare Standard\u003c\/strong\u003e\n        A clean, safe, and hydroquinone-free target-treatment formulation designed for predictable, high-performance blemish control.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 3 \u0026 4. INGREDIENTS \u0026 HOW TO USE --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003cdiv class=\"lux-split\"\u003e\n      \u003cdiv class=\"lux-split-border\"\u003e\n        \u003ch2\u003eThe Complex\u003c\/h2\u003e\n        \u003cp\u003e\u003cstrong\u003eClinical Melanin Inhibitors:\u003c\/strong\u003e Medical-grade Tranexamic Acid, Alpha Arbutin, and Niacinamide blended to interrupt overactive pigment pathways.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eDermal Recovery Blend:\u003c\/strong\u003e A restorative cocktail of Cica Asiatica, Aloe Vera, Vitamin B5 (D-Panthenol), Vitamin E, Bamboo Extract, and Squalene to heal the lipid barrier.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eApplication\u003c\/h2\u003e\n        \u003cul class=\"lux-steps\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e01\u003c\/span\u003e\n            \u003cspan\u003eThoroughly cleanse and tone your skin to establish a clean, receptive cellular canvas.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e02\u003c\/span\u003e\n            \u003cspan\u003eDispense a small amount from the airless pump and apply an even layer over targeted patches or the entire face.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e03\u003c\/span\u003e\n            \u003cspan\u003eAllow the clear, weightless texture to absorb entirely. Follow with a high-SPF sunscreen in the morning or a moisturizer at night.\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. PRODUCT DETAILS --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eSpecifications\u003c\/h2\u003e\n    \u003ctable class=\"lux-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eVolume\u003c\/td\u003e\n        \u003ctd\u003e30g\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormulation\u003c\/td\u003e\n        \u003ctd\u003eClinical-strength target gel, Hydroquinone-free, Non-greasy\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSkin Concerns\u003c\/td\u003e\n        \u003ctd\u003eHormonal Melasma, Dark Patches, Post-Inflammatory Hyperpigmentation\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePackaging\u003c\/td\u003e\n        \u003ctd\u003eSleek, protective airless pump architecture\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 6. FAQ SECTION --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"lux-accordion\"\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eDoes this product contain hydroquinone or aggressive bleaching agents?\u003c\/h4\u003e\n        \u003cp\u003eNo. SCS Anti-Melasma Gel is completely hydroquinone-free. It utilizes a safe, sophisticated pairing of Tranexamic Acid and Alpha Arbutin to regulate pigment down to the cellular level without damaging or stripping the skin barrier.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eCan I use this gel during the daytime?\u003c\/h4\u003e\n        \u003cp\u003eYes. The weightless, clear finish absorbs instantly without leaving a tacky, heavy residue. However, because UV exposure triggers melanin production, it is mandatory to follow application with a broad-spectrum sunscreen during the day.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eIs it suitable for sensitive or hyper-reactive skin?\u003c\/h4\u003e\n        \u003cp\u003eAbsolutely. Unlike standard peeling or aggressive bleaching creams, this advanced formula integrates an Anti-Inflammatory Calming Complex containing Cica Asiatica and Aloe Vera to actively down-regulate heat and skin irritation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 7. CTA SECTION --\u003e\n  \u003csection class=\"lux-cta\"\u003e\n    \u003ch3\u003eAn Elite Add-On to Your Daily Skincare Architecture\u003c\/h3\u003e\n    \u003cp\u003eMake this your mandatory morning and evening therapy to step away from heavy, pore-suffocating concealers and transition into a reality of calm, even-toned, and radiant bare-skin confidence.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"SCS","offers":[{"title":"Default Title","offer_id":42512191717451,"sku":"SC-007","price":1920.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7228\/0139\/files\/ANTIMELASMAGEL_1.png?v=1779968337"}],"url":"https:\/\/tryndzi.com\/collections\/skin-care\/dewy-skin-cleanser.oembed","provider":"Tryndzi","version":"1.0","type":"link"}