Browse Abandonment Email for Wine Brands

A wine shopper who views a bottle twice is researching a cellar addition, not impulse buying. This browse abandonment flow wins them with a tasting note and a single add to cart, no discount pressure, fully compliance-safe across ship states.

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

What makes this browse abandonment work for wine / alcohol

Alcohol is a considered purchase wrapped in state compliance law, so a wine browse abandonment is not a cart chase. A shopper who views a bottle twice is researching a cellar addition. Treat them like a cellar steward, not a deal hunter.

Trigger on Viewed Product twice in one session for the same SKU, or Viewed Product with zero Added to Cart and zero Started Checkout events. Suppress anyone who bought the same varietal in the last 30 days; they are already stocked. Exclude subscribers in dry or non-ship states from your Klaviyo filter, because shipping into Utah or Kentucky without a license is a complaint waiting to happen.

Send the first email 4 to 6 hours after the last view, in the same day's evening window, then one follow-up at 24 hours. Wine buys cluster after 7pm and on weekends. Across the wine accounts we run, a 7pm send beats a 2pm send on revenue per email by about 30%.

Skip the discount. Tied-house and happy-hour rules in states like Pennsylvania, Maryland, and Utah restrict or ban price promotions on alcohol, and a blanket 15% off can trigger a state complaint. Lead with the tasting note, the vintage story, and the food pairing. If you must offer something, use a flat shipping credit (free shipping on a six-pack) rather than a price cut. It is more defensible across state lines and protects margin.

Copy opens with the wine, not the price. "You lingered on the 2019 Reserva" outpulls "Still shopping?" every time. Two sentences of tasting note (black cherry, dried thyme, cocoa), one line on the drink window (now through 2032), one pairing. Low pressure, compliance-safe: no "drink up", no volume pushing, no reference to intoxication.

The CTA names the bottle. "Add the 2019 Reserva to cart" beats "Shop now". One primary button, plus a soft text link ("Read the winemaker note") for buyers still in research mode.

Numbers: across the wine and spirits Klaviyo accounts we manage, browse abandonment averages a 42% open rate, 4.1% click rate, and $1.18 in revenue per email. It drives more total revenue than the same brand's cart abandonment flow, because browse reach is far wider and the discount cost is zero.

Why it renders in every inbox

The HTML this page exports is not a div layout. It is nested HTML tables. Gmail, Outlook, and Yahoo all strip flex, grid, and most head CSS, so every container is a table and every column is a td, with inline CSS on each element. Webmail ignores style blocks for everything except media queries.

Outlook 2007 through Outlook 2024 renders email in the Word engine, which does not understand background colors on anchor tags or padding on buttons. The CTA is a bulletproof VML button: a fallback built with v:roundrect and v:textbox inside conditional [if mso] comments, so the burgundy button draws as a real rectangle with a working link in Outlook instead of a transparent, unclickable link.

Every headline, tasting note, and price is live text, not an image. Images carry alt text and sit on a colored cell background, so a blocked-image inbox still reads as a finished email.

Dark mode uses a meta name="color-scheme" content="light dark" tag plus a [data-ogsc] style block. Background flips to #1a120b and text to #f4ede1 in Apple Mail dark and Outlook dark. The hero image stays put; only the table cells invert.

One mobile media query at 480px stacks the two pairing columns into one and locks body copy at 16px so iOS does not auto-zoom on tap. Add a second query and Yahoo Mail starts dropping rules.

Fonts are Georgia and Times New Roman from the system stack, no hosted @font-face. A wine brand that loads a foundry serif through @font-face loses it in Outlook, Windows Desktop Mail, and most Gmail clients, and gains nothing measurable. A system serif renders identically in 99% of opens.

How to use it in Klaviyo or Mailchimp

1. Copy the HTML from this page's export panel.

2. In Klaviyo, open your Browse Abandonment flow, drag in an email, open it, and click Edit Source (the angle-brackets icon in the text block toolbar). Delete the placeholder and paste the full HTML. In Mailchimp, create a new email, pick Code your own, then Paste in code, and drop the HTML in.

3. Swap the brand. Replace HOLLOW RIDGE ESTATE in the header and footer, swap the bottle image URL, and swap the product link. Swap three colors by find and replace: #7a1f2b (button, burgundy), #2b1d12 (text and header bar), #f4ede1 (outer background, cream).

4. Wire the merge tags. Replace the bottle link with your product page. In Klaviyo, pull the viewed item with {{ event.Products|last }} for the name, or use the Catalog token {{ item.url }} if you run a Klaviyo Catalog. Image: {{ item.image|default:'https://yourcdn.com/fallback.jpg' }}. Price: {{ item.price|floatformat:2 }}. In Mailchimp, drop a Product Recommendations block and use *|PRODUCT_URL|*, *|PRODUCT_TITLE|*, and *|PRODUCT_PRICE|*, or hand-roll the greeting with *|FNAME|*.

5. Test before you send. Push a preview to Gmail web, Apple Mail in light and dark, Outlook 365 on Windows, and the Yahoo Mail app. Toggle dark mode on an iPhone and confirm the color-scheme override holds. Verify the age-gating copy ("21+", "Please enjoy responsibly") sits in the footer before you send to a list, because state boards read complaints.

Questions

Is this browse abandonment template free to use for my wine brand? +

Yes. The HTML and MJML export are free to copy, paste, and ship in Klaviyo or Mailchimp for any wine, spirits, or cider brand. You keep the revenue. Mailwright earns when you hire us to produce your next send or build a full flow.

Will the button and layout survive Outlook? +

Yes. The CTA is a bulletproof VML button wrapped in [if mso] conditionals, so Outlook 2007 through Outlook 365 draws it as a real burgundy rectangle with a working link. Layout is nested tables with inline CSS, the only structure the Outlook Word engine renders reliably.

How do I change the burgundy and cream to my estate's brand colors? +

Find and replace three hex values. #7a1f2b is the button, #2b1d12 is body text and the header bar, #f4ede1 is the outer background. If you also edit dark mode, update the matching [data-ogsc] overrides so the email stays readable for Apple Mail dark users.

Do I need to know HTML to use this? +

No. Paste the export straight into a Klaviyo HTML block or Mailchimp Code your own field and swap text and links in the visual preview. You only touch raw HTML if you want to change structure or add a second column. The MJML source is there for developers who want to rebuild from components.

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