{"product_id":"earthtobed-grounding-bedsheet-family-bundle","title":"EarthToBed™ Grounding Bedsheet 10% Conductive Silver","description":"\u003cstyle\u003e\n  .etb-features,\n  .etb-features * {\n    box-sizing: border-box;\n  }\n\n  .etb-features {\n    --etb-primary: #315b4c;\n    --etb-primary-dark: #234538;\n    --etb-primary-light: #4b7465;\n    --etb-accent: #e7efe9;\n    --etb-background: #f8faf8;\n    --etb-border: #dce6df;\n    --etb-text: #25312c;\n    --etb-muted: #66736d;\n    --etb-gold: #b48b43;\n    --etb-science-bg: #f4f7f5;\n\n    width: 100%;\n    color: var(--etb-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .etb-features-container {\n    width: 100%;\n    margin: 0 auto;\n  }\n\n  \/* Header *\/\n\n  .etb-features-header {\n    position: relative;\n    padding: 26px;\n    margin-bottom: 18px;\n    overflow: hidden;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(49, 91, 76, 0.1),\n        transparent 38%\n      ),\n      linear-gradient(\n        135deg,\n        var(--etb-background) 0%,\n        #ffffff 100%\n      );\n    border: 1px solid var(--etb-border);\n    border-radius: 14px;\n  }\n\n  .etb-features-heading {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n    margin: 0 0 12px;\n    color: var(--etb-primary-dark);\n    font-size: 25px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .etb-features-heading-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 44px;\n    width: 44px;\n    height: 44px;\n    color: #ffffff;\n    background: var(--etb-primary);\n    border-radius: 50%;\n  }\n\n  .etb-features-heading-icon svg {\n    width: 23px;\n    height: 23px;\n  }\n\n  .etb-features-subheading {\n    max-width: 760px;\n    margin: 0;\n    color: var(--etb-muted);\n  }\n\n  \/* Main highlight *\/\n\n  .etb-recharge-box {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 17px;\n    align-items: flex-start;\n    padding: 21px;\n    margin-bottom: 20px;\n    color: #ffffff;\n    background: var(--etb-primary);\n    border-radius: 14px;\n  }\n\n  .etb-recharge-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    color: var(--etb-primary);\n    background: #ffffff;\n    border-radius: 50%;\n  }\n\n  .etb-recharge-icon svg {\n    width: 26px;\n    height: 26px;\n  }\n\n  .etb-recharge-eyebrow {\n    display: block;\n    margin-bottom: 3px;\n    color: rgba(255, 255, 255, 0.75);\n    font-size: 12px;\n    line-height: 1.3;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .etb-recharge-title {\n    display: block;\n    margin-bottom: 6px;\n    color: #ffffff;\n    font-size: 20px;\n    line-height: 1.35;\n    font-weight: 700;\n  }\n\n  .etb-recharge-text {\n    display: block;\n    color: rgba(255, 255, 255, 0.9);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  \/* Benefit chips *\/\n\n  .etb-benefit-chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-bottom: 24px;\n  }\n\n  .etb-benefit-chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    min-height: 38px;\n    padding: 8px 13px;\n    color: var(--etb-primary-dark);\n    background: var(--etb-accent);\n    border: 1px solid var(--etb-border);\n    border-radius: 999px;\n    font-size: 13px;\n    line-height: 1.3;\n    font-weight: 600;\n  }\n\n  .etb-benefit-chip-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 20px;\n    width: 20px;\n    height: 20px;\n    color: #ffffff;\n    background: var(--etb-primary);\n    border-radius: 50%;\n    font-size: 11px;\n    line-height: 1;\n    font-weight: 700;\n  }\n\n  \/* Feature cards *\/\n\n  .etb-features-section-title {\n    margin: 0 0 14px;\n    color: var(--etb-primary-dark);\n    font-size: 20px;\n    line-height: 1.4;\n    font-weight: 700;\n  }\n\n  .etb-features-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 13px;\n    margin-bottom: 24px;\n  }\n\n  .etb-feature-card {\n    position: relative;\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n    min-height: 154px;\n    padding: 19px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--etb-border);\n    border-radius: 14px;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .etb-feature-card:hover {\n    transform: translateY(-2px);\n    border-color: var(--etb-primary);\n    box-shadow: 0 8px 24px rgba(35, 69, 56, 0.08);\n  }\n\n  .etb-feature-number {\n    position: absolute;\n    top: 8px;\n    right: 12px;\n    color: rgba(49, 91, 76, 0.065);\n    font-size: 42px;\n    line-height: 1;\n    font-weight: 800;\n  }\n\n  .etb-feature-icon {\n    position: relative;\n    z-index: 1;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 48px;\n    width: 48px;\n    height: 48px;\n    color: var(--etb-primary);\n    background: var(--etb-accent);\n    border-radius: 50%;\n  }\n\n  .etb-feature-icon svg {\n    width: 24px;\n    height: 24px;\n  }\n\n  .etb-feature-content {\n    position: relative;\n    z-index: 1;\n    min-width: 0;\n  }\n\n  .etb-feature-title {\n    display: block;\n    padding-right: 22px;\n    margin-bottom: 6px;\n    color: var(--etb-primary-dark);\n    font-size: 17px;\n    line-height: 1.35;\n    font-weight: 700;\n  }\n\n  .etb-feature-text {\n    display: block;\n    color: var(--etb-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* Materials *\/\n\n  .etb-materials-box {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 16px;\n    align-items: flex-start;\n    padding: 20px;\n    margin-bottom: 22px;\n    background: var(--etb-accent);\n    border: 1px solid var(--etb-border);\n    border-radius: 14px;\n  }\n\n  .etb-materials-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    color: var(--etb-primary);\n    background: #ffffff;\n    border-radius: 50%;\n  }\n\n  .etb-materials-icon svg {\n    width: 23px;\n    height: 23px;\n  }\n\n  .etb-materials-title {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--etb-primary-dark);\n    font-size: 17px;\n    line-height: 1.4;\n    font-weight: 700;\n  }\n\n  .etb-materials-text {\n    display: block;\n    color: var(--etb-muted);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .etb-materials-composition {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 11px;\n  }\n\n  .etb-material-pill {\n    display: inline-flex;\n    align-items: center;\n    padding: 6px 10px;\n    color: var(--etb-primary-dark);\n    background: #ffffff;\n    border: 1px solid var(--etb-border);\n    border-radius: 999px;\n    font-size: 12px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  \/* Science section *\/\n\n  .etb-science-box {\n    padding: 21px;\n    margin-bottom: 20px;\n    background: var(--etb-science-bg);\n    border: 1px solid var(--etb-border);\n    border-radius: 14px;\n  }\n\n  .etb-science-header {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n    margin-bottom: 16px;\n  }\n\n  .etb-science-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 40px;\n    width: 40px;\n    height: 40px;\n    color: #ffffff;\n    background: var(--etb-primary);\n    border-radius: 50%;\n  }\n\n  .etb-science-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .etb-science-title {\n    margin: 0;\n    color: var(--etb-primary-dark);\n    font-size: 19px;\n    line-height: 1.4;\n    font-weight: 700;\n  }\n\n  .etb-research-list {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .etb-research-item {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 11px;\n    align-items: flex-start;\n    padding: 13px 14px;\n    background: #ffffff;\n    border: 1px solid var(--etb-border);\n    border-radius: 10px;\n  }\n\n  .etb-research-check {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 23px;\n    height: 23px;\n    margin-top: 1px;\n    color: #ffffff;\n    background: var(--etb-primary);\n    border-radius: 50%;\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 700;\n  }\n\n  .etb-research-text {\n    color: var(--etb-text);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .etb-research-text strong {\n    color: var(--etb-primary-dark);\n  }\n\n  \/* Final note *\/\n\n  .etb-features-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 14px;\n    align-items: flex-start;\n    padding: 17px 18px;\n    color: var(--etb-muted);\n    background: #ffffff;\n    border: 1px solid var(--etb-border);\n    border-radius: 12px;\n  }\n\n  .etb-features-note-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 35px;\n    width: 35px;\n    height: 35px;\n    color: var(--etb-primary);\n    background: var(--etb-accent);\n    border-radius: 50%;\n  }\n\n  .etb-features-note-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .etb-features-note-title {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--etb-primary-dark);\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n  }\n\n  .etb-features-note-text {\n    display: block;\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  @media screen and (max-width: 749px) {\n    .etb-features {\n      font-size: 15px;\n    }\n\n    .etb-features-header {\n      padding: 18px;\n      border-radius: 12px;\n    }\n\n    .etb-features-heading {\n      align-items: flex-start;\n      gap: 11px;\n      font-size: 21px;\n    }\n\n    .etb-features-heading-icon {\n      flex-basis: 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .etb-recharge-box {\n      gap: 13px;\n      padding: 17px;\n    }\n\n    .etb-recharge-icon {\n      width: 41px;\n      height: 41px;\n    }\n\n    .etb-recharge-title {\n      font-size: 17px;\n    }\n\n    .etb-benefit-chips {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 8px;\n    }\n\n    .etb-benefit-chip {\n      justify-content: flex-start;\n      padding: 8px 10px;\n      font-size: 12px;\n    }\n\n    .etb-features-section-title {\n      font-size: 18px;\n    }\n\n    .etb-features-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .etb-feature-card {\n      min-height: auto;\n      padding: 17px;\n    }\n\n    .etb-feature-card:hover {\n      transform: none;\n      box-shadow: none;\n    }\n\n    .etb-feature-icon {\n      flex-basis: 43px;\n      width: 43px;\n      height: 43px;\n    }\n\n    .etb-feature-title {\n      font-size: 16px;\n    }\n\n    .etb-materials-box {\n      padding: 17px;\n    }\n\n    .etb-materials-icon {\n      width: 40px;\n      height: 40px;\n    }\n\n    .etb-science-box {\n      padding: 17px;\n    }\n\n    .etb-science-title {\n      font-size: 17px;\n    }\n\n    .etb-research-item {\n      padding: 12px;\n    }\n\n    .etb-features-note {\n      padding: 15px;\n    }\n  }\n\n  @media screen and (max-width: 380px) {\n    .etb-benefit-chips {\n      grid-template-columns: 1fr;\n    }\n\n    .etb-feature-card {\n      gap: 12px;\n    }\n\n    .etb-feature-icon {\n      flex-basis: 40px;\n      width: 40px;\n      height: 40px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"etb-features\"\u003e\n\u003cdiv class=\"etb-features-container\"\u003e\n\u003cdiv class=\"etb-features-header\"\u003e\n\u003ch3 class=\"etb-features-heading\"\u003e\n\u003cspan class=\"etb-features-heading-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M12 2.8 14.2 9l6.5.2-5.1 4 1.8 6.3-5.4-3.7-5.4 3.7 1.8-6.3-5.1-4L9.8 9 12 2.8Z\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e Key Features\u003c\/h3\u003e\n\u003cp class=\"etb-features-subheading\"\u003eReconnect with the Earth while you sleep. EarthToBed combines conductive silver fibers with soft organic cotton to make grounding a simple part of your nightly routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"etb-recharge-box\"\u003e\n\u003cspan class=\"etb-recharge-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003cpath d=\"M13 2 5 13h6l-1 9 9-12h-6V2Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e \u003cspan class=\"etb-recharge-eyebrow\"\u003e Grounding while you sleep \u003c\/span\u003e \u003cspan class=\"etb-recharge-title\"\u003e Recharge Overnight With Nature’s Electrons \u003c\/span\u003e \u003cspan class=\"etb-recharge-text\"\u003e When properly connected, the conductive bedsheet brings your body to the Earth’s electrical potential while your skin is in contact with the silver-woven surface. It offers a convenient indoor alternative to spending time barefoot outdoors. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"etb-benefit-chips\"\u003e\n\u003cspan class=\"etb-benefit-chip\"\u003e \u003cspan class=\"etb-benefit-chip-icon\"\u003e✓\u003c\/span\u003e Better Sleep Support \u003c\/span\u003e \u003cspan class=\"etb-benefit-chip\"\u003e \u003cspan class=\"etb-benefit-chip-icon\"\u003e✓\u003c\/span\u003e Recovery Comfort \u003c\/span\u003e \u003cspan class=\"etb-benefit-chip\"\u003e \u003cspan class=\"etb-benefit-chip-icon\"\u003e✓\u003c\/span\u003e Bedtime Relaxation \u003c\/span\u003e \u003cspan class=\"etb-benefit-chip\"\u003e \u003cspan class=\"etb-benefit-chip-icon\"\u003e✓\u003c\/span\u003e Everyday Comfort \u003c\/span\u003e \u003cspan class=\"etb-benefit-chip\"\u003e \u003cspan class=\"etb-benefit-chip-icon\"\u003e✓\u003c\/span\u003e Morning Freshness \u003c\/span\u003e \u003cspan class=\"etb-benefit-chip\"\u003e \u003cspan class=\"etb-benefit-chip-icon\"\u003e✓\u003c\/span\u003e Joint Comfort Support \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch4 class=\"etb-features-section-title\"\u003eWhy Choose EarthToBed?\u003c\/h4\u003e\n\u003cdiv class=\"etb-features-grid\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"etb-feature-card\"\u003e\n\u003cspan class=\"etb-feature-number\" aria-hidden=\"true\"\u003e01\u003c\/span\u003e \u003cspan class=\"etb-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M19 14.5A7.5 7.5 0 0 1 9.5 5 7.5 7.5 0 1 0 19 14.5Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M17 4v3M15.5 5.5h3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"etb-feature-content\"\u003e \u003cspan class=\"etb-feature-title\"\u003e Supports a Restful Sleep Routine \u003c\/span\u003e \u003cspan class=\"etb-feature-text\"\u003e Early human studies have reported improvements in subjective sleep measures and changes in nighttime cortisol patterns when grounding was used during sleep. Results can vary between individuals. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"etb-feature-card\"\u003e\n\u003cspan class=\"etb-feature-number\" aria-hidden=\"true\"\u003e02\u003c\/span\u003e \u003cspan class=\"etb-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M4 12a8 8 0 1 0 16 0\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 12a4 4 0 1 0 8 0M12 4v8\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"etb-feature-content\"\u003e \u003cspan class=\"etb-feature-title\"\u003e May Support Recovery and Comfort \u003c\/span\u003e \u003cspan class=\"etb-feature-text\"\u003e Small controlled studies involving exercise-related muscle soreness have observed differences in discomfort and certain recovery-related blood measurements between grounded and sham-grounded groups. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"etb-feature-card\"\u003e\n\u003cspan class=\"etb-feature-number\" aria-hidden=\"true\"\u003e03\u003c\/span\u003e \u003cspan class=\"etb-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M12 21s-7-4.4-7-10.2A4.8 4.8 0 0 1 13.2 7a4.8 4.8 0 0 1 5.8-.7 4.8 4.8 0 0 1 0 7.8C16.7 17.8 12 21 12 21Z\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"etb-feature-content\"\u003e \u003cspan class=\"etb-feature-title\"\u003e A Calmer Bedtime Environment \u003c\/span\u003e \u003cspan class=\"etb-feature-text\"\u003e Grounding creates a simple, passive wellness ritual that requires no complicated devices while you sleep. Some early studies have reported positive changes in mood, relaxation and perceived stress. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"etb-feature-card\"\u003e\n\u003cspan class=\"etb-feature-number\" aria-hidden=\"true\"\u003e04\u003c\/span\u003e \u003cspan class=\"etb-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M7 4c3 2 7 2 10 0M7 20c3-2 7-2 10 0M7 4v16M17 4v16\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 8h10M7 12h10M7 16h10\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"etb-feature-content\"\u003e \u003cspan class=\"etb-feature-title\"\u003e Conductive Silver-Woven Fabric \u003c\/span\u003e \u003cspan class=\"etb-feature-text\"\u003e Pure silver fibers are woven throughout the cotton surface, creating conductive contact points that connect to the supplied grounding cord. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\u003cdiv class=\"etb-feature-card\"\u003e\n\u003cspan class=\"etb-feature-number\" aria-hidden=\"true\"\u003e05\u003c\/span\u003e \u003cspan class=\"etb-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M12 21C7 18 4 14.3 4 10.3 4 6.2 7.4 3 12 3c4.6 0 8 3.2 8 7.3 0 4-3 7.7-8 10.7Z\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 12c1.8-3 4.2-4.5 7-5-1 3.7-3.2 6.2-7 7.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"etb-feature-content\"\u003e \u003cspan class=\"etb-feature-title\"\u003e Soft, Breathable Organic Cotton \u003c\/span\u003e \u003cspan class=\"etb-feature-text\"\u003e The fabric combines organic cotton with conductive silver to provide a soft and breathable sleeping surface suitable for regular nightly use. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 6 --\u003e\n\u003cdiv class=\"etb-feature-card\"\u003e\n\u003cspan class=\"etb-feature-number\" aria-hidden=\"true\"\u003e06\u003c\/span\u003e \u003cspan class=\"etb-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M4 7h16v11H4V7Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M4 11h16M8 7v4M16 7v4\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"etb-feature-content\"\u003e \u003cspan class=\"etb-feature-title\"\u003e One Size Fits Every Mattress \u003c\/span\u003e \u003cspan class=\"etb-feature-text\"\u003e The 104.3 × 19.7-inch design stretches across Single, Double, Queen, King and California King mattresses, making setup simple without replacing your entire bedding set. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 7 --\u003e\n\u003cdiv class=\"etb-feature-card\"\u003e\n\u003cspan class=\"etb-feature-number\" aria-hidden=\"true\"\u003e07\u003c\/span\u003e \u003cspan class=\"etb-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M8 5v5a4 4 0 0 0 4 4h1\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M13 14h3a3 3 0 0 1 3 3v2\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 3h4v4H6V3ZM17 17h4v4h-4v-4Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"etb-feature-content\"\u003e \u003cspan class=\"etb-feature-title\"\u003e Simple Plug-and-Sleep Setup \u003c\/span\u003e \u003cspan class=\"etb-feature-text\"\u003e Attach the connection cord to the sheet and connect it to the grounding port of a correctly grounded outlet. No electricity is supplied to the bedsheet. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 8 --\u003e\n\u003cdiv class=\"etb-feature-card\"\u003e\n\u003cspan class=\"etb-feature-number\" aria-hidden=\"true\"\u003e08\u003c\/span\u003e \u003cspan class=\"etb-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M12 3 19 6v5c0 4.6-2.8 8-7 10-4.2-2-7-5.4-7-10V6l7-3Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m9 12 2 2 4-5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"etb-feature-content\"\u003e \u003cspan class=\"etb-feature-title\"\u003e Designed for Everyday Use \u003c\/span\u003e \u003cspan class=\"etb-feature-text\"\u003e EarthToBed works quietly and passively while you rest, making it easy to maintain a consistent grounding routine without changing your normal sleep schedule. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"etb-materials-box\"\u003e\n\u003cspan class=\"etb-materials-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003cpath d=\"M4 8h16v8H4V8Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8v8M12 8v8M16 8v8M4 12h16\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e \u003cspan class=\"etb-materials-title\"\u003e Premium Skin-Friendly Materials \u003c\/span\u003e \u003cspan class=\"etb-materials-text\"\u003e The EarthToBed bedsheet blends soft organic cotton with conductive silver fibers. The breathable fabric is designed to remain comfortable against the skin throughout the night. \u003c\/span\u003e \u003cspan class=\"etb-materials-composition\"\u003e \u003cspan class=\"etb-material-pill\"\u003e 90% Organic Cotton \u003c\/span\u003e \u003cspan class=\"etb-material-pill\"\u003e10% Conductive Silver Fabric \u003c\/span\u003e \u003cspan class=\"etb-material-pill\"\u003e Breathable \u003c\/span\u003e \u003cspan class=\"etb-material-pill\"\u003e Soft-Touch Surface \u003c\/span\u003e \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"etb-science-box\"\u003e\n\u003cdiv class=\"etb-science-header\"\u003e\n\u003cspan class=\"etb-science-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M9 3h6M10 3v6l-5 9a2 2 0 0 0 1.8 3h10.4A2 2 0 0 0 19 18l-5-9V3\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7.5 16h9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch4 class=\"etb-science-title\"\u003eWhat Early Grounding Research Has Found\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cul class=\"etb-research-list\"\u003e\n\u003cli class=\"etb-research-item\"\u003e\n\u003cspan class=\"etb-research-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"etb-research-text\"\u003e \u003cstrong\u003eSleep and nighttime cortisol:\u003c\/strong\u003e a small pilot study reported changes in nighttime cortisol patterns alongside participant-reported improvements in sleep, pain and stress. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"etb-research-item\"\u003e\n\u003cspan class=\"etb-research-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"etb-research-text\"\u003e \u003cstrong\u003eSleep quality:\u003c\/strong\u003e a 2022 clinical study reported improved sleep-quality scores in grounded participants, although it did not find significant improvements in anxiety or depression. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"etb-research-item\"\u003e\n\u003cspan class=\"etb-research-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"etb-research-text\"\u003e \u003cstrong\u003eExercise recovery:\u003c\/strong\u003e a randomized sham-controlled study involving 32 healthy men observed group differences in pain and selected blood measurements after exercise-induced muscle soreness. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"etb-research-item\"\u003e\n\u003cspan class=\"etb-research-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"etb-research-text\"\u003e \u003cstrong\u003eEveryday pain and physical function:\u003c\/strong\u003e a study involving massage therapists reported positive changes in pain, physical function and mood during the grounding period. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"etb-features-note\"\u003e\n\u003cspan class=\"etb-features-note-icon\" aria-hidden=\"true\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 10v6M12 7h.01\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e \u003cspan class=\"etb-features-note-title\"\u003e Important Information \u003c\/span\u003e \u003cspan class=\"etb-features-note-text\"\u003e Scientific research into grounding is still emerging, and many available studies are small or preliminary. Individual experiences may vary. EarthToBed is a general wellness product and is not intended to diagnose, treat, cure or prevent any disease. It should not replace professional medical advice or treatment. \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"EarthToBed","offers":[{"title":"USA \/ 1 bed","offer_id":64104276984177,"sku":null,"price":80.0,"currency_code":"USD","in_stock":true},{"title":"USA \/ 2 beds","offer_id":64104314110321,"sku":null,"price":150.0,"currency_code":"USD","in_stock":true},{"title":"USA \/ 3 beds","offer_id":64104314143089,"sku":null,"price":200.0,"currency_code":"USD","in_stock":true},{"title":"UK \/ 1 bed","offer_id":64104277016945,"sku":null,"price":80.0,"currency_code":"USD","in_stock":true},{"title":"UK \/ 2 beds","offer_id":64104314175857,"sku":null,"price":150.0,"currency_code":"USD","in_stock":true},{"title":"UK \/ 3 beds","offer_id":64104314208625,"sku":null,"price":190.0,"currency_code":"USD","in_stock":true},{"title":"EU \/ 1 bed","offer_id":64104277049713,"sku":null,"price":80.0,"currency_code":"USD","in_stock":true},{"title":"EU \/ 2 beds","offer_id":64104314241393,"sku":null,"price":150.0,"currency_code":"USD","in_stock":true},{"title":"EU \/ 3 beds","offer_id":64104314274161,"sku":null,"price":200.0,"currency_code":"USD","in_stock":true},{"title":"AU \/ 1 bed","offer_id":64104277082481,"sku":null,"price":80.0,"currency_code":"USD","in_stock":true},{"title":"AU \/ 2 beds","offer_id":64104314306929,"sku":null,"price":150.0,"currency_code":"USD","in_stock":true},{"title":"AU \/ 3 beds","offer_id":64104314339697,"sku":null,"price":200.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1022\/3013\/1057\/files\/ga_trai_giuong_2.png?v=1785049456","url":"https:\/\/earthtobed.com\/en-es\/products\/earthtobed-grounding-bedsheet-family-bundle","provider":"Earth To Bed","version":"1.0","type":"link"}