{"product_id":"oatmeal-soap-queen-bee","title":"Oatmeal Soap – Queen Bee","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\u003eOatmeal \u0026amp; Lavender Soap\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\u003eOatmeal \u0026amp; Lavender Soap\u003c\/h1\u003e\n                \u003cp class=\"subtitle\"\u003ehand-cut on our little mountain homestead\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content\"\u003e\n            \u003cdiv class=\"intro\"\u003e\n                We mill soothing oats right into this bar and scent it only with our farm-distilled lavender essential oil. It's a simple, steady workhorse that leaves skin calm, clean, and comfortable: no tightness, no fuss.\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eWhy Folks Keep a Bar by the Sink\u003c\/h2\u003e\n                \n                \u003cdiv class=\"benefit-grid\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eFeather-Light Exfoliation\u003c\/h3\u003e\n                        \u003cp\u003eFinely ground oats lift away dull, dead skin and help keep pores clear for a smoother feel.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eSettles Cranky Skin\u003c\/h3\u003e\n                        \u003cp\u003eOats are known for their calming nature, easing the look of redness and irritation from weather, wool, or too much sun.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eHangs On To Moisture\u003c\/h3\u003e\n                        \u003cp\u003eBeta-glucans in oats lay down a light, protective veil so skin stays hydrated longer.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eSkin-Happy Balance\u003c\/h3\u003e\n                        \u003cp\u003eGentle, skin-friendly pH that plays nice with your acid mantle and supports a healthy barrier.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eEases the Itch\u003c\/h3\u003e\n                        \u003cp\u003eComforts dry, itchy spots and those \"something bit me\" moments.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eKind to the Sensitive\u003c\/h3\u003e\n                        \u003cp\u003eNo harsh extras, just a mild, steady cleanse most skin types get along with.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eCleans Without Stripping\u003c\/h3\u003e\n                        \u003cp\u003eWashes away the day while leaving your own oils where they belong.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eKeeps You Looking Fresh\u003c\/h3\u003e\n                        \u003cp\u003eNatural antioxidants help fend off everyday wear so skin appears lively, not lackluster.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eBrightens Up Dull Days\u003c\/h3\u003e\n                        \u003cp\u003eThat soft scrub reveals a more even, radiant look over time.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ch3\u003eStrengthens the Shield\u003c\/h3\u003e\n                        \u003cp\u003eOat proteins help support your skin's natural defenses against the wind, dust, and the rest of mountain life.\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\u003eGround Oats Benefits\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eFeather-light exfoliation:\u003c\/strong\u003e Finely ground oats lift away dull, dead skin and help keep pores clear for a smoother feel.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSettles cranky skin:\u003c\/strong\u003e Oats are known for their calming nature, easing the look of redness and irritation from weather, wool, or too much sun.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eHangs on to moisture:\u003c\/strong\u003e Beta-glucans in oats lay down a light, protective veil so skin stays hydrated longer.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSkin-happy balance:\u003c\/strong\u003e Gentle, skin-friendly pH that plays nice with your acid mantle and supports a healthy barrier.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eEases the itch:\u003c\/strong\u003e Comforts dry, itchy spots and those \"something bit me\" moments.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eKind to the sensitive:\u003c\/strong\u003e No harsh extras, just a mild, steady cleanse most skin types get along with.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eCleans without stripping:\u003c\/strong\u003e Washes away the day while leaving your own oils where they belong.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eKeeps you looking fresh:\u003c\/strong\u003e Natural antioxidants help fend off everyday wear so skin appears lively, not lackluster.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBrightens up dull days:\u003c\/strong\u003e That soft scrub reveals a more even, radiant look over time.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eStrengthens the shield:\u003c\/strong\u003e Oat proteins help support your skin's natural defenses against the wind, dust, and the rest of mountain life.\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\u003eFarm-Distilled Lavender\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eA clean, calming hush:\u003c\/strong\u003e Our pure lavender essential oil brings that soft, herbaceous scent that quiets the mind after a long day.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eTime-honored benefits:\u003c\/strong\u003e Lavender has been trusted for centuries to help soothe and comfort skin naturally.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eGrown right here:\u003c\/strong\u003e Harvested and distilled on our homestead for the freshest, truest lavender experience.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight-box\"\u003e\n                \u003ch3\u003eStraightforward by Design\u003c\/h3\u003e\n                \u003cul\u003e\n                    \u003cli\u003eNon-detergent, phosphate-free soap base.\u003c\/li\u003e\n                    \u003cli\u003eScented only with our pure lavender essential oil for a clean, calming hush and time-honored benefits.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"footer-text\"\u003e\n                Small-batch made, hand-cut, and cured slow on pine racks while the creek runs cold. Just honest soap that treats your skin right.\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":45281516060833,"sku":null,"price":8.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0059\/5722\/2518\/files\/bee_2.png?v=1761683700","url":"https:\/\/shop.lavenderhillbotanicals.com\/products\/oatmeal-soap-queen-bee","provider":"Lavender Hill Botanicals","version":"1.0","type":"link"}