Abandoned Cart Email for Jewelry Brands

Jewelry buyers rarely abandon over price. They walk away over fit, material, and the weight of buying something meant to last years, which is why this abandoned cart holds the piece and answers those questions instead of discounting them away.

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

What makes this abandoned cart work for jewelry / accessories

Jewelry sits on the high-consideration end of ecommerce. A $40 t-shirt abandons because of price or distraction. A $280 ring abandons because the buyer is not sure of her size, not sure whether the gold is real, or not sure she wants it on her hand for the next decade. Your abandoned cart has to answer those doubts. A 20% off code does not.

Trigger on Started Checkout, not just Added to Cart. Jewelry buyers often add the same ring in three sizes to compare, so cart-level triggers fire on noise. Checkout-start tells you someone made a real decision and walked away. Filter out orders that completed within the hour so the first email never lands after a purchase.

Timing matters more here than in fast-moving categories. Send the first email 3 to 4 hours after abandonment. One hour feels like surveillance on a considered purchase; three hours reads as helpful. The second email lands 24 hours later with material and sizing reassurance plus one piece of social proof. The third, three to five days out, is your one soft nudge.

Lead with reassurance, not a discount. Jewelry brands that discount in the abandoned cart train customers to abandon on purpose. Service-led incentives protect margin and perceived value: free engraving, complimentary resizing, free shipping, or an extended return window. Reserve any percentage off for the final email, and only if your AOV gives you room.

Copy angle is low-pressure. Subject line: "Your piece is saved (no rush)." Preheader: "14k solid gold. Free resizing for 30 days." Body opens by holding the item ("We held on to your Mara Ring"), then lists what other buyers check before they decide: solid gold, free resizing, hypoallergenic, warranty. One CTA: "Complete your order." No countdown timer, no flashing scarcity. Jewelry bought under pressure gets returned.

The numbers back the calm approach. Across Klaviyo jewelry accounts, a three-email abandoned cart flow typically earns a 35 to 45% open rate on email one, a 1 to 3% placed-order rate across the flow, and $0.75 to $2.00 in revenue per recipient, well above the ecommerce average because jewelry AOV is high. The first email usually drives 60 to 70% of flow revenue, which is why reassurance belongs there and not in a discount.

Why it renders in every inbox

The HTML this template exports is built for the worst email clients, not the best. Here is what is doing the work.

Nested HTML tables carry the layout, not divs or flexbox. Outlook 2007 through 2021 render email in Microsoft Word's engine, which ignores flexbox, grid, and most modern CSS. Tables are the one layout primitive Word understands. MJML compiles every section into nested tables, so the structure holds where divs would collapse.

CSS is inlined. Gmail strips <style> blocks above roughly 16KB, and several clients ignore <style> in the body entirely. Styles written directly on each element survive Gmail clipping, image-blocking, and old renderers. MJML inlines the critical rules at export.

The CTA is a bulletproof button. Outlook's Word engine renders a normal <a> styled as a button as flat text with no background. This template wraps the button in VML (Vector Markup Language), the one vector format Word still reads, so Outlook shows a real filled rectangle with a working link. Modern clients see rounded corners; Outlook sees a sharp rectangle. Both are clickable.

All copy is live text, not images. Selectable text scales with the reader's font-size setting, reads correctly to screen readers, and shows the message even when images are blocked (the default in Outlook). The only images in this template are the product shot and the logo.

Dark mode is handled with a color-scheme meta tag. <meta name="color-scheme" content="light dark"> paired with supported-color-schemes tells Apple Mail and Outlook to respect your palette or invert it cleanly, instead of forcing your cream background into a harsh black. Your gold accent stays gold.

One mobile media query handles responsiveness: a single @media (max-width: 480px) block resizes type, stacks columns, and pushes the button to full width. Gmail's non-standards mode strips media queries, so the desktop layout is the fallback. Nothing breaks.

Fonts degrade gracefully. The template ships with a Georgia and Times serif stack that renders consistently in every client. Load a custom display face and Apple Mail picks it up, while Gmail and Outlook fall back to the serif. No missing-font boxes, no broken headlines.

How to use it in Klaviyo or Mailchimp

This template drops into either ESP in under five minutes.

In Klaviyo, create a metric-triggered flow on Started Checkout. Add an Email, open the email builder, and drag an HTML block into the canvas. Paste the rendered HTML. For full control, switch the source view to Code and paste there instead. Save, then set the flow to send 3 to 4 hours after the trigger.

In Mailchimp, start an Abandoned Cart automation. Edit the first email, choose Code Your Own, then Paste in Code. Drop in the HTML. Save and set the send delay to match your timing.

Then swap the brand. Replace the masthead text, the logo image URL, and the accent hex. Three colors do most of the work in this file: the cream background, the charcoal text, and the gold accent. Find #B08D57 in the MJML and replace it with your metal tone, whether that is yellow gold, white gold, or rose. Replace the product image URL with your cart line item, and point the button href at your recovery cart link.

Wire the merge tags so each email reflects the held piece. Klaviyo uses {{ item.name }} for the product name, {{ item.price|floatformat:2 }} for price, {{ person.first_name|default:'' }} for the greeting, {{ event.checkout_url }} for the cart recovery link, and {{ item.image|default:'https://...' }} for the image. A typical subject line becomes: "Your {{ item.name|default:'piece' }} is saved." Mailchimp uses *|CART:URL|* for the cart link, *|PRODUCT_NAME|*, *|PRODUCT_PRICE|*, and *|FNAME|*.

For jewelry specifically, surface the material and the chosen size. Pull size from line-item properties so the email reads "Your Mara Ring, size 6, 14k solid gold" instead of a generic product title. That detail is what closes high-consideration buyers.

Test before you send. Send a live test to Gmail on web and mobile, Apple Mail in light and dark mode, and Outlook 2016 or Outlook 365. Do not trust the ESP preview pane; it renders in a browser, not in Word. Open the test on a real iPhone and a real Android device. If the button is clickable in Outlook and the colors hold in dark mode, ship it.

Questions

Is this jewelry abandoned cart template free? +

Yes. The template and the MJML source are free to copy and use in your own Klaviyo or Mailchimp account. You pay your ESP subscription and the cart-abandon flow you already run, nothing else.

Will the button render in Outlook? +

Yes. The CTA is wrapped in VML, the vector format Outlook's Word engine still reads, so it shows up as a filled, clickable rectangle in Outlook 2007 through 365. Layout uses nested tables, so the structure holds where divs would collapse.

How do I change the colors to match my brand? +

Three hex values do most of the work: background, text, and the gold accent. Find #B08D57 in the MJML and replace it with your metal tone or brand color. Most jewelry brands swap the accent to match yellow gold, white gold, or rose gold, and keep the cream background.

Do I need to know HTML to use this? +

No. You paste the rendered HTML straight into a Klaviyo HTML block or Mailchimp's Code Your Own editor. The MJML source is there if you want to change layout or spacing, but it is optional. Swap copy, links, and images inside the ESP's editor.

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