{"product_id":"turmeric-kojic-acid-pads","title":"ALLUREY TURMERIC \u0026 KOJIC ACID PADS","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --bg-primary: #FFFFFF;\n            --bg-secondary: #F9F9F9;\n            --text-primary: #1A1A1A;\n            --text-secondary: #4A4A4A;\n            --accent-rose: #E8A9A9;\n            --accent-rose-light: #F4C2C2;\n            --accent-gold: #D4AF37;\n            --border-light: #E5E5E5;\n            --success-green: #4CAF50;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            color: var(--text-primary);\n            background: var(--bg-primary);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: 'Playfair Display', serif;\n            line-height: 1.3;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #FFF9F5 0%, #FFFFFF 100%);\n            padding: 80px 20px 60px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -20%;\n            width: 600px;\n            height: 600px;\n            background: radial-gradient(circle, rgba(232, 169, 169, 0.1) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 20s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translate(0, 0) rotate(0deg); }\n            50% { transform: translate(-30px, -30px) rotate(180deg); }\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 1;\n            max-width: 1000px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .product-badge {\n            display: inline-block;\n            background: var(--accent-rose-light);\n            color: var(--text-primary);\n            padding: 8px 20px;\n            border-radius: 50px;\n            font-size: 14px;\n            font-weight: 500;\n            margin-bottom: 20px;\n            letter-spacing: 0.5px;\n        }\n\n        h1 {\n            font-size: 56px;\n            margin-bottom: 20px;\n            color: var(--text-primary);\n            animation: fadeInUp 0.8s ease-out;\n        }\n\n        .hero-headline {\n            font-size: 28px;\n            color: var(--text-secondary);\n            margin-bottom: 40px;\n            font-weight: 400;\n            animation: fadeInUp 0.8s ease-out 0.2s both;\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 40px 0;\n            text-align: left;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            animation: fadeInUp 0.8s ease-out 0.4s both;\n        }\n\n        .benefits-list li {\n            padding: 12px 0;\n            font-size: 18px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            color: var(--success-green);\n            font-weight: bold;\n            font-size: 20px;\n            flex-shrink: 0;\n        }\n\n        .price-box {\n            background: white;\n            padding: 30px;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n            margin: 40px auto;\n            max-width: 500px;\n            animation: fadeInUp 0.8s ease-out 0.6s both;\n        }\n\n        .price-old {\n            text-decoration: line-through;\n            color: var(--text-secondary);\n            font-size: 24px;\n            margin-right: 10px;\n        }\n\n        .price-new {\n            font-size: 48px;\n            font-weight: 700;\n            color: var(--accent-gold);\n            font-family: 'Playfair Display', serif;\n        }\n\n        .price-save {\n            color: var(--success-green);\n            font-size: 16px;\n            margin-top: 10px;\n            font-weight: 500;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-gold) 100%);\n            color: white;\n            padding: 20px 60px;\n            border-radius: 50px;\n            font-size: 18px;\n            font-weight: 600;\n            text-decoration: none;\n            box-shadow: 0 10px 30px rgba(232, 169, 169, 0.3);\n            transition: all 0.3s ease;\n            margin-top: 20px;\n            border: none;\n            cursor: pointer;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 40px rgba(232, 169, 169, 0.4);\n        }\n\n        .trust-badges {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 40px;\n        }\n\n        .badge {\n            background: white;\n            padding: 12px 20px;\n            border-radius: 10px;\n            font-size: 14px;\n            border: 1px solid var(--border-light);\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .badge::before {\n            content: '✓';\n            color: var(--success-green);\n            font-weight: bold;\n        }\n\n        \/* Section Styles *\/\n        section {\n            padding: 80px 20px;\n        }\n\n        section:nth-child(even) {\n            background: var(--bg-secondary);\n        }\n\n        h2 {\n            font-size: 42px;\n            margin-bottom: 40px;\n            text-align: center;\n            color: var(--text-primary);\n        }\n\n        \/* Story Section *\/\n        .story-content {\n            max-width: 800px;\n            margin: 0 auto;\n            font-size: 18px;\n            line-height: 1.8;\n        }\n\n        .story-content h3 {\n            font-size: 32px;\n            margin: 40px 0 20px;\n            color: var(--accent-rose);\n        }\n\n        .story-content h4 {\n            font-size: 28px;\n            margin: 30px 0 15px;\n            color: var(--text-primary);\n        }\n\n        .story-content p {\n            margin-bottom: 20px;\n        }\n\n        .story-highlight {\n            background: var(--accent-rose-light);\n            padding: 30px;\n            border-radius: 15px;\n            margin: 30px 0;\n            border-left: 5px solid var(--accent-rose);\n        }\n\n        \/* Benefits Grid *\/\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 40px 30px;\n            border-radius: 20px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n\n        .benefit-card h4 {\n            font-size: 22px;\n            margin-bottom: 15px;\n            color: var(--accent-rose);\n        }\n\n        .benefit-card p {\n            font-size: 16px;\n            color: var(--text-secondary);\n        }\n\n        \/* Ingredients *\/\n        .ingredient-card {\n            background: white;\n            padding: 40px;\n            border-radius: 20px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n            border-left: 5px solid var(--accent-gold);\n        }\n\n        .ingredient-icon {\n            font-size: 48px;\n            margin-bottom: 15px;\n        }\n\n        .ingredient-card h3 {\n            font-size: 28px;\n            margin-bottom: 10px;\n            color: var(--accent-rose);\n        }\n\n        .ingredient-label {\n            font-size: 14px;\n            color: var(--text-secondary);\n            font-style: italic;\n            margin-bottom: 15px;\n        }\n\n        .ingredient-card p {\n            margin-bottom: 10px;\n        }\n\n        .ingredient-card strong {\n            color: var(--text-primary);\n        }\n\n        \/* Testimonials *\/\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 50px;\n        }\n\n        .testimonial {\n            background: var(--bg-primary);\n            padding: 30px;\n            border-radius: 15px;\n            border-left: 4px solid var(--accent-rose);\n            font-style: italic;\n        }\n\n        .testimonial-text {\n            font-size: 16px;\n            margin-bottom: 20px;\n            line-height: 1.6;\n        }\n\n        .testimonial-author {\n            font-style: normal;\n            font-weight: 600;\n            color: var(--text-primary);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .stars {\n            color: var(--accent-gold);\n            font-size: 18px;\n        }\n\n        \/* Timeline *\/\n        .timeline {\n            max-width: 600px;\n            margin: 50px auto;\n            padding: 30px;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n        }\n\n        .timeline-item {\n            padding: 20px 0;\n            border-left: 3px solid var(--accent-rose);\n            padding-left: 30px;\n            position: relative;\n            margin-left: 20px;\n        }\n\n        .timeline-item::before {\n            content: '';\n            position: absolute;\n            left: -8px;\n            top: 25px;\n            width: 14px;\n            height: 14px;\n            background: var(--accent-rose);\n            border-radius: 50%;\n            border: 3px solid white;\n        }\n\n        .timeline-item strong {\n            color: var(--accent-rose);\n            font-size: 18px;\n        }\n\n        \/* How to Use *\/\n        .steps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            max-width: 1000px;\n            margin: 50px auto;\n        }\n\n        .step {\n            text-align: center;\n            padding: 30px;\n        }\n\n        .step-number {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-gold) 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 24px;\n            font-weight: bold;\n            margin: 0 auto 20px;\n        }\n\n        .step h4 {\n            font-size: 20px;\n            margin-bottom: 15px;\n            color: var(--text-primary);\n        }\n\n        .step p {\n            color: var(--text-secondary);\n            font-size: 15px;\n        }\n\n        .pro-tips {\n            background: var(--accent-rose-light);\n            padding: 30px;\n            border-radius: 15px;\n            margin-top: 40px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .pro-tips h4 {\n            font-size: 22px;\n            margin-bottom: 15px;\n            color: var(--accent-rose);\n        }\n\n        .pro-tips ul {\n            list-style-position: inside;\n        }\n\n        .pro-tips li {\n            margin-bottom: 10px;\n        }\n\n        \/* Comparison Table *\/\n        .comparison-table {\n            max-width: 900px;\n            margin: 50px auto;\n            background: white;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 5px 30px rgba(0,0,0,0.08);\n        }\n\n        .comparison-table table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .comparison-table th,\n        .comparison-table td {\n            padding: 20px;\n            text-align: left;\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .comparison-table th {\n            background: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-gold) 100%);\n            color: white;\n            font-weight: 600;\n            font-size: 16px;\n        }\n\n        .comparison-table tr:hover {\n            background: var(--bg-secondary);\n        }\n\n        .comparison-highlight {\n            color: var(--success-green);\n            font-weight: 600;\n        }\n\n        \/* FAQ *\/\n        .faq-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .faq-item {\n            background: white;\n            margin-bottom: 20px;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .faq-question {\n            padding: 25px 30px;\n            font-size: 18px;\n            font-weight: 600;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: var(--bg-primary);\n            transition: background 0.3s ease;\n        }\n\n        .faq-question:hover {\n            background: var(--bg-secondary);\n        }\n\n        .faq-toggle {\n            font-size: 24px;\n            color: var(--accent-rose);\n            transition: transform 0.3s ease;\n        }\n\n        .faq-item.active .faq-toggle {\n            transform: rotate(45deg);\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease;\n        }\n\n        .faq-item.active .faq-answer {\n            max-height: 500px;\n        }\n\n        .faq-answer-content {\n            padding: 0 30px 25px;\n            color: var(--text-secondary);\n            line-height: 1.8;\n        }\n\n        \/* Final CTA *\/\n        .final-cta {\n            text-align: center;\n            padding: 100px 20px;\n            background: linear-gradient(135deg, #FFF9F5 0%, #FFFFFF 100%);\n        }\n\n        .final-cta h2 {\n            font-size: 48px;\n            margin-bottom: 30px;\n        }\n\n        .final-cta .story-content {\n            font-size: 20px;\n            margin-bottom: 40px;\n        }\n\n        .guarantee-box {\n            background: white;\n            padding: 40px;\n            border-radius: 20px;\n            max-width: 600px;\n            margin: 40px auto;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n        }\n\n        .guarantee-box h3 {\n            font-size: 24px;\n            margin-bottom: 15px;\n            color: var(--accent-rose);\n        }\n\n        .stock-warning {\n            background: #FFF3CD;\n            color: #856404;\n            padding: 15px 30px;\n            border-radius: 10px;\n            margin-top: 30px;\n            font-weight: 500;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 36px;\n            }\n\n            .hero-headline {\n                font-size: 20px;\n            }\n\n            h2 {\n                font-size: 32px;\n            }\n\n            .benefits-list {\n                font-size: 16px;\n            }\n\n            .price-new {\n                font-size: 36px;\n            }\n\n            section {\n                padding: 60px 20px;\n            }\n\n            .comparison-table {\n                overflow-x: auto;\n            }\n\n            .steps-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .testimonials-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        \/* Sticky CTA on Mobile *\/\n        .sticky-cta {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: white;\n            padding: 15px 20px;\n            box-shadow: 0 -5px 20px rgba(0,0,0,0.1);\n            display: none;\n            z-index: 1000;\n        }\n\n        .sticky-cta .cta-button {\n            width: 100%;\n            margin-top: 0;\n            padding: 15px;\n        }\n\n        @media (max-width: 768px) {\n            .sticky-cta {\n                display: block;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\u003cimg height=\"612\" width=\"459\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/3152\/0576\/files\/15a94423778e4b648662b6e286a73103.SD-480p-0.9Mbps-34158672-ezgif.com-video-to-gif-converter.gif?v=1775395092\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"product-badge\"\u003e✨ Best Seller\u003c\/span\u003e\n\u003ch1\u003eTurmeric \u0026amp; Kojic Acid Pads\u003c\/h1\u003e\n\u003cp class=\"hero-headline\"\u003eErase Dark Spots. Reveal Your Natural Glow. In Just 60 Seconds Daily.\u003c\/p\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003eFades stubborn dark spots \u0026amp; hyperpigmentation in 2 weeks\u003c\/li\u003e\n\u003cli\u003eFights active acne while preventing new breakouts\u003c\/li\u003e\n\u003cli\u003eGently exfoliates dead skin for instant brightness\u003c\/li\u003e\n\u003cli\u003eReduces redness \u0026amp; inflammation naturally\u003c\/li\u003e\n\u003cli\u003eSafe for sensitive skin – No harsh chemicals\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"price-box\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"price-old\"\u003eRs. 3,499\u003c\/span\u003e \u003cspan class=\"price-new\"\u003eRs. 2,399\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"price-save\"\u003e💰 Save Rs. 1,100 – Limited time offer\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-message\" id=\"cartMessage\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"trust-badges\"\u003e\n\u003cdiv class=\"badge\"\u003eDermatologist Recommended\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSafe for All Skin Types\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e7-Day Easy Exchange\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eFree Delivery Over Rs. 1,500\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Story --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003e\u003cimg height=\"418\" width=\"418\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/3152\/0576\/files\/Untitled_design_16_a0807880-beca-43af-b496-83024b48591d.svg?v=1775386186\"\u003e\u003c\/h2\u003e\n\u003ch2\u003eThe Dark Spot Problem Every Pakistani Woman Knows Too Well\u003c\/h2\u003e\n\u003cdiv class=\"story-content\"\u003e\n\u003cp\u003eYou've tried everything. The expensive creams. The home remedies your khala suggested. The \"miracle\" products from Instagram ads.\u003c\/p\u003e\n\u003cp\u003eBut those stubborn dark spots? Still there. Staring back at you every time you look in the mirror.\u003c\/p\u003e\n\u003cp\u003eMaybe it's acne scars from years ago. Or sun damage from Karachi's unforgiving heat. Or that one pimple that left a mark and never faded.\u003c\/p\u003e\n\u003cp\u003eYou've started avoiding photos. Caking on extra concealer. Feeling self-conscious in bright light.\u003c\/p\u003e\n\u003cdiv class=\"story-highlight\"\u003e\n\u003cstrong\u003eHere's the truth:\u003c\/strong\u003e Most products don't work because they only treat the surface. Dark spots form deep in your skin. You need ingredients that actually penetrate and target melanin production.\u003c\/div\u003e\n\u003ch3\u003eEnter: Turmeric \u0026amp; Kojic Acid Pads\u003c\/h3\u003e\n\u003cp\u003eUsed by Korean skincare experts for decades, these pre-soaked pads combine two of nature's most powerful brightening ingredients:\u003c\/p\u003e\n\u003cul style=\"margin-left: 20px; margin-bottom: 20px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTurmeric\u003c\/strong\u003e – The golden spice your dadi swears by, now concentrated in clinical strength\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKojic Acid\u003c\/strong\u003e – A proven melanin inhibitor that stops dark spots at their source\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eIn just 60 seconds a day, these pads work beneath your skin to fade existing spots and prevent new ones from forming.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNo complicated routine. No expensive salon visits. Just clearer, brighter, more confident skin.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Benefits Section --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/3152\/0576\/files\/Screenshot_2026-04-05_at_3.21.47_PM.png?v=1775388124\" alt=\"\"\u003e\u003c\/h2\u003e\n\u003ch2\u003eWhy Women Are Calling These \"The Best Decision I've Made for My Skin\"\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003eFades Dark Spots That Won't Go Away\u003c\/h4\u003e\n\u003cp\u003eClinical-strength kojic acid targets hyperpigmentation at the source, breaking down melanin clusters. Visible results in 14 days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003eFights Acne Before It Starts\u003c\/h4\u003e\n\u003cp\u003eTurmeric's natural antibacterial properties kill acne-causing bacteria. Gentle exfoliation prevents clogged pores.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003eInstant Glow Without the Wait\u003c\/h4\u003e\n\u003cp\u003eEach pad gently removes dull, dead skin cells. Your face looks brighter and feels smoother after just one use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003eCalms Redness \u0026amp; Inflammation\u003c\/h4\u003e\n\u003cp\u003eTurmeric is a natural anti-inflammatory. Perfect for sensitive skin that gets irritated easily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003eNo Downtime, No Irritation\u003c\/h4\u003e\n\u003cp\u003eUnlike harsh peels or lasers, these pads are gentle enough for daily use. No burning, no peeling, no redness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003eWorks for ALL Skin Tones\u003c\/h4\u003e\n\u003cp\u003eSpecifically formulated for Pakistani skin. Safe for fair, wheatish, and dusky complexions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Ingredients --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eThe Golden Formula: Only 2 Ingredients. Maximum Results.\u003c\/h2\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eTURMERIC (Curcumin Extract)\u003c\/h3\u003e\n\u003cp class=\"ingredient-label\"\u003eWhat it does: Natural anti-inflammatory and antioxidant\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eYour benefit:\u003c\/strong\u003e Calms irritated skin, reduces redness, prevents acne\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe science:\u003c\/strong\u003e Used in Ayurvedic medicine for 4,000 years. Now proven in clinical studies to inhibit melanin production.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eKOJIC ACID\u003c\/h3\u003e\n\u003cp class=\"ingredient-label\"\u003eWhat it does: Blocks tyrosinase enzyme that creates dark pigment\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eYour benefit:\u003c\/strong\u003e Fades existing dark spots and prevents new ones\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe science:\u003c\/strong\u003e Derived from Japanese rice wine. Proven as effective as hydroquinone without the side effects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 800px; margin: 40px auto;\" class=\"story-highlight\"\u003e\n\u003cstrong\u003eWhy This Combination Works:\u003c\/strong\u003e Turmeric soothes and heals. Kojic acid targets pigmentation. Together, they create visible results without irritation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Testimonials --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eReal Results from Real Pakistani Women\u003c\/h2\u003e\n\u003cdiv class=\"testimonials-grid\"\u003e\n\u003cdiv class=\"testimonial\"\u003e\n\u003cp class=\"testimonial-text\"\u003e\"I had dark spots from old acne for 3 years. Nothing worked. These pads faded them in just 3 weeks! I can finally go out without makeup.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003e\n\u003cstrong\u003e— Ayesha K., Lahore\u003c\/strong\u003e \u003cspan class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial\"\u003e\n\u003cp class=\"testimonial-text\"\u003e\"Meri sun damage itni kharab thi. I was so embarrassed. After using these for a month, my skin looks 5 years younger. My cousins keep asking what I'm using!\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003e\n\u003cstrong\u003e— Hina M., Karachi\u003c\/strong\u003e \u003cspan class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial\"\u003e\n\u003cp class=\"testimonial-text\"\u003e\"I have super sensitive skin and was scared to try. But these didn't irritate at all! My skin is brighter and smoother. Best purchase of 2024.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003e\n\u003cstrong\u003e— Zara R., Islamabad\u003c\/strong\u003e \u003cspan class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline\"\u003e\n\u003ch3 style=\"text-align: center; margin-bottom: 30px;\"\u003eTransformation Timeline\u003c\/h3\u003e\n\u003cdiv class=\"timeline-item\"\u003e\n\u003cstrong\u003eWeek 1:\u003c\/strong\u003e Skin feels smoother, looks brighter\u003c\/div\u003e\n\u003cdiv class=\"timeline-item\"\u003e\n\u003cstrong\u003eWeek 2:\u003c\/strong\u003e Dark spots start lightening\u003c\/div\u003e\n\u003cdiv class=\"timeline-item\"\u003e\n\u003cstrong\u003eWeek 4:\u003c\/strong\u003e Visible fading of hyperpigmentation\u003c\/div\u003e\n\u003cdiv class=\"timeline-item\"\u003e\n\u003cstrong\u003eWeek 8:\u003c\/strong\u003e Dramatic transformation – even skin tone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- How to Use --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eYour New 60-Second Glow Routine\u003c\/h2\u003e\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eCleanse\u003c\/h4\u003e\n\u003cp\u003eWash your face with your regular cleanser. Pat dry gently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eSwipe\u003c\/h4\u003e\n\u003cp\u003eTake one pad from the jar. Gently swipe across your entire face, focusing on dark spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eLet It Absorb\u003c\/h4\u003e\n\u003cp\u003eWait 1-2 minutes for the formula to sink in. No need to rinse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\u003ch4\u003eMoisturize\u003c\/h4\u003e\n\u003cp\u003eApply your favorite moisturizer. Use SPF in the morning (MUST!).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pro-tips\"\u003e\n\u003ch4\u003e💡 Pro Tips:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eUse once daily (morning or night)\u003c\/li\u003e\n\u003cli\u003eFor stubborn spots: use twice daily\u003c\/li\u003e\n\u003cli\u003eOne jar = 60 pads = 2 months supply\u003c\/li\u003e\n\u003cli\u003eSafe to use with other skincare products\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Comparison --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eNot All Turmeric Pads Are Created Equal\u003c\/h2\u003e\n\u003cdiv class=\"comparison-table\"\u003e\n\u003ctable height=\"574\" style=\"width: 100%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 29.7317%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 38.4472%;\"\u003eAllurey Turmeric Pads\u003c\/th\u003e\n\u003cth style=\"width: 31.6869%;\"\u003eOther Brands\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 29.7317%;\"\u003eFormula Strength\u003c\/td\u003e\n\u003ctd class=\"comparison-highlight\" style=\"width: 38.4472%;\"\u003eClinical-strength formula\u003c\/td\u003e\n\u003ctd style=\"width: 31.6869%;\"\u003eDiluted ingredients\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 29.7317%;\"\u003eConsistency\u003c\/td\u003e\n\u003ctd class=\"comparison-highlight\" style=\"width: 38.4472%;\"\u003ePre-soaked for consistency\u003c\/td\u003e\n\u003ctd style=\"width: 31.6869%;\"\u003eDIY mixing required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 29.7317%;\"\u003eResults Timeline\u003c\/td\u003e\n\u003ctd class=\"comparison-highlight\" style=\"width: 38.4472%;\"\u003eVisible results in 2 weeks\u003c\/td\u003e\n\u003ctd style=\"width: 31.6869%;\"\u003eVague promises\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 29.7317%;\"\u003ePrice (60 pads)\u003c\/td\u003e\n\u003ctd class=\"comparison-highlight\" style=\"width: 38.4472%;\"\u003eRs. 2,399\u003c\/td\u003e\n\u003ctd style=\"width: 31.6869%;\"\u003eRs. 3,000+ for 30 pads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 29.7317%;\"\u003eProfessional Backing\u003c\/td\u003e\n\u003ctd class=\"comparison-highlight\" style=\"width: 38.4472%;\"\u003eDermatologist recommended\u003c\/td\u003e\n\u003ctd style=\"width: 31.6869%;\"\u003eNo professional backing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 29.7317%;\"\u003e\u003c\/td\u003e\n\u003ctd class=\"comparison-highlight\" style=\"width: 38.4472%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 31.6869%;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Final CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eYour Clear Skin Journey Starts Today\u003c\/h2\u003e\n\u003cdiv class=\"story-content\"\u003e\n\u003cp\u003e\u003cstrong\u003eImagine this:\u003c\/strong\u003e Two months from now, you're scrolling through your phone. You see a photo of yourself without makeup. And you actually \u003cem\u003elike\u003c\/em\u003e what you see.\u003c\/p\u003e\n\u003cp\u003eNo filters. No heavy concealer. Just clear, bright, confident skin.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThat's not a fantasy. That's what happens when you commit to a product that actually works.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eOver 5,000 Pakistani women have already made the switch. They're posting makeup-free selfies. Getting compliments from family. Feeling confident in their own skin.\u003c\/p\u003e\n\u003cp style=\"font-size: 24px; font-weight: 600; margin-top: 30px;\"\u003eYour turn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"guarantee-box\"\u003e\n\u003ch3\u003e100% Risk-Free Promise\u003c\/h3\u003e\n\u003cp style=\"margin-top: 15px;\"\u003e\u003cstrong\u003e✓ Free Delivery\u003c\/strong\u003e on orders over Rs. 1,500\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e✓ Fast Shipping:\u003c\/strong\u003e 2-3 day delivery nationwide\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stock-warning\"\u003e⚠️ \u003cstrong\u003eLimited Stock Warning:\u003c\/strong\u003e Only 47 Packs left at this discounted price.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Allurey","offers":[{"title":"Default Title","offer_id":40947954155584,"sku":"TAC-PV","price":2399.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/3152\/0576\/files\/ChatGPT_Image_Apr_5_2026_02_47_25_PM.png?v=1775386081","url":"https:\/\/allurey.pk\/products\/turmeric-kojic-acid-pads","provider":"Allurey","version":"1.0","type":"link"}