{"id":402,"date":"2026-04-18T18:24:51","date_gmt":"2026-04-18T18:24:51","guid":{"rendered":"https:\/\/thewellnessvaultshop.com\/?page_id=402"},"modified":"2026-04-18T18:24:52","modified_gmt":"2026-04-18T18:24:52","slug":"peptide-calculator","status":"publish","type":"page","link":"https:\/\/thewellnessvaultshop.com\/?page_id=402","title":{"rendered":"Peptide Calculator"},"content":{"rendered":"<style>\n:root { --pc-primary:#dc2626; --pc-bg:#f9fafb; --pc-border:#e5e7eb; --pc-dark:#1f2937; }\n\n.pc-wrapper{\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,sans-serif;\n    background:#fff;border:1px solid var(--pc-border);border-radius:12px;\n    padding:20px;max-width:900px;margin:20px auto;color:var(--pc-dark);\n}\n\n.pc-grid{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}\n@media(min-width:768px){.pc-grid{flex-direction:row}.pc-col{flex:1}}\n\n.pc-title{font-size:13px;font-weight:700;text-transform:uppercase;margin-bottom:12px;color:#6b7280}\n.pc-btn-group{display:flex;gap:8px;margin-bottom:15px;flex-wrap:wrap}\n\n.pc-option{\n    border:1px solid #ddd;padding:10px 14px;border-radius:8px;\n    cursor:pointer;background:#fff;font-weight:600;font-size:13px;\n    transition:.2s;\n}\n.pc-option.active{\n    border-color:var(--pc-primary);\n    color:var(--pc-primary);\n    background:#fef2f2;\n    box-shadow:0 0 0 1px var(--pc-primary);\n}\n\n.pc-custom-input{\n    display:none;width:100%;padding:12px;box-sizing:border-box;\n    border:2px solid var(--pc-primary);\n    border-radius:8px;margin-bottom:20px;\n}\n\n\/* Result Area Styling *\/\n.pc-result-card{\n    background: var(--pc-bg);\n    border: 1px solid #ddd;\n    border-radius:30px;padding:30px;text-align:center;\n}\n\n.pc-res-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-bottom: 20px;\n}\n\n.pc-res-item { display: flex; flex-direction: column; align-items: center; }\n.pc-res-label{font-size:11px;font-weight:700;text-transform:uppercase;color:#6b7280;margin-bottom:4px;}\n.pc-res-val{color:var(--pc-primary);font-size:24px;font-weight:700}\n.pc-res-val span { font-size: 24px; }\n.pc-res-unit { font-size: 14px; margin-left: 2px; }\n\n\/* Improved Syringe Styling *\/\n.pc-syringe-container{\n    max-width:600px;\n    margin:30px auto;\n    padding:0 10px;\n}\n\n.pc-syringe-area{\n    position:relative;\n    display:flex;\n    align-items:center;\n    gap:0;\n    height:80px;\n}\n\n\/* Needle *\/\n.pc-needle{\n    width:30px;\n    height:3px;\n    background:linear-gradient(to right, #666, #999);\n    border-radius:0 2px 2px 0;\n    position:relative;\n    z-index:1;\n}\n.pc-needle::after{\n    content:'';\n    position:absolute;\n    right:-8px;\n    top:50%;\n    transform:translateY(-50%);\n    width:0;\n    height:0;\n    border-top:4px solid transparent;\n    border-bottom:4px solid transparent;\n    border-left:8px solid #999;\n}\n\n\/* Luer Lock Hub *\/\n.pc-hub{\n    width:20px;\n    height:18px;\n    background:#e0e0e0;\n    border:2px solid #999;\n    border-radius:3px;\n    position:relative;\n    z-index:2;\n}\n\n\/* Barrel *\/\n.pc-barrel{\n    position:relative;\n    flex:1;\n    height:45px;\n    border:2px solid #333;\n    border-left:none;\n    border-radius:0 6px 6px 0;\n    background:linear-gradient(to bottom, #fff 0%, #f8f8f8 50%, #fff 100%);\n    overflow:hidden;\n    box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);\n}\n\n\/* Orange fill with gradient *\/\n.pc-orange-fill{\n    position:absolute;\n    left:0;\n    top:0;\n    height:100%;\n    width:0;\n    background:linear-gradient(to bottom, #f87171 0%, var(--pc-primary) 50%, #f87171 100%);\n    transition: width 0.4s ease;\n    box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);\n}\n\n\/* Measurement markings *\/\n.pc-ticks{\n    position:absolute;\n    top:0;\n    left:0;\n    width:100%;\n    height:100%;\n    pointer-events:none;\n}\n\n.pc-tick{\n    position:absolute;\n    top:0;\n    border-left:1.5px solid #333;\n    transform:translateX(-50%);\n}\n\n.pc-tick.major{\n    height:14px;\n    border-left-width:2px;\n}\n\n.pc-tick.minor{\n    height:8px;\n}\n\n.pc-tick-label{\n    position:absolute;\n    top:18px;\n    transform:translateX(-50%);\n    font-size:10px;\n    font-weight:700;\n    color:var(--pc-dark);\n    white-space:nowrap;\n}\n\n.pc-tick-label.end{\n    transform:translateX(-85%);\n}\n\n\/* Plunger *\/\n.pc-plunger{\n    width:50px;\n    display:flex;\n    flex-direction:row-reverse;\n    align-items:center;\n    margin-left:-2px;\n    position:relative;\n    z-index:3;\n}\n\n.pc-plunger-head{\n    width:24px;\n    height:36px;\n    background:linear-gradient(to bottom, #222, #444, #222);\n    border-radius:4px;\n    border:1px solid #000;\n    position:relative;\n    margin-left:3px;\n}\n\n.pc-plunger-head::before{\n    content:'';\n    position:absolute;\n    top:50%;\n    left:50%;\n    transform:translate(-50%, -50%);\n    width:3px;\n    height:20px;\n    background:#666;\n    border-radius:2px;\n}\n\n.pc-plunger-stem{\n    width:38px;\n    height:8px;\n    background:linear-gradient(to bottom, #333, #555, #333);\n    border-radius:2px;\n}\n\n\/* Marker arrow *\/\n.pc-marker{\n    position:absolute;\n    top:-16px;\n    width:0;\n    height:0;\n    border-left:8px solid transparent;\n    border-right:8px solid transparent;\n    border-top:14px solid var(--pc-primary);\n    transition:left 0.4s ease;\n    filter:drop-shadow(0 2px 3px rgba(0,0,0,0.3));\n    z-index:10;\n}\n\n\/* Mobile optimization *\/\n@media(max-width:600px){\n    .pc-syringe-container{\n        padding:0 5px;\n    }\n    .pc-syringe-area{\n        height:70px;\n    }\n    .pc-needle{\n        width:20px;\n    }\n    .pc-hub{\n        width:15px;\n        height:15px;\n    }\n    .pc-barrel{\n        height:38px;\n    }\n    .pc-plunger{\n        width:40px;\n    }\n    .pc-plunger-head{\n        width:20px;\n        height:30px;\n    }\n    .pc-plunger-stem{\n        width:32px;\n        height:6px;\n    }\n    .pc-tick-label{\n        font-size:9px;\n    }\n    .pc-res-grid{\n        grid-template-columns:1fr;\n        gap:15px;\n    }\n}\n<\/style>\n\n<div class=\"pc-wrapper\" data-pc-id=\"pc_69e76c8a7a446\">\n    <div class=\"pc-grid\">\n        <div class=\"pc-col\">\n            <div class=\"pc-title\">Syringe Size<\/div>\n            <div class=\"pc-btn-group\" data-group=\"syringe\">\n                <button type=\"button\" class=\"pc-option active\" data-val=\"100\">1.0 ml<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"50\">0.5 ml<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"30\">0.3 ml<\/button>\n            <\/div>\n\n            <div class=\"pc-title\">Peptide Vial (mg)<\/div>\n            <div class=\"pc-btn-group\" data-group=\"vial\">\n                <button type=\"button\" class=\"pc-option active\" data-val=\"5\">5 mg<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"10\">10 mg<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"15\">15 mg<\/button>\n                <button type=\"button\" class=\"pc-option\" data-other>Other<\/button>\n            <\/div>\n            <input type=\"number\" class=\"pc-custom-input\" data-input=\"vial\" placeholder=\"Vial mg\">\n        <\/div>\n\n        <div class=\"pc-col\">\n            <div class=\"pc-title\">Water Added (ml)<\/div>\n            <div class=\"pc-btn-group\" data-group=\"water\">\n                <button type=\"button\" class=\"pc-option active\" data-val=\"2\">2 ml<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"3\">3 ml<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"5\">5 ml<\/button>\n                <button type=\"button\" class=\"pc-option\" data-other>Other<\/button>\n            <\/div>\n            <input type=\"number\" class=\"pc-custom-input\" data-input=\"water\" placeholder=\"Water ml\">\n\n            <div class=\"pc-title\">Desired Dose (mg)<\/div>\n            <div class=\"pc-btn-group\" data-group=\"dose\">\n                <button type=\"button\" class=\"pc-option active\" data-val=\"0.1\">0.1 mg<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"0.25\">0.25 mg<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"0.5\">0.5 mg<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"1\">1 mg<\/button>\n                <button type=\"button\" class=\"pc-option\" data-val=\"2.5\">2.5 mg<\/button>\n                <button type=\"button\" class=\"pc-option\" data-other>Other<\/button>\n            <\/div>\n            <input type=\"number\" class=\"pc-custom-input\" data-input=\"dose\" placeholder=\"Dose mg\">\n        <\/div>\n    <\/div>\n\n    <div class=\"pc-result-card\">\n        <div class=\"pc-res-grid\">\n            <div class=\"pc-res-item\">\n                <span class=\"pc-res-label\">Peptide Dose<\/span>\n                <span class=\"pc-res-val\"><span data-res=\"dose-val\">0<\/span><small class=\"pc-res-unit\"> mg<\/small><\/span>\n            <\/div>\n            <div class=\"pc-res-item\">\n                <span class=\"pc-res-label\">Draw Syringe To<\/span>\n                <span class=\"pc-res-val\"><span data-res=\"units\">0<\/span><small class=\"pc-res-unit\"> units<\/small><\/span>\n            <\/div>\n        <\/div>\n\n        <div class=\"pc-syringe-container\">\n            <div class=\"pc-syringe-area\">\n                <div class=\"pc-needle\"><\/div>\n                <div class=\"pc-hub\"><\/div>\n                <div class=\"pc-barrel\">\n                    <div class=\"pc-orange-fill\"><\/div>\n                    <div class=\"pc-marker\"><\/div>\n                    <div class=\"pc-ticks\"><\/div>\n                <\/div>\n                <div class=\"pc-plunger\">\n                    <div class=\"pc-plunger-head\"><\/div>\n                    <div class=\"pc-plunger-stem\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"pc-res-grid\" style=\"margin-top: 20px;\">\n            <div class=\"pc-res-item\">\n                <span class=\"pc-res-label\">Your Vial Contains<\/span>\n                <span class=\"pc-res-val\"><span data-res=\"total-doses\">0<\/span><small class=\"pc-res-unit\"> doses<\/small><\/span>\n            <\/div>\n            <div class=\"pc-res-item\">\n                <span class=\"pc-res-label\">Concentration<\/span>\n                <span class=\"pc-res-val\"><span data-res=\"conc\">0<\/span><small class=\"pc-res-unit\"> mg\/mL<\/small><\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n(() => {\ndocument.querySelectorAll('.pc-wrapper').forEach(wrapper => {\n    const state = { syringe:100, vial:5, water:2, dose:0.1 };\n\n    const fill   = wrapper.querySelector('.pc-orange-fill');\n    const marker = wrapper.querySelector('.pc-marker');\n    const ticks  = wrapper.querySelector('.pc-ticks');\n\n    function updateSyringe(){\n        const units = (state.dose \/ state.vial) * (state.water * 100);\n        const pct = Math.min((units \/ state.syringe) * 100, 100);\n\n        fill.style.width = pct + '%';\n        marker.style.left = pct + '%';\n\n        \/\/ Draw tick marks dynamically based on syringe size\n        ticks.innerHTML = '';\n        const max = state.syringe;\n        \n        \/\/ Determine tick intervals\n        let majorStep, minorStep;\n        if(max <= 30) {\n            majorStep = 5;\n            minorStep = 1;\n        } else if(max <= 50) {\n            majorStep = 10;\n            minorStep = 2;\n        } else {\n            majorStep = 10;\n            minorStep = 5;\n        }\n\n        \/\/ Draw major and minor ticks\n        for(let i = 0; i <= max; i += minorStep) {\n            const tick = document.createElement('div');\n            const isMajor = i % majorStep === 0;\n            \n            tick.className = isMajor ? 'pc-tick major' : 'pc-tick minor';\n            tick.style.left = (i \/ max * 100) + '%';\n            \n            \/\/ Add labels to major ticks\n            if(isMajor) {\n                const label = document.createElement('span');\n                label.className = 'pc-tick-label';\n                if(i === max) label.classList.add('end');\n                label.innerText = i;\n                tick.appendChild(label);\n            }\n            \n            ticks.appendChild(tick);\n        }\n    }\n\n    function update(){\n        const resDose  = wrapper.querySelector('[data-res=\"dose-val\"]');\n        const resUnits = wrapper.querySelector('[data-res=\"units\"]');\n        const resTotal = wrapper.querySelector('[data-res=\"total-doses\"]');\n        const resConc  = wrapper.querySelector('[data-res=\"conc\"]');\n\n        resDose.textContent = state.dose || 0;\n\n        if (state.vial <= 0 || state.water <= 0 || state.dose <= 0) {\n            resUnits.textContent = \"0\";\n            resTotal.textContent = \"0\";\n            resConc.textContent  = (state.vial > 0 && state.water > 0) ? (state.vial \/ state.water).toFixed(1) : \"0\";\n            fill.style.width = '0%';\n            marker.style.left = '0%';\n            ticks.innerHTML = '';\n            return;\n        }\n\n        const conc  = state.vial \/ state.water;\n        const units = (state.dose \/ state.vial) * (state.water * 100);\n        const totalDoses = state.vial \/ state.dose;\n\n        resUnits.textContent = Math.round(units);\n        resTotal.textContent = totalDoses % 1 === 0 ? totalDoses : totalDoses.toFixed(1);\n        resConc.textContent  = conc.toFixed(1);\n\n        updateSyringe();\n    }\n\n    wrapper.querySelectorAll('.pc-btn-group').forEach(group => {\n        const key = group.dataset.group;\n        group.querySelectorAll('.pc-option').forEach(btn => {\n            btn.addEventListener('click', () => {\n                group.querySelectorAll('.pc-option').forEach(b=>b.classList.remove('active'));\n                btn.classList.add('active');\n\n                const input = wrapper.querySelector(`[data-input=\"${key}\"]`);\n                if (btn.hasAttribute('data-other')) {\n                    if(input){ input.style.display='block'; input.value=''; input.focus(); }\n                    state[key] = 0;\n                } else {\n                    if(input){ input.style.display='none'; input.value=''; }\n                    state[key] = parseFloat(btn.dataset.val);\n                }\n                update();\n            });\n        });\n    });\n\n    wrapper.querySelectorAll('.pc-custom-input').forEach(input => {\n        input.addEventListener('input', () => {\n            state[input.dataset.input] = parseFloat(input.value) || 0;\n            update();\n        });\n    });\n\n    update();\n});\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-402","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Peptide Calculator - The Wellness Vault<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thewellnessvaultshop.com\/?page_id=402\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Peptide Calculator - The Wellness Vault\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thewellnessvaultshop.com\/?page_id=402\" \/>\n<meta property=\"og:site_name\" content=\"The Wellness Vault\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-18T18:24:52+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thewellnessvaultshop.com\\\/?page_id=402\",\"url\":\"https:\\\/\\\/thewellnessvaultshop.com\\\/?page_id=402\",\"name\":\"Peptide Calculator - The Wellness Vault\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/the-wellness-vault-1316e36.ingress-haven.ewp.live\\\/#website\"},\"datePublished\":\"2026-04-18T18:24:51+00:00\",\"dateModified\":\"2026-04-18T18:24:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thewellnessvaultshop.com\\\/?page_id=402#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thewellnessvaultshop.com\\\/?page_id=402\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thewellnessvaultshop.com\\\/?page_id=402#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thewellnessvaultshop.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Peptide Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/the-wellness-vault-1316e36.ingress-haven.ewp.live\\\/#website\",\"url\":\"https:\\\/\\\/the-wellness-vault-1316e36.ingress-haven.ewp.live\\\/\",\"name\":\"The Wellness Vault\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/the-wellness-vault-1316e36.ingress-haven.ewp.live\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/the-wellness-vault-1316e36.ingress-haven.ewp.live\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/the-wellness-vault-1316e36.ingress-haven.ewp.live\\\/#organization\",\"name\":\"The Wellness Vault\",\"url\":\"https:\\\/\\\/the-wellness-vault-1316e36.ingress-haven.ewp.live\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/the-wellness-vault-1316e36.ingress-haven.ewp.live\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/thewellnessvaultshop.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/welness-trans.png?fit=1166%2C1116&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/thewellnessvaultshop.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/welness-trans.png?fit=1166%2C1116&ssl=1\",\"width\":1166,\"height\":1116,\"caption\":\"The Wellness Vault\"},\"image\":{\"@id\":\"https:\\\/\\\/the-wellness-vault-1316e36.ingress-haven.ewp.live\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Peptide Calculator - The Wellness Vault","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thewellnessvaultshop.com\/?page_id=402","og_locale":"en_US","og_type":"article","og_title":"Peptide Calculator - The Wellness Vault","og_url":"https:\/\/thewellnessvaultshop.com\/?page_id=402","og_site_name":"The Wellness Vault","article_modified_time":"2026-04-18T18:24:52+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thewellnessvaultshop.com\/?page_id=402","url":"https:\/\/thewellnessvaultshop.com\/?page_id=402","name":"Peptide Calculator - The Wellness Vault","isPartOf":{"@id":"https:\/\/the-wellness-vault-1316e36.ingress-haven.ewp.live\/#website"},"datePublished":"2026-04-18T18:24:51+00:00","dateModified":"2026-04-18T18:24:52+00:00","breadcrumb":{"@id":"https:\/\/thewellnessvaultshop.com\/?page_id=402#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thewellnessvaultshop.com\/?page_id=402"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thewellnessvaultshop.com\/?page_id=402#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thewellnessvaultshop.com\/"},{"@type":"ListItem","position":2,"name":"Peptide Calculator"}]},{"@type":"WebSite","@id":"https:\/\/the-wellness-vault-1316e36.ingress-haven.ewp.live\/#website","url":"https:\/\/the-wellness-vault-1316e36.ingress-haven.ewp.live\/","name":"The Wellness Vault","description":"","publisher":{"@id":"https:\/\/the-wellness-vault-1316e36.ingress-haven.ewp.live\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/the-wellness-vault-1316e36.ingress-haven.ewp.live\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/the-wellness-vault-1316e36.ingress-haven.ewp.live\/#organization","name":"The Wellness Vault","url":"https:\/\/the-wellness-vault-1316e36.ingress-haven.ewp.live\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/the-wellness-vault-1316e36.ingress-haven.ewp.live\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/thewellnessvaultshop.com\/wp-content\/uploads\/2026\/04\/welness-trans.png?fit=1166%2C1116&ssl=1","contentUrl":"https:\/\/i0.wp.com\/thewellnessvaultshop.com\/wp-content\/uploads\/2026\/04\/welness-trans.png?fit=1166%2C1116&ssl=1","width":1166,"height":1116,"caption":"The Wellness Vault"},"image":{"@id":"https:\/\/the-wellness-vault-1316e36.ingress-haven.ewp.live\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/thewellnessvaultshop.com\/index.php?rest_route=\/wp\/v2\/pages\/402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thewellnessvaultshop.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thewellnessvaultshop.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thewellnessvaultshop.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thewellnessvaultshop.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=402"}],"version-history":[{"count":1,"href":"https:\/\/thewellnessvaultshop.com\/index.php?rest_route=\/wp\/v2\/pages\/402\/revisions"}],"predecessor-version":[{"id":403,"href":"https:\/\/thewellnessvaultshop.com\/index.php?rest_route=\/wp\/v2\/pages\/402\/revisions\/403"}],"wp:attachment":[{"href":"https:\/\/thewellnessvaultshop.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}