{"product_id":"lavender-hydrosol-2-oz","title":"Lavender Hydrosol (2 oz.)","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        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700\u0026family=Lato:wght@300;400\u0026display=swap');\n        \n        body {\n            margin: 0;\n            padding: 0;\n            font-family: 'Lato', sans-serif;\n            background: transparent;\n        }\n        \n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            background: white;\n            padding: 0;\n        }\n        \n        .hero {\n            background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 50%, #5b21b6 100%);\n            padding: 60px 40px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            border-radius: 12px;\n        }\n        \n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: repeating-linear-gradient(\n                45deg,\n                transparent,\n                transparent 10px,\n                rgba(255, 255, 255, 0.05) 10px,\n                rgba(255, 255, 255, 0.05) 20px\n            );\n            animation: shimmer 20s linear infinite;\n        }\n        \n        @keyframes shimmer {\n            0% { transform: translate(0, 0); }\n            100% { transform: translate(50%, 50%); }\n        }\n        \n        .hero-content {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .hero h1 {\n            font-family: 'Playfair Display', serif;\n            color: white;\n            font-size: 3em;\n            margin: 0 0 10px 0;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .hero .subtitle {\n            font-size: 1.2em;\n            color: #e9d5ff;\n            font-style: italic;\n            margin: 0;\n        }\n        \n        .content {\n            padding: 50px 40px;\n        }\n        \n        .intro {\n            font-size: 1.15em;\n            line-height: 1.8;\n            color: #4a5568;\n            text-align: center;\n            margin-bottom: 50px;\n            padding: 30px;\n            background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);\n            border-left: 5px solid #9333ea;\n            border-radius: 8px;\n        }\n        \n        .section {\n            margin-bottom: 40px;\n        }\n        \n        .section-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2em;\n            color: #6b21a8;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 3px solid #c084fc;\n        }\n        \n        .benefit-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-bottom: 40px;\n        }\n        \n        .benefit-card {\n            background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #a855f7;\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 25px rgba(139, 92, 246, 0.3);\n        }\n        \n        .benefit-card h3 {\n            color: #7c3aed;\n            font-size: 1.3em;\n            margin: 0 0 12px 0;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .benefit-card p {\n            color: #4a5568;\n            line-height: 1.7;\n            margin: 0;\n        }\n        \n        .ingredient {\n            background: white;\n            margin-bottom: 30px;\n            padding: 30px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(139, 92, 246, 0.15);\n        }\n        \n        .ingredient-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 20px;\n        }\n        \n        .ingredient-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2em;\n            margin-right: 20px;\n            box-shadow: 0 4px 10px rgba(124, 58, 237, 0.3);\n        }\n        \n        .ingredient h3 {\n            color: #6b21a8;\n            font-size: 1.8em;\n            margin: 0;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .ingredient ul {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .ingredient li {\n            padding: 12px 0;\n            padding-left: 30px;\n            position: relative;\n            color: #4a5568;\n            line-height: 1.7;\n        }\n        \n        .ingredient li::before {\n            content: '✦';\n            position: absolute;\n            left: 0;\n            color: #a855f7;\n            font-size: 1.2em;\n        }\n        \n        .highlight-box {\n            background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 40px 0;\n            box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4);\n        }\n        \n        .highlight-box h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8em;\n            margin: 0 0 15px 0;\n            color: white;\n            text-align: center;\n        }\n        \n        .highlight-box ul {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .highlight-box li {\n            padding: 10px 0;\n            padding-left: 30px;\n            position: relative;\n            line-height: 1.7;\n        }\n        \n        .highlight-box li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n            font-size: 1.3em;\n        }\n        \n        .footer-text {\n            text-align: center;\n            font-size: 1.2em;\n            color: #6b21a8;\n            font-style: italic;\n            padding: 30px;\n            background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);\n            border-radius: 12px;\n            margin-top: 40px;\n        }\n        \n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2em;\n            }\n            \n            .content {\n                padding: 30px 20px;\n            }\n            \n            .benefit-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003eLavender Hydrosol — 2 oz\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cem\u003esteam-distilled low and slow on our little mountain homestead\u003c\/em\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003eThis is the soft, floral water that comes off our still when we distill lavender—the gentlest part of the plant, captured clear as creek water. We run the still cool and easy (low temp, low pressure) so the hydrosol stays tender on skin and true to the fields. No dyes, no added fragrance—just pure lavender hydrosol.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eWhy folks call it a little WORKHORSE:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli style=\"color: rgb(251, 251, 251);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eSkin refresher:\u003c\/strong\u003e A few mists and you’re back to bright.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(251, 251, 251);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eFacial toner:\u003c\/strong\u003e Balances after cleansing; sinks in quick, no sting.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(251, 251, 251);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eMakeup remover:\u003c\/strong\u003e On a cotton pad to tidy up the day.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(251, 251, 251);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eAfter-sun \u0026amp; dry-skin soother:\u003c\/strong\u003e Calms wind- and sun-tipped cheeks.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(251, 251, 251);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eBug spray:\u003c\/strong\u003e Handy on porch nights and trail walks.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(251, 251, 251);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eItch reliever:\u003c\/strong\u003e A cooling spritz for fussy spots.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(251, 251, 251);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eAntiseptic:\u003c\/strong\u003e A simple, clean mist for minor scrapes.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(251, 251, 251);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eDiaper-rash tamer:\u003c\/strong\u003e Gentle enough for the littlest; mist between changes.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003e\u003cstrong\u003eGood to know:\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003eKeep your bottle tucked in a cool, dark spot—or slide it into the fridge for an extra-crisp mist on hot days.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(251, 251, 251);\"\u003eSmall-batch distilled, hand-bottled, and labeled while the ridge wind stays cool. Mountain-simple and mighty useful.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lavender Hill Botanicals","offers":[{"title":"Default Title","offer_id":45467820425377,"sku":null,"price":12.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0059\/5722\/2518\/files\/hydrosol.jpg?v=1761686897","url":"https:\/\/shop.lavenderhillbotanicals.com\/products\/lavender-hydrosol-2-oz","provider":"Lavender Hill Botanicals","version":"1.0","type":"link"}