Abandoned Cart Email for Pet Brands

Pet shoppers abandon carts when they second-guess the food size, the toy breed rating, or the recurring order. This template recovers them with size confirmation, a subscribe-and-save nudge, and a restock reminder that reads like it came from someone who actually owns a dog.

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

What makes this abandoned cart work for pet / pet supplies

Pet carts die for one reason: shoppers hesitate on the size. Is the 12 lb bag right for a 40 lb dog? Will this large chew fit a French bulldog's mouth? Is autoship worth locking into? A generic "you forgot something" email does nothing for that doubt. This template removes it.

Trigger. Fire the first email 3 hours after a logged-in visitor with a pet profile abandons a cart that contains a consumable (food, treats, litter, supplements). Pet buyers research less and buy on impulse more than the average online shopper, so the recovery window is short. Follow up at 24 hours with size reassurance, then at 72 hours with a subscribe-and-save offer.

Benchmark. The Klaviyo pet brands we work with see first-send open rates of 42 to 48 percent and click rates of 8 to 11 percent. The 72-hour subscribe-and-save email is usually the highest revenue per recipient, often $4 to $9, because it converts a one-time buyer into recurring revenue.

Offer. Lead with autoship, not a discount. A 10 percent subscribe-and-save beats a 15 percent one-time coupon for lifetime value. Hold the straight discount for the third email only. Pair it with free shipping, which pet shoppers expect on heavy items like kibble and litter.

Copy angle. Name the pet. Put the size in the subject line. Reassure on the form factor.

Subject lines that recover pet carts: - "Still thinking it over for {{ pet_name }}?" - "Your 12 lb bag is reserved (and in stock)" - "Max's bowl runs low in about 9 days"

The body should confirm the choice, not beg for the sale. "The 12 lb bag of Grain-Free Salmon lasts a 40 lb dog roughly 32 days. That puts your next order right before Max runs out." That is the line that recovers carts. It answers the size question the shopper came to ask.

CTA. "Resume my cart" outperforms "Complete your order" by about 15 percent in our tests because it implies the cart is still held for them. Keep one button. Add a quiet secondary text link ("keep browsing for Max") for shoppers who abandoned because the product was wrong, not the price.

Why it renders in every inbox

Klaviyo and Mailchimp deliver into Gmail, Apple Mail, and Outlook. Outlook on Windows still uses Word's rendering engine, which strips CSS and breaks anything modern. This template is built to survive that.

Structure. The layout uses nested HTML tables, not divs or flexbox. Every container is a table, row, and cell. Width is fixed at 600px, the de facto email standard, so the design holds in preview panes and stacks on mobile.

Inline CSS. All styles live inline on each element. Gmail strips style blocks from the head, so class-based styling vanishes. Inline styles survive.

Bulletproof button. The CTA is a VML button: a real rounded rectangle drawn with vector markup, wrapped in Outlook-only conditionals. Other clients get the HTML version. The button is clickable and rounded everywhere, including Outlook 2016 through 2021 on Windows.

Live text. Every word is selectable text, not an image. Images get blocked by default in many clients. Live text also helps dark mode invert correctly and keeps the file small.

Dark mode. The head carries a color-scheme meta so Apple Mail and Outlook know the email supports both light and dark. Backgrounds and text invert cleanly.

One media query. A single max-width 480px block stacks the columns and bumps the hero font size. Everything else is fluid. More media queries mean more places to break.

Web fonts. The stack falls back to Helvetica Neue, then Arial, then sans-serif. No web font loads over a network call that Outlook would drop anyway.

How to use it in Klaviyo or Mailchimp

Copy the rendered HTML, not the MJML source. ESPs need compiled HTML.

Klaviyo. Open your Abandoned Cart flow, drag in an email, and pick the HTML block (or HTML Only from the starter options). Paste the full HTML into the block. Klaviyo preserves inline styles and nested tables.

Mailchimp. Create a new email. Choose Code Your Own, then Paste in Code. Drop the HTML in and save.

Swap the brand. Replace the "Pantry Hound" text, the logo image URL, and the hex colors. Three brand colors sit at the top of the compiled HTML: the dark footer (#2B2118), the cream background (#FBF7F1), and the clay accent (#C2683A). Change those three and the whole email re-skins.

Wire the merge tags. Replace the static text with ESP variables.

Klaviyo pet examples: - Pet name: {{ person|lookup:'pet_name' }} - Product title: {{ event.extra.line_items.0.product.name }} - Product image: {{ event.extra.line_items.0.product.images.0.src }} - Line price: {{ event.extra.line_items.0.line_price|floatformat:2 }} - Cart URL: {{ event.extra.checkout_url }}

Mailchimp pet examples: - Pet name: *|MERGE:PETNAME|* - Product list: *|CART:PRODUCTS|* - Checkout URL: *|CART:URL|*

Load the pet fields from your custom pet profile properties or your Klaviyo catalog integration.

Test. Send to Litmus or Email on Acid and check Gmail (web and Android), Apple Mail (desktop and iOS), and Outlook 2016, 2019, and 2021 on Windows. Toggle dark mode in Apple Mail and Outlook mobile. Confirm the VML button is clickable in Outlook and that the product and copy columns stack on a 375px iPhone.

Questions

Is this abandoned cart template free to use for my pet brand? +

Yes. Copy the HTML and the MJML source. Brand it for your store, ship it in Klaviyo or Mailchimp, keep the revenue. No credit required. The only thing you cannot do is resell the template itself as a product.

Will the button still work in Outlook for my pet subscribers? +

Yes. The CTA is a bulletproof VML button drawn with vector markup for Outlook's Word engine. It renders rounded and clickable in Outlook 2016 through 2021, and falls back to a styled HTML button in Gmail and Apple Mail. No flat rectangle, no missing link.

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

Three hex values control the whole email: the dark footer, the cream background, and the clay accent. Swap those in the compiled HTML, or in the mj-attributes block of the MJML, and every section updates at once. Replace the logo image URL to finish the re-skin.

Do I need to know HTML to use this template? +

No. The compiled HTML pastes straight into Klaviyo or Mailchimp. If you want to edit layout, the MJML source is human-readable and compiles in the MJML web app or any local compiler. Most pet brands only swap text, colors, product images, and links.

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