{"product_id":"lavender-oil-10ml","title":"Lavender Essential Oil","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(255, 255, 255);\"\u003ePure Lavender Essential Oil\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cem\u003esteam-distilled low and slow on our little mountain farm\u003c\/em\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eWe grow our lavender organically and run the still cool and easy—low temperature, low pressure—to keep the delicate goodness intact. Real, uncut lavender oil is rare stuff: it takes about \u003cstrong\u003e10 gallons of buds to yield a scant 8 oz\u003c\/strong\u003e. Nothing added, nothing taken away—just true, field-fresh lavender.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eWhy folks reach for it:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eSettle the day:\u003c\/strong\u003e A calm, clean aroma that helps ease stress and quiet the mind.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eEvening wind-down:\u003c\/strong\u003e Often used before bed to encourage restful sleep and softer mornings.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eEveryday comfort:\u003c\/strong\u003e Properly diluted, it’s a handy rub for tight temples, stiff shoulders, and worked muscles.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eSkin-soothing support:\u003c\/strong\u003e When diluted, helps calm the feel of irritated, dry, or fussy spots.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eFresh \u0026amp; tidy air:\u003c\/strong\u003e Natural aromatic properties that leave rooms and linens smelling like the meadow after rain.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eBreathe easy:\u003c\/strong\u003e Gentle steam or a diffuser can make stuffy seasons feel a touch simpler.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eLift the spirits:\u003c\/strong\u003e A few deep breaths can brighten the mood and steady the nerves.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eBug-wise outdoors:\u003c\/strong\u003e Traditionally used to help keep pesky biters at bay.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eHow we like to use it:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eDiffuse:\u003c\/strong\u003e 3–6 drops per 200 mL of water.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eTopical (always dilute):\u003c\/strong\u003e 1–2% for body care (about 5–10 drops per ounce of carrier oil); 0.5–1% for face or sensitive skin.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(255, 255, 255);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eBath:\u003c\/strong\u003e 3–6 drops mixed first into a tablespoon of carrier oil or unscented soap, then into the tub.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003eSimple care \u0026amp; good sense:\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eStore capped, cool, and out of sunlight. For external use only; avoid eyes and mucous membranes. Patch test before wider use. Keep out of reach of little ones and pets. If you’re pregnant, nursing, or under medical care, a quick check-in with a professional is a good idea.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eSmall-batch distilled and hand-bottled while the ridge wind stays cool—pure lavender from our fields to your home.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lavender Hill Botanicals","offers":[{"title":"15 ml","offer_id":45838052819105,"sku":null,"price":18.0,"currency_code":"USD","in_stock":true},{"title":"10 ml","offer_id":45838059700385,"sku":null,"price":12.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0059\/5722\/2518\/files\/10ML.jpg?v=1761688432","url":"https:\/\/shop.lavenderhillbotanicals.com\/products\/lavender-oil-10ml","provider":"Lavender Hill Botanicals","version":"1.0","type":"link"}