{"product_id":"sage-your-space-spray-sage-and-lavender-4-oz","title":"Sage Your Space Spray - Sage and Lavender (4 oz.)","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@600;700\u0026amp;family=Roboto:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --green-dk:    #2d4a2d;\n    --green-md:    #5a7a5a;\n    --gold:        #b8872a;\n    --gold-lt:     #f5ecd6;\n    --gold-border: #d4a84b;\n    --cream:       #f9f6f0;\n    --white:       #ffffff;\n    --text:        #1e1e1e;\n    --text-mid:    #555555;\n    --divider:     #d4c9b5;\n    --green-pale:  #eaf1ea;\n    --green-border:#c5d9c5;\n  }\n\n  .vhc-desc {\n    font-family: 'Roboto', -apple-system, sans-serif;\n    font-size: 15px; line-height: 1.65; color: var(--text);\n    background: var(--white);\n  }\n  .vhc-desc h2 { font-family: 'Poppins', sans-serif; }\n\n  \/* Tagline *\/\n  .vhc-tagline {\n    background: var(--green-dk); color: #fff;\n    font-family: 'Poppins', sans-serif;\n    font-size: 13.5px; font-weight: 600; letter-spacing: .3px;\n    padding: 14px 20px; border-radius: 8px;\n    margin-bottom: 22px; text-align: center;\n  }\n\n  \/* What You Get box *\/\n  .vhc-what-box {\n    background: var(--cream);\n    border: 2px solid var(--gold-border);\n    border-radius: 10px; padding: 20px 24px; margin-bottom: 26px;\n  }\n  .vhc-what-box-title {\n    font-family: 'Poppins', sans-serif;\n    font-size: 11px; font-weight: 700;\n    letter-spacing: 1.2px; text-transform: uppercase;\n    color: var(--gold); margin-bottom: 14px;\n  }\n  .vhc-what-row {\n    display: flex; align-items: center; gap: 14px;\n    padding: 10px 0; border-bottom: 1px solid var(--divider);\n  }\n  .vhc-what-row:last-child { border-bottom: none; padding-bottom: 0; }\n  .vhc-what-icon { font-size: 22px; width: 36px; text-align: center; flex-shrink: 0; }\n  .vhc-what-label {\n    font-family: 'Poppins', sans-serif;\n    font-size: 14px; font-weight: 600; color: var(--green-dk);\n  }\n  .vhc-what-sub { font-size: 12.5px; color: var(--text-mid); margin-top: 1px; }\n\n  \/* Section heading *\/\n  .vhc-section-h {\n    font-family: 'Poppins', sans-serif;\n    font-size: 17px; font-weight: 700; color: var(--green-dk);\n    margin: 32px 0 14px; padding-bottom: 9px;\n    border-bottom: 2px solid var(--gold-border);\n  }\n\n  \/* Two-herb feature cards *\/\n  .vhc-herb-duo {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 14px 0;\n  }\n  .vhc-herb-card {\n    background: var(--cream); border: 1px solid var(--divider);\n    border-top: 4px solid var(--green-dk);\n    border-radius: 0 0 8px 8px; padding: 16px 16px 18px;\n  }\n  .vhc-herb-card .herb-name {\n    font-family: 'Poppins', sans-serif;\n    font-size: 14px; font-weight: 700; color: var(--green-dk); margin-bottom: 3px;\n  }\n  .vhc-herb-card .herb-latin {\n    font-size: 12px; color: var(--green-md); font-style: italic; margin-bottom: 10px;\n  }\n  .vhc-herb-card p { font-size: 13.5px; color: var(--text-mid); margin: 0; line-height: 1.6; }\n\n  \/* Three-column grid *\/\n  .vhc-three {\n    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin: 14px 0;\n  }\n  .vhc-three-item {\n    background: var(--cream); border: 1px solid var(--divider);\n    border-radius: 8px; padding: 16px 14px 18px; text-align: center;\n  }\n  .vhc-three-item .t-icon { font-size: 24px; margin-bottom: 8px; display: block; }\n  .vhc-three-item strong {\n    display: block; font-family: 'Poppins', sans-serif;\n    color: var(--green-dk); font-size: 13px; margin-bottom: 5px;\n  }\n  .vhc-three-item span { font-size: 12.5px; color: var(--text-mid); line-height: 1.45; }\n\n  \/* Gold callout *\/\n  .vhc-callout {\n    background: var(--gold-lt); border-left: 5px solid var(--gold);\n    border-radius: 0 10px 10px 0;\n    padding: 16px 20px; margin: 22px 0; font-size: 14px; line-height: 1.65;\n  }\n  .vhc-callout strong {\n    font-family: 'Poppins', sans-serif;\n    color: var(--green-dk); display: block; margin-bottom: 6px; font-size: 15px;\n  }\n  .vhc-callout p { margin: 0; color: #4a3a10; }\n\n  \/* Clean ingredients list *\/\n  .vhc-clean-list {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 0;\n  }\n  .vhc-clean-item {\n    display: flex; align-items: center; gap: 8px;\n    background: var(--green-pale); border: 1px solid var(--green-border);\n    border-radius: 6px; padding: 8px 12px;\n    font-size: 13px; color: var(--green-dk);\n    font-family: 'Poppins', sans-serif; font-weight: 600;\n  }\n  .vhc-clean-item .c-icon { font-size: 14px; flex-shrink: 0; }\n\n  \/* Ingredients block *\/\n  .vhc-ingredients {\n    background: var(--cream); border: 1px solid var(--divider);\n    border-radius: 10px; padding: 16px 20px; margin: 14px 0;\n  }\n  .vhc-ingredients-title {\n    font-family: 'Poppins', sans-serif;\n    font-size: 11px; font-weight: 700; letter-spacing: 1px;\n    text-transform: uppercase; color: var(--gold); margin-bottom: 8px;\n  }\n  .vhc-ingredients p {\n    font-size: 13.5px; color: var(--text-mid); margin: 0; line-height: 1.7;\n  }\n\n  \/* Badge strip *\/\n  .vhc-badge-strip { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 8px; }\n  .vhc-badge {\n    background: var(--green-pale); color: var(--green-dk);\n    font-family: 'Poppins', sans-serif;\n    font-size: 11.5px; font-weight: 600; letter-spacing: .2px;\n    padding: 5px 13px; border-radius: 20px; border: 1px solid var(--green-border);\n  }\n\n  \/* Disclaimer *\/\n  .vhc-disclaimer {\n    font-size: 12px; color: #888; line-height: 1.55;\n    border-top: 1px solid var(--divider); padding-top: 14px; margin-top: 24px;\n  }\n\n  @media (max-width: 560px) {\n    .vhc-three, .vhc-herb-duo, .vhc-clean-list { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"vhc-desc\"\u003e\n\u003c!-- TAGLINE --\u003e\n\u003cdiv class=\"vhc-tagline\"\u003eClear the air. Calm the mind. The 1-2 punch for stress, sleep, and deep relaxation.\u003c\/div\u003e\n\u003c!-- WHAT YOU GET --\u003e\n\u003cdiv class=\"vhc-what-box\"\u003e\n\u003cdiv class=\"vhc-what-box-title\"\u003eWhat You Get\u003c\/div\u003e\n\u003cdiv class=\"vhc-what-row\"\u003e\n\u003cspan class=\"vhc-what-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"vhc-what-label\"\u003eSage Your Space Spray — Sage \u0026amp; Lavender\u003c\/div\u003e\n\u003cdiv class=\"vhc-what-sub\"\u003e4 oz. · Ready to spray · No dilution needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhc-what-row\"\u003e\n\u003cspan class=\"vhc-what-icon\"\u003e🧴\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"vhc-what-label\"\u003eClary Sage + Lavender Essential Oils\u003c\/div\u003e\n\u003cdiv class=\"vhc-what-sub\"\u003eTwo of the most calming oils in aromatherapy — in one spray\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhc-what-row\"\u003e\n\u003cspan class=\"vhc-what-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"vhc-what-label\"\u003eClean, simple formula\u003c\/div\u003e\n\u003cdiv class=\"vhc-what-sub\"\u003ePurified water · essential oils · aloe vera · no alcohol · no synthetics\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cp\u003eSome sprays fill the room with a wave of artificial scent that lingers for hours. This one does something different. Sage Your Space is subtle — a light, clean mist of Clary Sage and Lavender that settles into the air and quietly shifts the mood. You'll notice the calm before you notice the scent.\u003c\/p\u003e\n\u003cp\u003eIt was created for an acupuncture office — a space where subtlety is everything and overpowering fragrance is the last thing you want. The goal was a room spray clean enough to use around patients, gentle enough to spray on a pillow, and effective enough to actually change how a space feels.\u003c\/p\u003e\n\u003c!-- THE TWO OILS --\u003e\n\u003ch2 class=\"vhc-section-h\"\u003eTwo Oils. One Goal: Calm.\u003c\/h2\u003e\n\u003cdiv class=\"vhc-herb-duo\"\u003e\n\u003cdiv class=\"vhc-herb-card\"\u003e\n\u003cdiv class=\"herb-name\"\u003eClary Sage\u003c\/div\u003e\n\u003cdiv class=\"herb-latin\"\u003eSalvia sclarea\u003c\/div\u003e\n\u003cp\u003eThe base of every Sage Your Space spray. Clary sage is physiologically calming — it has a gentle, herbaceous scent and a well-documented ability to ease tension and support relaxation. It's also sustainably farmed, which matters: white sage is a protected plant with deep Native American ceremonial significance, and we don't use it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhc-herb-card\"\u003e\n\u003cdiv class=\"herb-name\"\u003eLavender\u003c\/div\u003e\n\u003cdiv class=\"herb-latin\"\u003eLavandula angustifolia\u003c\/div\u003e\n\u003cp\u003eThe most studied calming oil in aromatherapy. Lavender is widely used to ease anxiety, support deeper sleep, and help the body settle down. Paired with clary sage, it's a double dose of ease — both oils working the same pathway, reinforcing each other.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhc-callout\"\u003e\n\u003cstrong\u003eWhy Clary Sage — not White Sage?\u003c\/strong\u003e\n\u003cp\u003eWhite sage is a Native American ceremonial plant that is overharvested and endangered. We use Clary Sage instead — a farmed, sustainable alternative that is physiologically just as calming and carries none of the cultural and environmental cost. Same function, cleaner choice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHEN TO USE IT --\u003e\n\u003ch2 class=\"vhc-section-h\"\u003eWhen to Use It\u003c\/h2\u003e\n\u003cdiv class=\"vhc-three\"\u003e\n\u003cdiv class=\"vhc-three-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e🌙\u003c\/span\u003e \u003cstrong\u003eBefore sleep\u003c\/strong\u003e \u003cspan\u003eSpray your pillow, your room, your sheets. Both oils support deeper, easier sleep — without a sleeping pill.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhc-three-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e🧘\u003c\/span\u003e \u003cstrong\u003eTo de-stress\u003c\/strong\u003e \u003cspan\u003eAfter a hard day, before meditation, or any time you need to shift out of a tense headspace and into something quieter.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhc-three-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e🏥\u003c\/span\u003e \u003cstrong\u003eIn a treatment space\u003c\/strong\u003e \u003cspan\u003eOriginally made for an acupuncture clinic. Subtle enough to use around clients — it sets a tone without overwhelming.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY IT'S CLEAN --\u003e\n\u003ch2 class=\"vhc-section-h\"\u003eWhat's Not In It Matters Too\u003c\/h2\u003e\n\u003cdiv class=\"vhc-clean-list\"\u003e\n\u003cdiv class=\"vhc-clean-item\"\u003e\n\u003cspan class=\"c-icon\"\u003e✕\u003c\/span\u003e No Alcohol\u003c\/div\u003e\n\u003cdiv class=\"vhc-clean-item\"\u003e\n\u003cspan class=\"c-icon\"\u003e✕\u003c\/span\u003e No Synthetic Fragrance\u003c\/div\u003e\n\u003cdiv class=\"vhc-clean-item\"\u003e\n\u003cspan class=\"c-icon\"\u003e✕\u003c\/span\u003e No Aerosols\u003c\/div\u003e\n\u003cdiv class=\"vhc-clean-item\"\u003e\n\u003cspan class=\"c-icon\"\u003e✕\u003c\/span\u003e No Parabens\u003c\/div\u003e\n\u003cdiv class=\"vhc-clean-item\"\u003e\n\u003cspan class=\"c-icon\"\u003e✕\u003c\/span\u003e No Perfumes\u003c\/div\u003e\n\u003cdiv class=\"vhc-clean-item\"\u003e\n\u003cspan class=\"c-icon\"\u003e✕\u003c\/span\u003e No Overpowering Scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13.5px; color: var(--text-mid);\"\u003eMost room sprays use alcohol as the base — it helps the scent disperse but leaves a chemical edge in the air. This spray uses purified water, aloe vera, and plant-derived oils instead. The result is lighter, softer, and cleaner. Safe to spray near your face, on your pillow, or in a clinic room.\u003c\/p\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003ch2 class=\"vhc-section-h\"\u003eIngredients\u003c\/h2\u003e\n\u003cdiv class=\"vhc-ingredients\"\u003e\n\u003cdiv class=\"vhc-ingredients-title\"\u003eFull Ingredient List\u003c\/div\u003e\n\u003cp\u003ePurified water, lavender essential oil, clary sage essential oil, saponified coconut oil, olive oil and jojoba oils, vegetable glycerin, rosemary extract (preservative), organic aloe vera.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BADGES --\u003e\n\u003cdiv class=\"vhc-badge-strip\"\u003e\n\u003cspan class=\"vhc-badge\"\u003eNo Alcohol\u003c\/span\u003e \u003cspan class=\"vhc-badge\"\u003eNo Synthetic Fragrance\u003c\/span\u003e \u003cspan class=\"vhc-badge\"\u003eNo Aerosols\u003c\/span\u003e \u003cspan class=\"vhc-badge\"\u003eNo Parabens\u003c\/span\u003e \u003cspan class=\"vhc-badge\"\u003eNatural Essential Oils\u003c\/span\u003e \u003cspan class=\"vhc-badge\"\u003eOrganic Aloe Vera\u003c\/span\u003e \u003cspan class=\"vhc-badge\"\u003eSustainably Sourced\u003c\/span\u003e \u003cspan class=\"vhc-badge\"\u003eClinic-Tested\u003c\/span\u003e \u003cspan class=\"vhc-badge\"\u003e4 oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- DISCLAIMER --\u003e\n\u003c\/div\u003e","brand":"Valley Health Clinic","offers":[{"title":"Buy 3 Save $6.97","offer_id":52948137804092,"sku":"SPRAYSAGELAV3PACK","price":35.0,"currency_code":"USD","in_stock":true},{"title":"One Bottle","offer_id":52948164182332,"sku":"SPRAYSAGELAV","price":13.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0924\/3639\/8396\/files\/834C91E9-9A6F-45C7-AD6B-2CD4EFCA0809.png?v=1775116811","url":"https:\/\/shop.valleyhealthclinic.com\/products\/sage-your-space-spray-sage-and-lavender-4-oz","provider":"Valley Health Clinic","version":"1.0","type":"link"}