Win-Back Email for Outdoor Brands

Win back lapsed gear buyers at the seasonal drop, not on a fixed day count. This win-back fires when the new line lands, names the product they already own, and points one CTA at a curated seasonal collection.

Open the full email ↗ Get this on your brand
Live preview View HTML ↗

What makes this win-back work for outdoor / gear

Outdoor buyers lapse for predictable reasons. Their last trip ended. The gear they bought still holds up. And the catalog has not changed since they last looked. A generic "we miss you" send lands flat against all three. This win-back targets the seasonal gap, the stretch between one season's purchase and the next season's new lineup.

Trigger. Filter for customers who bought in a seasonal category (insulated layers, tents, sleeping bags, packs, footwear) at least 90 days ago, with zero orders since. In Klaviyo that is "Placed Order at least once" inside a category slice, plus "Placed Order zero times" over the next 90 days. Layer a season flag so a buyer who picked up a 3-season tent last spring hears from you the following spring, not in November when tents are the last thing on their mind. Time the send to the new collection drop, not to a fixed day count.

Timing. Softgoods run on a 90 to 150 day cycle. A buyer who grabbed a fleece in April is ready to hear about the fall midlayer lineup in August. Hardgoods sit on longer replacement arcs. A tent or sleeping bag gets replaced every 3 to 7 years, so a day-365 nudge reads as spam. Time hardgoods win-backs to the year-over-year drop and lean on accessories and upgrades instead: a footprint for the tent they already own, a lighter stuff sack, a newer pad with a higher R-value.

Offer. Free shipping over a threshold beats a blanket discount in this category. Outdoor carts are big and bulky, and shipping on a tent or a pair of boots stings. "Free shipping over $99" outperforms "15% off storewide" with lapsed gear buyers because it removes the friction that fits the purchase, not a generic coupon. If you run a loyalty or trade-in program, lead with it. "Trade in your old pack for $40 toward the new line" turns a past purchase into a reason to return instead of a sunk cost.

Copy angle. Lead with the season and the spec, not the relationship. "Your Switchback 65 has seen two seasons. The 2026 version shaves 11 ounces off the same harness" beats "We miss you, come back." Reference the exact product they bought and give the buyer a concrete upgrade reason. Outdoor shoppers respond to numbers: pack weight, fill power, R-value, waterproof rating. A subject like "New season, lighter pack. The 2026 line just dropped" and a headline like "Your next trip deserves new gear" pair a seasonal trigger with a single benefit. Keep the offer line tight: free shipping over $99, good through Sunday.

CTA. One action. "Shop the new season" or "See what's new for fall." Deep-link to the seasonal collection with the discount auto-applied (https://switchbackoutfitters.com/collections/2026-new-arrivals?discount=WINBACK10). Never drop a lapsed gear buyer on the homepage. They came from a specific product, so send them to a curated seasonal collection that builds on it.

Numbers to expect. Outdoor win-backs timed to a season and tied to a specific product typically open 18 to 26%. Click-through runs 2 to 5% when the link goes to a seasonal collection rather than the homepage. Generic "we miss you" sends to the same list open closer to 11%. Free shipping over a threshold tends to beat a percentage discount by 20 to 30% on revenue per send for big-ticket gear.

Why it renders in every inbox

Outdoor shoppers read mail on a phone, often off wifi at a trailhead or a campsite, and a meaningful share block images by default. This template assumes both.

Nested tables, not divs. The layout is tables inside tables inside tables: an outer wrapper, a section table per block, a column where needed. Outlook's Word engine ignores flexbox and grid. Gmail clips div-heavy layouts. Tables are the one structure every client parses the same way.

Inline CSS. Every style lives on the element it styles. color, font-size, padding, background-color, all inline. Gmail strips style blocks in some contexts. Inline styles survive where a stylesheet would not.

Bulletproof VML button. Outlook 2007 through 2021 cannot render border-radius or padding on an anchor tag. The CTA is wrapped in VML, which draws a filled rounded rectangle with a working click target. Your trail-rust "Shop the new season" button stays colored and clickable in Outlook instead of collapsing to a flat text link.

Live text. Headlines, body copy, and the button label are real text, not text baked into images. Image blocking is the default in Outlook and many enterprise clients. Live text renders whether images load or not, screen readers can read it, and a buyer on a spotty campground signal still gets the offer even when the hero image does not load.

Dark mode. Two meta tags in the head (color-scheme and supported-color-schemes set to "light dark") tell Apple Mail and Outlook to respect a dark palette instead of inverting yours. The wordmark uses a transparent PNG with a light variant so it survives on a dark background.

One mobile media query. A single media block at max-width 600px stacks any columns, bumps the body font toward 16px, and forces the button full width. One query, one job. Stack more and you bloat the head past the point where Gmail clips the message.

Web fonts with fallbacks. A display font can be declared, but the stack always falls back to Helvetica, Arial, sans-serif. Gmail, Outlook, and Yahoo strip web fonts entirely. The fallback is what most recipients actually read.

How to use it in Klaviyo or Mailchimp

1. Copy the compiled HTML. Use the Copy HTML button on the preview, or export from the MJML at mjml.io.

2. Paste into your ESP. In Klaviyo, open the win-back flow, add an email, drag in an HTML block, and paste. In Mailchimp, start a campaign, choose Code your own, then Paste in code, and paste the full document.

3. Re-skin to the brand. Swap Switchback Outfitters, the wordmark, the pine and trail-rust hex values, and the two URLs. The palette lives in one mj-attributes block at the top of the MJML.

4. Wire the merge tags. Outdoor win-backs need live product and season data, not hardcoded copy. - First name: Klaviyo uses {{ first_name|default:'explorer' }}, Mailchimp uses *|FNAME|*. - Last product: Klaviyo pulls it from the Placed Order event with {{ event.extra.items.0.product.name }}, or a custom property {{ person|lookup:'Last Product' }}. Mailchimp uses a product merge field like *|LAST_PRODUCT|*. - Season filter: segment on Placed Order in a seasonal category (tents, packs, insulation) so the new-season CTA only reaches buyers who bought into that category. Do not send the fall insulation drop to someone whose last purchase was a hydration bladder. - Collection link: point the button at the seasonal collection with the discount auto-applied, for example https://yourstore.com/collections/2026-new-arrivals?discount=WINBACK10 in Klaviyo or *|COLLECTION_URL|* in Mailchimp.

5. Test before you send. Send a real proof to Gmail web and mobile, Apple Mail in light and dark, and Outlook on Windows. Confirm the product name resolved through the merge tag, the pack-weight line reads at full size, and the VML button is clickable in Outlook. Flip the phone to dark mode and confirm the pine panel has not inverted to mud.

Questions

Is this outdoor win-back template free to use? +

Yes. Copy the HTML and MJML and use them for your outdoor or gear brand, or your agency's outdoor clients. No license, no attribution, no paywall. Keep the unsubscribe link and the physical address in the footer; both are required by CAN-SPAM.

Will the layout and button hold in Outlook? +

Yes. The CTA is a bulletproof VML button, so Outlook's Word engine renders it as a solid trail-rust clickable rectangle with rounded corners. The structure is nested HTML tables, which Outlook parses correctly where divs and flex would collapse.

How do I match my outdoor brand's colors? +

Replace the hex values in the inline CSS. The pine wordmark bar, the cream background, the trail-rust CTA, and the granite body text each carry a clear hex code. If you work in the MJML, change them once inside mj-attributes and the new values propagate through the whole email.

Do I need to know HTML to use this? +

No. Paste the HTML into a Klaviyo or Mailchimp code block and edit the text, images, and links in place. The MJML is there if you want to regenerate the structure or rebuild a section, but it is not required to ship the email.

Want this on your client's brand?

Paste a client's site and we build a real, on-brand sample in clean, ESP-safe HTML you can paste into Klaviyo.

Get a free sample

More templates