{"product_id":"nature-triangle-herbal-shampoo-bar","title":"Nature Triangle Shampoo Bar — Herbal Hair Fall Control for Men \u0026 Women","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\"\u003eTRYNDZI Plant-Based Botanical Care\u003c\/span\u003e\n\u003ch1\u003eNature Triangle Herbal Shampoo Bar\u003c\/h1\u003e\n\u003cp\u003eMost commercial shampoos are loaded with sulfates and parabens that strip your scalp's natural oils, weaken hair roots, and leave your scalp dry and irritated over time. That hidden stress is often the real culprit behind stubborn hair fall. The Nature Triangle Herbal Shampoo Bar is a plant-based, chemical-free solid treatment engineered to calm the scalp, strengthen roots, and support healthy hair growth naturally.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 2. BENEFITS CLINICAL NARRATIVE --\u003e\n\u003csection class=\"lux-section\"\u003e\n\u003ch2\u003eBotanical Nourishment \u0026amp; Root Preservation\u003c\/h2\u003e\n\u003cdiv class=\"lux-grid\"\u003e\n\u003cdiv class=\"lux-card\"\u003e\n\u003ch3\u003eHerbal Root Fortification\u003c\/h3\u003e\n\u003cp\u003eEvery bar is formulated with concentrated natural plant extracts known to calm scalp irritation, soothe flakiness, and strengthen hair follicles from the very first wash. By completely eliminating synthetic detergents, it halts root degradation and drastically reduces daily hair loss stranded in the shower drain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lux-card\"\u003e\n\u003ch3\u003eConcentrated Zero-Waste Autonomy\u003c\/h3\u003e\n\u003cp\u003eBecause solid shampoo bars are concentrated and soap-based rather than diluted with water and synthetic preservatives, one 50g bar replaces 2 to 3 bottles of liquid shampoo. Free from plastic waste, parabens, and sulfates, this leak-proof bar travels effortlessly in gym bags or suitcases without messy spills.\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 Excellence\u003c\/h2\u003e\n\u003cul class=\"lux-features\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Plant-Based Formula\u003c\/strong\u003e No synthetic chemicals—just pure herbal extracts that your scalp and hair follicles actually recognize and absorb.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSulfate \u0026amp; Paraben-Free Protection\u003c\/strong\u003e Shields your scalp's natural lipid barrier and won't strip essential oils or trigger chronic dryness over time.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStrengthens Hair Roots\u003c\/strong\u003e Fortifies weak, brittle strands directly from the base to minimize hair fall on your pillow and clothes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCalms Scalp Irritation\u003c\/strong\u003e Soothes dryness, itching, and flaking while promoting a healthy, balanced environment for natural hair growth.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-Friendly \u0026amp; Long-Lasting\u003c\/strong\u003e A single 50g solid bar replaces up to 3 standard liquid bottles, cutting plastic waste and providing high-yield value.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniversal \u0026amp; Travel-Ready Design\u003c\/strong\u003e Leak-proof, compact, and gender-neutral—suited for all hair types, men and women, with zero liquid airport restrictions.\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 Formula\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003ePlant-Based Herbal Extracts:\u003c\/strong\u003e Pure botanical actives calibrated to soothe epidermal scalp inflammation, nourish roots, and stimulate healthy growth cycles.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSoap-Based Concentrated Matrix:\u003c\/strong\u003e A zero-water, solid cleansing base built entirely without sulfates, parabens, synthetic fillers, or harsh detergent foaming agents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2\u003eApplication Protocol\u003c\/h2\u003e\n\u003cul class=\"lux-steps\"\u003e\n\u003cli\u003e\n\u003cspan class=\"step-num\"\u003e01\u003c\/span\u003e \u003cspan\u003eThoroughly wet your hair and the shampoo bar with warm water to prime the concentrated botanical surface.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"step-num\"\u003e02\u003c\/span\u003e \u003cspan\u003eRub the bar gently between your palms or directly onto your scalp to build a rich, creamy lather.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"step-num\"\u003e03\u003c\/span\u003e \u003cspan\u003eMassage into your scalp for 1–2 minutes, rinse thoroughly, and let the bar air-dry on a well-drained soap dish.\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\u003eProduct Format\u003c\/td\u003e\n\u003ctd\u003e50g Concentrated Solid Herbal Shampoo Bar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFormula Standard\u003c\/td\u003e\n\u003ctd\u003e100% Plant-Based, Sulfate-Free, Paraben-Free, Non-Toxic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Functions\u003c\/td\u003e\n\u003ctd\u003eHair Fall Reduction, Root Fortification, Scalp Soothing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdaptability\u003c\/td\u003e\n\u003ctd\u003eSuitable for Men \u0026amp; Women, All Hair Types (Including Treated or Thinning Hair)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety\u003c\/td\u003e\n\u003ctd\u003eFor External Use Only\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\"\u003eDoes this shampoo bar really help with hair fall?\u003c\/h4\u003e\n\u003cp\u003eYes. The herbal extracts are specifically formulated to strengthen weak roots and nourish the scalp matrix, reducing hair fall caused by brittle, under-nourished follicles. For optimal results, use consistently 3–4 times a week for 4–6 weeks.\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 or chemically treated hair?\u003c\/h4\u003e\n\u003cp\u003eAbolutely. Because the bar is completely free from harsh sulfates, parabens, and stripping detergents, it provides a gentle, non-fading clean that preserves color vibrancy and protects sensitive, treated hair strands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lux-accordion-item\"\u003e\n\u003ch4 class=\"lux-accordion-title\"\u003eHow long does a single 50g bar typically last?\u003c\/h4\u003e\n\u003cp\u003eA single 50g bar replaces approximately 2 to 3 standard bottles of liquid shampoo, depending on hair length and usage frequency. Storing the bar on a well-drained soap dish between uses maximizes its lifespan.\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\u003eReclaim Your Hair's Natural Strength\u003c\/h3\u003e\n\u003cp\u003eTransition away from harsh sulfates, plastic waste, and weak roots. Embrace a steady reality of clean, nourished, and beautifully resilient hair confidence every single day.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Tryndzi","offers":[{"title":"Buy 1 Get 2","offer_id":42916893327435,"sku":"Pe-70-00-12-7099","price":1550.0,"currency_code":"PKR","in_stock":true},{"title":"Buy 2 Get 3","offer_id":42916893360203,"sku":"Pe-70-00-12-7100","price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"Buy 3 Get 4","offer_id":42916893392971,"sku":"Pe-70-00-12-7101","price":3999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7228\/0139\/files\/2_1766658818.webp?v=1784460251","url":"https:\/\/tryndzi.com\/products\/nature-triangle-herbal-shampoo-bar","provider":"Tryndzi","version":"1.0","type":"link"}