Vintage Santa 1950s Christmas Holiday Cards

36986

Suggested Inside Verse:Wishing you wonderful thoughts for a splendid holiday season with peace and happiness in the New Year!

• Create your own outside/inside message.
• Card measures approximately 4.7 in x 7.1 in when folded.
• Printed on thick, high-quality 14pt recycled matte or coated gloss card stock.
• Blank White Envelopes included with your order.
• Add envelope imprints with name, return address and color logo.


    Related Items

    document.addEventListener("DOMContentLoaded", function () { const checkbox = document.querySelector('input[name="properties[Draw Me as a Character]"]'); if (!checkbox) return; const variantId = 46882773041411; let added = false; checkbox.addEventListener("change", function () { if (this.checked && !added) { fetch("/cart/add.js", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ id: variantId, quantity: 1 }) }).then(() => { added = true; }); } else if (!this.checked && added) { fetch("/cart/change.js", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ id: variantId, quantity: 0 }) }).then(() => { added = false; }); } }); });