Win-Back Email for Jewelry Brands

Jewelry buyers do not lapse in 45 days, and they do not return for a coupon. This win-back waits out the long repurchase cycle, then pulls lapsed buyers back with a new collection, a materials story, and one quiet CTA instead of a markdown.

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

What makes this win-back work for jewelry / accessories

Jewelry has the longest repurchase cycle in ecommerce. A buyer who bought an engagement ring or a gold pendant in March is not lapsed by June, and sending her a 20 percent off code at day 90 reads as desperate, not attentive. Fine jewelry buyers come back in 9 to 24 months, when the next occasion or the next collection pulls them. This win-back waits out that cycle and ties the send to a real event: a new collection.

Trigger. Target buyers who Placed Order at least once and Placed Order zero times in the last 270 days. Nine months is the floor. For bridal and fine pieces, push to 365. Exclude one-off purchases like gift cards, polishing cloths, and care kits, because those buyers never entered the jewelry relationship. Slice the segment by last-purchase category so a ring buyer hears about rings, not charms. Hold VIPs and collectors back into a separate early-access path.

Timing. Send when a new collection actually drops, not on an arbitrary lapsed-120-days clock. The newness is the reason to return. If you ship two collections a year, you get two honest win-back moments, and that scarcity is real. Layer the gift calendar as a second trigger: fire on the anniversary of the first purchase, or 45 days before a gifting peak like the December holidays or Valentine's Day. Reference the months since the last order by name. "It has been eleven months since your Mara ring" beats "We miss you."

The offer. Never discount a fine jewelry hero. A 15 percent code on an $1,800 average piece trains buyers to wait for the next sale and reads as clearance to a collector. The new collection is the offer. Reinforce it with service: early access for past buyers, complimentary engraving, insured shipping, a 60-day return window, or complimentary resizing. Each reads as a relationship, not a markdown. If you must move aged inventory, run that in a separate outlet send and keep this list clean.

Copy angle. Name the piece they already own, then sell the materials of the new one. "Your last piece was the Mara ring in 14k solid gold. The atelier has been at work since. Covelle II lands today, cast from certified recycled 18k gold and set with conflict-free stones graded by GIA." One or two material facts outperform three paragraphs of timeless elegance, and every claim has to match the hallmark. Subject line: "A new collection, cast for you." Preheader: "First look at Covelle II. Cast in recycled 18k gold." Hero headline: "The Covelle II collection, first look."

CTA. One button, one verb. "See the new collection" or "Discover Covelle II." Never "Buy now," and never stack "book a fitting," "read the story," and "view on model" as three competing buttons. Point the button straight at the collection page with the variant and the early-access parameter attached. A lapsed jewelry buyer sent to the homepage leaves.

Numbers to expect. A jewelry win-back anchored to a new collection opens 18 to 26 percent on the engaged segment, clicks 2 to 5 percent, and earns $2 to $8 per recipient because the AOV is high. The same list sent a generic "we miss you, here is 20 percent off" opens closer to 10 to 12 percent and pulls in bargain hunters who return at half the rate. The early-access send to past buyers alone can clear the first 30 to 50 pieces of a 200-piece edition.

Why it renders in every inbox

Jewelry buyers open this email in Gmail on an iPhone at lunch, Apple Mail in dark mode at 11pm, and Outlook on a work laptop the next morning. The HTML has to hold in all three. Here is what sits under the hood.

Nested tables, not divs. The layout is built from table inside table inside table. Outlook 2007 through 2021 renders mail in Microsoft Word's engine, which ignores flexbox, grid, and most div styling. Gmail clips div-heavy markup. Tables are the one structure every client parses the same way. Each section is one 600px table, each column is a nested table, and the columns stack on mobile through a single media query.

Inline CSS on every element. Gmail keeps one head style block and discards the rest, so a class on a cell does nothing in Gmail web. Color, font size, padding, and link treatment live as inline attributes on each tag. MJML inlines the critical rules at export. Find and replace re-skins the whole email because every value sits on the element it styles.

A bulletproof button for Outlook. The Word engine cannot render border-radius or padding on an anchor tag, so a normal button arrives as flat text with no fill. The CTA is wrapped in VML (Vector Markup Language), the one vector format Word still reads, which draws a real gold rectangle with real padding and a working click target. Your gold "See the new collection" button stays gold and stays clickable in Outlook instead of collapsing to a flat blue link.

Live text, not burned-in images. The headline, the materials story, and the edition size are real text, not baked into a JPEG. Image blocking is still the default in Outlook and many enterprise clients, and Gmail web clips messages over roughly 102KB. Live text loads instantly, reads aloud to screen readers, and keeps the file small. Only the hero product shot and the wordmark are images.

Dark mode and the color-scheme meta. Apple Mail and iOS Mail auto-invert undeclared backgrounds, so a warm ivory page flips to a muddy gray and the champagne gold goes dull. A color-scheme meta in the head plus a supported-color-schemes style tells the inbox which palette to honor. The ivory page and gold accent hold in dark mode instead of inverting into a mess.

One mobile media query. A single max-width: 480px block bumps the headline down, widens the gold button to thumb size, and stacks any columns. One query keeps the file under the Gmail clip threshold and avoids the rendering bugs that multiply with every breakpoint.

Web fonts with a serif fallback. The editorial display face loads with a Cormorant Garamond, Georgia, Times New Roman, serif stack behind it. Gmail and Outlook strip web fonts entirely, so the fallback has to look intentional. Georgia carries the luxury serif character when the custom face does not load, and the labels fall back through Helvetica Neue, Arial, sans-serif.

How to use it in Klaviyo or Mailchimp

This template drops into either ESP in under five minutes.

1. Copy the compiled HTML. Use the Copy HTML button on the preview, or compile the MJML on this page at mjml.io and copy that output.

2. Paste into your ESP. In Klaviyo, open the win-back flow, add an email, drag an HTML block into the canvas, and paste the full document. For a one-off send, choose Import HTML on a campaign. In Mailchimp, start a campaign, choose Code your own, then Paste in code, and drop in the HTML. Leave "Convert categories to text" off so merge tags stay raw.

3. Swap the brand. Replace "Covelle" in the masthead and footer, swap the hero image URL for your new collection shot on a consistent ivory sweep, and replace the four hex values: #B08D43 for the gold accent, #F6F1E7 for the ivory page, #FFFFFF for the card, and #1A1714 for the ink. Every color is inline, so find and replace re-skins the whole file in under a minute.

4. Wire the jewelry merge tags. A jewelry win-back needs the buyer's last piece, not a generic greeting. - First name: Klaviyo uses {{ first_name|default:'collector' }}, Mailchimp uses *|FNAME|*. - Last piece owned: in Klaviyo, pull it from the last Placed Order event with {{ event.extra.items.0.product.name }}, or from a custom property {{ person|lookup:'Last Piece' }}. In Mailchimp, use a product merge field like *|LAST_PIECE|* populated post-purchase. - New collection URL: point the button at the collection page with the early-access parameter, for example /collections/covelle-ii?early={{ person|lookup:'Buyer ID' }} in Klaviyo, or *|COLLECTION_URL|* in Mailchimp. - Anniversary line: compute the months since first purchase and render "It has been {{ months_since }} months since your {{ last_piece }}." If your ESP cannot compute the interval, hardcode it per segment. - Footer: set {{ unsubscribe_url }} and {{ update_preferences_url }} in Klaviyo, or *|UNSUB|* and *|UPDATE_PROFILE|* in Mailchimp. UTMs on the CTA: ?utm_source=klaviyo&utm_medium=email&utm_campaign=covelle_ii_winback&utm_content=collection_cta.

5. Test before you send. Run a live proof to Gmail web and mobile, Apple Mail on iPhone in light and dark mode, and Outlook 365 on Windows. Confirm the gold VML button is a clickable rectangle in Outlook, confirm the merge tags resolved to the buyer's real last piece, and confirm the ivory background does not invert to gray in Apple dark mode. Send the proof to your own phone before you schedule.

Questions

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

Yes. The HTML and the MJML are free to copy into your Klaviyo or Mailchimp account and send to your own list or your agency's jewelry clients. No license, no attribution. Keep the unsubscribe link and the registered business address in the footer, because CAN-SPAM and most ESP terms require them.

Will the gold button and layout survive Outlook? +

Yes. The CTA is a bulletproof VML button, so Outlook 2007 through 2021 and Outlook on the web render it as a real gold rectangle with padding and a working click target instead of collapsing it to a flat text link. The layout is nested HTML tables with inline CSS, which Outlook parses correctly where divs and flex would collapse.

How do I match my jewelry brand's exact gold or platinum hex? +

Four hex values do the work: #B08D43 for the gold accent, #F6F1E7 for the ivory page, #FFFFFF for the card, and #1A1714 for the ink. Change them once in the mj-attributes block at the top of the MJML and the whole email re-skins, or find and replace the same values in the compiled HTML. For a platinum or white-gold line, move to cool grays such as #E8EAED page, #FFFFFF card, #C4C9D0 accent, and #2B2F36 ink, and update the same hex inside the dark-mode block so the accent does not read warm.

Do I need to know HTML to use this win-back? +

No. Paste the compiled HTML into a Klaviyo HTML block or Mailchimp's Paste in code editor and swap the text, image URL, and links in place. The only code-shaped step is wiring the merge tags for the buyer's last piece and the collection link, and the template ships with both the Klaviyo and Mailchimp tag formats ready to paste.

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