{"title":"Sale","description":"","products":[{"product_id":"organic-energy-blend-bag-of-50-sachets","title":"Organic Energy Blend, Bag of 50 Sachets","description":"\u003c!-- =========================\n  CUPPA TEAZE | BREATHE EASY (SHOPIFY LANDING PAGE)\n  Paste into Shopify Page -\u003e \"Show HTML\"\n  Replace PRODUCT_URL with your product link.\n========================== --\u003e\n\n\u003cdiv class=\"ct-breathe\"\u003e\n  \u003cstyle\u003e\n    \/* Scope everything to .ct-breathe so we don't clash with theme CSS *\/\n    .ct-breathe { font-family: inherit; color: #222; }\n    .ct-breathe .ct-wrap { max-width: 1100px; margin: 0 auto; padding: 28px 18px 50px; }\n    .ct-breathe h1, .ct-breathe h2, .ct-breathe h3 { margin: 0; }\n    .ct-breathe p { margin: 0; }\n    .ct-breathe a { text-decoration: none; }\n\n    .ct-breathe .ct-hero {\n      display: grid;\n      grid-template-columns: minmax(0,1.35fr) minmax(0,1fr);\n      gap: 34px;\n      align-items: center;\n      padding: 44px 34px;\n      border-radius: 22px;\n      background: radial-gradient(circle at top left, #e9f8f7 0, #ffffff 50%, #fdf7f7 100%);\n      box-shadow: 0 18px 40px rgba(0,0,0,0.06);\n    }\n\n    .ct-breathe .ct-badge {\n      display: inline-flex;\n      gap: 8px;\n      align-items: center;\n      padding: 7px 12px;\n      border-radius: 999px;\n      background: rgba(255, 138, 138, 0.10);\n      color: #d85a5a;\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      margin-bottom: 12px;\n    }\n\n    .ct-breathe .ct-title {\n      font-size: clamp(30px, 4vw, 50px);\n      line-height: 1.08;\n      letter-spacing: -0.02em;\n      margin-bottom: 10px;\n      color: #1f3c39;\n    }\n\n    .ct-breathe .ct-subtitle {\n      font-size: 17px;\n      line-height: 1.6;\n      color: #444;\n      margin-bottom: 14px;\n      max-width: 620px;\n    }\n\n    .ct-breathe .ct-bullets {\n      list-style: none;\n      padding: 0;\n      margin: 14px 0 22px;\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px 18px;\n      color: #2f4f4f;\n      font-size: 14px;\n    }\n    .ct-breathe .ct-bullets li::before { content: \"• \"; color: #53bda4; font-weight: 800; }\n\n    .ct-breathe .ct-ctas { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }\n    .ct-breathe .ct-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      padding: 14px 20px;\n      border-radius: 999px;\n      font-weight: 700;\n      font-size: 14px;\n      transition: transform .12s ease, box-shadow .12s ease, background .12s ease;\n      border: 1px solid transparent;\n      cursor: pointer;\n      white-space: nowrap;\n    }\n    .ct-breathe .ct-btn-primary {\n      background: linear-gradient(135deg, #ff8a8a, #ffb3a7);\n      color: #fff;\n      box-shadow: 0 12px 24px rgba(255,138,138,0.35);\n    }\n    .ct-breathe .ct-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 28px rgba(255,138,138,0.45); }\n\n    .ct-breathe .ct-btn-secondary {\n      background: #f2fbf8;\n      color: #2b7466;\n      border-color: #bfe8da;\n    }\n    .ct-breathe .ct-btn-secondary:hover { background: #e6f7f0; }\n\n    .ct-breathe .ct-note { margin-top: 10px; font-size: 12px; color: #7a8a8a; }\n\n    \/* Product mock pouch block *\/\n    .ct-breathe .ct-pouch {\n      background: #fff;\n      border-radius: 22px;\n      padding: 26px 22px;\n      box-shadow: 0 16px 36px rgba(0,0,0,0.08);\n      width: 100%;\n      max-width: 320px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .ct-breathe .ct-pouch-logo {\n      font-weight: 900;\n      letter-spacing: .14em;\n      text-transform: uppercase;\n      color: #ff8a8a;\n      font-size: 12px;\n      margin-bottom: 2px;\n    }\n    .ct-breathe .ct-pouch-tagline { font-size: 11px; color: #8c9a9a; margin-bottom: 14px; }\n    .ct-breathe .ct-pouch-title { font-size: 28px; font-weight: 800; color: #2b7466; margin-bottom: 4px; }\n    .ct-breathe .ct-pouch-sub { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #6a7a7a; margin-bottom: 14px; }\n    .ct-breathe .ct-pouch-illus {\n      width: 120px; height: 120px; border-radius: 999px;\n      border: 1px solid #d9ece8;\n      background: radial-gradient(circle at top, #f3fbf8 0, #ffffff 65%);\n      display: flex; align-items: center; justify-content: center;\n      margin: 0 auto 16px;\n    }\n    .ct-breathe .ct-leaf {\n      width: 60px; height: 60px; border-radius: 999px;\n      background: #53bda4; position: relative;\n    }\n    .ct-breathe .ct-leaf:before, .ct-breathe .ct-leaf:after {\n      content:\"\"; position:absolute; border-radius:999px; background: rgba(255,255,255,.65);\n    }\n    .ct-breathe .ct-leaf:before { width: 13px; height: 28px; left: 52%; top: 5px; transform: translateX(-50%); }\n    .ct-breathe .ct-leaf:after { width: 32px; height: 18px; left: 50%; bottom: 7px; transform: translateX(-50%); }\n\n    .ct-breathe .ct-pouch-foot {\n      display: flex; justify-content: space-between; align-items: center;\n      font-size: 12px; color: #7a8a8a;\n      border-top: 1px solid #eef3f2;\n      padding-top: 12px;\n    }\n    .ct-breathe .ct-pill {\n      border-radius: 999px;\n      padding: 6px 10px;\n      border: 1px solid #ffd7c8;\n      font-size: 10px;\n      color: #e26c5f;\n      text-transform: uppercase;\n      letter-spacing: .08em;\n      font-weight: 800;\n    }\n\n    \/* Sections *\/\n    .ct-breathe .ct-section { margin-top: 46px; }\n    .ct-breathe .ct-kicker {\n      font-size: 12px;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n      color: #94a0a0;\n      margin-bottom: 8px;\n      font-weight: 700;\n    }\n    .ct-breathe .ct-h2 {\n      font-size: 24px;\n      color: #1f3c39;\n      margin-bottom: 8px;\n      letter-spacing: -0.01em;\n    }\n    .ct-breathe .ct-lead { font-size: 16px; line-height: 1.6; color: #4a5a5a; max-width: 720px; }\n\n    .ct-breathe .ct-softbox {\n      margin-top: 16px;\n      border-radius: 18px;\n      border: 1px solid #e7efee;\n      padding: 18px 20px;\n      background: #fbfdfd;\n      color: #4d5b5b;\n      line-height: 1.7;\n      font-size: 15px;\n    }\n    .ct-breathe .ct-softbox strong { color: #26594f; }\n\n    \/* Ingredient grid *\/\n    .ct-breathe .ct-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin-top: 18px;\n    }\n    .ct-breathe .ct-card {\n      border-radius: 18px;\n      border: 1px solid #e1eeee;\n      padding: 16px 16px;\n      background: #fbfefe;\n    }\n    .ct-breathe .ct-card h3 { font-size: 16px; color: #26594f; margin-bottom: 4px; }\n    .ct-breathe .ct-card .ct-tag {\n      font-size: 11px; color: #a0b0b0; letter-spacing: .14em;\n      text-transform: uppercase; margin-bottom: 8px; font-weight: 700;\n    }\n    .ct-breathe .ct-card p { font-size: 14px; line-height: 1.6; color: #526262; }\n\n    \/* Two column section *\/\n    .ct-breathe .ct-two {\n      display: grid;\n      grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);\n      gap: 22px;\n      align-items: start;\n    }\n\n    .ct-breathe .ct-checks { list-style: none; padding: 0; margin: 14px 0 0; }\n    .ct-breathe .ct-checks li {\n      margin-bottom: 10px;\n      padding-left: 18px;\n      position: relative;\n      color: #334343;\n      font-size: 15px;\n      line-height: 1.5;\n    }\n    .ct-breathe .ct-checks li:before {\n      content:\"\";\n      width: 8px; height: 8px; border-radius: 999px;\n      background: #53bda4;\n      position: absolute; left: 0; top: 8px;\n    }\n\n    \/* Brewing *\/\n    .ct-breathe .ct-steps { list-style: none; padding: 0; margin: 14px 0 16px; }\n    .ct-breathe .ct-steps li { margin-bottom: 10px; color: #334343; font-size: 15px; line-height: 1.5; }\n\n    .ct-breathe .ct-facts {\n      border-radius: 18px;\n      border: 1px dashed #c6ddda;\n      padding: 16px 18px;\n      background: #f7fdfb;\n      color: #314343;\n      font-size: 14px;\n    }\n    .ct-breathe .ct-facts .ct-label { font-weight: 800; color: #26594f; }\n    .ct-breathe .ct-facts .ct-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 8px; }\n    .ct-breathe .ct-facts small { color: #6f7c7c; display: block; margin-top: 8px; }\n\n    \/* Testimonials *\/\n    .ct-breathe .ct-testimonials {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 14px;\n      margin-top: 16px;\n    }\n    .ct-breathe .ct-quote {\n      border-radius: 18px;\n      border: 1px solid #ebf0f0;\n      padding: 16px 16px;\n      background: #fff;\n      box-shadow: 0 8px 15px rgba(0,0,0,0.03);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n    .ct-breathe .ct-stars { color: #ffb347; font-weight: 900; margin-bottom: 6px; }\n    .ct-breathe .ct-customer { color: #778383; font-size: 13px; margin-top: 8px; }\n\n    \/* Limited batch CTA *\/\n    .ct-breathe .ct-limited {\n      margin-top: 34px;\n      border-radius: 20px;\n      padding: 22px 18px;\n      background: linear-gradient(135deg, #eafaf6, #fff4f2);\n      border: 1px solid #f4e0da;\n      text-align: center;\n    }\n    .ct-breathe .ct-limited h3 { font-size: 20px; margin-bottom: 8px; color: #1f3c39; }\n    .ct-breathe .ct-limited p { color: #4e5b5b; font-size: 15px; line-height: 1.6; max-width: 760px; margin: 0 auto 10px; }\n\n    .ct-breathe .ct-about {\n      margin-top: 40px;\n      padding-top: 20px;\n      border-top: 1px solid #edf1f0;\n      color: #6a7575;\n      font-size: 14px;\n      line-height: 1.6;\n    }\n    .ct-breathe .ct-about strong { color: #333f3f; }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n      .ct-breathe .ct-hero { grid-template-columns: 1fr; padding: 32px 18px; }\n      .ct-breathe .ct-two { grid-template-columns: 1fr; }\n      .ct-breathe .ct-ctas { justify-content: flex-start; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"ct-wrap\"\u003e\n    \u003c!-- HERO --\u003e\n    \u003csection class=\"ct-hero\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"ct-badge\"\u003e\n\u003cspan\u003eNEW\u003c\/span\u003e Limited Harvest Batch\u003c\/div\u003e\n        \u003ch1 class=\"ct-title\"\u003eBreathe Deeper. Calm Your Chest. Soothe Your Soul.\u003c\/h1\u003e\n        \u003cp class=\"ct-subtitle\"\u003e\n          9,000 lbs of premium mullein transformed into the most soothing tea we’ve ever made —\n          a daily ritual for clear lungs and calm breathing.\n        \u003c\/p\u003e\n\n        \u003cul class=\"ct-bullets\"\u003e\n          \u003cli\u003eMullein • Peppermint • Ginger • Licorice Root\u003c\/li\u003e\n          \u003cli\u003eNaturally caffeine-free\u003c\/li\u003e\n          \u003cli\u003e30 pyramid sachets per pouch\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cdiv class=\"ct-ctas\"\u003e\n          \u003c!-- Replace PRODUCT_URL --\u003e\n          \u003ca class=\"ct-btn ct-btn-primary\" href=\"PRODUCT_URL\"\u003e🛍️ Shop Breathe Easy – $12.95\u003c\/a\u003e\n          \u003ca class=\"ct-btn ct-btn-secondary\" href=\"#how\"\u003e💨 How it helps you breathe\u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ct-note\"\u003eLimited to 68,000 pouches from this year’s mullein harvest.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Pouch placeholder block (swap for your product image anytime) --\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"ct-pouch\" aria-hidden=\"true\"\u003e\n          \u003cdiv class=\"ct-pouch-logo\"\u003eCUPPA TEAZE\u003c\/div\u003e\n          \u003cdiv class=\"ct-pouch-tagline\"\u003eOne cup is just a tease.\u003c\/div\u003e\n\n          \u003cdiv class=\"ct-pouch-title\"\u003eBreathe Easy\u003c\/div\u003e\n          \u003cdiv class=\"ct-pouch-sub\"\u003eHerbal Respiratory Support Tea\u003c\/div\u003e\n\n          \u003cdiv class=\"ct-pouch-illus\"\u003e\u003cdiv class=\"ct-leaf\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n          \u003cdiv class=\"ct-pouch-foot\"\u003e\n            \u003cdiv\u003e\n              \u003cdiv\u003e30 Pyramid Sachets\u003c\/div\u003e\n              \u003cdiv\u003eNet Wt. 2.1 oz (60 g)\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"ct-pill\"\u003eCaffeine Free\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- STORY --\u003e\n    \u003csection class=\"ct-section\" id=\"how\"\u003e\n      \u003cdiv class=\"ct-kicker\"\u003eThe Story\u003c\/div\u003e\n      \u003ch2 class=\"ct-h2\"\u003eA Cup of Calm When the Air Feels Heavy\u003c\/h2\u003e\n      \u003cp class=\"ct-lead\"\u003e\n        From wildfire haze to lingering seasonal congestion, our lungs are doing a lot of work.\n        Breathe Easy™ was created as a small-batch antidote: a cup of herbal clarity when the world closes in.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ct-softbox\"\u003e\n        \u003cstrong\u003eIt’s more than tea.\u003c\/strong\u003e It’s a simple ritual that asks you to pause, inhale, and exhale.\n        Each sachet is filled with herbs used for centuries to soothe the chest, clear the breath, and quiet the mind.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- INGREDIENTS --\u003e\n    \u003csection class=\"ct-section\"\u003e\n      \u003cdiv class=\"ct-kicker\"\u003eThe Blend\u003c\/div\u003e\n      \u003ch2 class=\"ct-h2\"\u003eFour Herbs. One Deep, Easy Breath.\u003c\/h2\u003e\n      \u003cp class=\"ct-lead\"\u003eWe kept the ingredient list short on purpose — every plant in this blend earns its place.\u003c\/p\u003e\n\n      \u003cdiv class=\"ct-grid\"\u003e\n        \u003cdiv class=\"ct-card\"\u003e\n          \u003ch3\u003eMullein Leaf\u003c\/h3\u003e\n          \u003cdiv class=\"ct-tag\"\u003eThe Lung Herb\u003c\/div\u003e\n          \u003cp\u003eTraditionally used to support the respiratory system, mullein helps soothe irritated tissue and promote clear, easy breathing.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ct-card\"\u003e\n          \u003ch3\u003eGinger Root\u003c\/h3\u003e\n          \u003cdiv class=\"ct-tag\"\u003eThe Warmer\u003c\/div\u003e\n          \u003cp\u003eA warming root that supports circulation and adds gentle heat — helping your body relax as your chest opens.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ct-card\"\u003e\n          \u003ch3\u003eLicorice Root\u003c\/h3\u003e\n          \u003cdiv class=\"ct-tag\"\u003eThe Soother\u003c\/div\u003e\n          \u003cp\u003eNaturally sweet and throat-coating, licorice helps calm dryness and adds a smooth finish to every sip.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ct-card\"\u003e\n          \u003ch3\u003ePeppermint + Oil\u003c\/h3\u003e\n          \u003cdiv class=\"ct-tag\"\u003eThe Fresh Air\u003c\/div\u003e\n          \u003cp\u003eCooling peppermint and a touch of peppermint oil refresh the senses and deliver that “ahhh” feeling with every inhale.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WHY IT WORKS --\u003e\n    \u003csection class=\"ct-section\"\u003e\n      \u003cdiv class=\"ct-two\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ct-kicker\"\u003eWhy It Works\u003c\/div\u003e\n          \u003ch2 class=\"ct-h2\"\u003eRooted in Herbal Wisdom. Crafted for Today.\u003c\/h2\u003e\n          \u003cp class=\"ct-lead\"\u003e\n            Herbalists have turned to mullein for generations when the lungs need extra love.\n            We pair it with complementary botanicals to create a blend you can feel working as you sip.\n          \u003c\/p\u003e\n\n          \u003cul class=\"ct-checks\"\u003e\n            \u003cli\u003e2 g of full-leaf herbs in every pyramid sachet\u003c\/li\u003e\n            \u003cli\u003eNo dust, no fillers — just visible, fragrant botanicals\u003c\/li\u003e\n            \u003cli\u003eCrafted in small batches in New York\u003c\/li\u003e\n            \u003cli\u003eDesigned to be gentle enough for daily use\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ct-softbox\"\u003e\n          Sip Breathe Easy™ daily for a week and pay attention to your exhale.\n          Notice how your chest feels a little lighter, your breath a little easier, and your evenings a little calmer.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- BREWING + FACTS --\u003e\n    \u003csection class=\"ct-section\"\u003e\n      \u003cdiv class=\"ct-two\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ct-kicker\"\u003eHow to Enjoy\u003c\/div\u003e\n          \u003ch2 class=\"ct-h2\"\u003eTurn Your Cup into a Breathing Ritual\u003c\/h2\u003e\n\n          \u003cul class=\"ct-steps\"\u003e\n            \u003cli\u003ePour 8 oz of hot water (around 200 °F) over one sachet.\u003c\/li\u003e\n            \u003cli\u003eSteep 5–7 minutes and let the vapors rise.\u003c\/li\u003e\n            \u003cli\u003eHold the cup near your face, inhale deeply, then exhale slowly.\u003c\/li\u003e\n            \u003cli\u003eSip, breathe, and repeat as needed.\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n          \u003cdiv class=\"ct-ctas\"\u003e\n            \u003ca class=\"ct-btn ct-btn-primary\" href=\"PRODUCT_URL\"\u003eAdd to Cart – $12.95\u003c\/a\u003e\n            \u003cspan class=\"ct-note\"\u003e30 pyramid sachets • Naturally caffeine-free\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ct-facts\"\u003e\n          \u003cdiv class=\"ct-label\"\u003eProduct Facts\u003c\/div\u003e\n          \u003cdiv class=\"ct-row\"\u003e\n            \u003cdiv\u003e\n\u003cspan class=\"ct-label\"\u003eFormat:\u003c\/span\u003e 30-count pyramid sachets\u003c\/div\u003e\n            \u003cdiv\u003e\n\u003cspan class=\"ct-label\"\u003eNet Weight:\u003c\/span\u003e 2.1 oz (60 g)\u003c\/div\u003e\n            \u003cdiv\u003e\n\u003cspan class=\"ct-label\"\u003eCaffeine:\u003c\/span\u003e None\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-top:10px;\"\u003e\n            \u003cspan class=\"ct-label\"\u003eIngredients:\u003c\/span\u003e Mullein Leaf, Ginger Root, Licorice Root, Peppermint, Natural Peppermint Oil.\n          \u003c\/div\u003e\n          \u003csmall\u003eManufactured in a facility that processes tree nuts and soy.\u003c\/small\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- TESTIMONIALS --\u003e\n    \u003csection class=\"ct-section\"\u003e\n      \u003cdiv class=\"ct-kicker\"\u003eReal People, Real Relief\u003c\/div\u003e\n      \u003ch2 class=\"ct-h2\"\u003eWhat Breathe Easy™ Fans Are Saying\u003c\/h2\u003e\n\n      \u003cdiv class=\"ct-testimonials\"\u003e\n        \u003cdiv class=\"ct-quote\"\u003e\n          \u003cdiv class=\"ct-stars\"\u003e★★★★★\u003c\/div\u003e\n          “After one cup I could \u003cem\u003efeel\u003c\/em\u003e my lungs relax. It’s become my nightly wind-down ritual.”\n          \u003cdiv class=\"ct-customer\"\u003e– Anna T.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ct-quote\"\u003e\n          \u003cdiv class=\"ct-stars\"\u003e★★★★★\u003c\/div\u003e\n          “I drink this every evening before bed. My breathing feels easier and I sleep more deeply.”\n          \u003cdiv class=\"ct-customer\"\u003e– Jordan P.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ct-quote\"\u003e\n          \u003cdiv class=\"ct-stars\"\u003e★★★★★\u003c\/div\u003e\n          “It smells like a spa and feels like fresh air in a mug. I keep a pouch at home and at work.”\n          \u003cdiv class=\"ct-customer\"\u003e– Grace M.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ct-limited\"\u003e\n        \u003ch3\u003eLimited Harvest. Unlimited Breaths.\u003c\/h3\u003e\n        \u003cp\u003e\n          We crafted just \u003cstrong\u003e68,000 pouches\u003c\/strong\u003e from this year’s mullein harvest. Once they’re gone,\n          Breathe Easy™ won’t return until the next growing season.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e#BreatheEasyChallenge\u003c\/strong\u003e — share your first deep-breath moment.\u003c\/p\u003e\n        \u003ca class=\"ct-btn ct-btn-primary\" href=\"PRODUCT_URL\"\u003eGet Breathe Easy Before It’s Gone\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ABOUT --\u003e\n    \u003csection class=\"ct-about\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eAbout Cuppa Teaze\u003c\/strong\u003e — We believe every cup should tease your senses and treat your body right.\n        From mood-boosting blends to functional botanicals, our teas are crafted in small batches by Caraway Tea Company in New York.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Caraway Tea Company","offers":[{"title":"Default Title","offer_id":42533979390011,"sku":"CTC-OWE-1189-50","price":16.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/0044\/2939\/files\/ENERGYBOWL.jpg?v=1760790033"},{"product_id":"organic-vanilla-masala-chai-2lb-loose","title":"Organic Vanilla Masala Chai, 2lb Loose","description":"\u003cp\u003eThis delicious organic vanilla masala chai is made with a blend of organic spices. The warming spices create a comforting cup of chai that can be enjoyed hot or iced. Enjoy this sweet and spicy treat anytime of day!\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eINGREDIENTS: Organic Assam, Organic Cinnamon, Organic Ginger Root, Organic Clove, Organic Flavorings, Organic Cardamom Pods and Organic Fennel Seed\u003c\/em\u003e\u003c\/p\u003e","brand":"Caraway Tea Company","offers":[{"title":"Default Title","offer_id":42534022709307,"sku":"CTC-OBL-1033","price":35.38,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/0044\/2939\/files\/VANILLA_MASALA_CHAI_BOWL__89622.jpg?v=1760795897"},{"product_id":"organic-peach-mango-black-2lb-loose","title":"Organic Peach Mango Black, 2lb Loose","description":"\u003cp\u003eOrganic Peach Mango Black tea is a delicious blend of ripe peaches and luscious mangoes flavors with a smooth and mellow black tea base. This tea is a caffeine-rich, full-bodied blend that is naturally sweet and refreshingly fruity. It's perfect for any time of day, whether you're looking for an energizing morning cup or a relaxing evening brew. Enjoy the unique flavor of this organic tea and its healthy benefits.\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eINGREDIENTS: Organic Black Tea, Organic Flavoring, Organic Calendula and Organic Pineapple Pieces\u003c\/em\u003e\u003c\/p\u003e","brand":"Caraway Tea Company","offers":[{"title":"Default Title","offer_id":42534032867387,"sku":"CTC-OBL-1031","price":41.36,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/0044\/2939\/files\/OG_PEACH_MANGO_BLACK_BOWL__11316.jpg?v=1760796597"}],"url":"https:\/\/www.cuppateaze.com\/collections\/sale.oembed","provider":"Cuppa Teaze","version":"1.0","type":"link"}