Copy of Copy of new roots present work test code

Madera Roots

Present Work

What’s moving now: what ships immediately, what’s being refreshed, and the partners we’re bringing online — all tied back to real-world impact.

{%- comment -%} SECTION 1 — READY NOW Collection handle: roots {%- endcomment -%} {% assign c_ready = collections['roots'] %}
Ready Now

Shipping immediately.

The simplest entry point. In-stock Roots products that move fast and carry the new present tense of Madera.

2 trees planted per product.

{% if c_ready and c_ready.products_count > 0 %} {% for product in c_ready.products limit:5 %} {% endfor %} {% else %}

Ready Now products coming online

This section will populate as soon as the Roots collection has products.

{% endif %}
{%- comment -%} SECTION 2 — HAMMOCK ACCESSORIES (refreshed line, ships 2–6 weeks) Collection handle: hammock-accessories {%- endcomment -%} {% assign c_acc = collections['hammock-accessories'] %}
Hammock Accessories

The refreshed Madera Roots line.

Tarps, nets, straps — built to complete the system. This run is the refreshed Roots line and typically ships in 2–6 weeks.

2 trees planted per product.

{% if c_acc and c_acc.products_count > 0 %} {% for product in c_acc.products limit:5 %} {% endfor %} {% else %}

Accessories are staging

Add products to the “hammock-accessories” collection to populate this swipe.

{% endif %}
{%- comment -%} SECTION 3 — FRIENDS OF MADERA: VANS (static cards) {%- endcomment -%}
Friends of Madera — Vans

Builds you can live inside.

Book a trip, buy a rig, or build with us. Optional add-ons can include things like bikes — so the whole journey stays simple.

~1,000 trees planted per van sale.

10 trees planted per mile.

Book a Van

Short-term escape pods for dark skies and real ground.

Book

Buy a Van

Own the system — built for longevity, not trend.

View

Build With Us

Bring your platform. We’ll help make it real.

Build

Add-ons (Bikes, etc.)

Optional gear to keep the trip light and self-contained.

See add-ons
{%- comment -%} SECTION 4 — WESTERN SOL SAUNAS Collection handle: saunas {%- endcomment -%} {% assign c_sauna = collections['saunas'] %}
Friends of Madera — Western Sol

The new luxury is recovery.

A room that teaches your nervous system to downshift. Real heat. Real craft. Built to last — with a purchase that carries impact.

100–200 trees planted per purchase.

  • Ritual you can repeat.
  • Craft that holds up.
  • Longevity over novelty.

General wellness education only — not medical advice.

{% if c_sauna and c_sauna.products_count > 0 %} {% for product in c_sauna.products limit:5 %} {% endfor %} {% else %}

Saunas are staging

Add products to the “saunas” collection to populate this swipe.

{% endif %}
{%- comment -%} SECTION 5 — COLD PLUNGES Collection handle: cold-plunges {%- endcomment -%} {% assign c_plunge = collections['cold-plunges'] %}
Cold Plunges

Cold that resets the signal.

Curated options that pair cleanly with heat — built for a repeatable ritual at home.

50 trees planted per purchase.

{% if c_plunge and c_plunge.products_count > 0 %} {% for product in c_plunge.products limit:5 %} {% endfor %} {% else %}

Cold plunges coming online

Create/populate the “cold-plunges” collection when you’re ready.

{% endif %}
{%- comment -%} SECTION 6 — TD CLOTHING Collection handle: td-tactical {%- endcomment -%} {% assign c_td = collections['td-tactical'] %}
TD — Clothing

Utility you can trust.

Field-ready layers and honest materials — built to work, not just look the part.

10 trees planted per product.

{% if c_td and c_td.products_count > 0 %} {% for product in c_td.products limit:5 %} {% endfor %} {% else %}

TD is staging

Add products to “td-tactical” to populate this swipe.

{% endif %}
{%- comment -%} SECTION 7 — COFFEE Collection handle: coffee {%- endcomment -%} {% assign c_coffee = collections['coffee'] %}
Coffee

The ritual at the bottom of the day.

A bag you’ll actually finish. Compostable packaging. Built for mornings, maps, and the slow return to baseline.

1 tree planted per bag. Compostable bags.

Try a bag — or subscribe to keep the ritual stocked.

{% if c_coffee and c_coffee.products_count > 0 %} {% for product in c_coffee.products limit:5 %} {% endfor %} {% else %}

Coffee is staging

Add products to “coffee” to populate this swipe.

{% endif %}