{"title":"new-arrivals","description":"","products":[{"product_id":"scs-natural-growth-hair-oil-21-herbs-scalp-treatment","title":"Natural Hair Growth Oil for Long \u0026 Shiny Hairs","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\"\u003eBotanical Scalp Therapy\u003c\/span\u003e\n    \u003ch1\u003eNatural Growth Hair Oil\u003c\/h1\u003e\n    \u003cp\u003eUnlock the secret to healthier, stronger, and more beautiful hair. Made with a powerful blend of natural ingredients, this lightweight oil deeply nourishes your scalp, promotes natural hair growth, and helps reduce dandruff. It works diligently from root to tip to restore optimal shine, strength, and vitality.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 2. BENEFITS CLINICAL NARRATIVE --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eThe Restorative Approach\u003c\/h2\u003e\n    \u003cdiv class=\"lux-grid\"\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eRoot-to-Tip Rejuvenation\u003c\/h3\u003e\n        \u003cp\u003eWhether you are dealing with persistent hair fall, dryness, or dull textured strands, our lightweight formula delivers targeted nourishment. It sinks effortlessly into the follicular canvas, fortifying the hair shaft against daily environmental stressors while sealing in a smooth, vibrant moisture barrier.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eScalp Harmony \u0026amp; Vitality\u003c\/h3\u003e\n        \u003cp\u003eA healthy canvas is the foundation for luxurious growth. By delivering key botanical compounds straight to the scalp, this formula actively minimizes dryness and flaking while accelerating natural cellular defense. Experience a thoroughly refreshed, balanced, and flake-free scalp environment.\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\u003ePromotes Natural Hair Growth\u003c\/strong\u003e\n        Actively stimulates and wakes up follicular pathways to support longer, thicker, and denser hair development.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eStrengthens Hair from Roots\u003c\/strong\u003e\n        Deeply fortifies structural protein bonds within the hair fiber to drastically reduce breakage and daily fallout.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eAdds Shine \u0026amp; Smoothness\u003c\/strong\u003e\n        Smooths down compromised cuticles to reflect optimal light, leaving strands feeling incredibly silken and soft.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eNourishes Scalp Deeply\u003c\/strong\u003e\n        Delivers essential fatty acids and antioxidants straight to the roots to eliminate dullness and chronic dryness.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eHelps Reduce Dandruff\u003c\/strong\u003e\n        Balances the delicate scalp microbiome to safely mitigate micro-flaking and cool active itchiness.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eSuitable for All Hair Types\u003c\/strong\u003e\n        Engineered with a versatile, clean-rinsing viscosity that performs perfectly across all hair patterns and textures.\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\u003eAmla Extract:\u003c\/strong\u003e Celebrated for centuries to dramatically accelerate rapid hair growth, deepen natural luster, and build fiber thickness.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003ePure Herbal Extracts:\u003c\/strong\u003e A proprietary botanical selection curated to restore compromised cellular barriers and prevent premature shedding.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eNatural Oils Blend:\u003c\/strong\u003e A ultra-refined, lightweight lipid matrix designed to coat the cuticle without leaving heavy, unmanageable residue.\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\u003eDispense a small amount of oil into your palms and gently massage directly into the scalp using circular motions.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e02\u003c\/span\u003e\n            \u003cspan\u003eAllow the botanical complex to deeply penetrate for at least 2 to 3 hours, or leave overnight for intensive rehabilitation.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e03\u003c\/span\u003e\n            \u003cspan\u003eWash thoroughly with a mild, clean shampoo. Repeat 2 to 3 times per week to ensure optimal luxury results.\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\u003eSize\u003c\/td\u003e\n        \u003ctd\u003e100ml\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eType\u003c\/td\u003e\n        \u003ctd\u003ePremium Hair Oil\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eHair Type\u003c\/td\u003e\n        \u003ctd\u003eAll hair types and textures\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGender \/ جنس\u003c\/td\u003e\n        \u003ctd\u003eUnisex \/ مناسب برائے خواتین و حضرات\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 leave my hair feeling greasy?\u003c\/h4\u003e\n        \u003cp\u003eNo. Our formula uses a highly refined natural oils blend that absorbs beautifully into the scalp and rinses away clean with a mild shampoo, leaving only shine and weightless vitality behind.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eHow often should I apply this oil?\u003c\/h4\u003e\n        \u003cp\u003eFor the best restorative results, we recommend integrating this treatment into your hair care ritual 2 to 3 times a week.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eIs it safe for color-treated hair?\u003c\/h4\u003e\n        \u003cp\u003eYes. This luxury formula is purely plant-derived, free from aggressive chemicals, and entirely safe for color-treated, chemically styled, or sensitive hair types.\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\u003eGive your hair the care it deserves—naturally.\u003c\/h3\u003e\n    \u003cp\u003eTransition away from unpredictable, fragile strands and embrace a smooth, balanced, and radiant crowning glory you can feel proud of every single day.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"SCS","offers":[{"title":"Default Title","offer_id":42331501297739,"sku":"SC-001","price":1092.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7228\/0139\/files\/NaturalGrowthHairOil_1.png?v=1779570255"},{"product_id":"clarifying-anti-acne-face-wash-pore-cleanser","title":"Clarifying Anti-Acne Face Wash – Deep Pore Cleansing Salicylic Acid Complex for Breakouts, Pimples, and Oily Skin 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\"\u003eThe Skin Ecosystem Reset\u003c\/span\u003e\n    \u003ch1\u003eClarifying Anti-Acne Face Wash\u003c\/h1\u003e\n    \u003cp\u003ePersistent breakouts, stubborn pimples, and unmanageable midday shine can ruin your skin confidence. When pores become choked with excess oil, bacteria, and dead cellular debris, standard face washes simply wash over the surface without fixing the root cause. Our formula delivers a professional-grade solution actively rehabilitating your skin barrier while purging deep-seated impurities.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 2. BENEFITS CLINICAL NARRATIVE --\u003e\n  \u003csection class=\"lux-section\"\u003e\n    \u003ch2\u003eThe Formulation Philosophy\u003c\/h2\u003e\n    \u003cdiv class=\"lux-grid\"\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eDeep Pore Clearance \u0026amp; Defense\u003c\/h3\u003e\n        \u003cp\u003eThe secret to clear skin lies in deep pore mechanics. This ultra-clarifying formula penetrates beneath the superficial layers of the epidermis to completely dissolve the sticky lipid bonds holding dead skin cells together. By safely unclogging the follicular wall, it pulls out trapped dirt and micro-impurities, directly eliminating the oxygen-deprived environment where acne-causing bacteria thrive.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eSoothe Without Stripping\u003c\/h3\u003e\n        \u003cp\u003eMost aggressive acne cleansers leave the skin feeling tight, dry, and painfully irritated—which actually forces your skin to produce more oil. Our advanced formulation balances clinical strength with dermal soothing properties. It actively intercepts inflammation at the surface level, instantly calming angry redness and reducing the swelling of active blemishes while preserving the delicate acid mantle.\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\u003eDeep Pore Purifying Action\u003c\/strong\u003e\n        Actively sinks beneath the surface layer to dissolve excess sebum, dead skin cells, and daily environmental pollutants.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eRapid Blemish Reduction\u003c\/strong\u003e\n        Targets existing acne, surface pimples, and hormonal breakouts at the source to significantly accelerate skin clearing.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eAnti-Inflammatory Calming Complex\u003c\/strong\u003e\n        Infused with natural soothing agents to reduce angry redness, ease irritation, and cool active cystic inflammation.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eAdvanced Bacterial Prevention\u003c\/strong\u003e\n        Forms an invisible, microscopic shield to inhibit the growth of acne-causing bacteria, keeping future flare-ups at bay.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eSmart Sebum Regulation\u003c\/strong\u003e\n        Controls overactive oil glands to give you a long-lasting, matte-fresh finish without stripping natural moisture.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eCellular Renewal \u0026amp; Radiance\u003c\/strong\u003e\n        Gently exfoliates dull surface buildup to fade post-acne dark marks and reveal a bright, glowing, and uniform skin texture.\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\u003ePurifying Catalyst:\u003c\/strong\u003e Advanced clinical agents designed to safely break down lipids and sebum deep inside the pore lining.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eDermal Soothing Base:\u003c\/strong\u003e Infused with botanical calming complexes to reduce vascular redness and replenish vital hydration balance during the cleansing cycle.\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 skin with lukewarm water to prime pores for purification.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e02\u003c\/span\u003e\n            \u003cspan\u003eMassage a small amount into a gentle lather over the face, focusing on areas prone to breakouts and shine.\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. Use every morning and night as your foundational anchor.\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\u003eAcne-Prone, Oily, Combination, Sensitive\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTexture\u003c\/td\u003e\n        \u003ctd\u003eUltra-lightweight clarifying fluid\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eBenefits\u003c\/td\u003e\n        \u003ctd\u003ePurifying, Calming, Balancing, Anti-Bacterial\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormulation\u003c\/td\u003e\n        \u003ctd\u003eDermatologist tested, Non-comedogenic, Fragrance-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\"\u003eWill this dry out my skin?\u003c\/h4\u003e\n        \u003cp\u003eNo. Unlike traditional acne treatments that strip the skin, this formulation features an anti-inflammatory calming complex that balances clinical purification with moisture preservation, leaving your acid mantle protected.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eHow soon can I expect results?\u003c\/h4\u003e\n        \u003cp\u003eActive surface blemishes and redness are immediately calmed within days. Long-term sebum regulation and a noticeable drop in breakout frequencies are typically observed within 2 to 4 weeks of consistent daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eCan I use this with other active ingredients?\u003c\/h4\u003e\n        \u003cp\u003eYes. By thoroughly preparing your cellular canvas, it optimizes your skin to fully absorb follow-up targeted treatments, daytime sunscreens, and nighttime moisturizers.\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\u003eYour Daily Foundation for a Flawless Complexion\u003c\/h3\u003e\n    \u003cp\u003eTransition away from unpredictable, reactive skin and embrace a smooth, balanced, and clear-toned radiance you can feel proud of every single day.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"SCS","offers":[{"title":"Default Title","offer_id":42482690490443,"sku":"SC-002","price":804.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7228\/0139\/files\/AcneFacewash_9.png?v=1779539974"},{"product_id":"scs-natural-growth-hair-shampoo-anti-hair-fall","title":"SCS Premium Natural Growth Hair Shampoo – 100% Organic Anti-Hair Fall Cleanser for Volume, Thickening, and Root Strengthening.","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\"\u003eThe Eco-Luxury Follicle Treatment\u003c\/span\u003e\n    \u003ch1\u003ePremium Natural Growth Shampoo\u003c\/h1\u003e\n    \u003cp\u003eIs your daily shower routine causing more anxiety than relaxation? Watching clumps of fragile strands wash down the drain is a stressful sign that your hair roots are starving for vital nutrition. Harsh, commercial shampoos loaded with synthetic sulfates and heavy silicones mask damage temporarily while suffocating your scalp and weakening the hair follicle anchor. The SCS Premium Natural Growth Hair Shampoo breaks this destructive cycle.\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 Cleanse \u0026amp; Root Rehabilitation System\u003c\/h2\u003e\n    \u003cdiv class=\"lux-grid\"\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eFollicle Awakening \u0026amp; Anchoring\u003c\/h3\u003e\n        \u003cp\u003eActive organic compounds gently stimulate blood circulation at the root level, awakening dormant hair roots and supplying the cellular energy required to accelerate healthy, predictable hair elongation. By infusing the scalp with rich plant-derived antioxidants and structural lipids, this shampoo reinforces cellular bonds at the base of the hair follicle to radically reduce daily shedding.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-card\"\u003e\n        \u003ch3\u003eCuticle Realignment \u0026amp; Balance\u003c\/h3\u003e\n        \u003cp\u003eMicroscopic gaps along damaged hair shafts are filled with deeply hydrating organic nutrients to seal rough cuticles, immediately mending split ends and preventing snapping. Concurrently, our 100% organic matrix actively hydrates the stratum corneum, completely soothing dry scalp irritation and neutralizing the fungi responsible for embarrassing dandruff flakes.\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\u003e100% Organic \u0026amp; Clean-Beauty\u003c\/strong\u003e\n        Completely free of harsh sulfates, parabens, synthetic silicones, and artificial toxins, ensuring a pure, holistic wash.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eActive Follicle Stimulation\u003c\/strong\u003e\n        Energizes and awakens dormant roots during application, promoting faster, healthier, and visibly denser hair growth.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eAdvanced Anti-Hair Fall Defense\u003c\/strong\u003e\n        Strengthens hair cellular structures from root to tip, radically minimizing daily shedding and shower breakage.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eScalp Microbiome Rebalancing\u003c\/strong\u003e\n        Soothes persistent itching, calms redness, and targets dry dandruff flakes to build an optimal growth environment.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eWeightless Density \u0026amp; Volume\u003c\/strong\u003e\n        Amplifies the thickness of individual hair strands, giving a visibly fuller, bounce-rich, and thicker appearance.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eStructural Cuticle Repair\u003c\/strong\u003e\n        Mends split ends and seals damaged hair shafts to prevent snapping while enhancing natural light reflectivity for a radiant salon shine.\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\u003eBio-Available Nutrients:\u003c\/strong\u003e Professional-grade organic components designed to penetrate straight to the root cortex to fortify structural anchors.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eBotanical Cleansing Matrix:\u003c\/strong\u003e A 100% organic, sulfate-free lathering system that cleanses away environmental impurities and excess oil without stripping the stratum corneum.\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 a generous amount to completely wet hair and work into a rich, organic lather.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e02\u003c\/span\u003e\n            \u003cspan\u003eGently massage into the scalp for 2 to 3 minutes to fully activate microcirculation and optimize nutrient absorption.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"step-num\"\u003e03\u003c\/span\u003e\n            \u003cspan\u003eRinse thoroughly with lukewarm water. Follow with your preferred natural conditioner for enhanced cuticle realignment.\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\u003eFormulation\u003c\/td\u003e\n        \u003ctd\u003e100% Organic, Professional-Grade, Sulfate-Free\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eHair Type\u003c\/td\u003e\n        \u003ctd\u003eSparse, Brittle, Thinning, Fine, and Dandruff-Prone\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eScalp Type\u003c\/td\u003e\n        \u003ctd\u003eSafe for Sensitive, Dry, Oily, or Inflamed Scalps\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eExclusions\u003c\/td\u003e\n        \u003ctd\u003eZero Parabens, Silicones, Toxins, or Chemical Fillers\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 shampoo lather well since it is sulfate-free?\u003c\/h4\u003e\n        \u003cp\u003eYes. While it is completely free of harsh synthetic sulfates, our professional-grade botanical cleanser utilizes advanced plant-derived agents that generate a luxurious, dense lather to thoroughly purify your hair and scalp.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eCan it help with color-treated hair?\u003c\/h4\u003e\n        \u003cp\u003eAbsolutely. Because it is 100% organic and formulated without stripping agents, it helps preserve your delicate hair asset, maintaining color longevity while repairing structural cuticle damage.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lux-accordion-item\"\u003e\n        \u003ch4 class=\"lux-accordion-title\"\u003eHow soon will I notice a reduction in hair shedding?\u003c\/h4\u003e\n        \u003cp\u003eMany users report an immediate reduction in shower breakage and improved structural volume after the first few washes, with significant root rehabilitation and density improvements occurring over 4 to 6 weeks of consistent use.\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\u003eTransform Your Mandatory Washing Routine\u003c\/h3\u003e\n    \u003cp\u003eTurn your shower into a calming, spa-like self-care experience. Free from toxins and chemical fillers—just pure, clean-beauty performance for a look that exudes thicker hair confidence every single day.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"SCS","offers":[{"title":"Default Title","offer_id":42492244033611,"sku":"SC-003","price":1092.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7228\/0139\/files\/NaturalGrowthHairShampoo_1.png?v=1779696622"},{"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"}],"url":"https:\/\/tryndzi.com\/collections\/new-arrivals\/rose-face-wash.oembed","provider":"Tryndzi","version":"1.0","type":"link"}