{"product_id":"tea-tree-oil-eyelid-wipes-60-individually-wrapped-gentle-eye-cleanser","title":"Tea Tree Oil Eyelid Wipes 60 Individually Wrapped Gentle Eye Cleanser","description":"\u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003e60PCS Tea Tree Oil Eyelid Wipes\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: #f4fbf7;\n            padding: 20px;\n        }\n        \n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.05);\n            overflow: hidden;\n        }\n        \n        .header {\n            background: linear-gradient(135deg, #14532d 0%, #15803d 100%);\n            color: #ffffff;\n            padding: 45px 30px;\n            text-align: center;\n            border-bottom: 6px solid #86efac;\n        }\n        \n        .header h1 {\n            font-size: 32px;\n            margin-bottom: 12px;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            color: #ffffff;\n        }\n        \n        .header .subtitle {\n            font-size: 18px;\n            color: #dcfce7;\n            line-height: 1.5;\n        }\n        \n        .badge-container {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 25px;\n            flex-wrap: wrap;\n        }\n        \n        .badge {\n            background: #86efac;\n            color: #14532d;\n            padding: 8px 22px;\n            border-radius: 25px;\n            font-weight: bold;\n            font-size: 14px;\n            text-transform: uppercase;\n            box-shadow: 0 4px 10px rgba(134, 239, 172, 0.3);\n        }\n\n        .badge-dark {\n            background: #ffffff;\n            color: #14532d;\n            padding: 8px 22px;\n            border-radius: 25px;\n            font-weight: bold;\n            font-size: 14px;\n            text-transform: uppercase;\n        }\n        \n        .main-content {\n            padding: 40px 30px;\n        }\n        \n        .highlight-box {\n            background: #f0fdf4;\n            border: 2px solid #bbf7d0;\n            color: #166534;\n            padding: 30px;\n            border-radius: 12px;\n            margin-bottom: 40px;\n            text-align: center;\n        }\n        \n        .highlight-box h2 {\n            font-size: 26px;\n            margin-bottom: 15px;\n            color: #15803d;\n        }\n        \n        .highlight-box p {\n            font-size: 16px;\n            line-height: 1.8;\n            color: #166534;\n        }\n        \n        .features-section {\n            margin-bottom: 40px;\n        }\n\n        .features-section h2 {\n            color: #14532d;\n            font-size: 28px;\n            margin-bottom: 25px;\n            text-align: center;\n            border-bottom: 3px solid #f8fafc;\n            padding-bottom: 15px;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .feature-card {\n            background: #ffffff;\n            border-radius: 12px;\n            padding: 30px 25px;\n            text-align: left;\n            border: 1px solid #e2e8f0;\n            border-top: 4px solid #15803d;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n        }\n\n        .feature-card:nth-child(even) {\n            border-top-color: #86efac;\n        }\n        \n        .feature-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        \n        .feature-card h3 {\n            color: #14532d;\n            font-size: 20px;\n            margin-bottom: 12px;\n            font-weight: 700;\n        }\n        \n        .feature-card p {\n            color: #475569;\n            font-size: 15px;\n            line-height: 1.6;\n        }\n        \n        .details-wrapper {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 20px;\n            margin: 40px 0;\n        }\n\n        .details-section {\n            background: #ffffff;\n            padding: 35px;\n            border-radius: 12px;\n            border: 1px solid #e2e8f0;\n            border-left: 5px solid #15803d;\n        }\n        \n        .details-section h2 {\n            color: #14532d;\n            font-size: 24px;\n            margin-bottom: 20px;\n        }\n        \n        .details-list {\n            list-style: none;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 15px;\n        }\n        \n        .details-list li {\n            background: #f0fdf4;\n            padding: 15px 20px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-size: 15px;\n            color: #166534;\n            border: 1px solid #dcfce7;\n        }\n        \n        .details-list li strong {\n            color: #14532d;\n            min-width: 140px;\n        }\n        \n        .trust-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 40px 0 10px 0;\n        }\n        \n        .trust-card {\n            background: #ffffff;\n            border: 2px dashed #cbd5e1;\n            border-radius: 12px;\n            padding: 25px;\n            text-align: center;\n        }\n        \n        .trust-icon {\n            font-size: 36px;\n            margin-bottom: 15px;\n        }\n        \n        .trust-card h3 {\n            color: #14532d;\n            font-size: 18px;\n            margin-bottom: 10px;\n        }\n        \n        .trust-card p {\n            color: #475569;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        @media (max-width: 768px) {\n            .header h1 { font-size: 26px; }\n            .main-content { padding: 20px 15px; }\n            .details-list { grid-template-columns: 1fr; }\n            .details-list li { flex-direction: column; align-items: flex-start; gap: 5px; }\n            .details-list li strong { min-width: auto; margin-bottom: 2px; }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"header\"\u003e\n            \u003ch1\u003e60PCS Tea Tree Oil Eyelid Wipes\u003c\/h1\u003e\n            \u003cdiv class=\"subtitle\"\u003eIndividually Wrapped Pre-Soaked Cleansing Wipes for Sensitive Eyes\u003c\/div\u003e\n            \u003cdiv class=\"badge-container\"\u003e\n                \u003cspan class=\"badge\"\u003e60 Wipes Pack\u003c\/span\u003e\n                \u003cspan class=\"badge-dark\"\u003eNo Rinse Needed\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003eAlcohol Free\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"main-content\"\u003e\n            \u003cdiv class=\"highlight-box\"\u003e\n                \u003ch2\u003eSoothe Itchy, Dry, and Tired Eyes Naturally 🌿👁️\u003c\/h2\u003e\n                \u003cp\u003eRefresh and protect delicate eye contours daily. Formulated with natural tea tree oil, soothing aloe vera, and nutrient-rich xanthophyll, these gentle pre-soaked eyelid wipes effectively clean away oil, crust, makeup buildup, and environmental irritants without stinging or drying out sensitive skin.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"features-section\"\u003e\n                \u003ch2\u003eGentle Daily Eye Hygiene\u003c\/h2\u003e\n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature-card\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌿\u003c\/span\u003e\n                        \u003ch3\u003eTea Tree \u0026amp; Aloe Formula\u003c\/h3\u003e\n                        \u003cp\u003eCombines natural tea tree oil with soothing aloe vera and chamomile to gently cleanse eyelid margins, calm inflammation, and soothe redness.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-card\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👁️\u003c\/span\u003e\n                        \u003ch3\u003eDry \u0026amp; Tired Eye Relief\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for soothing eye fatigue after long screen time sessions, clearing blurry vision caused by oil buildup, and easing seasonal eye irritation.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-card\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e📦\u003c\/span\u003e\n                        \u003ch3\u003e60 Individually Wrapped Wipes\u003c\/h3\u003e\n                        \u003cp\u003eEach wipe is sealed in its own airtight foil packet to ensure maximum freshness, hygiene, and convenience for travel, work, gym, or bedside use.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-card\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🧪\u003c\/span\u003e\n                        \u003ch3\u003eHypoallergenic \u0026amp; Rinse-Free\u003c\/h3\u003e\n                        \u003cp\u003eAlcohol-free, plant-based formula designed specifically for delicate skin around the eyes. Simply wipe and go with zero rinsing required.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-card\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e💧\u003c\/span\u003e\n                        \u003ch3\u003eHydrates \u0026amp; Plumps Skin\u003c\/h3\u003e\n                        \u003cp\u003eDelivers deep moisture to dry, flaky eyelid skin, leaving your lids feeling refreshed, smooth, soft, and thoroughly cleansed after every use.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-card\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🍃\u003c\/span\u003e\n                        \u003ch3\u003eSoft Textured Cotton Wipe\u003c\/h3\u003e\n                        \u003cp\u003eDual-sided cotton wipes featuring a textured side for gentle cleansing of crust\/oil and a smooth side for soothing delicate eyelid skin.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"details-wrapper\"\u003e\n                \u003cdiv class=\"details-section\"\u003e\n                    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n                    \u003cul class=\"details-list\"\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eItem Type:\u003c\/strong\u003e Tea Tree Oil Eyelid Wipes\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eQuantity:\u003c\/strong\u003e 60 Individually Wrapped Wipes\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eFormulation:\u003c\/strong\u003e Pre-Soaked Cotton Wipes\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eKey Ingredients:\u003c\/strong\u003e Tea Tree Oil, Aloe Vera, Chamomile\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eSkin Type:\u003c\/strong\u003e Sensitive \u0026amp; All Skin Types\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eFeatures:\u003c\/strong\u003e Alcohol-Free, No-Rinse, Hypoallergenic\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eTarget Area:\u003c\/strong\u003e Eyelids, Lashes, Surrounding Eye Area\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eCondition:\u003c\/strong\u003e Brand New \u0026amp; Factory Sealed Box\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"trust-section\"\u003e\n                \u003cdiv class=\"trust-card\"\u003e\n                    \u003cdiv class=\"trust-icon\"\u003e🚚\u003c\/div\u003e\n                    \u003ch3\u003eFree \u0026amp; Fast Delivery\u003c\/h3\u003e\n                    \u003cp\u003eEnjoy expedited processing and free shipping straight to your door.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"trust-card\"\u003e\n                    \u003cdiv class=\"trust-icon\"\u003e⭐\u003c\/div\u003e\n                    \u003ch3\u003eShop With Confidence\u003c\/h3\u003e\n                    \u003cp\u003eWelcome to Serenity Traders! We proudly provide premium eye care, personal wellness supplies, and daily essentials.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"trust-card\"\u003e\n                    \u003cdiv class=\"trust-icon\"\u003e🔄\u003c\/div\u003e\n                    \u003ch3\u003e30-Day Easy Returns\u003c\/h3\u003e\n                    \u003cp\u003eShop worry-free with simple 30-day returns on all unused items.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e","brand":"Unbranded","offers":[{"title":"Default Title","offer_id":55617238073635,"sku":"397506255454","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0859\/3103\/2867\/files\/s-l1600_44fb5174-ce19-4e55-9c39-fa27f5694f5a.jpg?v=1789832581","url":"https:\/\/bestgiftyy.com\/products\/tea-tree-oil-eyelid-wipes-60-individually-wrapped-gentle-eye-cleanser","provider":"BestGiftyy","version":"1.0","type":"link"}