{"product_id":"lavender-goat-s-milk-honey-hand-body-lotion-4-oz","title":"Lavender Goat’s Milk \u0026 Honey Hand \u0026 Body Lotion (4 oz.)","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGoat's Milk \u0026amp; Honey Hand \u0026amp; Body Lotion\u003c\/title\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\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"hero\"\u003e\n            \u003cdiv class=\"hero-content\"\u003e\n                \u003ch1\u003eGoat's Milk \u0026amp; Honey Hand \u0026amp; Body Lotion\u003c\/h1\u003e\n                \u003cp class=\"subtitle\"\u003eLavender \u0026amp; Oats | hand-whipped on our little mountain ridge\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content\"\u003e\n            \u003cdiv class=\"intro\"\u003e\n                We marry fresh goat milk, wildflower honey, a pinch of colloidal oats, and our own farm-distilled lavender essential oil. The cream goes on light, soaks in quick, and leaves you softly scented, never slick.\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eWhy Skin Takes To It\u003c\/h2\u003e\n                \n                \u003cdiv class=\"benefit-grid\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eLong-Haul Hydration\u003c\/h3\u003e\n                        \u003cp\u003eGoat milk's natural fats and proteins hug in moisture and help keep dry patches comfortable through chores and weather swings.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eQuietly Soothing\u003c\/h3\u003e\n                        \u003cp\u003eThe gentle lactic acid in goat milk helps calm fussy, sensitive spots and encourages smoother-feeling skin without any sting.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eNourished \u0026amp; Well-Kept\u003c\/h3\u003e\n                        \u003cp\u003eNaturally rich in vitamins (A, D, B6, B12) and minerals like zinc, goat milk helps skin look lively and cared for.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eKeeps That Fresh Look\u003c\/h3\u003e\n                        \u003cp\u003eAntioxidants team up against daily wear so your skin stays bright and springy.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eHoneyed Help\u003c\/h3\u003e\n                        \u003cp\u003eRaw honey brings a touch of nature's defense: it helps keep skin clear-looking, supports the skin's own repair, and its mild enzymes brighten up dull patches.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"ingredient\"\u003e\n                \u003cdiv class=\"ingredient-header\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🥛\u003c\/div\u003e\n                    \u003ch3\u003eFresh Goat Milk\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eLong-haul hydration, no grease:\u003c\/strong\u003e Goat milk's natural fats and proteins hug in moisture and help keep dry patches comfortable through chores and weather swings.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eQuietly soothing:\u003c\/strong\u003e The gentle lactic acid in goat milk helps calm fussy, sensitive spots and encourages smoother-feeling skin without any sting.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eNourished \u0026amp; well-kept:\u003c\/strong\u003e Naturally rich in vitamins (A, D, B6, B12) and minerals like zinc, goat milk helps skin look lively and cared for.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eKeeps that fresh look:\u003c\/strong\u003e Antioxidants team up against daily wear so your skin stays bright and springy.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"ingredient\"\u003e\n                \u003cdiv class=\"ingredient-header\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🍯\u003c\/div\u003e\n                    \u003ch3\u003eWildflower Honey\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eNature's defense:\u003c\/strong\u003e Raw honey helps keep skin clear-looking with its natural protective properties.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSupports skin's own repair:\u003c\/strong\u003e Honey has been trusted for centuries to help skin mend itself naturally.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBrightens dull patches:\u003c\/strong\u003e Mild natural enzymes in honey help even out and refresh tired-looking skin.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eMoisture magnet:\u003c\/strong\u003e Honey is a natural humectant that draws moisture to the skin and locks it in.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"ingredient\"\u003e\n                \u003cdiv class=\"ingredient-header\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🌾\u003c\/div\u003e\n                    \u003ch3\u003eComforting Oats\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cp style=\"color: #4a5568; line-height: 1.7; padding-left: 30px;\"\u003eFinely milled colloidal oats lay down a soft, moisture-locking veil that eases the feel of dryness and itch.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"ingredient\"\u003e\n                \u003cdiv class=\"ingredient-header\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e💜\u003c\/div\u003e\n                    \u003ch3\u003eLavender from Our Fields\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cp style=\"color: #4a5568; line-height: 1.7; padding-left: 30px;\"\u003eScented only with our pure lavender essential oil, grown, harvested, and distilled right here, for a clean, calm finish and a breath of mountain evening.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight-box\"\u003e\n                \u003ch3\u003eSimple \u0026amp; Sensible\u003c\/h3\u003e\n                \u003cul\u003e\n                    \u003cli\u003eNon-greasy, phosphate-free, and made without harsh detergents.\u003c\/li\u003e\n                    \u003cli\u003eSuits most skin types, including the sensitive and the seasonal-y cranky.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"footer-text\"\u003e\n                Small-batch, hand-whipped, and jarred while the creek talks below the pines. A little goes a long way: massage in after washing up or whenever your hands and body ask for a drink.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Lavender Hill Botanicals","offers":[{"title":"Default Title","offer_id":45467823833249,"sku":null,"price":9.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0059\/5722\/2518\/files\/Lavender_Goat_s_Milk_Honey.jpg?v=1761682346","url":"https:\/\/shop.lavenderhillbotanicals.com\/products\/lavender-goat-s-milk-honey-hand-body-lotion-4-oz","provider":"Lavender Hill Botanicals","version":"1.0","type":"link"}