{"product_id":"organic-lavender-body-wash-shampoo","title":"Culinary Lavender","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 class=\"product_title entry-title\"\u003eCulinary Lavender\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e\u003cspan\u003eProvence Lavender Buds, the best variety for cooking. Supplied in an 8oz by volume tin. Enough for many dishes\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":45281553449121,"sku":null,"price":8.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0059\/5722\/2518\/files\/CulinaryLavenderTinC.png?v=1761686036","url":"https:\/\/shop.lavenderhillbotanicals.com\/products\/organic-lavender-body-wash-shampoo","provider":"Lavender Hill Botanicals","version":"1.0","type":"link"}