{"product_id":"duals-natural-cramp-bark-root-loose-herb-for-menstrual-support-muscle-ease","title":"Duals Natural Cramp Bark Root | Loose Herb for Menstrual Support \u0026 Muscle Ease","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;500;600\u0026amp;family=Nunito+Sans:ital,wght@0,300;0,400;0,600;1,300\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    \/* Duals Natural Brand Colors *\/\n    --cream: #fdfbf7;\n    --warm-white: #ffffff;\n    --bark: #022e1a; \/* Dark Green *\/\n    --earth: #034225; \/* Primary Green *\/\n    --sage: #045c32; \/* Lighter Green *\/\n    --sage-light: rgba(3, 66, 37, 0.08);\n    --gold: #d4a63d;\n    --gold-light: #f7d576;\n    --terracotta: #b8862d; \/* Deep Gold *\/\n    --citrus: #f3c149;\n    --sand: #f4f1e8;\n    --sand-light: #faf8f3;\n    --text: #2a2a2a;\n    --text-muted: #444444;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--warm-white);\n    font-family: 'Nunito Sans', sans-serif;\n    color: var(--text);\n    line-height: 1.7;\n  }\n\n  .product-desc {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 48px 24px 80px;\n  }\n\n  \/* ─── HERO INTRO ─── *\/\n  .hero-intro {\n    text-align: center;\n    padding: 56px 32px 48px;\n    background: linear-gradient(160deg, #f4f1e8 0%, #faf8f3 55%, #fdfbf7 100%);\n    border-radius: 4px;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 24px;\n    border: 1px solid var(--sage-light);\n  }\n\n  .hero-intro::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(212,166,61,0.12) 0%, transparent 70%);\n  }\n\n  .hero-intro::after {\n    content: '';\n    position: absolute;\n    bottom: -40px; left: -40px;\n    width: 180px; height: 180px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(3,66,37,0.1) 0%, transparent 70%);\n  }\n\n  .hero-eyebrow {\n    font-family: 'Outfit', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--earth);\n    margin-bottom: 16px;\n  }\n\n  .hero-title {\n    font-family: 'Outfit', sans-serif;\n    font-size: clamp(32px, 6vw, 50px);\n    font-weight: 700;\n    line-height: 1.15;\n    color: var(--bark);\n    margin-bottom: 20px;\n    letter-spacing: -0.5px;\n  }\n\n  .hero-title em { font-style: italic; color: var(--gold); font-weight: 400; }\n\n  .hero-subtitle {\n    font-size: 15px;\n    color: var(--text-muted);\n    max-width: 500px;\n    margin: 0 auto 28px;\n    line-height: 1.75;\n  }\n\n  .cert-badges {\n    display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;\n  }\n\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    background: rgba(255,255,255,0.9);\n    border: 1px solid rgba(3,66,37,0.2);\n    border-radius: 40px; padding: 6px 14px;\n    font-size: 12px; font-weight: 600; color: var(--earth); letter-spacing: 0.3px;\n  }\n  .badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }\n\n  \/* ─── SOCIAL PROOF BANNER ─── *\/\n  .social-proof-block {\n    background: linear-gradient(135deg, var(--earth) 0%, var(--bark) 100%);\n    border-radius: 4px;\n    padding: 24px;\n    text-align: center;\n    margin-bottom: 56px;\n    color: #fff;\n    box-shadow: 0 4px 12px rgba(3, 66, 37, 0.15);\n  }\n  .social-proof-text {\n    font-size: 18px; font-weight: 600; font-family: 'Outfit', sans-serif;\n    letter-spacing: 0.5px;\n  }\n  .social-proof-accent {\n    font-size: 12px; font-weight: 500; text-transform: uppercase;\n    letter-spacing: 2px; margin-top: 6px; color: var(--gold-light);\n  }\n\n  \/* ─── SECTION HEADERS ─── *\/\n  .section-label {\n    font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 600;\n    letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px;\n  }\n  .section-title {\n    font-family: 'Outfit', sans-serif; font-size: clamp(22px, 4vw, 32px);\n    font-weight: 600; color: var(--bark); line-height: 1.2; margin-bottom: 20px;\n    letter-spacing: -0.3px;\n  }\n\n  \/* ─── WHAT IS IT ─── *\/\n  .origin-block {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 56px;\n    border: 1px solid var(--sand); border-radius: 4px; overflow: hidden;\n  }\n  @media (max-width: 620px) { .origin-block { grid-template-columns: 1fr; } }\n  .origin-text { padding: 40px; background: var(--warm-white); }\n  .origin-text p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }\n  .origin-text p:last-child { margin-bottom: 0; }\n  .origin-text strong { color: var(--bark); font-weight: 700; }\n  .origin-text em { font-style: italic; }\n  .origin-visual {\n    background: linear-gradient(145deg, var(--sand) 0%, var(--sand-light) 100%);\n    display: flex; flex-direction: column; align-items: center; justify-content: center;\n    padding: 40px 32px; text-align: center; gap: 20px;\n    border-left: 1px solid var(--sand);\n  }\n  .origin-icon {\n    width: 80px; height: 80px; border-radius: 50%; background: var(--warm-white);\n    display: flex; align-items: center; justify-content: center; font-size: 36px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.03); border: 1px solid var(--gold);\n  }\n  .origin-stat { font-family: 'Outfit', sans-serif; font-size: 13px; color: var(--bark); line-height: 1.6; font-weight: 500; }\n  .origin-stat span { display: block; font-size: 28px; font-weight: 700; letter-spacing: -0.5px; color: var(--earth); }\n\n  \/* ─── DUAL USE SPLIT ─── *\/\n  .dual-use { margin-bottom: 56px; }\n  .dual-use-header { text-align: center; margin-bottom: 32px; }\n  .use-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  @media (max-width: 580px) { .use-tabs { grid-template-columns: 1fr; } }\n  .use-card { border-radius: 4px; overflow: hidden; }\n  .use-card-header { padding: 20px 24px 16px; display: flex; align-items: center; gap: 12px; }\n  .use-card.daily .use-card-header { background: linear-gradient(135deg, var(--earth) 0%, var(--bark) 100%); }\n  .use-card.buffered .use-card-header { background: linear-gradient(135deg, var(--gold) 0%, var(--terracotta) 100%); }\n  .use-card-icon {\n    font-size: 24px; width: 44px; height: 44px; border-radius: 50%;\n    background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n  }\n  .use-card-title { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 600; color: #fff; line-height: 1.2; }\n  .use-card-sub { font-size: 11px; color: rgba(255,255,255,0.8); letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; font-weight: 500; }\n  .use-card-body { padding: 20px 24px 24px; background: var(--warm-white); border: 1px solid var(--sand); border-top: none; height: 100%; }\n  .use-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }\n  .use-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text); line-height: 1.5; }\n  .use-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; margin-top: 7px; flex-shrink: 0; }\n  .use-card.daily .use-list li::before { background: var(--earth); }\n  .use-card.buffered .use-list li::before { background: var(--gold); }\n  .use-list li strong { color: var(--bark); font-weight: 700; }\n\n  \/* ─── BENEFITS GRID ─── *\/\n  .benefits-section { margin-bottom: 56px; }\n  .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }\n  @media (max-width: 640px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } }\n  @media (max-width: 400px) { .benefits-grid { grid-template-columns: 1fr; } }\n  .benefit-tile {\n    background: var(--cream); border: 1px solid var(--sand); border-radius: 4px;\n    padding: 20px 18px; transition: border-color 0.2s;\n  }\n  .benefit-tile:hover { border-color: var(--gold); }\n  .benefit-emoji { font-size: 22px; margin-bottom: 10px; }\n  .benefit-name { font-size: 14px; font-weight: 700; color: var(--bark); margin-bottom: 4px; line-height: 1.3; }\n  .benefit-desc { font-size: 13px; color: var(--text-muted); line-height: 1.55; }\n\n  \/* ─── HOW TO USE ─── *\/\n  .how-to-section { margin-bottom: 56px; }\n  .recipe-block {\n    background: linear-gradient(150deg, #fdfbf7 0%, #f4f1e8 100%);\n    border: 1px solid var(--sand); border-radius: 4px; padding: 32px 36px;\n    margin-bottom: 24px; position: relative; overflow: hidden;\n  }\n  .recipe-block::before { content: '✦'; position: absolute; top: 20px; right: 24px; font-size: 32px; color: rgba(212,166,61,0.2); }\n  .recipe-title { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 600; color: var(--bark); margin-bottom: 6px; }\n  .recipe-note { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; font-style: italic; }\n  .steps { display: flex; flex-direction: column; gap: 14px; }\n  .step { display: flex; align-items: flex-start; gap: 16px; }\n  .step-num {\n    width: 28px; height: 28px; border-radius: 50%; background: var(--earth); color: #fff;\n    font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;\n  }\n  .step-text { font-size: 14px; color: var(--text); line-height: 1.65; }\n  .step-text strong { color: var(--bark); font-weight: 700; }\n  .beauty-uses-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  @media (max-width: 560px) { .beauty-uses-grid { grid-template-columns: 1fr; } }\n  .beauty-use-row {\n    display: flex; gap: 12px; align-items: flex-start; background: var(--warm-white);\n    border: 1px solid var(--sand); border-radius: 4px; padding: 14px 16px;\n  }\n  .beauty-use-emoji { font-size: 18px; flex-shrink: 0; margin-top: 1px; }\n  .beauty-use-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--bark); margin-bottom: 2px; }\n  .beauty-use-text span { font-size: 12px; color: var(--text-muted); line-height: 1.5; }\n\n  \/* ─── PRO TIPS ─── *\/\n  .tips-section { margin-bottom: 56px; }\n  .tips-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }\n  @media (max-width: 560px) { .tips-grid { grid-template-columns: 1fr; } }\n  .tip-card { border-left: 3px solid var(--gold); padding: 16px 20px; background: var(--cream); border-radius: 0; }\n  .tip-card.blue { border-left-color: var(--earth); }\n  .tip-card.terracotta { border-left-color: var(--terracotta); }\n  .tip-label {\n    font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 5px;\n  }\n  .tip-card.blue .tip-label { color: var(--earth); }\n  .tip-card.terracotta .tip-label { color: var(--terracotta); }\n  .tip-text { font-size: 13px; color: var(--text); line-height: 1.6; }\n  .tip-text strong { color: var(--bark); font-weight: 700; }\n\n  \/* ─── FAQ SECTION ─── *\/\n  .faq-section { margin-bottom: 56px; }\n  .faq-grid { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }\n  .faq-item { background: var(--warm-white); border: 1px solid var(--sand); border-radius: 4px; padding: 24px 28px; }\n  .faq-question { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 600; color: var(--bark); margin-bottom: 10px; }\n  .faq-answer { font-size: 14px; color: var(--text-muted); line-height: 1.65; }\n\n  \/* ─── SCIENCE BLOCK ─── *\/\n  .heritage-block {\n    background: linear-gradient(135deg, var(--bark) 0%, var(--earth) 100%);\n    border-radius: 4px; padding: 40px 44px; color: #fff; margin-bottom: 56px; position: relative; overflow: hidden;\n  }\n  .heritage-block::before {\n    content: '❋'; position: absolute; right: 36px; top: 28px;\n    font-size: 80px; color: rgba(255,255,255,0.06); line-height: 1;\n  }\n  .heritage-eyebrow {\n    font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 600;\n    letter-spacing: 3px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 12px;\n  }\n  .heritage-title {\n    font-family: 'Outfit', sans-serif; font-size: clamp(22px, 4vw, 30px);\n    font-weight: 400; line-height: 1.3; color: #fff; margin-bottom: 16px;\n  }\n  .heritage-title em { font-style: italic; color: var(--gold-light); }\n  .heritage-text { font-size: 14px; color: rgba(255,255,255,0.9); line-height: 1.8; max-width: 580px; }\n\n  \/* ─── DETAILS TABLE ─── *\/\n  .details-section { margin-bottom: 56px; }\n  .details-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: 14px; }\n  .details-table tr { border-bottom: 1px solid var(--sand); }\n  .details-table tr:first-child { border-top: 1px solid var(--sand); }\n  .details-table td { padding: 13px 16px; vertical-align: top; line-height: 1.55; }\n  .details-table td:first-child {\n    width: 38%; font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600;\n    letter-spacing: 1.5px; text-transform: uppercase; color: var(--earth); background: var(--cream);\n  }\n  .details-table td:last-child { color: var(--text); }\n  .details-table td em { font-style: italic; color: var(--text-muted); }\n\n  \/* ─── RELATED PRODUCTS (CROSS-SELL) ─── *\/\n  .related-section { margin-bottom: 56px; }\n  .related-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));\n    gap: 12px; margin-top: 20px;\n  }\n  .related-link {\n    display: flex; align-items: center; justify-content: center;\n    padding: 16px; background: var(--warm-white); border: 1px solid var(--sand);\n    border-radius: 4px; color: var(--bark); text-decoration: none; font-size: 14px; font-weight: 700;\n    transition: all 0.2s ease; text-align: center;\n  }\n  .related-link:hover { background: var(--earth); color: #fff; border-color: var(--earth); transform: translateY(-2px); }\n\n  \/* ─── DISCLAIMER ─── *\/\n  .disclaimer { border-top: 1px solid var(--sand); padding-top: 24px; font-size: 12px; color: var(--earth); line-height: 1.65; font-style: italic; }\n\n  \/* ─── ACCESSIBILITY ─── *\/\n  @media (prefers-reduced-motion: reduce) {\n    * { animation: none !important; transition: none !important; }\n  }\n\u003c\/style\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Product\" itemscope=\"\" class=\"product-desc\"\u003e\n\u003cdiv class=\"hero-intro\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eMuscle Ease · Women's Support · Soothing\u003c\/div\u003e\n\u003ch1 itemprop=\"name\" class=\"hero-title\"\u003eCramp Bark\u003cbr\u003e\u003cem\u003eRoot\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp itemprop=\"description\" class=\"hero-subtitle\"\u003eA time-honored botanical remedy traditionally used to ease muscle tension, soothe uterine cramps, and support a woman's natural rhythm.\u003c\/p\u003e\n\u003cdiv class=\"cert-badges\"\u003e\n\u003cspan class=\"badge\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eWhole Root\u003c\/span\u003e \u003cspan class=\"badge\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eTraditional Decoction\u003c\/span\u003e \u003cspan class=\"badge\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eShort-Term Relief\u003c\/span\u003e \u003cspan class=\"badge\"\u003e\u003cspan style=\"background: var(--earth);\" class=\"badge-dot\"\u003e\u003c\/span\u003eDuals Natural NYC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"social-proof-block\"\u003e\n\u003cdiv class=\"social-proof-text\"\u003eTrusted by herbalists \u0026amp; wellness seekers since 1989\u003c\/div\u003e\n\u003cdiv class=\"social-proof-accent\"\u003e• Global Flavors • Health Market • Clean Ingredients •\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"origin-block\"\u003e\n\u003cdiv class=\"origin-text\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Herb\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eWhat is Cramp Bark Root?\u003c\/h3\u003e\n\u003cp\u003eCramp bark is exactly what its name suggests—a traditional herbal remedy revered for generations for its highly effective \u003cstrong\u003ecalming properties for tension and spasms\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003ePrepared as a warm decoction, it is most famously used to ease uterine cramps and support menstrual comfort, but it is equally prized for general muscle ease, including back pain, leg cramps, and general bodily stiffness.\u003c\/p\u003e\n\u003cp\u003eThe root brews into a deeply grounding tea with an \u003cstrong\u003eearthy, mildly bitter, and woodsy tone\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"origin-visual\"\u003e\n\u003cdiv class=\"origin-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"origin-stat\"\u003e\n\u003cspan\u003ePure\u003c\/span\u003e Premium Loose Root\u003c\/div\u003e\n\u003cdiv class=\"origin-stat\"\u003e\n\u003cspan\u003e1 tsp\u003c\/span\u003e Per serving\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cspan class=\"divider-mark\"\u003e✦\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"dual-use\"\u003e\n\u003cdiv class=\"dual-use-header\"\u003e\n\u003cdiv class=\"section-label\"\u003eTwo Primary Uses\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eTargeted Relief \u0026amp; Comfort\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-tabs\"\u003e\n\u003cdiv class=\"use-card daily\"\u003e\n\u003cdiv class=\"use-card-header\"\u003e\n\u003cdiv class=\"use-card-icon\"\u003e🌸\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"use-card-title\"\u003eWomen's Support\u003c\/div\u003e\n\u003cdiv class=\"use-card-sub\"\u003eCycles · Comfort · Rhythm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card-body\"\u003e\n\u003cul class=\"use-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eUterine Cramps\u003c\/strong\u003e — traditionally used to soothe deep menstrual cramping\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Rhythm\u003c\/strong\u003e — supports comfort during the most challenging days of your cycle\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlend Friendly\u003c\/strong\u003e — pairs perfectly with raspberry leaf for comprehensive women's blends\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTargeted Use\u003c\/strong\u003e — ideal for brewing specifically during your menstrual cycle\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card buffered\"\u003e\n\u003cdiv class=\"use-card-header\"\u003e\n\u003cdiv class=\"use-card-icon\"\u003e💆\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"use-card-title\"\u003eMuscle Ease\u003c\/div\u003e\n\u003cdiv class=\"use-card-sub\"\u003eTension · Spasms · Stiffness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card-body\"\u003e\n\u003cul class=\"use-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eLeg Cramps\u003c\/strong\u003e — calms spasms and sudden muscle tightness\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBack Pain\u003c\/strong\u003e — traditional support for lower back tension\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGeneral Stiffness\u003c\/strong\u003e — helps relax the body after strain or exertion\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNervous Tension\u003c\/strong\u003e — soothing properties help quiet physical stress responses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cspan class=\"divider-mark\"\u003e✦\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhy Choose Cramp Bark\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eTraditional soothing support\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-tile\"\u003e\n\u003cdiv class=\"benefit-emoji\"\u003e🪵\u003c\/div\u003e\n\u003cdiv class=\"benefit-name\"\u003eWoodsy Tone\u003c\/div\u003e\n\u003cdiv class=\"benefit-desc\"\u003eEarthy and grounding flavor profile with a mildly bitter finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-tile\"\u003e\n\u003cdiv class=\"benefit-emoji\"\u003e🧘♀️\u003c\/div\u003e\n\u003cdiv class=\"benefit-name\"\u003eSpasm Relief\u003c\/div\u003e\n\u003cdiv class=\"benefit-desc\"\u003eContains natural compounds traditionally used to relax tense muscles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-tile\"\u003e\n\u003cdiv class=\"benefit-emoji\"\u003e🫖\u003c\/div\u003e\n\u003cdiv class=\"benefit-name\"\u003eDecoction Ready\u003c\/div\u003e\n\u003cdiv class=\"benefit-desc\"\u003eThick cut root is perfect for long simmering to extract maximum benefits.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-tile\"\u003e\n\u003cdiv class=\"benefit-emoji\"\u003e🌱\u003c\/div\u003e\n\u003cdiv class=\"benefit-name\"\u003ePure Root\u003c\/div\u003e\n\u003cdiv class=\"benefit-desc\"\u003e100% natural herb with no fillers, flavorings, or additives.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-tile\"\u003e\n\u003cdiv class=\"benefit-emoji\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"benefit-name\"\u003eCycle Support\u003c\/div\u003e\n\u003cdiv class=\"benefit-desc\"\u003eKeep it in your pantry for reliable comfort when your cycle begins.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-tile\"\u003e\n\u003cdiv class=\"benefit-emoji\"\u003e🍯\u003c\/div\u003e\n\u003cdiv class=\"benefit-name\"\u003eCustomizable\u003c\/div\u003e\n\u003cdiv class=\"benefit-desc\"\u003eEasy to sweeten with honey or blend with sweeter herbs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cspan class=\"divider-mark\"\u003e✦\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"how-to-section\"\u003e\n\u003cdiv class=\"section-label\"\u003ePreparation\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eBrewing a Traditional Decoction\u003c\/h3\u003e\n\u003cdiv class=\"recipe-block\"\u003e\n\u003cdiv class=\"recipe-title\"\u003eThe Master Recipe\u003c\/div\u003e\n\u003cdiv class=\"recipe-note\"\u003eBecause roots are dense, they require simmering (a decoction) rather than just steeping.\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003eMeasure \u003cstrong\u003e1 teaspoon\u003c\/strong\u003e of cramp bark root into a small saucepan.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003eAdd \u003cstrong\u003e1.5 cups of water\u003c\/strong\u003e to the pan.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003eBring to a gentle boil, then reduce heat, cover, and \u003cstrong\u003esimmer for 20–30 minutes\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003eStrain the root, pour into your favorite mug, and sip while warm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beauty-uses-grid\"\u003e\n\u003cdiv class=\"beauty-use-row\"\u003e\n\u003cdiv class=\"beauty-use-emoji\"\u003e🩸\u003c\/div\u003e\n\u003cdiv class=\"beauty-use-text\"\u003e\n\u003cstrong\u003eCycle Timing\u003c\/strong\u003e \u003cspan\u003eBegin drinking right before or during periods of menstrual tension.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beauty-use-row\"\u003e\n\u003cdiv class=\"beauty-use-emoji\"\u003e🍃\u003c\/div\u003e\n\u003cdiv class=\"beauty-use-text\"\u003e\n\u003cstrong\u003eWomen's Blend\u003c\/strong\u003e \u003cspan\u003eCombine with Raspberry Leaf to support complete uterine health.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beauty-use-row\"\u003e\n\u003cdiv class=\"beauty-use-emoji\"\u003e🌙\u003c\/div\u003e\n\u003cdiv class=\"beauty-use-text\"\u003e\n\u003cstrong\u003eSleep \u0026amp; Tension\u003c\/strong\u003e \u003cspan\u003eBlend with Valerian root for deep relaxation of physical and mental stress.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beauty-use-row\"\u003e\n\u003cdiv class=\"beauty-use-emoji\"\u003e⏱️\u003c\/div\u003e\n\u003cdiv class=\"beauty-use-text\"\u003e\n\u003cstrong\u003eUsage Note\u003c\/strong\u003e \u003cspan\u003eDesigned for short-term use during times of active cramps or stiffness.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cspan class=\"divider-mark\"\u003e✦\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"tips-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eGood to Know\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eTips for best results\u003c\/h3\u003e\n\u003cdiv class=\"tips-grid\"\u003e\n\u003cdiv class=\"tip-card terracotta\"\u003e\n\u003cdiv class=\"tip-label\"\u003e⚠️ Precautions\u003c\/div\u003e\n\u003cdiv class=\"tip-text\"\u003eCramp bark is \u003cstrong\u003enot recommended during pregnancy\u003c\/strong\u003e unless explicitly advised by a qualified healthcare professional.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-card blue\"\u003e\n\u003cdiv class=\"tip-label\"\u003e💡 Sweeten it up\u003c\/div\u003e\n\u003cdiv class=\"tip-text\"\u003eBecause the root is mildly bitter, a touch of \u003cstrong\u003eraw honey or a slice of fresh ginger\u003c\/strong\u003e balances the woodsy flavor beautifully.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-card blue\"\u003e\n\u003cdiv class=\"tip-label\"\u003e💡 Big Batches\u003c\/div\u003e\n\u003cdiv class=\"tip-text\"\u003eSimmer a larger batch, strain, and store in a mason jar in the fridge for up to 3 days. Gently reheat when needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-card\"\u003e\n\u003cdiv class=\"tip-label\"\u003e💡 Short-Term Use\u003c\/div\u003e\n\u003cdiv class=\"tip-text\"\u003eUnlike daily tonic herbs, cramp bark is best utilized for \u003cstrong\u003eshort-term relief\u003c\/strong\u003e right when you need it most.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cspan class=\"divider-mark\"\u003e✦\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/FAQPage\" itemscope=\"\" class=\"faq-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eCommon Questions\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eYour FAQs, answered\u003c\/h3\u003e\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"faq-item\"\u003e\n\u003cdiv itemprop=\"name\" class=\"faq-question\"\u003eWhy do I have to simmer it instead of steeping?\u003c\/div\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"faq-answer\"\u003e\n\u003cdiv itemprop=\"text\"\u003eRoots and barks are tough and woody. A simple hot water steep (infusion) isn't strong enough to pull the beneficial compounds out. Simmering it for 20-30 minutes (a decoction) breaks down the plant fibers to create a potent, effective tea.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"faq-item\"\u003e\n\u003cdiv itemprop=\"name\" class=\"faq-question\"\u003eWhat does cramp bark taste like?\u003c\/div\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"faq-answer\"\u003e\n\u003cdiv itemprop=\"text\"\u003eIt has a distinctively earthy and woodsy profile with a mildly bitter finish. It tastes like traditional medicine! Many users prefer to blend it with better-tasting herbs or sweeten it with honey.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"faq-item\"\u003e\n\u003cdiv itemprop=\"name\" class=\"faq-question\"\u003eCan I use this for things other than menstrual cramps?\u003c\/div\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"faq-answer\"\u003e\n\u003cdiv itemprop=\"text\"\u003eYes. While it is famous for uterine support, its soothing properties make it a popular traditional remedy for leg cramps, back spasms, and general physical stiffness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"heritage-block\"\u003e\n\u003cdiv class=\"heritage-eyebrow\"\u003eApothecary Wisdom\u003c\/div\u003e\n\u003cdiv class=\"heritage-title\"\u003eThe science of\u003cbr\u003e\u003cem\u003enatural relaxation\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cp class=\"heritage-text\"\u003eIn traditional herbalism, cramp bark is classified as a nervine and a powerful antispasmodic. Rather than masking pain, it was historically used to directly relax the smooth muscles of the body, helping to release the physical tension and spasms that cause discomfort. It's a prime example of turning to nature's medicine cabinet to restore the body's natural state of ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eWhat's inside\u003c\/h3\u003e\n\u003ctable class=\"details-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct\u003c\/td\u003e\n\u003ctd\u003eCramp Bark Root (Loose)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eDuals Natural (Est. 1989)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePreparation\u003c\/td\u003e\n\u003ctd\u003eDecoction (Simmer 20-30 mins)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlavor Profile\u003c\/td\u003e\n\u003ctd\u003eEarthy, woodsy, mildly bitter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCommon Blends\u003c\/td\u003e\n\u003ctd\u003eRaspberry Leaf, Valerian Root\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Uses\u003c\/td\u003e\n\u003ctd\u003eMuscle cramps, menstrual comfort, back pain, stiffness\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrecautions\u003c\/td\u003e\n\u003ctd\u003e\u003cem\u003eNot recommended during pregnancy unless advised by a professional. Safe for short-term use.\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\" itemprop=\"offers\"\u003e\n\u003cmeta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\"\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"related-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eComplete Your Routine\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eShop Related Wellness\u003c\/h3\u003e\n\u003cdiv class=\"related-grid\"\u003e\n\u003ca class=\"related-link\"\u003eRaspberry Leaf\u003c\/a\u003e \u003ca class=\"related-link\"\u003eValerian Root\u003c\/a\u003e \u003ca class=\"related-link\"\u003eWomen's Blends\u003c\/a\u003e \u003ca class=\"related-link\"\u003eLoose Leaf Teas\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"disclaimer\"\u003e**These statements have not been evaluated by the Food and Drug Administration. These products are not intended to diagnose, treat, cure, or prevent any diseases. Consult your healthcare provider before use if you are pregnant, nursing, taking medication, or have a medical condition.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Duals Natural","offers":[{"title":"45 Grams (1.6 Oz)","offer_id":54262553444636,"sku":"D9471","price":7.95,"currency_code":"USD","in_stock":true}],"url":"https:\/\/dualsnatural.com\/products\/duals-natural-cramp-bark-root-loose-herb-for-menstrual-support-muscle-ease","provider":"Duals Natural","version":"1.0","type":"link"}