{"product_id":"scalp-detox-comb","title":"EXFOLIA™ Scalp Detox Comb","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #5C3D2E; \/* Warm Tortoiseshell Brown *\/\n            --secondary-color: #DDA7A5; \/* Soft Rose *\/\n            --accent-red: #D9534F; \/* Sale Red *\/\n            --bg-light: #FDFBF9; \/* Creamy Off-White *\/\n            --text-main: #2C2C2C;\n            --text-muted: #666666;\n            --border-radius: 16px;\n        }\n\n        body {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            background-color: #ffffff;\n            margin: 0;\n            padding: 20px;\n        }\n\n        .exfolia-wrapper {\n            max-width: 800px;\n            margin: 0 auto;\n            background-color: var(--bg-light);\n            color: var(--text-main);\n            overflow: hidden;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.05);\n            border-radius: var(--border-radius);\n        }\n\n        \/* Urgency Banner *\/\n        .urgency-banner {\n            background-color: var(--secondary-color);\n            color: var(--primary-color);\n            text-align: center;\n            padding: 12px 20px;\n            font-weight: 800;\n            font-size: 0.95rem;\n            letter-spacing: 0.5px;\n            text-transform: uppercase;\n        }\n        \n        .urgency-banner span {\n            color: #ffffff;\n            background-color: var(--accent-red);\n            padding: 2px 6px;\n            border-radius: 4px;\n            margin-right: 8px;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            text-align: center;\n            padding: 50px 20px 40px;\n        }\n\n        .hero-section h1 {\n            font-size: 2.5rem;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n            letter-spacing: -0.5px;\n        }\n\n        .hero-section p {\n            font-size: 1.2rem;\n            color: var(--text-muted);\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            padding: 0 40px 40px;\n        }\n\n        .feature-card {\n            padding: 20px;\n            border-radius: 12px;\n            background-color: white;\n            text-align: center;\n            transition: transform 0.3s ease;\n            border: 1px solid rgba(92, 61, 46, 0.05);\n            box-shadow: 0 4px 10px rgba(0,0,0,0.02);\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(92, 61, 46, 0.08);\n        }\n\n        .feature-icon {\n            font-size: 2rem;\n            margin-bottom: 10px;\n            display: inline-block;\n        }\n\n        .feature-title {\n            font-weight: bold;\n            font-size: 1.05rem;\n            margin-bottom: 8px;\n            color: var(--primary-color);\n        }\n\n        \/* Before \u0026 After Section *\/\n        .transformation-section {\n            padding: 50px 40px;\n            text-align: center;\n            background-color: var(--primary-color);\n            color: white;\n        }\n\n        .transformation-section h2 {\n            margin-bottom: 15px;\n            font-size: 2rem;\n        }\n\n        .ba-container {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 30px;\n        }\n\n        .ba-image-wrapper {\n            flex: 1;\n            position: relative;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n        }\n\n        .ba-image-wrapper img {\n            width: 100%;\n            display: block;\n        }\n\n        .ba-label {\n            position: absolute;\n            top: 10px;\n            left: 10px;\n            background: black;\n            color: white;\n            padding: 4px 12px;\n            font-size: 0.8rem;\n            font-weight: bold;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n        }\n\n        \/* Reviews Section *\/\n        .reviews-container {\n            padding: 50px 40px;\n            background: white;\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 2rem;\n            color: var(--primary-color);\n            margin-bottom: 30px;\n        }\n\n        .reviews-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n        }\n\n        .review-card {\n            background: var(--bg-light);\n            padding: 24px;\n            border-radius: 12px;\n            border-top: 4px solid var(--secondary-color);\n            box-shadow: 0 4px 10px rgba(0,0,0,0.03);\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n        }\n\n        .stars {\n            color: #FFB800;\n            font-size: 1.1rem;\n            margin-bottom: 10px;\n        }\n\n        .review-text {\n            font-size: 0.95rem;\n            line-height: 1.6;\n            font-style: italic;\n            color: var(--text-main);\n            margin-bottom: 20px;\n            flex-grow: 1;\n        }\n\n        .reviewer-info {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .avatar {\n            width: 35px;\n            height: 35px;\n            background-color: var(--secondary-color);\n            color: white;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 50%;\n            font-weight: bold;\n            font-size: 1rem;\n        }\n\n        .reviewer-name {\n            font-weight: bold;\n            font-size: 0.9rem;\n            color: var(--primary-color);\n        }\n\n        .verified-badge {\n            color: #4CAF50;\n            font-size: 0.75rem;\n            font-weight: 600;\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            padding: 50px 40px;\n            background-color: var(--bg-light);\n        }\n\n        .faq-container {\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        details {\n            background: white;\n            border: 1px solid rgba(92, 61, 46, 0.1);\n            border-radius: 8px;\n            margin-bottom: 12px;\n            padding: 16px;\n            transition: all 0.3s ease;\n        }\n        \n        details[open] {\n            box-shadow: 0 4px 15px rgba(92, 61, 46, 0.05);\n            border-color: var(--secondary-color);\n        }\n\n        summary {\n            font-weight: bold;\n            font-size: 1.1rem;\n            color: var(--primary-color);\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            outline: none;\n        }\n\n        summary::-webkit-details-marker {\n            display: none;\n        }\n\n        summary::after {\n            content: '+';\n            font-size: 1.5rem;\n            color: var(--secondary-color);\n            transition: transform 0.3s;\n        }\n\n        details[open] summary::after {\n            transform: rotate(45deg);\n        }\n\n        details p {\n            margin-top: 15px;\n            margin-bottom: 0;\n            color: var(--text-muted);\n            line-height: 1.6;\n            font-size: 0.95rem;\n        }\n\n        \/* CTA *\/\n        .cta-section {\n            text-align: center;\n            padding: 40px;\n            background-color: white;\n            border-top: 1px solid rgba(0,0,0,0.05);\n        }\n\n        .buy-button {\n            background-color: var(--primary-color);\n            color: white;\n            border: none;\n            padding: 18px 45px;\n            font-size: 1.3rem;\n            font-weight: bold;\n            border-radius: 30px;\n            cursor: pointer;\n            transition: all 0.3s;\n            box-shadow: 0 4px 15px rgba(92, 61, 46, 0.2);\n        }\n\n        .buy-button:hover {\n            background-color: #402a1f;\n            transform: scale(1.02);\n            box-shadow: 0 6px 20px rgba(92, 61, 46, 0.3);\n        }\n\n        .guarantee {\n            display: block;\n            margin-top: 12px;\n            font-size: 0.85rem;\n            color: var(--text-muted);\n        }\n\n        @media (max-width: 600px) {\n            .ba-container {\n                flex-direction: column;\n            }\n            .features-grid, .reviews-container, .faq-section, .transformation-section {\n                padding-left: 20px;\n                padding-right: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"exfolia-wrapper\"\u003e\n\u003cdiv class=\"urgency-banner\"\u003e\n\u003cspan\u003eEnding Soon\u003c\/span\u003e Flash Sale: Get 80% Off Your Scalp Detox Comb Today! ⏳\u003c\/div\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1\u003eYour Scalp's New Best Friend\u003c\/h1\u003e\n\u003cp\u003eMeet the EXFOLIA™ Scalp Detox Comb. The gentle, highly effective solution to clear buildup, soothe irritation, and restore your scalp's natural balance.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/0397\/8314\/files\/caedrea2.gif?v=1771559427\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eClears Dandruff\u003c\/div\u003e\n\u003cp style=\"font-size: 0.85rem; color: var(--text-muted);\"\u003eLifts away flakes and buildup without harsh scraping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌸\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eSoothes Psoriasis\u003c\/div\u003e\n\u003cp style=\"font-size: 0.85rem; color: var(--text-muted);\"\u003eProvides relief from discomfort and calms redness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💧\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eRelieves Itchiness\u003c\/div\u003e\n\u003cp style=\"font-size: 0.85rem; color: var(--text-muted);\"\u003eRounded teeth gently massage to stop the itch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💆♀️\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003ePromotes Health\u003c\/div\u003e\n\u003cp style=\"font-size: 0.85rem; color: var(--text-muted);\"\u003eStimulates blood flow for stronger hair growth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"transformation-section\"\u003e\n\u003ch2\u003eSee the Difference\u003c\/h2\u003e\n\u003cp\u003eFrom flaky and irritated to clean, calm, and balanced.\u003c\/p\u003e\n\u003cdiv class=\"ba-container\"\u003e\n\u003cdiv class=\"ba-image-wrapper\" style=\"text-align: center;\"\u003e\n\u003cspan class=\"ba-label\"\u003eBefore\u003c\/span\u003e \u003cimg alt=\"Scalp with dandruff before using EXFOLIA comb\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/0397\/8314\/files\/Scalp_Comb_2.png?v=1771559877\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ba-image-wrapper\" style=\"text-align: center;\"\u003e\n\u003cspan class=\"ba-label\"\u003eAfter\u003c\/span\u003e \u003cimg alt=\"Clean scalp after using EXFOLIA comb\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/0397\/8314\/files\/Scalp_Comb_1.png?v=1771559876\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reviews-container\"\u003e\n\u003ch2 class=\"section-title\"\u003eLoved by Thousands\u003c\/h2\u003e\n\u003cdiv class=\"reviews-grid\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"I've tried everything for my itchy, flaky scalp, and nothing worked until this. It removed all the buildup, and my scalp has never felt this clean or calm.\"\u003c\/div\u003e\n\u003cdiv class=\"reviewer-info\"\u003e\n\u003cdiv class=\"avatar\"\u003eP\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"reviewer-name\"\u003ePetrina B.\u003c\/div\u003e\n\u003cdiv class=\"verified-badge\"\u003e✔ Verified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"A total game-changer for my scalp psoriasis. It feels incredible, doesn't scratch or break the skin, and lifts scales right off. Highly recommend!\"\u003c\/div\u003e\n\u003cdiv class=\"reviewer-info\"\u003e\n\u003cdiv style=\"background-color: #a3b18a;\" class=\"avatar\"\u003eM\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"reviewer-name\"\u003eMaria S.\u003c\/div\u003e\n\u003cdiv class=\"verified-badge\"\u003e✔ Verified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"I use it with a scalp oil before showering and the amount of dead skin it safely exfoliates is insane. My hair is definitely less greasy now too.\"\u003c\/div\u003e\n\u003cdiv class=\"reviewer-info\"\u003e\n\u003cdiv style=\"background-color: #8a9cb1;\" class=\"avatar\"\u003eJ\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"reviewer-name\"\u003eJessica T.\u003c\/div\u003e\n\u003cdiv class=\"verified-badge\"\u003e✔ Verified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow often should I use the EXFOLIA™ Comb?\u003c\/summary\u003e\n\u003cp\u003eWe recommend using it 1-2 times a week before washing your hair. Gently glide it across your scalp in sections to loosen buildup, then follow with your normal shampoo routine.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it scratch or damage my sensitive scalp?\u003c\/summary\u003e\n\u003cp\u003eNot at all! The teeth of the comb are specially rounded and flexible. They are designed to lift flakes and massage the skin without causing micro-abrasions or irritation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it on wet hair?\u003c\/summary\u003e\n\u003cp\u003eYes. While great on dry hair before a shower, it also works wonderfully on wet hair, especially when paired with a scalp scrub, oil, or treatment serum to help distribute the product evenly.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean it?\u003c\/summary\u003e\n\u003cp\u003eSimply rinse the comb under warm water with a drop of gentle soap after each use. Let it air dry on a towel. The non-porous material prevents bacterial buildup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Oak \u0026 Harper","offers":[{"title":"Default Title","offer_id":43315215073354,"sku":"4242","price":5.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/0397\/8314\/files\/6_99602994-410f-487c-a39f-c8a35740fb72.webp?v=1771084232","url":"https:\/\/tropicals.co\/products\/scalp-detox-comb","provider":"Tropicals","version":"1.0","type":"link"}