import wixLocation from 'wix-location'; import { local, session } from 'wix-storage'; const STORE_KEY = 'persisted_attribution_v1'; const TRACK_KEYS = [ 'gclid', 'utm_source', 'utm_medium', 'utm_campaign', 'utm_content', 'utm_term', 'wbraid', 'gbraid' ]; // CONFIRMED BASE URL const IFRAME_BASE_URL = 'https://mpc-quote-tool.lovable.app?variant=main'; function readFromQuery() { const q = wixLocation.query || {}; const out = {}; TRACK_KEYS.forEach(k => { const v = q[k]; if (v !== undefined && v !== null && String(v).trim() !== '') { out[k] = String(v).trim(); } }); return out; } function readStored() { try { const raw = local.getItem(STORE_KEY) || session.getItem(STORE_KEY); return raw ? JSON.parse(raw) : {}; } catch (e) { return {}; } } function store(data) { try { const raw = JSON.stringify(data); local.setItem(STORE_KEY, raw); session.setItem(STORE_KEY, raw); } catch (e) {} } // First-touch logic: only set keys once function mergeFirstTouch(incoming, existing) { const merged = { ...existing }; Object.keys(incoming).forEach(k => { if (!merged[k]) merged[k] = incoming[k]; }); return merged; } $w.onReady(() => { // 1️⃣ Capture attribution from URL const incoming = readFromQuery(); const stored = readStored(); const merged = mergeFirstTouch(incoming, stored); if (Object.keys(merged).length) { store(merged); } // 2️⃣ Inject attribution into Lovable iframe const qs = new URLSearchParams(merged).toString(); const iframeUrl = qs ? `${IFRAME_BASE_URL}?${qs}` : IFRAME_BASE_URL; $w('#html1').src = iframeUrl; });
top of page
39f479f2-067c-4acd-9b98-9945b5df4650.webp

Welcome to Mr. Playing Card, Printing Since 1900

Printed Card Decks for Retail in Augusta ME

Design Printed Card Decks for Retail – Now Available in Augusta ME

WHY LEADING BRANDS TRUST MR. PLAYING CARD

Bulk Production, No Compromise

Serving Augusta ME with expert printed card decks for retail featuring fast turnaround and white-label options.

Made in the USA, Shipped Worldwide

U.S.-based production means your printed card decks for retail get to Augusta ME fast — with premium consistency.

End-to-End White Label Fulfillment

We support Augusta ME businesses from design to delivery with complete branded card fulfillment.

WHO WE SERVE

🎲 Game Developers & Publishers

In Augusta ME, our decks are used for product launches, merch drops, and bundled offers.

🏢 Corporate Buyers & Enterprise Brands

Create unforgettable swag for Augusta ME-based events, influencer kits, and brand giveaways.

📈 Marketing & Lead Gen Agencies

Distribute personalized playing cards across Augusta ME for onboarding, gifting, and client loyalty.

♠️ Casinos, Resorts & Hospitality Groups

Enhance weddings, parties, and large activations in Augusta ME with custom playing cards.

image-9-removebg-preview.png
image-62.webp
image-60.webp
image-61.webp
image-63.webp
image-14_edited.png

USE CASES THAT DRIVE ROI

🎯 Lead Generation Tools

Distribute memorable cards to Augusta ME-based clients as part of recurring engagement.

🃏 Retail-Ready Game Decks

Use branded decks in Augusta ME to boost conversions and capture attention.

🎁 Corporate Gifting & Swag

Equip Augusta ME teams with product-themed cards to drive interaction at meetings and trade shows.

📚 Training & Educational Materials

Turn training material into dynamic flashcard decks for staff and students in Augusta ME.

WHY CHOOSE MR. PLAYING CARD FOR BULK ORDERING?

When your order size scales into the thousands, every detail matters — from print precision to fulfillment efficiency. Here’s why our partners stay with us for the long run:

🇺🇸 Made in the USA

We ship custom decks quickly and reliably across Augusta ME — without importing delays.

image-30_edited.png

📈 Premium Quality at Scale

From design files to real cards, Augusta ME customers enjoy vibrant color, crisp print, and premium feel.

♠️ Custom Packaging Solutions

Order 100 or 100,000 — we accommodate Augusta ME businesses with scalable solutions.

📦 End-to-End Fulfillment Options

Need warehousing? Drop shipping? Split shipments across multiple locations? No problem. We offer scalable logistics to meet your needs, worldwide.

image-32.webp

(638 Reviews)

REAL RESULTS FROM REAL BRANDS

WHAT YOU GET WITH EVERY ORDER

0becd437-f9ca-4d5c-a235-dac688e049ea.webp

TAILORED SOLUTIONS FOR EVERYONE

Get instant pricing for your order using the request a quote tool. 

REQUEST A QUOTE

Get Your Printed Card Decks for Retail Delivered in Augusta ME Today!

!
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.

GET UPDATES

Stay in the loop with promotions, discounts and new products. 

You're All Set!

CHECK OUT SOME COOL CUSTOM PLAYING CARDS WE'VE PRODUCED!

bottom of page