{"title":"Seasonal Allies","description":"\u003cp\u003eLong before calendars, there were plants that knew when to bloom and ancestors who knew when to steep them. This collection honors the seasons: warming spices for frost-kissed mornings, cooling herbs for sun-soaked afternoons, and traditional blends for moments when the body asks for nature's companionship.\u003c\/p\u003e","products":[{"product_id":"summer-glow-tea-blend","title":"Summer Glow 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-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        .summer-accent {\n            text-align: center;\n            margin: 2rem 0;\n            color: #c7936b;\n            font-size: 1.5rem;\n        }\n        \n        .glow-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\"\u003eSummer Glow Tea Blend\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eA sun-kissed botanical blend for luminous moments\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eThere's a reason grandmothers steeped hibiscus at the height of summer. Its ruby hue catching light like stained glass, its tartness a secret against the heat. Crimson hibiscus, rose petals, rosehips, chamomile, lemon balm, elderflower, and cinnamon unite in deep magenta liquor that stains the cup like liquid sunset. Tart and floral, like biting into a sun-warmed berry with dewdrops still clinging to it. Hand-measured like an old recipe passed down through generations.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eTastes like:\u003c\/strong\u003e Bright hibiscus tartness softened by rose and chamomile, grounded by warm cinnamon\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eSteeps into:\u003c\/strong\u003e Deep magenta that stains the cup like liquid sunset\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eReach for this when:\u003c\/strong\u003e Summer calls for something vibrant and cooling, or you need a tiny reunion with your own radiance\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cem\u003eA tradition reborn from grandmothers who understood hibiscus as refreshment gathered with the reverence of summer's first harvest.\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 favorite cup, one that feels like it holds memories.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003ePour 8 oz of freshly boiled water over the botanicals, watching them blush and swirl.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003eCover and steep for 10–15 minutes, long enough for the botanicals to share their stories.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003eStrain and sip slowly, or pour over ice to catch the light in every drop.\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 summer meadows. Serve in a glass pitcher to watch the color dance with the light.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"summer-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, whispering a wish as it spins. Let each sip carry the wisdom of grandmothers who knew that some teas are pure celebration, liquid sunshine captured in petals and leaves.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wholistic Blends","offers":[{"title":"Default Title","offer_id":41695645892693,"sku":"SG-2OZ","price":13.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0602\/6405\/4869\/files\/summerglow.jpg?v=1762881596"},{"product_id":"summer-mist-tea-blend","title":"Summer Mist 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        .collection-tag {\n            color: #c7936b;\n            font-size: 0.95rem;\n            font-style: italic;\n            margin-bottom: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\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        .mist-accent {\n            text-align: center;\n            margin: 2rem 0;\n            color: #c7936b;\n            font-size: 1.5rem;\n        }\n        \n        .summer-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\u003cdiv class=\"collection-tag\"\u003ePart of the Silky Streams Collection • Botanical teas for calm currents\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eSummer Mist Tea Blend\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eA delicate dance of spearmint and florals\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eSome say the best botanical preparations are the ones that taste like summer rain. This blend is just that - spearmint and rose petals, chamomile, lemon balm, and raspberry leaf steeped into a cup that shimmers like light on a quiet stream. Crisp and floral, like a breeze through a meadow after a storm, unfolding into pale golden liquor with the faintest blush of rose. Small-batch blended with wildcrafted botanicals, measured by hand like a grandmother's recipe.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eTastes like:\u003c\/strong\u003e Cool spearmint meets gentle chamomile and rose, brightened by lemon balm's citrus whisper\u003cbr\u003e\u003cstrong\u003eSteeps into:\u003c\/strong\u003e Pale gold with a rose-petal blush, light as summer air\u003cbr\u003e\u003cstrong\u003eReach for this when:\u003c\/strong\u003e Porch swings at dusk, sunlit afternoons when the world moves slow, moments when you need the world to soften just a little\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cem\u003eBotanicals gathered with the reverence of dawn harvests for those who understand summer's gentle rhythms.\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 favorite cup, one that feels like it holds memories.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003ePour 8 oz of freshly boiled water over the botanicals, watching them unfurl like tiny flags of truce.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003eCover and steep for 10–15 minutes, long enough for the botanicals to share their stories.\u003c\/div\u003e\n\u003cdiv class=\"brewing-step\"\u003eStrain and sip slowly, or pour over ice to catch the light in every drop.\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 summer meadows. Serve in a thin glass to watch the tea's pale gold glow against the light.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mist-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 sprig of fresh mint, whispering a wish as it spins. Let each sip carry the essence of summer rain and quiet streams, reminding you that some moments are meant for softening, for letting the world slow to the pace of light dancing on water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wholistic Blends","offers":[{"title":"Default Title","offer_id":41695647465557,"sku":"SM-2OZ","price":13.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0602\/6405\/4869\/files\/summermist_bee276f7-2030-47a2-b8c8-b11e698b7b79.jpg?v=1762881439"}],"url":"https:\/\/www.wholisticblends.com\/collections\/seasonal-allies.oembed","provider":"Wholistic Blends","version":"1.0","type":"link"}