{"title":"Every Day Allies","description":"\u003cp\u003eBotanical companions for the beautifully ordinary. These blends and soaks honor the small acts of self-tending that weave through daily life, morning rituals, evening unwinding, and the gentle care your body deserves. Crafted with botanicals treasured in folk traditions for their everyday gifts.\u003c\/p\u003e","products":[{"product_id":"gut-feeling","title":"Gut Feeling","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Georgia', serif;\n            line-height: 1.7;\n            color: #4a5568;\n            background-color: #fefefe;\n        }\n        \n        .product-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .product-title {\n            color: #5a8a7a;\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .tagline {\n            color: #c7936b;\n            font-size: 1.2rem;\n            font-style: italic;\n            margin-bottom: 2rem;\n        }\n        \n        .description {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #4a5568;\n            text-align: left;\n        }\n        \n        .section {\n            margin-bottom: 3rem;\n        }\n        \n        .section-title {\n            color: #5a8a7a;\n            font-size: 1.6rem;\n            margin-bottom: 1.5rem;\n            font-weight: normal;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 0;\n            width: 60px;\n            height: 2px;\n            background: #c7936b;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .feature-card {\n            background: #f8faf9;\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid #c7936b;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            background: #f1f5f3;\n            box-shadow: 0 4px 12px rgba(90, 138, 122, 0.1);\n        }\n        \n        .feature-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .feature-text {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        .botanicals-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .botanicals-intro {\n            color: #5a8a7a;\n            font-style: italic;\n            margin-bottom: 2rem;\n            font-size: 1.1rem;\n            text-align: center;\n        }\n        \n        .botanicals-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 1rem;\n        }\n        \n        .botanical-item {\n            background: white;\n            padding: 1.2rem;\n            border-radius: 6px;\n            border-left: 3px solid #c7936b;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .botanical-name {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.3rem;\n        }\n        \n        .botanical-description {\n            color: #4a5568;\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n        \n        .brewing-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .brewing-steps {\n            margin-bottom: 2rem;\n            counter-reset: step-counter;\n        }\n        \n        .brewing-step {\n            margin-bottom: 1rem;\n            padding-left: 3rem;\n            position: relative;\n        }\n        \n        .brewing-step::before {\n            content: counter(step-counter);\n            counter-increment: step-counter;\n            position: absolute;\n            left: 0;\n            top: 0;\n            background: #c7936b;\n            color: white;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n        \n        .serving-suggestions {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-style: italic;\n            border-left: 4px solid #5a8a7a;\n            margin-top: 1.5rem;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .sanctuary-section {\n            background: linear-gradient(135deg, #5a8a7a 0%, #6a9a8a 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 2rem;\n        }\n        \n        .sanctuary-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .sanctuary-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            font-style: italic;\n        }\n        \n        .noir-accent {\n            text-align: center;\n            margin: 2rem 0;\n            color: #c7936b;\n            font-size: 1.5rem;\n        }\n        \n        .intuition-quote {\n            background: #f8faf9;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-style: italic;\n            text-align: center;\n            color: #5a8a7a;\n            margin: 2rem 0;\n            border-left: 4px solid #c7936b;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                padding: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .botanicals-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .brewing-section {\n                padding: 1.5rem;\n            }\n            \n            .sanctuary-section {\n                padding: 2rem;\n            }\n            \n            .botanicals-section {\n                padding: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eGut Feeling\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eA ginger-peppermint noir for the intuitively inclined\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cp class=\"MsoNormal\"\u003eSharp ginger and cool peppermint meet in a golden-green cup, softened by chamomile's velvet edge. This is the blend you reach for when you've overindulged and your gut knows it, late-night conversations, or whenever your instincts whisper that you need to reset. Brisk, cooling, grounding, like a knowing wink in botanical form.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e\u003cb\u003eTastes like:\u003c\/b\u003e Ginger snap meets fresh mint, with a chamomile finish that rounds the edges\u003cbr\u003e\u003cb\u003eSteeps into:\u003c\/b\u003e Golden-green liquor that glows like lamplight through fog\u003cbr\u003e\u003cb\u003eServe:\u003c\/b\u003e Hot in a midnight mug or iced with a twist of lime\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e\u003ci\u003eSmall-batch blended with wildcrafted ginger root, peppermint, chamomile, and lemon balm.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe Art of Brewing\u003c\/h2\u003e\n\u003cdiv class=\"brewing-section\"\u003e\n\u003ch3 style=\"color: #5a8a7a; margin-bottom: 1.5rem; font-size: 1.3rem;\"\u003eTime-Honored Preparation:\u003c\/h3\u003e\n\u003cdiv class=\"brewing-steps\"\u003e\n\u003cdiv class=\"brewing-step\"\u003eMeasure 1–2 teaspoons into your vessel of choice, like gathering evidence for your case.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003ePour 8 oz of hot water over the botanicals uncovered. Let the steam rise like a smoke signal.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003eSteep for 10-15 minutes, long enough for a shadow to cross a threshold and secrets to surface.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003eStrain slowly, like you're deciphering a clue, then sip with intention.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"serving-suggestions\"\u003e\n\u003cstrong\u003eServing Suggestions:\u003c\/strong\u003e\u003cbr\u003eAdd honey if you prefer your truth sweetened. Serve over ice with a twist of lime for a noir-worthy refresher.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"noir-accent\"\u003e~ ~ ~ ~ ~\u003c\/div\u003e\n\u003cdiv class=\"sanctuary-section\"\u003e\n\u003ch2 class=\"sanctuary-title\"\u003eCreate Your Sanctuary\u003c\/h2\u003e\n\u003cp class=\"sanctuary-text\"\u003ePlay jazz low enough to hear the ice cubes melt. Hold the cup to your lips and exhale through your nose. Let the peppermint clear the air and the ginger warm your intuition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wholistic Blends","offers":[{"title":"Default Title","offer_id":41695585665109,"sku":"GF-2OZ","price":13.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0602\/6405\/4869\/files\/GutFeeling_3.jpg?v=1762883785"},{"product_id":"scarlet-solstice-tea-blend","title":"Scarlet Solstice Tea Blend","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Georgia', serif;\n            line-height: 1.7;\n            color: #4a5568;\n            background-color: #fefefe;\n        }\n        \n        .product-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .product-title {\n            color: #5a8a7a;\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .tagline {\n            color: #c7936b;\n            font-size: 1.2rem;\n            font-style: italic;\n            margin-bottom: 2rem;\n        }\n        \n        .description {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #4a5568;\n            text-align: left;\n        }\n        \n        .section {\n            margin-bottom: 3rem;\n        }\n        \n        .section-title {\n            color: #5a8a7a;\n            font-size: 1.6rem;\n            margin-bottom: 1.5rem;\n            font-weight: normal;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 0;\n            width: 60px;\n            height: 2px;\n            background: #c7936b;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .feature-card {\n            background: #f8faf9;\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid #c7936b;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            background: #f1f5f3;\n            box-shadow: 0 4px 12px rgba(90, 138, 122, 0.1);\n        }\n        \n        .feature-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .feature-text {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        .botanicals-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .botanicals-intro {\n            color: #5a8a7a;\n            font-style: italic;\n            margin-bottom: 2rem;\n            font-size: 1.1rem;\n            text-align: center;\n        }\n        \n        .botanical-item {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid #c7936b;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .botanical-name {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .botanical-description {\n            color: #4a5568;\n            font-size: 1rem;\n            line-height: 1.6;\n        }\n        \n        .brewing-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .brewing-methods {\n            margin-bottom: 2rem;\n        }\n        \n        .brewing-method {\n            margin-bottom: 1.5rem;\n            padding: 1rem;\n            background: white;\n            border-radius: 6px;\n            border-left: 3px solid #c7936b;\n        }\n        \n        .method-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n        }\n        \n        .method-description {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        .serving-suggestions {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-style: italic;\n            border-left: 4px solid #5a8a7a;\n            margin-top: 1.5rem;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .sanctuary-section {\n            background: linear-gradient(135deg, #5a8a7a 0%, #6a9a8a 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 2rem;\n        }\n        \n        .sanctuary-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .sanctuary-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            font-style: italic;\n        }\n        \n        .solstice-accent {\n            text-align: center;\n            margin: 2rem 0;\n            color: #c7936b;\n            font-size: 1.5rem;\n        }\n        \n        .ruby-quote {\n            background: #f8faf9;\n            padding: 2rem;\n            border-radius: 10px;\n            font-style: italic;\n            text-align: center;\n            color: #5a8a7a;\n            margin: 2rem 0;\n            border-left: 4px solid #c7936b;\n            font-size: 1.1rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                padding: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .brewing-section {\n                padding: 1.5rem;\n            }\n            \n            .sanctuary-section {\n                padding: 2rem;\n            }\n            \n            .botanicals-section {\n                padding: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eScarlet Solstice Tea Blend\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eA single-ingredient ode to hibiscus' ruby brilliance\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eThere's a reason hibiscus has been poured into glasses for centuries from Egyptian sun rituals to Mexican agua frescas. Unapologetically tart, jewel-bright, and alive with the spirit of summers past. Pure sun-dried hibiscus petals, no blends, no shortcuts, just the flower's untamed essence unfolding into deep ruby liquor that stains the cup like liquid garnets. Folk tales say it blushes so red from drinking sunlight; steep it to steal back a little of that fire.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eTastes like:\u003c\/strong\u003e Tart and tangy, like sun-ripened pomegranate meeting wild berry\u003cbr\u003e\u003cstrong\u003eSteeps into:\u003c\/strong\u003e Deep ruby liquor, crimson as a garnet held to the light\u003cbr\u003e\u003cstrong\u003eReach for this when:\u003c\/strong\u003e You want midday refreshment with ceremony, or a moonlit toast to simplicity itself\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cem\u003eCalled 'sorrel' in the Caribbean, 'karkadé' in North Africa, 'agua de Jamaica' in Mexico, a botanical that has crossed oceans and cultures.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe Art of Brewing\u003c\/h2\u003e\n\u003cdiv class=\"brewing-section\"\u003e\n\u003ch3 style=\"color: #5a8a7a; margin-bottom: 1.5rem; font-size: 1.3rem;\"\u003eTime-Honored Preparation:\u003c\/h3\u003e\n\u003cdiv class=\"brewing-methods\"\u003e\n\u003cdiv class=\"brewing-method\"\u003e\n\u003cdiv class=\"method-title\"\u003eHot Tea:\u003c\/div\u003e\n\u003cdiv class=\"method-description\"\u003eMeasure 1 teaspoon per 8 oz of hot water, cover and steep for 5–7 minutes. Watch the water blush.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brewing-method\"\u003e\n\u003cdiv class=\"method-title\"\u003eIced Tea:\u003c\/div\u003e\n\u003cdiv class=\"method-description\"\u003eBrew double strength, then pour over ice, a summer alchemy.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brewing-method\"\u003e\n\u003cdiv class=\"method-title\"\u003ePitcher Ritual:\u003c\/div\u003e\n\u003cdiv class=\"method-description\"\u003eSteep 4 tablespoons in 1 quart boiling water for 15–20 minutes. Strain, chill, and serve with muddled berries or lime slices.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"serving-suggestions\"\u003e\n\u003cstrong\u003eServing Suggestions:\u003c\/strong\u003e\u003cbr\u003eDrizzle with honey, just as street vendors do in Oaxacan markets. Garnish with edible flowers, hibiscus loves company.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"solstice-accent\"\u003e~ ~ ~ ~ ~\u003c\/div\u003e\n\u003cdiv class=\"sanctuary-section\"\u003e\n\u003ch2 class=\"sanctuary-title\"\u003eCreate Your Sanctuary\u003c\/h2\u003e\n\u003cp class=\"sanctuary-text\"\u003eSip it iced under a parasol, or warm as a twilight tonic. Let each cup carry the fire of sun-worshipping blossoms and the wisdom of cultures who understood that sometimes the most powerful ceremonies come from the simplest ingredients, served like a sunset in a glass.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Georgia', serif;\n            line-height: 1.7;\n            color: #4a5568;\n            background-color: #fefefe;\n        }\n        \n        .product-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .product-title {\n            color: #5a8a7a;\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .tagline {\n            color: #c7936b;\n            font-size: 1.2rem;\n            font-style: italic;\n            margin-bottom: 2rem;\n        }\n        \n        .description {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #4a5568;\n            text-align: left;\n        }\n        \n        .section {\n            margin-bottom: 3rem;\n        }\n        \n        .section-title {\n            color: #5a8a7a;\n            font-size: 1.6rem;\n            margin-bottom: 1.5rem;\n            font-weight: normal;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 0;\n            width: 60px;\n            height: 2px;\n            background: #c7936b;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .feature-card {\n            background: #f8faf9;\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid #c7936b;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            background: #f1f5f3;\n            box-shadow: 0 4px 12px rgba(90, 138, 122, 0.1);\n        }\n        \n        .feature-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .feature-text {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        .botanicals-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .botanicals-intro {\n            color: #5a8a7a;\n            font-style: italic;\n            margin-bottom: 2rem;\n            font-size: 1.1rem;\n            text-align: center;\n        }\n        \n        .botanical-item {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid #c7936b;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .botanical-name {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .botanical-description {\n            color: #4a5568;\n            font-size: 1rem;\n            line-height: 1.6;\n        }\n        \n        .brewing-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .brewing-methods {\n            margin-bottom: 2rem;\n        }\n        \n        .brewing-method {\n            margin-bottom: 1.5rem;\n            padding: 1rem;\n            background: white;\n            border-radius: 6px;\n            border-left: 3px solid #c7936b;\n        }\n        \n        .method-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n        }\n        \n        .method-description {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        .serving-suggestions {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-style: italic;\n            border-left: 4px solid #5a8a7a;\n            margin-top: 1.5rem;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .sanctuary-section {\n            background: linear-gradient(135deg, #5a8a7a 0%, #6a9a8a 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 2rem;\n        }\n        \n        .sanctuary-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .sanctuary-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            font-style: italic;\n        }\n        \n        .solstice-accent {\n            text-align: center;\n            margin: 2rem 0;\n            color: #c7936b;\n            font-size: 1.5rem;\n        }\n        \n        .ruby-quote {\n            background: #f8faf9;\n            padding: 2rem;\n            border-radius: 10px;\n            font-style: italic;\n            text-align: center;\n            color: #5a8a7a;\n            margin: 2rem 0;\n            border-left: 4px solid #c7936b;\n            font-size: 1.1rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                padding: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .brewing-section {\n                padding: 1.5rem;\n            }\n            \n            .sanctuary-section {\n                padding: 2rem;\n            }\n            \n            .botanicals-section {\n                padding: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eScarlet Solstice Tea Blend\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eA single-ingredient ode to hibiscus' ruby brilliance\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003eThere's a reason hibiscus has been poured into glasses for centuries, from Egyptian sun rituals to Mexican agua frescas. Unapologetically tart, jewel-bright, and alive with the spirit of summers past, this deep ruby liquor stains the cup like liquid garnets. This handcrafted single-botanical offers tart and tangy flavors like a sun-ripened pomegranate meeting a wild berry, evoking the timeless traditions of sun rituals and global botanical celebrations. Let its crimson hue remind you that simplicity is its own kind of ceremony.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"solstice-accent\"\u003e~ ~ ~ ~ ~\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy You'll Cherish It\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFlavor\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eTart and tangy, like a sun-ripened pomegranate meeting a wild berry.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSensory Experience\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eUnfolds into deep ruby liquor that stains the cup like liquid garnets.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCraftsmanship\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePure, sun-dried hibiscus petals, no blends, no shortcuts, just the flower's untamed essence.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCeremonial Versatility\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eAs fitting for a midday refreshment as it is for a moonlit toast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAncestral Thread\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eA tribute to the legacy of a botanical that has crossed oceans and cultures, from Caribbean sorrel to Mexican agua de Jamaica.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ruby-quote\"\u003e\"Let its crimson hue remind you that simplicity is its own kind of ceremony.\"\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe Botanicals\u003c\/h2\u003e\n\u003cdiv class=\"botanicals-section\"\u003e\n\u003cdiv class=\"botanicals-intro\"\u003eA single botanical chosen for its storied past and vibrant essence:\u003c\/div\u003e\n\u003cdiv class=\"botanical-item\"\u003e\n\u003cdiv class=\"botanical-name\"\u003eHibiscus (Hibiscus sabdariffa)\u003c\/div\u003e\n\u003cdiv class=\"botanical-description\"\u003eCalled 'sorrel' in the Caribbean, 'karkadé' in North Africa, and 'agua de Jamaica' in Mexico, this sun-worshipping blossom has crossed oceans and cultures. Folk tales say it blushes so red from drinking sunlight, and we steep it to steal back a little of that fire.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe Art of Brewing\u003c\/h2\u003e\n\u003cdiv class=\"brewing-section\"\u003e\n\u003ch3 style=\"color: #5a8a7a; margin-bottom: 1.5rem; font-size: 1.3rem;\"\u003eTime-Honored Preparation:\u003c\/h3\u003e\n\u003cdiv class=\"brewing-methods\"\u003e\n\u003cdiv class=\"brewing-method\"\u003e\n\u003cdiv class=\"method-title\"\u003eHot Tea:\u003c\/div\u003e\n\u003cdiv class=\"method-description\"\u003eMeasure 1 teaspoon per 8 oz of hot water, cover and steep for 5–7 minutes. Watch the water blush.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brewing-method\"\u003e\n\u003cdiv class=\"method-title\"\u003eIced Tea:\u003c\/div\u003e\n\u003cdiv class=\"method-description\"\u003eBrew double strength, then pour over ice, a summer alchemy.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brewing-method\"\u003e\n\u003cdiv class=\"method-title\"\u003ePitcher Ritual:\u003c\/div\u003e\n\u003cdiv class=\"method-description\"\u003eSteep 4 tablespoons in 1 quart boiling water for 15–20 minutes. Strain, chill, and serve with muddled berries or lime slices.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"serving-suggestions\"\u003e\n\u003cstrong\u003eServing Suggestions:\u003c\/strong\u003e\u003cbr\u003eDrizzle with honey, just as street vendors do in Oaxacan markets. Garnish with edible flowers, hibiscus loves company.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"solstice-accent\"\u003e~ ~ ~ ~ ~\u003c\/div\u003e\n\u003cdiv class=\"sanctuary-section\"\u003e\n\u003ch2 class=\"sanctuary-title\"\u003eCreate Your Sanctuary\u003c\/h2\u003e\n\u003cp class=\"sanctuary-text\"\u003eSip it iced under a parasol, or warm as a twilight tonic. Let each cup carry the fire of sun-worshipping blossoms and the wisdom of cultures who understood that sometimes the most powerful ceremonies come from the simplest ingredients, served like a sunset in a glass.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wholistic Blends","offers":[{"title":"Default Title","offer_id":41695638356053,"sku":"SS-2OZ","price":12.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0602\/6405\/4869\/files\/PhotoAug262025_120656PM.jpg?v=1758869167"},{"product_id":"sunrise-blush-tea-blend","title":"Sunrise Blush Tea Blend","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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Georgia', serif;\n            line-height: 1.7;\n            color: #4a5568;\n            background-color: #fefefe;\n        }\n        \n        .product-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .product-title {\n            color: #5a8a7a;\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .tagline {\n            color: #c7936b;\n            font-size: 1.2rem;\n            font-style: italic;\n            margin-bottom: 2rem;\n        }\n        \n        .description {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #4a5568;\n            text-align: left;\n        }\n        \n        .section {\n            margin-bottom: 3rem;\n        }\n        \n        .section-title {\n            color: #5a8a7a;\n            font-size: 1.6rem;\n            margin-bottom: 1.5rem;\n            font-weight: normal;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 0;\n            width: 60px;\n            height: 2px;\n            background: #c7936b;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .feature-card {\n            background: #f8faf9;\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid #c7936b;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            background: #f1f5f3;\n            box-shadow: 0 4px 12px rgba(90, 138, 122, 0.1);\n        }\n        \n        .feature-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .feature-text {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        .botanicals-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .botanicals-intro {\n            color: #5a8a7a;\n            font-style: italic;\n            margin-bottom: 2rem;\n            font-size: 1.1rem;\n            text-align: center;\n        }\n        \n        .botanicals-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 1rem;\n        }\n        \n        .botanical-item {\n            background: white;\n            padding: 1.2rem;\n            border-radius: 6px;\n            border-left: 3px solid #c7936b;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .botanical-name {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.3rem;\n        }\n        \n        .botanical-description {\n            color: #4a5568;\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n        \n        .brewing-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .brewing-steps {\n            margin-bottom: 2rem;\n            counter-reset: step-counter;\n        }\n        \n        .brewing-step {\n            margin-bottom: 1rem;\n            padding-left: 3rem;\n            position: relative;\n        }\n        \n        .brewing-step::before {\n            content: counter(step-counter);\n            counter-increment: step-counter;\n            position: absolute;\n            left: 0;\n            top: 0;\n            background: #c7936b;\n            color: white;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n        \n        .iced-method {\n            background: white;\n            padding: 1.2rem;\n            border-radius: 6px;\n            border-left: 3px solid #c7936b;\n            margin-top: 1rem;\n        }\n        \n        .method-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n        }\n        \n        .serving-suggestions {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-style: italic;\n            border-left: 4px solid #5a8a7a;\n            margin-top: 1.5rem;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .sanctuary-section {\n            background: linear-gradient(135deg, #5a8a7a 0%, #6a9a8a 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 2rem;\n        }\n        \n        .sanctuary-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .sanctuary-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            font-style: italic;\n        }\n        \n        .sunrise-accent {\n            text-align: center;\n            margin: 2rem 0;\n            color: #c7936b;\n            font-size: 1.5rem;\n        }\n        \n        .dawn-quote {\n            background: #f8faf9;\n            padding: 2rem;\n            border-radius: 10px;\n            font-style: italic;\n            text-align: center;\n            color: #5a8a7a;\n            margin: 2rem 0;\n            border-left: 4px solid #c7936b;\n            font-size: 1.1rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                padding: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .botanicals-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .brewing-section {\n                padding: 1.5rem;\n            }\n            \n            .sanctuary-section {\n                padding: 2rem;\n            }\n            \n            .botanicals-section {\n                padding: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eSunrise Blush Tea Blend\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eA tart-sweet botanical ode to sunlit mornings\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eThere's a reason hibiscus blooms open at dawn. Their ruby petals drinking the first light. This blend captures that moment: wildcrafted rose hips from autumn hedgerows and hibiscus petals dried on Moroccan rooftops, hand-measured like a perfumer's recipe. Tart as wild berries, sweet as a rosehip's secret, unfolding into vibrant magenta liquor that stains the cup like liquid dawn. A celebration of sunrises, of warmth, of cups that glow like stained glass in your hands.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eTastes like:\u003c\/strong\u003e Bright berry tartness softened by rose hip sweetness, like sipping sunlight through petals\u003cbr\u003e\u003cstrong\u003eSteeps into:\u003c\/strong\u003e Vibrant magenta that stains the cup the color of dawn\u003cbr\u003e\u003cstrong\u003eReach for this when:\u003c\/strong\u003e You want to greet the morning with something bright, or when winter days need a reminder that light returns\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cem\u003eBotanicals once treasured by pharaohs and Nordic peoples carrying the wisdom of those who understood light as ceremony.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe Art of Brewing\u003c\/h2\u003e\n\u003cdiv class=\"brewing-section\"\u003e\n\u003ch3 style=\"color: #5a8a7a; margin-bottom: 1.5rem; font-size: 1.3rem;\"\u003eTime-Honored Preparation:\u003c\/h3\u003e\n\u003cdiv class=\"brewing-steps\"\u003e\n\u003cdiv class=\"brewing-step\"\u003eMeasure 1–2 teaspoons into your chosen vessel, like gathering ruby gems.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003ePour 8 oz of hot water over the botanicals and steep for 5–7 minutes, watch the water blush.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003eStrain gently, pressing the botanicals like coaxing secrets from ancient petals.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iced-method\"\u003e\n\u003cdiv class=\"method-title\"\u003eIced Alchemy:\u003c\/div\u003e\n\u003cdiv\u003eBrew double strength, pour over ice, and garnish with a citrus slice (sunshine incarnate).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"serving-suggestions\"\u003e\n\u003cstrong\u003eServing Suggestions:\u003c\/strong\u003e\u003cbr\u003eDrizzle with honey that tastes of morning meadows. Serve in clear glass to admire the gemstone hue.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sunrise-accent\"\u003e~ ~ ~ ~ ~\u003c\/div\u003e\n\u003cdiv class=\"sanctuary-section\"\u003e\n\u003ch2 class=\"sanctuary-title\"\u003eCreate Your Sanctuary\u003c\/h2\u003e\n\u003cp class=\"sanctuary-text\"\u003eStir with a cinnamon stick, for sweetness that needs no words. Let each sip carry the ceremony of hibiscus blooms opening at dawn, a reminder that some traditions are as old as the first light touching ruby petals, as eternal as the promise that darkness always gives way to glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wholistic Blends","offers":[{"title":"Default Title","offer_id":41695649464405,"sku":"SB-2OZ","price":13.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0602\/6405\/4869\/files\/SunriseBlush.jpg?v=1758259773"},{"product_id":"tranquili-tea-botanical-brew","title":"Tranquili-Tea Botanical Brew","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Georgia', serif;\n            line-height: 1.7;\n            color: #4a5568;\n            background-color: #fefefe;\n        }\n        \n        .product-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .product-title {\n            color: #5a8a7a;\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .tagline {\n            color: #c7936b;\n            font-size: 1.2rem;\n            font-style: italic;\n            margin-bottom: 2rem;\n        }\n        \n        .description {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #4a5568;\n            text-align: left;\n        }\n        \n        .section {\n            margin-bottom: 3rem;\n        }\n        \n        .section-title {\n            color: #5a8a7a;\n            font-size: 1.6rem;\n            margin-bottom: 1.5rem;\n            font-weight: normal;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 0;\n            width: 60px;\n            height: 2px;\n            background: #c7936b;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .feature-card {\n            background: #f8faf9;\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid #c7936b;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            background: #f1f5f3;\n            box-shadow: 0 4px 12px rgba(90, 138, 122, 0.1);\n        }\n        \n        .feature-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .feature-text {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        .botanicals-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .botanicals-intro {\n            color: #5a8a7a;\n            font-style: italic;\n            margin-bottom: 2rem;\n            font-size: 1.1rem;\n            text-align: center;\n        }\n        \n        .botanicals-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 1rem;\n        }\n        \n        .botanical-item {\n            background: white;\n            padding: 1.2rem;\n            border-radius: 6px;\n            border-left: 3px solid #c7936b;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .botanical-name {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.3rem;\n        }\n        \n        .botanical-description {\n            color: #4a5568;\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n        \n        .brewing-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .brewing-steps {\n            margin-bottom: 2rem;\n            counter-reset: step-counter;\n        }\n        \n        .brewing-step {\n            margin-bottom: 1rem;\n            padding-left: 3rem;\n            position: relative;\n        }\n        \n        .brewing-step::before {\n            content: counter(step-counter);\n            counter-increment: step-counter;\n            position: absolute;\n            left: 0;\n            top: 0;\n            background: #c7936b;\n            color: white;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n        \n        .serving-suggestions {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-style: italic;\n            border-left: 4px solid #5a8a7a;\n            margin-top: 1.5rem;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .sanctuary-section {\n            background: linear-gradient(135deg, #5a8a7a 0%, #6a9a8a 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 2rem;\n        }\n        \n        .sanctuary-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .sanctuary-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            font-style: italic;\n        }\n        \n        .peace-accent {\n            text-align: center;\n            margin: 2rem 0;\n            color: #c7936b;\n            font-size: 1.5rem;\n        }\n        \n        .tranquil-quote {\n            background: #f8faf9;\n            padding: 2rem;\n            border-radius: 10px;\n            font-style: italic;\n            text-align: center;\n            color: #5a8a7a;\n            margin: 2rem 0;\n            border-left: 4px solid #c7936b;\n            font-size: 1.1rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                padding: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .botanicals-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .brewing-section {\n                padding: 1.5rem;\n            }\n            \n            .sanctuary-section {\n                padding: 2rem;\n            }\n            \n            .botanicals-section {\n                padding: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eTranquili-Tea Botanical Brew\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eA Cup of Peace Steeped and Served\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eFor moments when you want to slow down and remember that stillness exists, even here. Chamomile's honeyed warmth meets lemon balm's citrus whisper, rounded with tulsi's sacred spice and softened by passionflower, skullcap, wood betony, and rose petals. Hand-blended with wildcrafted botanicals, each chosen for their storied past and gathered from untamed fields by careful hands. A caffeine-free sanctuary that unfurls into golden light as soft as candlelight at dusk.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eTastes like:\u003c\/strong\u003e Apple-sweet chamomile and bright lemon balm, warmed by tulsi's spice and rose's gentle sweetness\u003cbr\u003e\u003cstrong\u003eSteeps into:\u003c\/strong\u003e Golden infusion, soft as evening light settling into stillness\u003cbr\u003e\u003cstrong\u003eReach for this when:\u003c\/strong\u003e Your soul seeks sanctuary, gentle mornings, peaceful evenings, or any moment that asks you to pause\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cem\u003eBotanicals your great-grandmother might have tucked into her apron pocket, for no reason, and every reason.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe Art of Brewing\u003c\/h2\u003e\n\u003cdiv class=\"brewing-section\"\u003e\n\u003ch3 style=\"color: #5a8a7a; margin-bottom: 1.5rem; font-size: 1.3rem;\"\u003eTime-Honored Preparation:\u003c\/h3\u003e\n\u003cdiv class=\"brewing-steps\"\u003e\n\u003cdiv class=\"brewing-step\"\u003eMeasure 1-2 teaspoons, like a sprinkle of magic.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003ePour 8 oz of freshly boiled water, as if offering a gift to the leaves.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003eCover and steep for 5-7 minutes, long enough for the botanicals to share their stories.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003eStrain and press the last drops gently, as though thanking the botanicals.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"serving-suggestions\"\u003e\n\u003cstrong\u003eServing Suggestions:\u003c\/strong\u003e\u003cbr\u003eDrizzle with honey that tastes of wildflower meadows. Pair with a deep breath, a blank page, or a window with a view.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"peace-accent\"\u003e~ ~ ~ ~ ~\u003c\/div\u003e\n\u003cdiv class=\"sanctuary-section\"\u003e\n\u003ch2 class=\"sanctuary-title\"\u003eCreate Your Sanctuary\u003c\/h2\u003e\n\u003cp class=\"sanctuary-text\"\u003eHold the cup in both hands. Let the warmth remind you: you are here, and here is enough. These leaves carry the wisdom of stillness, gathered from untamed fields where time moves differently and peace grows wild.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wholistic Blends","offers":[{"title":"Default Title","offer_id":41695650119765,"sku":"TT-2OZ","price":15.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0602\/6405\/4869\/files\/Tranquili-Tea_b643fb40-8172-4b9c-9315-e36be55af270.jpg?v=1762881334"},{"product_id":"meadow-mint-mineral-soak","title":"Meadow Mint Mineral Soak","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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Georgia', serif;\n            line-height: 1.7;\n            color: #4a5568;\n            background-color: #fefefe;\n        }\n        \n        .product-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .product-title {\n            color: #5a8a7a;\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .tagline {\n            color: #c7936b;\n            font-size: 1.2rem;\n            font-style: italic;\n            margin-bottom: 2rem;\n        }\n        \n        .description {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #4a5568;\n            text-align: left;\n        }\n        \n        .section {\n            margin-bottom: 3rem;\n        }\n        \n        .section-title {\n            color: #5a8a7a;\n            font-size: 1.6rem;\n            margin-bottom: 1.5rem;\n            font-weight: normal;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 0;\n            width: 60px;\n            height: 2px;\n            background: #c7936b;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .feature-card {\n            background: #f8faf9;\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid #c7936b;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            background: #f1f5f3;\n            box-shadow: 0 4px 12px rgba(90, 138, 122, 0.1);\n        }\n        \n        .feature-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .feature-text {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        .ingredients-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .ingredients-intro {\n            color: #5a8a7a;\n            font-style: italic;\n            margin-bottom: 2rem;\n            font-size: 1.1rem;\n            text-align: center;\n        }\n        \n        .ingredients-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 1rem;\n        }\n        \n        .ingredient-item {\n            background: white;\n            padding: 1.2rem;\n            border-radius: 6px;\n            border-left: 3px solid #c7936b;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .ingredient-name {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.3rem;\n        }\n        \n        .ingredient-description {\n            color: #4a5568;\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n        \n        .bathing-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .bathing-steps {\n            margin-bottom: 2rem;\n            counter-reset: step-counter;\n        }\n        \n        .bathing-step {\n            margin-bottom: 1rem;\n            padding-left: 3rem;\n            position: relative;\n        }\n        \n        .bathing-step::before {\n            content: counter(step-counter);\n            counter-increment: step-counter;\n            position: absolute;\n            left: 0;\n            top: 0;\n            background: #c7936b;\n            color: white;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n        \n        .ceremony-suggestions {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-style: italic;\n            border-left: 4px solid #5a8a7a;\n            margin-top: 1.5rem;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .sanctuary-section {\n            background: linear-gradient(135deg, #5a8a7a 0%, #6a9a8a 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 2rem;\n        }\n        \n        .sanctuary-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .sanctuary-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            font-style: italic;\n        }\n        \n        .meadow-accent {\n            text-align: center;\n            margin: 2rem 0;\n            color: #c7936b;\n            font-size: 1.5rem;\n        }\n        \n        .mineral-quote {\n            background: #f8faf9;\n            padding: 2rem;\n            border-radius: 10px;\n            font-style: italic;\n            text-align: center;\n            color: #5a8a7a;\n            margin: 2rem 0;\n            border-left: 4px solid #c7936b;\n            font-size: 1.1rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                padding: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .ingredients-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .bathing-section {\n                padding: 1.5rem;\n            }\n            \n            .sanctuary-section {\n                padding: 2rem;\n            }\n            \n            .ingredients-section {\n                padding: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eMeadow Mint Mineral Soak\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eA mineral-rich embrace for the body that carries stories\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eThere's an old tale that mint first grew where moonlight pooled on tired earth, cooling the ground for weary feet. This soak brings together Epsom salts, Dead Sea minerals, and magnesium flakes that dissolve like pearls, while peppermint, eucalyptus, and rosemary rise in vapors like a forest's exhale. Triple-magnesium crystals melt into water softer than a sigh, strained through the included muslin bag for a seamless soak. For anyone who bends, lifts, nurtures, and needs the water to hold them awhile.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eSmells like:\u003c\/strong\u003e Crisp peppermint meadows meet eucalyptus rain and rosemary's piney song\u003cbr\u003e\u003cstrong\u003eFeels like:\u003c\/strong\u003e Triple-magnesium water that cradles tired muscles and invites you to simply float\u003cbr\u003e\u003cstrong\u003eReach for this when:\u003c\/strong\u003e Your body has carried you through long days and deserves to be held instead of holding\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cem\u003eCrafted with the reverence of keepers who measured under the same sky that inspired them.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe Art of Bathing\u003c\/h2\u003e\n\u003cdiv class=\"bathing-section\"\u003e\n\u003ch3 style=\"color: #5a8a7a; margin-bottom: 1.5rem; font-size: 1.3rem;\"\u003eTime-Honored Preparation:\u003c\/h3\u003e\n\u003cdiv class=\"bathing-steps\"\u003e\n\u003cdiv class=\"bathing-step\"\u003e\n\u003cstrong\u003eMeasure:\u003c\/strong\u003e Pour 1 cup under warm water, watching salts spiral into opalescence.\u003c\/div\u003e\n\u003cdiv class=\"bathing-step\"\u003e\n\u003cstrong\u003eBundle:\u003c\/strong\u003e Place botanicals in the included muslin bag for easy straining.\u003c\/div\u003e\n\u003cdiv class=\"bathing-step\"\u003e\n\u003cstrong\u003eSoak:\u003c\/strong\u003e 15–20 minutes, long enough for mint to rise and muscles to forget their names.\u003c\/div\u003e\n\u003cdiv class=\"bathing-step\"\u003e\n\u003cstrong\u003eBreathe:\u003c\/strong\u003e Let the vapors carry you to meadows where time moves differently.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ceremony-suggestions\"\u003e\n\u003cstrong\u003eCeremony Suggestions:\u003c\/strong\u003e\u003cbr\u003eLight a cedar candle and let its smoke curl like the steam from your shoulders. Play instrumental music, strings or rainfall, nothing with words.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meadow-accent\"\u003e~ ~ ~ ~ ~\u003c\/div\u003e\n\u003cdiv class=\"sanctuary-section\"\u003e\n\u003ch2 class=\"sanctuary-title\"\u003eCreate Your Sanctuary\u003c\/h2\u003e\n\u003cp class=\"sanctuary-text\"\u003ePat skin dry gently afterward. No rinse needed; let the minerals linger like a second skin. These salts carry the memory of ancient shores and moonlit meadows, a reminder that some rituals are as old as the earth itself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wholistic Blends","offers":[{"title":"Default Title","offer_id":41695652380757,"sku":"MM-SOAK","price":22.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0602\/6405\/4869\/files\/MeadowMint.jpg?v=1758711685"},{"product_id":"sole-revival-mineral-foot-soak","title":"Sole Revival Mineral Foot Soak","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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Georgia', serif;\n            line-height: 1.7;\n            color: #4a5568;\n            background-color: #fefefe;\n        }\n        \n        .product-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .product-title {\n            color: #5a8a7a;\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .tagline {\n            color: #c7936b;\n            font-size: 1.2rem;\n            font-style: italic;\n            margin-bottom: 2rem;\n        }\n        \n        .description {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #4a5568;\n            text-align: left;\n        }\n        \n        .section {\n            margin-bottom: 3rem;\n        }\n        \n        .section-title {\n            color: #5a8a7a;\n            font-size: 1.6rem;\n            margin-bottom: 1.5rem;\n            font-weight: normal;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 0;\n            width: 60px;\n            height: 2px;\n            background: #c7936b;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .feature-card {\n            background: #f8faf9;\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid #c7936b;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            background: #f1f5f3;\n            box-shadow: 0 4px 12px rgba(90, 138, 122, 0.1);\n        }\n        \n        .feature-title {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        \n        .feature-text {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        .ingredients-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .ingredients-intro {\n            color: #5a8a7a;\n            font-style: italic;\n            margin-bottom: 2rem;\n            font-size: 1.1rem;\n            text-align: center;\n        }\n        \n        .ingredients-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 1rem;\n        }\n        \n        .ingredient-item {\n            background: white;\n            padding: 1.2rem;\n            border-radius: 6px;\n            border-left: 3px solid #c7936b;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .ingredient-name {\n            color: #5a8a7a;\n            font-weight: 600;\n            margin-bottom: 0.3rem;\n        }\n        \n        .ingredient-description {\n            color: #4a5568;\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n        \n        .soaking-section {\n            background: linear-gradient(135deg, #f8faf9 0%, #f1f5f3 100%);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n        }\n        \n        .soaking-steps {\n            margin-bottom: 2rem;\n            counter-reset: step-counter;\n        }\n        \n        .soaking-step {\n            margin-bottom: 1rem;\n            padding-left: 3rem;\n            position: relative;\n        }\n        \n        .soaking-step::before {\n            content: counter(step-counter);\n            counter-increment: step-counter;\n            position: absolute;\n            left: 0;\n            top: 0;\n            background: #c7936b;\n            color: white;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n        \n        .ceremony-suggestions {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-style: italic;\n            border-left: 4px solid #5a8a7a;\n            margin-top: 1.5rem;\n            box-shadow: 0 2px 4px rgba(90, 138, 122, 0.05);\n        }\n        \n        .sanctuary-section {\n            background: linear-gradient(135deg, #5a8a7a 0%, #6a9a8a 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 2rem;\n        }\n        \n        .sanctuary-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            font-weight: normal;\n        }\n        \n        .sanctuary-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            font-style: italic;\n        }\n        \n        .grounding-accent {\n            text-align: center;\n            margin: 2rem 0;\n            color: #c7936b;\n            font-size: 1.5rem;\n        }\n        \n        .sole-quote {\n            background: #f8faf9;\n            padding: 2rem;\n            border-radius: 10px;\n            font-style: italic;\n            text-align: center;\n            color: #5a8a7a;\n            margin: 2rem 0;\n            border-left: 4px solid #c7936b;\n            font-size: 1.1rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                padding: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .ingredients-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .soaking-section {\n                padding: 1.5rem;\n            }\n            \n            .sanctuary-section {\n                padding: 2rem;\n            }\n            \n            .ingredients-section {\n                padding: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eSole Revival Mineral Foot Soak\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eA grounding ceremony for the part of you that meets the earth\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eWhen your feet have carried you through long days and you need to feel rooted again, sink into this mineral-rich soak. Epsom salt and Dead Sea minerals dissolve into silky water that softens skin and settles the spirit, while chamomile, lavender, and rosemary fill the air with the scent of monastery gardens and healing groves. Essential oils (lavender and sweet orange) add layers of calm and brightness. Not a cure, but a ceremony of care for weary soles and souls alike.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eSmells like:\u003c\/strong\u003e Lavender and rosemary meet earthy chamomile, with a whisper of sweet orange sunshine\u003cbr\u003e\u003cstrong\u003eFeels like:\u003c\/strong\u003e Silky, mineral-rich water that softens both skin and the moment\u003cbr\u003e\u003cstrong\u003eCeremony:\u003c\/strong\u003e Evening wind-down or morning grounding, however your feet need to reconnect with the earth\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cem\u003eCrafted for anyone honoring the paths they've walked.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe Art of Soaking\u003c\/h2\u003e\n\u003cdiv class=\"soaking-section\"\u003e\n\u003ch3 style=\"color: #5a8a7a; margin-bottom: 1.5rem; font-size: 1.3rem;\"\u003eTime-Honored Preparation:\u003c\/h3\u003e\n\u003cdiv class=\"soaking-steps\"\u003e\n\u003cdiv class=\"soaking-step\"\u003e\n\u003cstrong\u003eMeasure:\u003c\/strong\u003e Add 1\/2 cup to a basin of warm water, watching the salts dissolve like morning mist.\u003c\/div\u003e\n\u003cdiv class=\"soaking-step\"\u003e\n\u003cstrong\u003eSettle:\u003c\/strong\u003e Lower your feet gently, as if greeting the earth after a long journey.\u003c\/div\u003e\n\u003cdiv class=\"soaking-step\"\u003e\n\u003cstrong\u003eSoak:\u003c\/strong\u003e 20-30 minutes, long enough to let the world outside fade away and forest whispers find you.\u003c\/div\u003e\n\u003cdiv class=\"soaking-step\"\u003e\n\u003cstrong\u003eBreathe:\u003c\/strong\u003e Let the botanical vapors carry you to quiet groves where time moves differently.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ceremony-suggestions\"\u003e\n\u003cstrong\u003eCeremony Suggestions:\u003c\/strong\u003e\u003cbr\u003ePair with a cup of botanical tea and a deep sigh. Light a cedar candle to deepen the forest sanctuary atmosphere.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grounding-accent\"\u003e~ ~ ~ ~ ~\u003c\/div\u003e\n\u003cdiv class=\"sanctuary-section\"\u003e\n\u003ch2 class=\"sanctuary-title\"\u003eCreate Your Sanctuary\u003c\/h2\u003e\n\u003cp class=\"sanctuary-text\"\u003eThe perfect pause, your signal to transition from doing to being. Let this ritual remind you that some ceremonies honor not where you're going, but where you've been, offering gratitude to the foundations that carry you through each day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wholistic Blends","offers":[{"title":"Default Title","offer_id":41706817224789,"sku":"SR-SOAK","price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0602\/6405\/4869\/files\/solerevival.jpg?v=1758929160"}],"url":"https:\/\/www.wholisticblends.com\/collections\/edited.oembed","provider":"Wholistic Blends","version":"1.0","type":"link"}