www.americangreetings.com Open in urlscan Pro
23.205.235.197  Public Scan

Submitted URL: https://www.americangreetings.com/?utm_medium=internal_email&utm_source=pickup&utm_campaign=confirm
Effective URL: https://www.americangreetings.com/?utm_medium=internal_email&utm_source=pickup&utm_campaign=confirm
Submission: On April 06 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

/search-results

<form class="form-search" id="search-form" autocomplete="off" action="/search-results" role="search" aria-label="search">
  <input type="hidden" name="Nty" value="1">
  <div class="search-input">
    <label for="searchText" class="sr-only">Search</label>
    <input type="search" name="Ntt" id="searchText" aria-label="Type your search text here" value="Search" onfocus="if (this.value == 'Search') {this.value = '';}">
    <button id="search-icon" title="search" type="submit">search</button>
  </div>
</form>

POST /signin;jsessionid=RVv-yLfht27I5TOeohUa7hq7illbVSnts6lRXU53Tkpw10lm4T9B!-901739412?_DARGS=/cartridges/SignInAjax/SignInAjax.jsp.atg_store_loginForm

<form method="post" action="/signin;jsessionid=RVv-yLfht27I5TOeohUa7hq7illbVSnts6lRXU53Tkpw10lm4T9B!-901739412?_DARGS=/cartridges/SignInAjax/SignInAjax.jsp.atg_store_loginForm" id="atg_store_loginForm" role="form" aria-label="atg_store_loginForm">
  <input name="_dyncharset" type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="5095860755408491197">
  <ul>
    <li>
      <span id="sign-in-error-msg" class="error-msg block msg-indent"></span>
    </li>
    <li>
      <label for="signin-email-address">Email address</label>
      <input autocomplete="off" maxlength="255" name="/atg/userprofiling/ProfileFormHandler.value.email" aria-required="true" id="signin-email-address" type="email" value=""><input name="_D:/atg/userprofiling/ProfileFormHandler.value.email"
        type="hidden" value=" ">
    </li>
    <li>
      <label for="sign-in-password">Password</label>
      <div class="password-container signin-password">
        <input autocomplete="off" maxlength="200" name="/atg/userprofiling/ProfileFormHandler.value.password" aria-required="true" id="sign-in-password" type="password" value=""><button type="button" class="toggle-password">show<span
            class="sr-only">&nbsp;password</span></button><input name="_D:/atg/userprofiling/ProfileFormHandler.value.password" type="hidden" value=" ">
      </div>
      <a href="/myaccount/forgotpassword" id="forgot-password-link">Forgot your password?</a>
    </li>
    <li class="checkbox-container">
      <input name="/atg/userprofiling/ProfileFormHandler.rememberMe" id="preferences-RememberMe" type="checkbox" value="true" class="custom-checkbox"><input name="_D:/atg/userprofiling/ProfileFormHandler.rememberMe" type="hidden" value=" ">
      <label for="preferences-RememberMe" class="checkbox-label"> Remember me every time I visit </label>
    </li>
    <li class="button-row">
      <input name="/atg/userprofiling/ProfileFormHandler.AjaxSignIn" type="hidden" value=""><input name="_D:/atg/userprofiling/ProfileFormHandler.AjaxSignIn" type="hidden" value=" ">
      <script src="https://www.google.com/recaptcha/api.js?render=explicit&amp;onload=onScriptLoad" async="" defer=""></script>
      <div id="login_page" class="g-recaptcha" data-size="invisible" data-sitekey="6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk" data-callback="login_page">
        <div class="grecaptcha-badge" data-style="bottomright"
          style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk&amp;co=aHR0cHM6Ly93d3cuYW1lcmljYW5ncmVldGluZ3MuY29tOjQ0Mw..&amp;hl=de&amp;v=gZWLhEUEJFxEhoT5hpjn2xHK&amp;size=invisible&amp;cb=k4rug58uolop"
              width="256" height="60" role="presentation" name="a-bfqo7l53p8i7" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
      <script>
        window.onScriptLoad = function() {
          // this callback will be called by recaptcha/api.js once its loaded. Since we used
          // render=explicit when declaring the api.js then we can explicitly render reCaptcha at this point
          const htmlEl = document.querySelector('.g-recaptcha'); // element to "render" invisible captcha in
          // captcha configuration also containing the callback
          const captchaOptions = {
            sitekey: '6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk',
            size: 'invisible',
            callback: window.onUserVerified // the callback making the ajax request
          };
          // This applies only for for "invisible" type. if true, will read value from html-element's data-* attribute if it it not passed via captchaOptions
          const inheritFromDataAttr = true;
          // now render and obtain the widgetId to be used with grecaptcha.execute(widgetId) and grecaptcha.reset(widgetId)
          window.SignInAjax.recaptchaWidgetId = window.grecaptcha.render(htmlEl, captchaOptions, inheritFromDataAttr);
        };
        /**
         * Called when recaptcha has been successfully verified
         */
        window.onUserVerified = function(token) {
          $('#atg_store_loginForm #recaptcha_response').val(token);
          window.SignInAjax.sendRequest();
        }
        $(document).on("submit", '#atg_store_loginForm', function(e) {
          $(window.SignInAjax.selectSignInButtonId).attr("disabled", true);
          e.preventDefault();
          window.grecaptcha.execute(window.SignInAjax.recaptchaWidgetId);
        });
        /**
         * Called when recaptcha has expired
         */
        const onRecaptchaExpired = function() {
          grecaptcha.reset(window.SignInAjax.recaptchaWidgetId)
        }
        /**
         * Called when there was an error with the recaptcha verification
         */
        const onRecaptchaError = function() {
          grecaptcha.reset(window.SignInAjax.recaptchaWidgetId)
        }
      </script>
      <input type="submit" class="button g-recaptcha" id="ajax-signin-submit" value="Sign in" data-sitekey="6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk" data-size="invisible" data-callback="login_page" data-error-callback="onRecaptchaError"
        data-expired-callback="onRecaptchaExpired">
    </li>
    <li class="button-row">
      <a href="/join" id="become-a-link" class="button">Become a Member</a>
    </li>
    <li class="memberSummary">
      <a href="/member-benefits" id="members-benefits-link">Learn more about members benefits</a>
    </li>
  </ul>
  <input name="_DARGS" type="hidden" value="/cartridges/SignInAjax/SignInAjax.jsp.atg_store_loginForm">
</form>

POST /cartridges/MiniCartWidget/;jsessionid=RVv-yLfht27I5TOeohUa7hq7illbVSnts6lRXU53Tkpw10lm4T9B!-901739412?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp#

<form role="presentation" method="post" action="/cartridges/MiniCartWidget/;jsessionid=RVv-yLfht27I5TOeohUa7hq7illbVSnts6lRXU53Tkpw10lm4T9B!-901739412?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp#" id="minicart-remove-item"><input
    name="_dyncharset" type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="5095860755408491197">
  <input name="removeItemId" id="remove-ci" type="hidden" value=""><input name="_D:removeItemId" type="hidden" value=" ">
  <input name="/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.removeItemViaAjax" type="hidden" value=""><input name="_D:/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.removeItemViaAjax" type="hidden" value=" ">
  <input name="_DARGS" type="hidden" value="/cartridges/MiniCartWidget/MiniCartWidget.jsp">
</form>

POST /signin;jsessionid=RVv-yLfht27I5TOeohUa7hq7illbVSnts6lRXU53Tkpw10lm4T9B!-901739412?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp.1

<form role="presentation" method="post" action="/signin;jsessionid=RVv-yLfht27I5TOeohUa7hq7illbVSnts6lRXU53Tkpw10lm4T9B!-901739412?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp.1" id="minicart-update-item"><input name="_dyncharset"
    type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="5095860755408491197">
  <input name="/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.defaultItemQuantityFromOrder" id="minicart-display-single-product-indicator" type="hidden" value="false"><input
    name="_D:/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.defaultItemQuantityFromOrder" type="hidden" value=" ">
  <input name="/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.updateItemViaAjax" type="hidden" value=""><input name="_D:/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.updateItemViaAjax" type="hidden" value=" ">
  <input name="_DARGS" type="hidden" value="/cartridges/MiniCartWidget/MiniCartWidget.jsp.1">
</form>

POST /cartridges/CapturePermissionFooter/;jsessionid=RVv-yLfht27I5TOeohUa7hq7illbVSnts6lRXU53Tkpw10lm4T9B!-901739412?_DARGS=/cartridges/CapturePermissionFooter/CapturePermissionFooter.jsp#

<form method="post" action="/cartridges/CapturePermissionFooter/;jsessionid=RVv-yLfht27I5TOeohUa7hq7illbVSnts6lRXU53Tkpw10lm4T9B!-901739412?_DARGS=/cartridges/CapturePermissionFooter/CapturePermissionFooter.jsp#" id="subscribe-to-newsletter"
  role="form" aria-label="subscribe to newsletter"><input name="_dyncharset" type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="5095860755408491197">
  <input name="/ag/userprofiling/AGCapturePermissionHandler.pagePath" type="hidden" value="/"><input name="_D:/ag/userprofiling/AGCapturePermissionHandler.pagePath" type="hidden" value=" ">
  <div>
    <p class="permission-description">Sign up &amp; Save 20%</p>
    <div class="special-instruction">Required *</div>
  </div>
  <div class="inputContainer cartridge-spacing row">
    <div class="first-name col-lg-12 col-md-12 col-sm-6 col-xs-6 col-xxs-12">
      <label for="first-name">First name</label>
      <input name="firstName" id="first-name" type="text" value=""><input name="_D:firstName" type="hidden" value=" ">
    </div>
    <div class="last-name col-lg-12 col-md-12 col-sm-6 col-xs-6 col-xxs-12">
      <label for="last-name">Last name</label>
      <input name="lastName" id="last-name" type="text" value=""><input name="_D:lastName" type="hidden" value=" ">
    </div>
    <div class="email col-lg-12 col-md-12 col-sm-12 col-xxs-12">
      <label for="email">Email *</label>
      <span id="email-error-msg" class="error-msg block msg-indent"></span>
      <input name="email" aria-required="true" id="email" type="email" value=""><input name="_D:email" type="hidden" value=" ">
      <script>
        let footerPermissionWidgetId;

        function renderFooterPermission() {
          footerPermissionWidgetId = grecaptcha.render("footer-permission-recaptcha", {
            "sitekey": "6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk",
            "size": "invisible",
            "callback": window.onFooterPermissionVerified
          });
        }

        function executeFooterPermission() {
          grecaptcha.reset(footerPermissionWidgetId);
          grecaptcha.execute(footerPermissionWidgetId);
        }
        window.onFooterPermissionVerified = function(token) {
          window.CapturePermission.submitPermissionViaAjax();
        }
      </script>
      <script src="https://www.google.com/recaptcha/api.js?render=explicit&amp;onload=renderFooterPermission" async="" defer=""></script>
      <input id="submit-permission-button" type="button" class="button button-row" value="Sign Up" onclick="executeFooterPermission()">
      <div id="footer-permission-recaptcha">
        <div class="grecaptcha-badge" data-style="none" style="width: 256px; height: 60px; position: fixed; visibility: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk&amp;co=aHR0cHM6Ly93d3cuYW1lcmljYW5ncmVldGluZ3MuY29tOjQ0Mw..&amp;hl=de&amp;v=gZWLhEUEJFxEhoT5hpjn2xHK&amp;size=invisible&amp;cb=febozbcz5q16"
              width="256" height="60" role="presentation" name="a-d11aq2w6pwo" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </div>
    <div class="RichTextContent rte-text">
      <p>By clicking "sign up", you agree to receive emails from AmericanGreetings.com&nbsp;and accept
        our&nbsp;<a href="/terms-of-service" rel="nofollow"><span style="color: rgb(213, 0, 50);">Terms of Service</span></a>,&nbsp;<a href="/privacy-policy" rel="nofollow"><span style="color: rgb(213, 0, 50);">Privacy Policy</span></a>&nbsp;and&nbsp;<a href="/cookies" rel="nofollow"><span style="color: rgb(213, 0, 50);">Cookies Policy</span></a>.
      </p>
    </div>
  </div>
  <input name="/ag/userprofiling/AGCapturePermissionHandler.permissionTypeId" type="hidden" value="AGNewsletter"><input name="_D:/ag/userprofiling/AGCapturePermissionHandler.permissionTypeId" type="hidden" value=" ">
  <input name="/ag/userprofiling/AGCapturePermissionHandler.capturePermissionViaAjax" type="hidden" value=""><input name="_D:/ag/userprofiling/AGCapturePermissionHandler.capturePermissionViaAjax" type="hidden" value=" ">
  <input name="_DARGS" type="hidden" value="/cartridges/CapturePermissionFooter/CapturePermissionFooter.jsp">
</form>

Text Content

Make Easter eggs-tra special with an ecard from American Greetings!

Start your free trial and send today

 1. Skip to navigation
 2. Skip to content

Search search
Sign In


SIGN IN

 * 
 * Email address
 * Password
   show password
   Forgot your password?
 * Remember me every time I visit
 * 
 * Become a Member
 * Learn more about members benefits

Start Free Trial!
Member Benefits
My Reminders


MY REMINDERS

Today is April 6


UPCOMING HOLIDAYS

 * Easter  Apr 17
 * Earth Day  Apr 22
 * Cinco De Mayo  May 5
 * Nurses Day  May 6
 * Mother's Day  May 8
 * April Fools Day  Apr 1


UPCOMING BIRTHDAYS

Sign in to view your birthday reminders.

Sign In
Close
0 items in your shopping cart.


CART SUMMARY

×
You have no items in your cart. If you already have an account, sign in to see
your cart.

View Cart and Checkout Sign In Close and Continue Shopping



 
ECARDS show ECARDS menu ∨
Occasion
Anniversary
Baby
Birthday
Belated Birthday
Congrats
Encouragement
Friendship
Get Well
Goodbye & Good Luck
Graduation
Love
Miss You
Retirement
Sorry
Sympathy
Thank You
Thinking of You
Wedding & Engagement
Holiday
Easter
Passover
Administrative Professional's Day
Ramadan
Celebrate the Date
Browse all Holidays
Featured
SmashUps™
Talking SmashUps™
Selfie SmashUps™
Funny Ecards
Christian & Religious Ecards
Brighten Someone's Day
Gift Cards

 
PRINTABLES show PRINTABLES menu ∨
Occasion
Anniversary
Baby
Birthday
Congrats
Encouragement
Friendship
Get Well
Goodbye & Good Luck
Graduation
Love
Miss You
Retirement
Sympathy
Thank You
Thinking of You
Wedding & Engagement
Featured
Add-A-Photo Cards
Cards for Her
Cards for Him
Cards for Kids
Pet Printables
Cards for Anyone
Cards for Co-worker
Funny Birthday Cards
Holiday
Easter
Passover
Browse all Holidays
GIFT CARDS
 
SHOP show SHOP menu ∨
Paper Cards
Greeting Cards
Greeting Card Bundles
Stationery Sets & Note Cards
Boxed Cards
Invites & Thank You's
Shop all cards
Party Supplies
Decorations
Hats & Accessories
Invites & Thank You's
Party Favors
Stickers
Tableware
Treat Bags
Shop all party supplies
Gift Wrap
Wrapping Paper
Gift Bags
Tissue Paper
Bows & Ribbon
Shirt Gift Boxes
Gift Tags
Glitter Tape
Shop all gift wrap
Gifts
Accessories
Barware
Candles
Drinkware
Journals & Notebooks
Ornaments
Plush
Trinkets & Keepsakes
Picture Frames
Shop all gifts
 
COLLECTIONS show COLLECTIONS menu ∨
Our Brands
Paper Rebel
Present Company
Kathy Davis
SmashUps
Talking SmashUps
Selfie SmashUps
TV/Movies
Disney
Paw Patrol
Stranger Things
The Big Bang Theory
Wonder Woman
Celebrities
Christina Aguilera
Alicia Keys
Marlee Matlin
Dolly Parton
Donny Osmond
Kevin Nealon
Lady A
Michael Bolton
Shaquille O'Neal
Smokey Robinson
Weird Al
William Shatner
 
HOLIDAYS & OCCASIONS show HOLIDAYS & OCCASIONS menu ∨
Occasion
Anniversary
Baby Shower
Birthday
Graduation
Thank You
Wedding and Engagement
Holiday
Easter
Mother's Day
Father's Day
Halloween
Thanksgiving
Christmas
Valentine's Day

 
APPS show APPS menu ∨
justWink

SmashUps

CreataCard

ARTISTS
Close ×Close


PLEASE UPGRADE YOUR BROWSER

Older browsers can cause your experience to be slow and error-prone. Please
upgrade or visit our site on another browser.

Learn More(Opens in a new tab)

If you chose to learn more, you will be taken to a website not affiliated with
American Greetings.

No thanks, not now.
 1. 
 2. 

Previous Previous Next Next


We Think You'll Love These

Dolly Parton Birthday Time Song Ecard (Personalize Lyrics)

$0



"Weird Al" Yankovic Birthday SmashUp

$0



Prairie Dog Birthday Song Video Ecard (Personalize Lyrics)

$0



Christina Aguilera "Candyman" Birthday Song Ecard (Personalize Lyrics)

$0



Donny Osmond - A Birthday Song for You Ecard (Personalize Lyrics)

$0



"Shout" (Famous Song) Video Ecard (Personalize)

$0



(They Say It's Your) "Birthday" Ecard (Famous Song)

$0



"When Irish Eyes are Smiling" Ecard (Famous Song)

$0



Shaquille O'Neal - Shaq-in-the-Box Birthday Song Ecard (Personalize Lyrics)

$0



Alicia Keys "Your Day" Song Ecard (Personalize Lyrics)

$0



Wee Bit O' Magic Ecard

$0



Long on Wishes Ecard

$0



Welcome Spring Birthday Ecard

$0



Magical Music Box St. Patrick's Day Ecard

$0



Box of Surprises Ecard

$0



St. Patrick's Day Hidden Objects Game Ecard

$0



Epic Birthday Wishes Ecard

$0



Fur-prise Birthday Video Ecard (Personalize Lyrics)

$0



"Chariots of Fire" Birthday Ecard

$0



Michael Bolton Fun Birthday Song Ecard (Personalize Lyrics)

$0





CELEBRATE MEANINGFUL CONNECTIONS WITH CARDS, PARTY SUPPLIES, GIFT WRAP AND GIFTS


Birthday Ecards
Easter Ecards
Passover Ecards
Anniversary Ecards


EASTER ECARDS

Celebrate Easter with hopeful, joyful ecards.


HEARTFELT EASTER ECARDS

Send wishes to make everybunny feel special.


RELIGIOUS EASTER ECARDS

Share wishes for a bright and blessed Easter.


PERSONALIZED SMASHUPS™

Stay connected with customized ecards personalized just for them.


FUNNY EASTER ECARDS

Send a basket full of laughter!


PRINTABLE EASTER CARDS

Personalize Easter greetings you can print from home.


EASTER AND SPRING ECARDS

View all Easter

Hop into spring with these new and popular cards!

New


An Easter Wish Ecard

New


The Joys of Spring Easter Ecard

New


His Glory is All Around Us Ecard

Talking Easter Chick Ecard (Personalize)

Christ the Lord is Risen Today Ecard (Hymn)

Pharrell Williams' "Happy" Easter Ecard (Famous Song)

A Joyous Easter Ecard

Christ the Lord Is Risen Ecard (Hymn)


FIRST TIME MEMBERS CAN GET STARTED WITH A FREE 7-DAY TRIAL

start your free trial


UNLIMITED ACCESS

Choose from thousands of ecards and printable cards.


PLAN AHEAD

Schedule cards up to a year in advance.


NEVER FORGET

We'll remind you of important birthdays and anniversaries.


ADD A GIFT

Attach a gift card to any ecard.


NEW AND POPULAR BIRTHDAY ECARDS

Share birthday ecards bursting with happiness!

View all birthday
New


"Weird Al" Yankovic Birthday SmashUp

New


Long on Wishes Ecard

New


Welcome Spring Birthday Ecard

New


(They Say It's Your) "Birthday" Ecard (Famous Song)

Marlee Matlin "When You're Smiling" (Personalize)

Christina Aguilera "Candyman" Birthday Song Ecard (Personalize Lyrics)

Prairie Dog Birthday Song Video Ecard (Personalize Lyrics)

Dolly Parton Birthday Time Song Ecard (Personalize Lyrics)


UPCOMING HOLIDAYS

View all holidays

Send a seasonal smile.

Hello, Easter -- Hello, Spring Ecard

May Your Ramadan Be Bright Ecard

Beautiful Eid (Postcard)

New


Passover Reminds Us (Postcard)

Passover Traditions, Songs and You Ecard

New


4/22 Happy Earth Day (Postcard)

Awesome Administrative Professional (Postcard)

Super Admin Ecard (Fun Song)

--------------------------------------------------------------------------------


ABOUT AMERICAN GREETINGS

For more than 100 years, American Greetings has helped the world become a more
thoughtful and caring place. American Greetings has greeting cards, ecards or
printable cards you can email, print from home or shop online. All digital
online and printable greeting cards are customizable and even free with your
no-risk trial!

Don't wait - try American Greetings for free to print out all the Christmas
cards you need to mail, schedule birthday ecards for all your friends, plan your
next party and much, much, more! Follow us for blog post
updates, inspiration and new ideas, what to write in a greeting card and free
downloads.

American Greetings is here to help you make a meaningful connection
with greeting cards, ecards and printable cards for holidays, birthday and
everyday.

Top Categories
Birthday Ecards
Birthday Cards
Greeting Cards
Printable Cards
Party Supplies
Christmas Ecards
Gift Wrap
Ecards
Gift Cards
Resources
Inspiration
Find Guest Orders
Store Locator(Opens in a new tab)
Member Benefits
Promotions
Shipping Information
Product Recalls
CA Supply Chain Act
CA Residents – Privacy Notice
Corporate News
About Us(Opens in a new tab)
Careers(Opens in a new tab)
Press Room(Opens in a new tab)
Email Protection
Investor Relations(Opens in a new tab)
Online Trust Alliance Roll(Opens in a new tab)
Our Friends
Bluemountain.com(Opens in a new tab)
justWink App(Opens in a new tab)
SmashUps™ App
creatacard

Your email address has been successfully added. Get 20% off your next order!

Enter code HELLO20 at checkout

Sign up & Save 20%

Required *
First name
Last name
Email *


By clicking "sign up", you agree to receive emails from
AmericanGreetings.com and accept our Terms of Service, Privacy
Policy and Cookies Policy.

Contact Us
FAQs
Terms of Service
Policies
Feedback(Opens in a new tab)
Do Not Sell My Info
(Opens in a new tab)
(Opens in a new tab)
(Opens in a new tab)
(Opens in a new tab)
(Opens in a new tab)

AmericanGreetings.com is a service of American Greetings Corporation,
Copyright © 2022 AGC,LLC. All rights reserved.


American Greetings uses cookies to personalize your experience and to make our
site easier to use. By continuing you agree to the use of these cookies. Visit
about our cookies to learn more or adjust your preferences.
OK