Photos: Douglas Noblet, Howard Smith, Bailey Repp, Corey Destein

Are you looking for a gift for someone special?

Give a gift that will protect our wild places and the precious lives that depend on them.

If you want to give something meaningful to a person who loves the wild as much as you do, our digital gift cards help safeguard wild places and the wildlife that live in them.

Buy a gift that will last forever — by building a better future for generations to come.

 

AVAILABLE GIFT CARDS

Grizzly bears

Protect the vast areas that grizzly bears need to survive
 

Canada lynx

Protect habitat for our most winter-adapted feline
 

Alpine ecosystems

Protect our mountain ecosystems — from sweeping valleys to alpine meadows 
 

Mountain goats

Protect terrain for B.C.’s most adept rock climbers
 

Old-growth forests

Protect millennia-old forest ecosystems
 

Education

Inspire a child’s lifelong connection to the wild
 

var queryString = new URL(window.location).search; if (queryString.length != 0) { document.querySelectorAll( 'a' ).forEach(link => { try { if (link.protocol === 'https:' && link.href.indexOf("wildsight.ca") > -1) { console.log(link); var originalparams = new URL(link.href).search; const passedurlParams = new URLSearchParams(queryString); const urlParams = new URLSearchParams(originalparams); if (passedurlParams.get('cid')) { urlParams.append('cid', passedurlParams.get('cid')); } if (passedurlParams.get('cid1')) { urlParams.append('cid1', passedurlParams.get('cid1')); } if (passedurlParams.get('cs')) { urlParams.append('cs', passedurlParams.get('cs')); } if (passedurlParams.get('source')) { urlParams.delete('source'); urlParams.append('source', passedurlParams.get('source')); } var bareURL = new URL(link.href).origin; var pathURL = new URL(link.href).pathname; link.href = bareURL + pathURL + "?" + urlParams; } } catch(err) {} }); }