<!DOCTYPE html>
<html lang="en-US"
    xmlns:og="http://ogp.me/ns#"
    xmlns:fb="https://www.facebook.com/2008/fbml"


>
    <head>
        <script>if (window.performance && performance.mark) performance.mark("TTP")</script>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
            <meta http-equiv="content-language" content="en-US">

        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="pinterest" content="nosearch">

        <meta name="csrf_nonce" content="3:1759765021:uJZjiM179fBClpL5VbvF8Eq-Z8E2:0e6608f8b3e1b0c73703625e318bad974cf9270c139d0f673ef14ec9ab7cb773">
        <meta name="uaid_nonce" content="3:1759765021:MlcYF9cbrEx1ois4aWdyKCOrrErn:1d99af41fcfac4e8433ccd8814b877ec1350ab99ba333d398ee0e77daf5df73e">

        <meta property="fb:app_id" content="89186614300">

        <meta name="css_dist_path" content="/ac/sasquatch/css/" />
        <meta name="dist" content="202510061759763939" />


        <script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">
    !function(e){var r=e.__etsy_logging={};r.errorQueue=[],e.onerror=function(e,o,t,n,s){r.errorQueue.push([e,o,t,n,s])},r.firedEvents=[];r.perf={e:[],t:!1,MARK_MEASURE_PREFIX:"_etsy_mark_measure_",prefixMarkMeasure:function(e){return"_etsy_mark_measure_"+e}},e.PerformanceObserver&&(r.perf.o=new PerformanceObserver((function(e){r.perf.e=r.perf.e.concat(e.getEntries())})),r.perf.o.observe({entryTypes:["element","navigation","longtask","paint","mark","measure","resource","layout-shift"]}));var o=[];r.eventpipe={q:o,logEvent:function(e){o.push(e)},logEventImmediately:function(e){o.push(e)}};var t=!(Object.assign&&Object.values&&Object.fromEntries&&e.Promise&&Promise.prototype.finally&&e.NodeList&&NodeList.prototype.forEach),n=!!e.CefSharp||!!e.__pw_resume,s=!e.PerformanceObserver||!PerformanceObserver.supportedEntryTypes||0===PerformanceObserver.supportedEntryTypes.length,a=!e.navigator||!e.navigator.sendBeacon,p=t||n,u=[];t&&u.push("fp"),s&&u.push("fo"),a&&u.push("fb"),n&&u.push("fg"),r.bots={isBot:p,botCheck:u}}(window);
</script>

        <link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/common/web-toolkit/a11y_colors/overrides.a719cd9f414be7.css" type="text/css" />

    <link rel="stylesheet" href="https://www.etsy.com/dac/site-chrome/components/components.a719cd9f414be7,site-chrome/header/header.a719cd9f414be7,__modules__CategoryNav__src__/Views/ButtonMenu/Menu.02149cde20b454,__modules__CategoryNav__src__/Views/DropdownMenu/Menu.a719cd9f414be7,site-chrome/footer/footer.a719cd9f414be7,gdpr/settings-overlay.a719cd9f414be7.css?variant=sasquatch" type="text/css" />
        <link rel="stylesheet" href="https://www.etsy.com/dac/shop2/home.a719cd9f414be7,shop2/shop-home-autospliced.fe3bd9d216295e,web-toolkit-v2/modules/action_groups/action_groups.a719cd9f414be7,neu/modules/favorite_button_defaults.a719cd9f414be7,listings/listing-card-video.a719cd9f414be7,common/listing_card_text_badge.fe3bd9d216295e,shop2/modules/section-dropdown.fe3bd9d216295e,web-toolkit-v2/modules/tabs/tabs.a719cd9f414be7,neu/section-selector.a719cd9f414be7,web-toolkit-v2/modules/banners/banners.a719cd9f414be7,neu/carousel.fe3bd9d216295e,web-toolkit-v2/core.a719cd9f414be7,web-toolkit-v2/modules/forms/radios.a719cd9f414be7,mobile/modules/report/report.fe3bd9d216295e,common/stars-colors.a719cd9f414be7,sort-by-reviews.3affa09ef32549,shop2/modules/shop-header-desktop.a719cd9f414be7,shop2/modules/highlights-simplified.a719cd9f414be7,shop2/common/rating-and-reviews-count.a719cd9f414be7,neu/common/follow-shop-button.fe3bd9d216295e,shop2/modules/shop-icon.a719cd9f414be7,seller-standards/star-seller/badge.a719cd9f414be7,shop2/nav-bar-with-polish.a719cd9f414be7.css?variant=sasquatch" type="text/css" />

        <script>
    //todo: this is from https://stackoverflow.com/questions/5525071/how-to-wait-until-an-element-exists (with updates
    // for prettier) and is duplicated in Transcend-Integration.ts. Ideally we would find a place both
    // files could call.
    function waitForElm(selector) {
        return new Promise((resolve) => {
            if (document.querySelector(selector)) {
                return resolve(document.querySelector(selector));
            }

            const observer = new MutationObserver(() => {
                if (document.querySelector(selector)) {
                    observer.disconnect();
                    resolve(document.querySelector(selector));
                }
            });

            // If you get "parameter 1 is not of type 'Node'" error, see https://stackoverflow.com/a/77855838/492336
            observer.observe(document.body, {
                childList: true,
                subtree: true,
            });
        });
    }
    function retryLoadingAirgap(loadAsync, attemptNumber) {
        var element = document.createElement("script");
        element.type = "text/javascript";
        element.src = "https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js";
        if (loadAsync) {
            element.setAttribute('data-cfasync', true);
            element.async = true;
        }

        element.onerror = (error) => {
            if (attemptNumber < 3) {
                window.__etsy_logging.eventpipe.logEvent({
                        event_name: `transcend_cmp_airgap_preliminary_failure`,
                    airgap_url: 'https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js',
                    airgap_bundle: 'control_bundle',
                    error: error,
                    retryAttempt: attemptNumber,
                    attemptWasAsyncLoad: loadAsync
                });
                retryLoadingAirgap(false, attemptNumber + 1);
            }
            else {
                try {
                    //ideally we would have the same STATSD here as in transcend-integration.ts
                    //but we can't import STATSD into mustache files.  This only occurs 0.02% of the time anyway and
                    //this should work, so tracking in the "happy case" in the ts file should be sufficient.
                    window.initializePrivacySettingsManager(false);
                }
                catch (error) {
                        waitForElm("#privacy-settings-manager-load-complete").then(()=> {
                            window.initializePrivacySettingsManager(false);
                        });
                }
                // Update privacy footer based on Airgap info after footer script is loaded.
                waitForElm("#footer-script-loaded").then(()=> {
                    window.updatePrivacySettingsFooterTextBasedOnRegime();
                });

                window.__etsy_logging.eventpipe.logEvent({
                    event_name: `transcend_cmp_airgap_load_failure`,
                    airgap_url: 'https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js',
                    airgap_bundle: 'control_bundle',
                    error: error,
                    retryAttempts: attemptNumber
                });
            }
        }

        var head = document.getElementsByTagName('head')[0];
        head.appendChild(element);
    }

    function handleErrorLoadingAirgap() {
        window.__etsy_logging.eventpipe.logEvent({
            event_name: `transcend_cmp_airgap_preliminary_failure`,
            airgap_url: 'https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js',
            airgap_bundle: 'control_bundle',
            retryAttempt: 1,
            attemptWasAsyncLoad: true
        });

        retryLoadingAirgap(true, 2);
    }
</script>

<script data-cfasync="true" data-ui="off" src="https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js" onerror="(function() { handleErrorLoadingAirgap(); })()"  async></script>

        

        <title>cynla - Etsy</title>
        <meta name="description" content="Shop Greeting Cards & Stickers - magical happy paper goods by cynla located in Newburgh, New York.">




        <script type="application/ld+json">{"@context":"https://schema.org","@type":"OnlineStore","name":"cynla","description":"Shop Greeting Cards & Stickers - magical happy paper goods by cynla located in Newburgh, New York.","url":"https://www.etsy.com/shop/cynla","logo":"https://i.etsystatic.com/6445226/r/isla/978d49/16567201/isla_500x500.16567201_96f9d9i5.jpg","location":"Newburgh, New York","image":"https://i.etsystatic.com/6445226/r/isbl/db1247/71060573/isbl_fullxfull.71060573_7xxweapk.jpg","slogan":"Greeting Cards & Stickers - magical happy paper goods","employee":[{"@type":"Person","name":"cindy lacolla","jobTitle":"owner, designer"}],"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","worstRating":1,"bestRating":5,"reviewCount":979},"parentOrganization":{"@type":"OnlineBusiness","name":"Etsy","description":"Find the perfect handmade gift, vintage & on-trend clothes, unique jewelry, and more\u2026 lots more.","url":"https://www.etsy.com/","logo":"https://www.etsy.com/favicon.ico"}}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"ItemList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/628de0/3409855420/il_fullxfull.3409855420_9zp8.jpg","name":"MERMAID Birthday Greeting card - mermaid card ocean birthday card mermaid greeting cards magical card stingray seahorse sea life ocean cards","url":"https://www.etsy.com/listing/1091688812/mermaid-birthday-greeting-card-mermaid","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":2,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/9e6ea2/6405822448/il_fullxfull.6405822448_50bg.jpg","name":"Winter Solstice Card - BOX of 8 holiday cards, yuletide xmas, happy solstice, winter solstice greeting card solstice greeting card sun moon","url":"https://www.etsy.com/listing/851269476/winter-solstice-card-box-of-8-holiday","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"20.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":3,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/02d0a0/6409019226/il_fullxfull.6409019226_n2v9.jpg","name":"Fireflies Birthday Greeting Card - fireflies card birthday card kid birthday card nature greeting card nature card glowing lights kidlit","url":"https://www.etsy.com/listing/170116106/fireflies-birthday-greeting-card","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":4,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/a18641/2023588902/il_fullxfull.2023588902_legl.jpg","name":"Butterfly Birthday Greeting card - butterfly card, butterfly birthday card, monarch paper goods, butterfly lover gift","url":"https://www.etsy.com/listing/739971563/butterfly-birthday-greeting-card","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":5,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/00a968/4740245702/il_fullxfull.4740245702_bqc1.jpg","name":"Moon glow greeting card - moon birthday card blank mystic moon goddess moon happy birthday folk art mother moon colorful floral moonlight","url":"https://www.etsy.com/listing/1443251497/moon-glow-greeting-card-moon-birthday","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":6,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/84eff6/7241261775/il_fullxfull.7241261775_q9rs.jpg","name":"Giraffe Christmas Tree Card BOX SET - merry xmas animal nature cards giraffe holiday happy xmas greeting card tree traditions holiday lights","url":"https://www.etsy.com/listing/4368373747/giraffe-christmas-tree-card-box-set","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"20.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":7,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/4fd30a/7231886855/il_fullxfull.7231886855_bnd4.jpg","name":"Bird Solstice Card - BOX of 8 holiday cards yuletide, happy solstice winter greeting card sun moon bird card unique holiday card bluebird","url":"https://www.etsy.com/listing/4366389955/bird-solstice-card-box-of-8-holiday","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"20.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":8,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/88537d/7171105634/il_fullxfull.7171105634_t295.jpg","name":"Bunny Christmas Tree Cards BOX of 8 cute bunny lover holiday wishes family rabbit pet card bunnies happy xmas greeting card tree tradition","url":"https://www.etsy.com/listing/4363903179/bunny-christmas-tree-cards-box-of-8-cute","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"20.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":9,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/a2e12e/7170777122/il_fullxfull.7170777122_n0iu.jpg","name":"Horse New Year Cards BOX of 8 Year of the Horse holiday card horse illustration Chinese lunar new year greeting card 2026 for horse lover","url":"https://www.etsy.com/listing/4363832660/horse-new-year-cards-box-of-8-year-of","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"20.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":10,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/8d96a5/6405901124/il_fullxfull.6405901124_p3m4.jpg","name":"ADD ON Assorted Greeting Cards Deal - 6 Cards You Choose SALE greeting cards Best Deal in Town Discounted Cards card deal best cards great","url":"https://www.etsy.com/listing/164739692/add-on-assorted-greeting-cards-deal-6","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"0.25","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":11,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/8c9b9b/6081638818/il_fullxfull.6081638818_5xvz.jpg","name":"Moon flower Nasturtiums Greeting Card - flower illustration card botanical garden birthday card gardener orange floral garden party","url":"https://www.etsy.com/listing/1745233949/moon-flower-nasturtiums-greeting-card","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":12,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/15cea1/6711331237/il_fullxfull.6711331237_a3tn.jpg","name":"Owl Birthday Card - owl lantern greeting card, owl card, paper lanterns, pretty birthday cards, starry","url":"https://www.etsy.com/listing/677021758/owl-birthday-card-owl-lantern-greeting","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":13,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/cee4b0/6481185946/il_fullxfull.6481185946_c10l.jpg","name":"Great Horned Owl Birthday Card blue owl card for bird lovers cards woodland animal starry birthday card starry night owl stationery gift","url":"https://www.etsy.com/listing/1823019660/great-horned-owl-birthday-card-blue-owl","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":14,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/bac4b9/6564526813/il_fullxfull.6564526813_3wb3.jpg","name":"Octopus Hearts Greeting card - love heart animal cards ocean cute valentines day card for ocean lovers love you hearts funny anniversary","url":"https://www.etsy.com/listing/1832310332/octopus-hearts-greeting-card-love-heart","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":15,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/579bcf/3771107659/il_fullxfull.3771107659_ezab.jpg","name":"Owl Lake greeting card - barn owl birthday lake house forest owl on a lake, owl lover birthday cynla greeting cards","url":"https://www.etsy.com/listing/1193177651/owl-lake-greeting-card-barn-owl-birthday","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":16,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/5bfcec/6765377878/il_fullxfull.6765377878_3lw0.jpg","name":"Love Tree Card - love grows here nature cards trees new home love card for couples family tree illustration anniversary greeting card nature","url":"https://www.etsy.com/listing/1883679964/love-tree-card-love-grows-here-nature","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":17,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/2549bc/6844118823/il_fullxfull.6844118823_bj1q.jpg","name":"Moon Coffee card - cafe coffee cup birthday coffee date cards coffee lover gift birthday greeting card coffee lover stationery coffee time","url":"https://www.etsy.com/listing/1903988657/moon-coffee-card-cafe-coffee-cup","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":18,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/991545/6907686503/il_fullxfull.6907686503_8l6p.jpg","name":"Sewing Machine greeting card - sewing birthday card quilt maker gift birthday sew card for sewing lover fabric sewing machine illustration","url":"https://www.etsy.com/listing/1889791958/sewing-machine-greeting-card-sewing","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":19,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/a12715/6805833251/il_fullxfull.6805833251_bici.jpg","name":"Giraffe Cake greeting card - giraffe birthday card tall cake happy birthday cake greeting card wild animal safari birthday card personalized","url":"https://www.etsy.com/listing/1882145270/giraffe-cake-greeting-card-giraffe","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":20,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/9334dd/4773294965/il_fullxfull.4773294965_9pt6.jpg","name":"Sunflowers Greeting Card - flower birthday card sun birthday sunflower card beautiful sunflowers floral card yellow gardener birthday sunny","url":"https://www.etsy.com/listing/1425297062/sunflowers-greeting-card-flower-birthday","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":21,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/1efbd5/6757917436/il_fullxfull.6757917436_lbcp.jpg","name":"Starry Elephant greeting card - flower elephant birthday starry wish cobalt blue bohemian birthday elephant happy birthday night sky","url":"https://www.etsy.com/listing/1873513382/starry-elephant-greeting-card-flower","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":22,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/d5ec8e/6770709373/il_fullxfull.6770709373_74di.jpg","name":"Starry Bear Greeting Card - bear birthday card black bear card forest camping greeting cards ursa major night sky star gazing outdoor cards","url":"https://www.etsy.com/listing/1873503706/starry-bear-greeting-card-bear-birthday","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":23,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/364c73/2251092929/il_fullxfull.2251092929_d9si.jpg","name":"Bicycle Card bike birthday greeting card bicycles greeting card mountain birthday card bicycle greeting cards mountain paper goods bike gift","url":"https://www.etsy.com/listing/767945898/bicycle-card-bike-birthday-greeting-card","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":24,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/6e9030/6813215601/il_fullxfull.6813215601_ogje.jpg","name":"Congrats Card OMG Yay - Congratulations peach floral Greeting Card Congrats baby new home, Graduation engagement card for her bridal shower","url":"https://www.etsy.com/listing/1897831259/congrats-card-omg-yay-congratulations","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":25,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/3466f9/5076692082/il_fullxfull.5076692082_573z.jpg","name":"BOOK Lover* card pack, gift for her books reading lover cards Librarian gift greeting cards story book cards book stationery I love books","url":"https://www.etsy.com/listing/1514305125/book-lover-card-pack-gift-for-her-books","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"21.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":26,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/3e5113/6813302071/il_fullxfull.6813302071_rzk1.jpg","name":"Anniversary Memories Card - love happy anniversary card Congrats Happy wedding marriage Anniversary gift for couple romance congratulations","url":"https://www.etsy.com/listing/1883659520/anniversary-memories-card-love-happy","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":27,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/db19ec/3713084634/il_fullxfull.3713084634_sm3x.jpg","name":"Luna Moth greeting card - luna moth birthday cards purple butterfly card moths birthday moon stars flowers mystical cards magic happy wishes","url":"https://www.etsy.com/listing/1190493629/luna-moth-greeting-card-luna-moth","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":28,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/7ab7f1/6558553438/il_fullxfull.6558553438_lhg1.jpg","name":"Yellow Flower Birthday Card - pretty floral purple bees birthday flowers card garden party gift for her nature botanical card spring birth","url":"https://www.etsy.com/listing/1842485760/yellow-flower-birthday-card-pretty","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":29,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/b6cfb9/4773092313/il_fullxfull.4773092313_1j9s.jpg","name":"Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden","url":"https://www.etsy.com/listing/1425260672/hydrangea-greeting-card-flower-birthday","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":30,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/b1eb8f/2071183689/il_fullxfull.2071183689_pip5.jpg","name":"Green Tea Greeting card - tea card, tea birthday card, tea time stationery, tea paper goods, i love tea, tea lover gift","url":"https://www.etsy.com/listing/739969991/green-tea-greeting-card-tea-card-tea","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":31,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/6bb20d/6791189040/il_fullxfull.6791189040_2qbu.jpg","name":"Love Flower Sunset Card - beach anniversary greeting card sun ocean lake beautiful sunset beach lover card beach wedding card for couples","url":"https://www.etsy.com/listing/1902998255/love-flower-sunset-card-beach","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":32,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/9db86d/5682472138/il_fullxfull.5682472138_4e31.jpg","name":"Whale Love card - ocean beach love greeting card, happy valentines day card, cute anniversary card, love greeting card, whale sea life card","url":"https://www.etsy.com/listing/1649023913/whale-love-card-ocean-beach-love","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":33,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/ae9560/7244603358/il_fullxfull.7244603358_bh52.jpg","name":"Owl Calendar 2026 moons and lanterns calendar calendar illustrated Cynla starry art owls flowers owl lover gift pretty wall art calendar","url":"https://www.etsy.com/listing/1814577369/owl-calendar-2026-moons-and-lanterns","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"29.50","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":34,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/970049/1997139776/il_fullxfull.1997139776_pxlc.jpg","name":"Bookcase Greeting Card - book greeting cards, library cards cynla paper goods stationery birthday cards happy day books design book lover","url":"https://www.etsy.com/listing/733963935/bookcase-greeting-card-book-greeting","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":35,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/5653c7/6499856580/il_fullxfull.6499856580_13kt.jpg","name":"Cats Flower Sticker - kitten cat stickers 3 inch vinyl cat pet animal lover garden gift sticker for water bottle or laptop weather-resistant","url":"https://www.etsy.com/listing/1827749068/cats-flower-sticker-kitten-cat-stickers","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"3.50","priceCurrency":"USD","availability":"https://schema.org/InStock"}}},{"@type":"ListItem","position":36,"item":{"@type":"Product","image":"https://i.etsystatic.com/6445226/r/il/00c653/5744712575/il_fullxfull.5744712575_dmdm.jpg","name":"Hummingbird Blue Birthday Card - Bird Greeting card, bird watching happy birthday, flower garden card, gardener birthday card, gift for her","url":"https://www.etsy.com/listing/1649203836/hummingbird-blue-birthday-card-bird","brand":{"@type":"Brand","name":"cynla"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}}],"numberOfItems":344}</script>

        <meta name="twitter:card" content="summary_large_image" value="" /><meta name="twitter:site" content="@Etsy" value="" />
<meta property="og:title" content="cynla - Etsy" />
<meta property="og:description" content="Shop Greeting Cards & Stickers - magical happy paper goods by cynla located in Newburgh, New York." />
<meta property="og:url" content="https://www.etsy.com/shop/cynla" /><meta property="og:image" content="https://i.etsystatic.com/6445226/r/isla/978d49/16567201/isla_500x500.16567201_96f9d9i5.jpg" /><meta property="og:type" content="website" /><meta property="og:site_name" content="Etsy" /><meta property="og:locale" content="en_US" />

        

        <meta property="al:ios:url" content="etsy://shop/6445226?ref=applinks_ios&etsrc=sdt" /><meta property="al:ios:app_store_id" content="477128284" /><meta property="al:ios:app_name" content="Etsy" /><meta property="al:android:url" content="etsy://shop/6445226?ref=applinks_android&etsrc=sdt" /><meta property="al:android:package" content="com.etsy.android" /><meta property="al:android:app_name" content="Etsy" />

        <link rel="preconnect" href="//i.etsystatic.com" crossorigin="anonymous" /><link rel="preconnect" href="//i.etsystatic.com" />


            <link rel="canonical" href="https://www.etsy.com/shop/cynla" />
<link rel="alternate" href="https://www.etsy.com/shop/cynla" hreflang="en" /><link rel="alternate" href="https://www.etsy.com/fi-en/shop/cynla" hreflang="en-FI" /><link rel="alternate" href="https://www.etsy.com/au/shop/cynla" hreflang="en-AU" /><link rel="alternate" href="https://www.etsy.com/ca/shop/cynla" hreflang="en-CA" /><link rel="alternate" href="https://www.etsy.com/dk-en/shop/cynla" hreflang="en-DK" /><link rel="alternate" href="https://www.etsy.com/hk-en/shop/cynla" hreflang="en-HK" /><link rel="alternate" href="https://www.etsy.com/ie/shop/cynla" hreflang="en-IE" /><link rel="alternate" href="https://www.etsy.com/il-en/shop/cynla" hreflang="en-IL" /><link rel="alternate" href="https://www.etsy.com/in-en/shop/cynla" hreflang="en-IN" /><link rel="alternate" href="https://www.etsy.com/nz/shop/cynla" hreflang="en-NZ" /><link rel="alternate" href="https://www.etsy.com/no-en/shop/cynla" hreflang="en-NO" /><link rel="alternate" href="https://www.etsy.com/se-en/shop/cynla" hreflang="en-SE" /><link rel="alternate" href="https://www.etsy.com/sg-en/shop/cynla" hreflang="en-SG" /><link rel="alternate" href="https://www.etsy.com/uk/shop/cynla" hreflang="en-GB" /><link rel="alternate" href="https://www.etsy.com/de/shop/cynla" hreflang="de" /><link rel="alternate" href="https://www.etsy.com/at/shop/cynla" hreflang="de-AT" /><link rel="alternate" href="https://www.etsy.com/ch/shop/cynla" hreflang="de-CH" /><link rel="alternate" href="https://www.etsy.com/fr/shop/cynla" hreflang="fr" /><link rel="alternate" href="https://www.etsy.com/ca-fr/shop/cynla" hreflang="fr-CA" /><link rel="alternate" href="https://www.etsy.com/nl/shop/cynla" hreflang="nl" /><link rel="alternate" href="https://www.etsy.com/be/shop/cynla" hreflang="nl-BE" /><link rel="alternate" href="https://www.etsy.com/it/shop/cynla" hreflang="it" /><link rel="alternate" href="https://www.etsy.com/es/shop/cynla" hreflang="es" /><link rel="alternate" href="https://www.etsy.com/mx/shop/cynla" hreflang="es-MX" /><link rel="alternate" href="https://www.etsy.com/jp/shop/cynla" hreflang="ja" /><link rel="alternate" href="https://www.etsy.com/pl/shop/cynla" hreflang="pl" /><link rel="alternate" href="https://www.etsy.com/pt/shop/cynla" hreflang="pt" /><link rel="alternate" href="https://www.etsy.com/shop/cynla" hreflang="x-default" />

        <script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">__webpack_public_path__ = "https://www.etsy.com/ac/primaryVendor/js/en-US/";</script>

        <link rel="shortcut icon" href="/favicon.ico?v1" /><link rel="icon" href="/images/favicon-32x32.png" type="image/png" sizes="32x32" /><link rel="icon" href="/images/favicon-16x16.png" type="image/png" sizes="16x16" /><link rel="apple-touch-icon" href="/images/apple-touch-icon.png" sizes="180x180" /><link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="rgb(241, 100, 30)" /><link rel="manifest" href="/site.webmanifest" />
<meta name="apple-mobile-web-app-title" content="Etsy" /><meta name="application-name" content="Etsy" /><meta name="msapplication-TileColor" content="#F1641E" /><meta name="theme-color" content="rgb(255, 255, 255)" />

        <link type="application/opensearchdescription+xml" rel="search" href="/osdd.php" title="Etsy"/>
    </head>
    <body class="ui-toolkit transitional-wide etsy-has-it-design is-responsive no-touch en-US USD US is-global-nav shop-home-autospliced"
        data-language="en-US"
        data-currency="USD"
        data-region="US"
        
    >

        <script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">
    !function(a,b,c,d,e,f){a.ddjskey=e;a.ddoptions=f||null;var m=b.createElement(c),n=b.getElementsByTagName(c)[0];m.async=1,m.defer=1,m.src=d,n.parentNode.insertBefore(m,n)}(window,document,"script","https://www.etsy.com/include/tags.js", "D013AA612AB2224D03B2318D0F5B19", {
        endpoint:"https://www.etsy.com/include/tags.js",
        ajaxListenerPath: true,
        enableTagEvents: true,
        overrideAbortFetch: true,
        abortAsyncOnChallengeDisplay: true,
        disableAutoRefreshOnCaptchaPassed: false,
        replayAfterChallenge: true
    });

    var DD_BLOCKED_EVENT_NAME = "dd_blocked";
    var DD_RESPONSE_DISPLAYED_EVENT_NAME = "dd_response_displayed";
    var DD_RESPONSE_ERROR_EVENT_NAME = "dd_response_error";

    window.addEventListener(DD_RESPONSE_DISPLAYED_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_RESPONSE_DISPLAYED_EVENT_NAME, true);
        }
    });

    window.addEventListener(DD_BLOCKED_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_BLOCKED_EVENT_NAME, true);
        }
    });

    window.addEventListener(DD_RESPONSE_ERROR_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_RESPONSE_ERROR_EVENT_NAME, true);
        }
    });
</script>

        

        

        <div data-above-header class="wt-z-index-5 wt-position-relative">
            
            

        </div>

        <div data-selector="header-cat-nav-wrapper" data-menu-ui="menubar">
<div id="gnav-header" class=" gnav-header global-nav v2-toolkit-gnav-header wt-z-index-6 wt-sem-bg-elevation-0 wt-position-relative " data-as-version="10_12672349415_19" data-count-ajax data-show-suggested-searches-in-as="" data-show-gift-card-cta-in-as="1" data-as-personalized="1" data-as-extras="{&amp;quot;expt&amp;quot;:&amp;quot;all_xml&amp;quot;,&amp;quot;lang&amp;quot;:&amp;quot;en-US&amp;quot;,&amp;quot;extras&amp;quot;:[]}" data-cheact="1" data-gnav-header>
    <header id="gnav-header-inner" class="global-enhancements-header wt-display-flex-xs wt-justify-content-space-between wt-align-items-center wt-width-full wt-body-max-width wt-pl-xs-2 wt-pr-xs-2 wt-pl-lg-6 wt-pr-lg-6 wt-bb-xs wt-bb-lg-none gnav-header-inner wt-pt-lg-2 
        
        "
        role="banner">

        <script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">!function(e){var r=e.__etsy_logging;if(r&&r.perf&&r.perf.prefixMarkMeasure){var n=r.perf.prefixMarkMeasure("logo_render");e.performance&&e.performance.mark&&e.requestAnimationFrame((function(){setTimeout((function(){e.performance.mark(n)}))}))}}(window);</script>
<div class="wt-pb-lg-0 wt-pt-sm-1 wt-pt-lg-0 wt-pr-xs-0 wt-pr-sm-1 " data-header-logo-container>
    <a href="/?ref=lgo" elementtiming="ux-global-nav">
        <span class="wt-screen-reader-only">Etsy</span>
        <span class="etsy-icon wt-display-block wt-fill-orange wt-nudge-r-3 wt-nudge-t-1 logo-dimensions" id="logo"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 24" aria-hidden="true" focusable="false"><path d="M42.973 23.998C45.006 23.998 46.673 23.321 47.768 22.045 48.89 20.716 49.254 19.386 49.254 16.675V7.739C49.254 7.008 49.254 6.2 49.306 5.627 49.332 5.13 48.889 5.027 48.497 5.184 47.377 5.627 46.412 5.861 45.11 6.148 44.797 6.226 44.667 6.435 44.667 6.67S44.826 7.166 45.32 7.14C46.492 7.088 46.804 7.323 46.804 8.18V13.941C46.621 15.504 45.32 16.833 43.678 16.833 42.192 16.833 41.332 15.843 41.332 13.81V7.738C41.332 7.008 41.358 6.2 41.384 5.627 41.41 5.13 40.994 5.027 40.575 5.184 39.48 5.601 38.568 5.861 37.343 6.148 37.004 6.226 36.873 6.435 36.873 6.67S37.03 7.166 37.525 7.14C38.592 7.088 38.879 7.323 38.879 8.18V14.254C38.879 17.094 40.52 18.37 42.969 18.37 44.482 18.37 46.072 17.51 46.802 15.92V18.033C46.801 19.699 46.462 20.768 45.785 21.576 45.082 22.411 44.17 22.88 42.997 22.88 41.615 22.879 40.86 22.383 40.86 21.654 40.86 21.42 40.938 21.158 40.938 20.794 40.938 20.117 40.468 19.517 39.739 19.517 38.827 19.517 38.385 20.22 38.385 21.03 38.385 22.437 39.922 24 42.97 24M31.3 18.474C34.296 18.474 36.146 16.65 36.146 14.435 36.146 10.032 29.293 11.151 29.293 8.311 29.293 7.216 30.075 6.304 31.508 6.304 32.836 6.304 33.853 6.904 34.399 8.154L34.66 8.754C34.921 9.352 35.65 9.223 35.572 8.623L35.312 6.487C35.26 6.122 35.156 5.965 34.842 5.836 33.852 5.393 32.782 5.184 31.637 5.184 28.823 5.184 27.18 6.931 27.18 9.094 27.18 13.576 34.033 12.404 34.033 15.218 34.033 16.337 33.121 17.328 31.375 17.328 29.863 17.329 28.95 16.704 28.274 15.295L27.884 14.487C27.647 13.99 26.918 14.122 27.023 14.774L27.387 17.119C27.439 17.46 27.57 17.563 27.858 17.694 28.977 18.215 29.89 18.475 31.296 18.475M22.464 18.5C24.262 18.5 25.487 17.562 25.955 15.92 26.14 15.348 25.54 15.009 25.175 15.583 24.679 16.442 23.95 16.807 23.115 16.807 22.048 16.807 21.5 16.024 21.5 14.592V6.696L24.94 6.722C25.33 6.722 25.487 6.357 25.487 6.045 25.487 5.706 25.304 5.419 24.887 5.419L21.5 5.445V3.464C21.5 3.125 21.291 2.968 21.03 2.968A.6.6 0 0 0 20.535 3.228C19.597 4.664 18.97 5.158 17.512 5.705 17.199 5.834 17.016 6.017 17.016 6.252 17.016 6.512 17.146 6.694 17.538 6.694H19.049V14.877C19.049 17.25 20.431 18.5 22.462 18.5M11.806 17.014H7.27C5.863 17.014 5.499 16.65 5.499 15.424V9.692H9.147C10.501 9.691 10.919 10.056 11.387 11.384L11.753 12.454C11.962 13.079 12.794 13.104 12.794 12.376 12.69 10.29 12.69 7.84 12.742 5.756 12.794 5.027 11.959 5.053 11.752 5.678L11.388 6.748C10.918 8.102 10.553 8.52 9.147 8.52H5.499V1.745C5.499 1.38 5.654 1.223 6.046 1.223H11.493C13.083 1.223 13.759 1.665 14.255 3.047L14.855 4.742C15.089 5.419 15.896 5.316 15.896 4.664L15.844.468C15.845.13 15.637 0 15.35 0H.599C.13 0 0 .26 0 .522 0 .782.13 1.017.573 1.069 2.398 1.2 2.71 1.565 2.71 2.633V15.715C2.71 16.705 2.398 17.043.677 17.175.261 17.226.13 17.46.13 17.722S.26 18.244.703 18.244H15.61C15.896 18.244 16.105 18.114 16.105 17.776L16.157 13.58C16.157 12.928 15.35 12.85 15.141 13.502L14.594 15.196C14.15 16.604 13.394 17.021 11.806 17.021"/></svg></span>
    </a>
</div>
            <nav class="wt-hide-xs wt-show-lg">
                <div data-clg-id="WtMenu" class="wt-menu wt-tooltip ge-menu--body-below-trigger wt-tooltip--disabled-touch dropdown-category-menu wt-menu--bottom wt-menu--left" data-wt-menu data-wt-tooltip="true" data-menu-body-below-trigger="true" data-close-on-select="true" data-hide-trigger-on-open="false" data-animate-in="true" data-contain-focus="false" data-open-direction-vert="bottom" data-open-direction-horiz="left" data-open-direction-force="true" data-menu-type="action">
       
        <button
          type="button"
          class="wt-menu__trigger wt-btn wt-btn--transparent header-button wt-mr-xs-1 wt-btn--small"
          aria-haspopup="true"
          aria-expanded="false"
          data-wt-menu-trigger
          data-level="0"
          data-overlay-trigger-selector= "overlay-trigger-ele"
        >
          <span class="etsy-icon wt-mr-xs-1 wt-icon--smaller">
            <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 18 18">
              <rect x="2" y="8"  width="14" height="2"/>
              <rect x="2" y="13" width="14" height="2"/>
              <rect x="2" y="3"  width="14" height="2"/>
            </svg>
          </span>
          Categories
        </button>

        <div data-clg-id="WtMenuBody" role="menu" class="wt-menu__body wt-pt-xs-2 wt-pb-xs-2 ge-you-menu-dimensions wt-z-index-10 dropdown-category-menu__body" data-wt-menu-body type="option">
      <a href="/c/accessories?ref=catnav-1" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Accessories
  </a><a href="/c/art-and-collectibles?ref=catnav-66" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Art & Collectibles
  </a><a href="/c/baby?ref=catnav-12545" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Baby
  </a><a href="/c/bags-and-purses?ref=catnav-132" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Bags & Purses
  </a><a href="/c/bath-and-beauty?ref=catnav-199" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Bath & Beauty
  </a><a href="/c/books-movies-and-music?ref=catnav-323" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Books, Movies & Music
  </a><a href="/c/clothing?ref=catnav-374" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Clothing
  </a><a href="/c/craft-supplies-and-tools?ref=catnav-562" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Craft Supplies & Tools
  </a><a href="/c/electronics-and-accessories?ref=catnav-825" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Electronics & Accessories
  </a><a href="/c/gifts?ref=catnav-12584" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Gifts
  </a><a href="/c/home-and-living?ref=catnav-891" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Home & Living
  </a><a href="/c/jewelry?ref=catnav-1179" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Jewelry
  </a><a href="/c/paper-and-party-supplies?ref=catnav-1250" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Paper & Party Supplies
  </a><a href="/c/pet-supplies?ref=catnav-1351" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Pet Supplies
  </a><a href="/c/shoes?ref=catnav-1429" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Shoes
  </a><a href="/c/toys-and-games?ref=catnav-1552" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Toys & Games
  </a><a href="/c/weddings?ref=catnav-1633" class="wt-menu__item wt-display-block wt-text-truncate wt-width-full wt-pr-xs-1 wt-position-relative wt-max-width-full " role="menuitem" tabindex="-1" data-level="1">
          Weddings
  </a>

</div>

        <span class="ge-menu__body-caret wt-z-index-10 wt-sem-bg-elevation-0 wt-position-absolute wt-bl-xs wt-bt-xs wt-br-xs-none wt-bb-xs-none"></span>

</div>
            </nav>

        <div class="wt-width-full wt-display-flex-xs wt-pr-lg-3 wt-flex-lg-1 order-mobile-tablet-2" data-hamburger-search-container>
            
            <div class="wt-display-inline-block wt-flex-xs-1 wt-pl-lg-0
                wt-mb-xs-2
        
        wt-mb-lg-0">
    <form id="gnav-search"
          class="global-enhancements-search-nav wt-position-relative wt-display-flex-xs"
          method="GET"
          action="/search.php"
          role="search"
          data-gnav-search
          data-ge-search-clearable
          >

        <label for="global-enhancements-search-query" class="wt-label wt-screen-reader-only">
   Search for items or shops
</label>
<div 
    class="search-container"
    data-id="search-bar"
>
    <div
        class="wt-input-btn-group global-enhancements-search-input-btn-group emphasized_search_bar emphasized_search_bar_grey_bg search-bar-container"
        data-id="search-suggestions-trigger"
    >
        <input id="global-enhancements-search-query"
            data-id="search-query"
            data-search-input
            type="text"
            name="search_query"
            class="wt-input wt-input-btn-group__input global-enhancements-search-input-btn-group__input
                    wt-pr-xs-7
                                        
                    "
            placeholder="Search for anything"
            value=""
            autocomplete="off"
            autocorrect="off"
            autocapitalize="off"
            role="combobox"
            aria-autocomplete="both"
            aria-controls="global-enhancements-search-suggestions"
            aria-expanded="false"
        />
        <button type="button" class="wt-btn wt-btn--transparent wt-btn--icon wt-btn--small position-absolute-important wt-position-right wt-z-index-9 wt-animated  wt-animated--is-hidden
            
            search-close-btn-margin-right " data-search-close-btn>
            <span class="wt-screen-reader-only">Clear search</span>
            <span class="wt-icon wt-icon--smaller wt-nudge-t-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
        </button>
        <button
            type="submit"
            class="wt-input-btn-group__btn global-enhancements-search-input-btn-group__btn
                
                "
            value="Search"
            aria-label="Search"
        data-id="gnav-search-submit-button">
            
            <span class="wt-icon wt-nudge-b-2 wt-nudge-r-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 19a8.46 8.46 0 0 0 5.262-1.824l4.865 4.864 1.414-1.414-4.865-4.865A8.5 8.5 0 1 0 10.5 19m0-2a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13"/></svg></span>
        </button>
    </div>
    <div id="global-enhancements-search-suggestions"
        class="global-nav-menu__body
            search-suggestions-container
             wt-width-full wt-max-width-full
            "
         data-id="search-suggestions">
    </div>
</div>

<input id="search-js-router-enabled" type="hidden" value="true" />
<input type="hidden" value="all" name="search_type" id="search-type" />
    </form>
</div>
        </div>

        <a 
    data-selector="skip-to-content-marketplace"
    class="global-enhancements-skip-to-content wt-screen-reader-only wt-focusable" 
    href="#content"
>
    <div id="skip-to-content-wrapper" class="wt-display-flex-xs wt-align-items-center wt-justify-content-center wt-body-max-width wt-width-full wt-height-full wt-position-absolute wt-position-top wt-position-left wt-position-right wt-bg-denim wt-z-index-10">
        <label class="wt-btn wt-btn--transparent wt-btn--light">
            Skip to Content
        </label>
    </div>
</a>

        

        <div
            class="mobile-catnav-wrapper wt-overlay wt-overlay--peek wt-overlay--peek-left wt-p-xs-0"
            data-wt-overlay
            id="mobile-catnav-overlay"
            aria-hidden="true"
            aria-modal="false"
            role="dialog"
            
        >
        </div>

        <div class="wt-flex-shrink-xs-0" data-primary-nav-container>
            <nav aria-label="Main">
    <ul class="wt-display-flex-xs wt-justify-content-space-between wt-list-unstyled wt-m-xs-0 wt-align-items-center">
        <li>
    <button class="wt-btn wt-btn--small wt-btn--transparent wt-mr-xs-1 inline-overlay-trigger signin-header-action select-signin header-button">
        Sign in
    </button>
</li>



<li data-gift-mode-nav-container>
    <span class="wt-tooltip wt-tooltip--disabled-touch" data-wt-tooltip>
        <a href="/gift-mode?ref=gm_utility_nav"
           class=" wt-tooltip__trigger wt-tooltip__trigger--icon-only wt-btn wt-btn--transparent wt-btn--icon reduced-margin-xs header-button"
           data-gift-mode-nav-link
           aria-labelledby="ge-tooltip-label-gift-mode">
            <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.535 7A4 4 0 0 1 12 2.354 4 4 0 0 1 18.465 7H22v9h-1v6H3v-6H2V7zm9.466 0H13V5a2 2 0 1 1 2.001 2M11 5a2 2 0 1 0-2.001 2H11zm-.764 4c-.55.614-1.348 1-2.236 1v2a4.98 4.98 0 0 0 3-1v3H4V9zM13 11c.836.628 1.874 1 3 1v-2a3 3 0 0 1-2.236-1H20v5h-7zm-8 5v4h6v-4zm8 4v-4h6v4z"/></svg></span>
        </a>

        <span id="ge-tooltip-label-gift-mode" role="tooltip" data-registry-label-tooltip>
            
                Gifts
            
        </span>
    </span>
</li>
<li 
    data-ge-nav-menu="cart"
    data-ge-hover-event-name="gnav_hover_cart_menu"
>
    <span class="wt-tooltip wt-tooltip--bottom-left wt-tooltip--disabled-touch" data-wt-tooltip data-header-cart-button>
        <a aria-label="Cart" href="https://www.etsy.com/cart?ref=hdr-cart" class="wt-tooltip__trigger wt-tooltip__trigger--icon-only wt-btn wt-btn--transparent wt-btn--icon header-button">
            <span class="wt-z-index-1 wt-no-wrap wt-display-none ge-cart-badge wt-badge wt-badge--notificationPrimary wt-badge--small wt-badge--outset-top-right" data-selector="header-cart-count" aria-hidden="true">
                0
            </span>
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="m5.766 5-.618-3H1v2h2.518l2.17 10.535L6.18 17h14.307l2.4-12zM7.82 15l-1.6-8h14.227l-1.6 8z"/><path d="M10.667 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8.333 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg></span>
        </a>
        <span role="tooltip" aria-hidden="true">Cart</span>
    </span>
</li>
    </ul>
</nav>
        </div>
    </header>

    
</div>

<nav class="wt-hide-xs wt-show-lg category-nav-button-menu">
    <div data-ui="cat-nav" id="desktop-category-topnav" class="cat-nav responsive-disabled v2-toolkit-cat-nav wt-ml-xs-0 wt-mr-xs-0">
        <div class="wt-text-caption wt-position-relative wt-sem-bg-elevation-0 wt-z-index-5 v2-toolkit-cat-nav-tab-bar">
            <div class="wt-body-max-width">
                <ul class="wt-list-unstyled wt-body-max-width wt-display-flex-xs wt-justify-content-center" data-menu-ui="menubar" data-ui="top-nav-category-list">
                      
                      <li class="wt-mr-xs-3">
  <a
    href="/gift-mode?ref=gm_global_nav"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="-10" >
    <span class="wt-icon wt-icon--smaller-xs wt-nudge-b-1 wt-nudge-r-3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.535 7A4 4 0 0 1 12 2.354 4 4 0 0 1 18.465 7H22v9h-1v6H3v-6H2V7zm9.466 0H13V5a2 2 0 1 1 2.001 2M11 5a2 2 0 1 0-2.001 2H11zm-.764 4c-.55.614-1.348 1-2.236 1v2a4.98 4.98 0 0 0 3-1v3H4V9zM13 11c.836.628 1.874 1 3 1v-2a3 3 0 0 1-2.236-1H20v5h-7zm-8 5v4h6v-4zm8 4v-4h6v4z"/></svg></span><span>
    Gifts
</span>
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://www.etsy.com/featured/hub/halloween-costumes-and-decor-ideas?ref=Halloween25_cat_nav"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    Halloween Favorites
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="/featured/hub/home-favorites?ref=contentful_promo_cat_nav-4"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="2" >
    Home Favorites
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="/featured/hub/fashion-favorites?ref=contentful_promo_cat_nav-5"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="3" >
    Fashion Finds
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="/registry?ref=contentful_promo_cat_nav-7"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    Registry
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="/giftcards?ref=contentful_promo_cat_nav-8"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    Gift Cards
  </a>
</li>
                      
                </ul>
            </div>
        </div>
    </div>
</nav></div>



<div class="wt-overlay wt-z-index-4" aria-hidden="true" data-ui="overlay"></div>

<noscript>
    <div class="wt-body-max-width wt-pt-xs-2 wt-pl-xs-2 wt-pr-xs-2 wt-pl-md-4 wt-pr-md-4 wt-pt-md-3 wt-pb-xs-0">
        <div id="javascript-nag" class="wt-alert wt-alert--inline wt-alert--success-01 wt-mb-xs-2">
            <div> Take full advantage of our site features by enabling JavaScript. </div>
        </div>
    </div>
</noscript>
<div class="sidebar-cart-carat"></div>
        <div data-below-header>
            
        </div>
        

        


        <script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">
        window.Etsy=window.Etsy||{};
        Etsy.Context=Etsy.Context||{};
        (function() {
            function assign(firstSource, secondSource) {
                if (!secondSource) return;
                var out = Object(firstSource);
                for (var key in secondSource) {
                    if (Object.prototype.hasOwnProperty.call(secondSource, key)) {
                        out[key] = secondSource[key];
                    }
                }
                return out;
            }
            Etsy.Context.feature=assign(Etsy.Context.feature ? Etsy.Context.feature : {}, {"profile_dropdown_to_help_center":false,"sitewide_si_mweb_gated_favoriting":false,"isAppShellEnabled":true,"web2app.mweb_shop_home_w2a_banner_all_variants":null,"seller_platform_web.buyer_inquiry":false,"seller_platform_web.seller_local_time":false,"seller_platform_web.item_detail_overlay":false,"buyer_promise.issue_resolution.fee_avoidance_v2":false,"content_moderation.convo_safety.structured_convos":false,"risk_experience.buyer_email_verification":false});
            Etsy.Context.data=assign(Etsy.Context.data ? Etsy.Context.data : {}, {"is_mobile":false,"should_auto_redirect":false,"locale_settings":{"language":{"code":"en-US","id":0,"name":"English (US)","translation":"English (US)","is_detected":true,"is_default":true},"currency":{"currency_id":840,"code":"USD","name":"United States Dollar","number_precision":2,"symbol":"$","listing_enabled":true,"browsing_enabled":true,"buyer_location_restricted":false,"rate_updates_enabled":true,"is_detected":false,"is_default":true,"append_currency_symbol":false},"region":{"code":"US","country_id":209,"name":"United States","translation":"United States","is_detected":false,"is_default":true,"is_EU_region":false},"subdir_code":""},"neu_api_specs_sample_rate":null,"FB_GRAPHQL_VERSION":"v2.10","page_guid":"100145b0a918.ad802cb756e29198a271.00","primary_event_name":"shop_home","request_uuid":"EuWVN3PQil6t19RBbcfFuYqe1I1b","user_is_test_account":false,"user_id":[null,null],"css_variant":"sasquatch","runtime_analysis":false,"collage_shadow_dom_css_url":"https:\/\/www.etsy.com\/ac\/sasquatch\/css\/collage\/shadow.a719cd9f414be7.css","vite_public_path":"https:\/\/www.etsy.com\/ac\/alphaVite\/js\/en-US\/","guest_uaid":["Er_zLEUXF7KP3AoM0mmdmI-P4w-2","Er_zLEUXF7KP3AoM0mmdmI-P4w-2"],"is_app_shell":true,"csrf_nonce":"3:1759765021:uJZjiM179fBClpL5VbvF8Eq-Z8E2:0e6608f8b3e1b0c73703625e318bad974cf9270c139d0f673ef14ec9ab7cb773","uaid_nonce":"3:1759765021:MlcYF9cbrEx1ois4aWdyKCOrrErn:1d99af41fcfac4e8433ccd8814b877ec1350ab99ba333d398ee0e77daf5df73e","clientlogger":{"is_enabled":true,"endpoint":"\/clientlog","logs_per_page":6,"id":"EuWVN3PQil6t19RBbcfFuYqe1I1b","digest":"e6ea1acc1a8d7bcf3990364786efc36f7345decd","enabled_features":["info","warn","error","basic","uncaught"]},"01125905a4e5ddf2_appshell_fallback":"recs-impression","3c65557fa67e42dc_appshell_fallback":"b5d2efc7ae8f28b10","c5420ec98ed7db34_appshell_fallback":"bcf697c5b9fc6dc98","imp_listener_sources":["ads","search","recs","nonlisting"],"impact_tracker_should_prompt_signin":false,"impact_tracker_should_direct_open":false,"shop_favorites_see_all_link":"See all","shop_favorites_search_header":"Shops you follow","is_mobile_shop_search":false,"show_simplified_mobile_header":false,"is_eligible_for_ship_to_setting_in_global_header":false,"remove_catnav_for_bots":false,"in_cart_count":0,"page_type":"shop_home","clickable_nav":true,"has_dropdown":true,"add_vintage_node":false,"images_in_l2":false,"recs":[],"mweb_full_screen_search_dropdown":false,"relocate_cat_nav":false,"zero_pane_recent_searches":[],"is_eligible_to_fetch_category_suggestions":false,"category_suggestions_in_autosuggest_variant":null,"is_eligible_for_contentful_title_on_trending_searches":false,"is_eligible_for_always_show_shop_search":false,"is_eligible_for_search_bar_improvements":false,"is_eligible_for_refinement_pills_in_autosuggest":false,"impact_message":{"footer_renewable_impact":{"impact_name":"footer_renewable_impact","impact_themes":["sustainability"],"impact_audiences":["buyers"]}},"airgap_url":"https:\/\/transcend-cdn.com\/cm\/ac71e058-41b7-4026-b482-3d9b8e31a6d0\/airgap.js","airgap_bundle":"control_bundle","dual_write_enabled":true,"google_tag_manager_async_enabled":false,"dynamic_privacy_settings_ui_enabled":false,"forced_data_regimes":"","has_forced_data_regimes":false,"all_purposes":["Advertising","Functional"],"all_regimes":["us-gpc","consent-prompt"],"default_consent_expiry":518400,"disable_advertising_regimes":[],"shop_id":6445226,"deep_link_shop_id":6445226,"shop_owner_user_id":11504543,"is_owner":false,"shop_name":"cynla","accepts_custom_requests":true,"reviews":{"filtered_reviews_batch_size":10,"valid_filters":["quality","shipping","customer_service"],"should_async_load_filtered_reviews":true},"trust_signals_event_prefix":"shop_home_","all_items_button":true,"iframe_warning_msg":"This is a preview of just your shop front. To explore more, use the <em>View on Etsy.com<\/em> button below.","is_in_shop_home":true,"show_listing_card_videos":true,"is_regulatory_buyer_disclosure_enabled":true,"async_items_use_spec_loader":true,"color_tint":null,"is_dark_mode":false,"is_simplified_shop_header":true,"is_convos_condensed_disclosure_enabled":false,"listings_load_more_batch_size":36,"listings_total_count":344,"listings_use_pagination":true,"selected_section_id":0,"current_search":"","referrer_listing_id_for_sort":null,"sort_order":"custom","wider_content":true,"should_hide_favorite_heart":false,"should_show_atc_and_sidebar_shop_home":false,"sort_by_tmpl_data":{"should_show_shop_home_price_filters":true,"sort_options":[{"message":"Custom","param":"custom","selected":true,"hidden":false,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom&order=custom"},{"message":"Relevance","param":"relevance","selected":false,"hidden":true,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom&order=relevance"},{"message":"Most Recent","param":"date_desc","selected":false,"hidden":false,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom&order=date_desc"},{"message":"Lowest Price","param":"price_asc","selected":false,"hidden":false,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom&order=price_asc"},{"message":"Highest Price","param":"price_desc","selected":false,"hidden":false,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom&order=price_desc"}],"selected_sort_option":{"message":"Custom","param":"custom","selected":true,"hidden":false,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom&order=custom"},"is_mobile":false,"messages":{"sort":"Sort:"}},"default_sort":"custom","should_show_shop_home_price_filters":true,"filter_by_tmpl_data":{"is_mweb":false,"price_buckets_formatted":[{"label":"Any price","min":null,"max":null,"currency_code":null,"bucket_order":0,"selected":true,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom"},{"label":"Under $10","min":null,"max":10,"currency_code":"USD","bucket_order":1,"selected":false,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom"},{"label":"$10 to $25","min":10,"max":25,"currency_code":"USD","bucket_order":2,"selected":false,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom"},{"label":"Over $25","min":25,"max":null,"currency_code":"USD","bucket_order":3,"selected":false,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom"}],"selected_price_filter_option":{"label":"Any price","min":null,"max":null,"currency_code":null,"bucket_order":0,"selected":true,"url":"https:\/\/www.etsy.com\/shop\/cynla?sort_order=custom"},"price_label":"Price:","filter_icon_label":"Filter"},"read_more_text":"Read more","close_text":"Close","is_shop_info_redesign_v2":true,"num_members":1,"shop_member_max_roles":3,"structured_policies_messages":{"module_name":"Shop policies","last_updated_on":"Last updated on","publish":"Publish Shop Policies","policies_save":"Save policies","policies_edit":"Edit policies","cancel":"Cancel","revert":"Use previous policies","edit":"Edit","loading":"Loading","preview_banner_kicker":"Policies preview","not_existing_policies_preview_banner_header":"Review and customize these policies so they work for you","preview_banner_body":"You can publish these to your shop or edit them if you need to make changes","preview_publish_confirm":"By clicking Publish, you'll post your Shop Policies and agree to comply with them.","revert_confirm":"Are you sure you want to revert?","leave_page_warning":"You are currently editing shop policies","private_receipt_info_title":"Private receipt info","private_receipt_info_body":"We have removed the 'Private Receipt Info' section of your policies page. You don't need to populate this section for the purposes of complying with international consumer protection laws anymore because this new Policies feature will automatically display the relevant content of your shop policies within the buyer receipt email instead.","private_receipt_info_link":"See this FAQ for more information","structured_banner_title":"Switch to simple shop policies","structured_banner_title_v2":"Set up simple shop policies","structured_banner_body":"We'll give you a quick template to create your shop policies in seconds.","structured_banner_button":"Try it now","new_simplified_policies":"Your new, simplified policies","new_policies_banner_description_1":"Buyers prefer policies that are short, clear and address their key concerns, so we've designed them that way.","new_policies_banner_description_2":"Review and customize these policies so they work for you. We've saved your previous policies, so you can always switch back.","new_policies_banner_description_3":"We've saved your previous policies, so you can always switch back.","new_policies_banner_learn_more":"Learn more","publish_policies_success":"Your new policies have been published!","publish_policies_error":"There was an error publishing your policies. Please try again.","policies_failed_to_load":"Shop policies failed to load","policies_try_again":"Try again","policies_saving":"Saving...","policies_publishing":"Publishing...","listing_preview_shipping":"This section will show shipping or download information once you publish your listing.","craft_shipping_section_title":"Shipping & policies","craft_payments_section_title":"Payments","craft_refunds_section_title":"Returns & exchanges","craft_terms_section_title":"Terms & conditions","craft_more_details_accordion_label":"+ See more...","listing_returns_and_exchanges":"See item details for return and exchange eligibility.","no_policies":"Looks like this shop doesn't have any custom policies. Have questions?","message_the_seller":"Message the seller","shipping_section_title":"Shipping","payments_section_title":"Payments","refunds_section_title":"Returns & exchanges","digital_section_title":"Downloads","terms_section_title":"Terms & conditions","more_details_accordion_label":"See more...","seller_details_section_title":"More information"},"revised_returns_ui":true,"should_paginate_reviews_in_shop_home":true,"shop_home_reviews_per_page":10,"inline_modal_is_responsive":true,"shopId":6445226,"sort_option":"Relevancy","should_use_consolidated_helpful_voting":false,"review_hide_sort_by_prefix":false,"branding":{"edit_url":"\/shop\/cynla\/edit?ref=edit_trust_header"},"shop_reviews_count":8088,"is_signed_in_mweb_sticky_nav_enabled":false,"is_signed_out_mweb_sticky_nav_enabled":false,"is_desktop_sh_nav_bar_enabled":true,"is_mweb_sh_nav_bar_enabled":false,"items_scroll_top_offset":80,"search_items":{"search_placeholder":"Search all 344 items","search_placeholder_long":"Search items in this shop","search_submit_button_aria_label":"Search","search_clear_button_aria_label":"Clear search"}});
        })();
    </script>

        <script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">__webpack_public_path__ = "https://www.etsy.com/ac/primaryVendor/js/en-US/";</script>

<script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">(function() {
var asyncAvailable = true;
try {
    eval("async () => {}");
} catch(e) {
    asyncAvailable = false;
}

var falseUA = false && !asyncAvailable;
var primarySupportsAsync = !false && asyncAvailable;

var clientloggerIsEnabled = true;
if (clientloggerIsEnabled) {
    if (falseUA) {
        new Image().src = '/clientlog?falseua=1';
    }
    if (primarySupportsAsync) {
        new Image().src = '/clientlog?primarysupportsasync=1';
    }
    if (window.__etsy_logging && window.__etsy_logging.bots && (window.__etsy_logging.bots.isBot || window.__etsy_logging.bots.botCheck.length > 0)) {
        new Image().src = '/clientlog?feisbot=1&bot_check=' + encodeURIComponent(JSON.stringify(window.__etsy_logging.bots.botCheck));
    }
}

})();</script>

   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/vendor_bundle.0575e300a7248b16a342.js" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/etsy_libs.80787c95238103d5059b.js" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>
   <script src="https://www.etsy.com/paula/v3/polyfill.min.js?etsy-v=v5&flags=gated&features=AbortController%2CDOMTokenList.prototype.@@iterator%2CDOMTokenList.prototype.forEach%2CIntersectionObserver%2CIntersectionObserverEntry%2CNodeList.prototype.@@iterator%2CNodeList.prototype.forEach%2CObject.preventExtensions%2CString.prototype.anchor%2CString.raw%2Cdefault%2Ces2015%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces2020%2Ces2021%2Ces2022%2Cfetch%2CgetComputedStyle%2CmatchMedia%2Cperformance.now" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/app-shell/globals/index.2b4c5c8e33e8fd33f25d.js" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/@etsy-modules/ConsentManagement/Transcend-Integration.16c8d61365b0516bc92a.js" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/shop2/home.51ed2429c748680d161f.js" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/shop2/home-listing-card-videos.e2b550c3526c0ddefbc7.js" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/common/web-toolkit/base-marketing.fb0848f38e4e84615740.js" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/async/component-islands/vendor.74c3a470d44438de8229.js" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/react-ssr/component-islands/queue.a5a61f2d66dcf2011919.js" type="text/javascript" nonce="T8gT1GeU+WnsHYiV+XNZA7R7" crossorigin defer></script>

        <main id="content">
            <div class="shop-home  ">
    <div id="shop-home__editor-wrapper" class="">
        <div data-selector="shop-header-container">
            <div>
                


                
                
                

                    
                    
                    <div id="shop-home-header" class="shop-home-header">
                        <div class="shop-header ">
    <div class="wt-position-relative">
        <div data-appears-component-name="shop_home_branding_section">
<div data-module="branding" class="branding-container wt-position-relative ">
<div class="wt-width-full img-container wt-position-relative">
    <div class="cover-photo-wrap wt-position-relative height-aspect-ratio-4-1 wt-overflow-hidden wt-display-flex-xs wt-justify-content-center fill-min-height">
        
        <img
            class="wt-position-absolute wt-display-block fill-min-height wt-width-full"
            src="https://i.etsystatic.com/6445226/r/isbl/db1247/71060573/isbl_1680x420.71060573_7xxweapk.jpg"
            srcset="https://i.etsystatic.com/6445226/r/isbl/db1247/71060573/isbl_3360x840.71060573_7xxweapk.jpg 3360w,
                    https://i.etsystatic.com/6445226/r/isbl/db1247/71060573/isbl_1680x420.71060573_7xxweapk.jpg 1680w,
                    https://i.etsystatic.com/6445226/r/isbl/db1247/71060573/isbl_1200x300.71060573_7xxweapk.jpg 1200w,
                    https://i.etsystatic.com/6445226/r/isbl/db1247/71060573/isbl_900x225.71060573_7xxweapk.jpg 900w,
                    https://i.etsystatic.com/6445226/r/isbl/db1247/71060573/isbl_640x160.71060573_7xxweapk.jpg 640w,
                    https://i.etsystatic.com/6445226/r/isbl/db1247/71060573/isbl_480x120.71060573_7xxweapk.jpg 480w"
            sizes="100vw"
            alt=""
        />
        

    </div>
</div>
    </div>
</div>
        <div class="shop-header__ctas-md-down wt-show-xs wt-hide-lg wt-position-absolute wt-vertical-center wt-pl-xs-2 wt-pl-md-4 wt-pr-xs-2 wt-pr-md-4 wt-width-full">
            <div class="wt-display-flex-xs wt-justify-content-space-between">
                <div data-module="branding-buttons" class="cta-group wt-display-flex-xs wt-align-items-center">
                </div>
                <div class="cta-group wt-display-flex-xs wt-flex-gap-xs-2">
                    <div><a
    rel="nofollow"
    href="https://www.etsy.com/messages/new?with_id=11504543&referring_id=6445226&referring_type=shop&recipient_id=11504543"
    
    class="wt-btn wt-btn--primary sb-btn wt-btn--small-xs wt-btn--base-md wt-btn--light wt-btn--icon wt-shadow-elevation-3 contact-action convo-overlay-trigger inline-overlay-trigger"
    role="button"
    data-to_username="cynla"
    data-to_user_id="11504543"
    data-to_user_display_name="Cindy LaColla from cynla"
        data-referring_type="shop"
        data-referring_id="6445226"
    
    data-subject=""
    data-message=""
    
    
>
    <span class="etsy-icon shop-header-action-icon wt-icon--small-xs wt-icon--base-md wt-nudge-b-1 wt-nudge-r-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9 12.167a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m3 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m4.5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" clip-rule="evenodd" d="m22 22-5.107-1.277A9.95 9.95 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a9.95 9.95 0 0 1-1.277 4.893zm-3.41-5.394.39-.693A7.96 7.96 0 0 0 20 12a8 8 0 1 0-8 8 7.96 7.96 0 0 0 3.913-1.02l.693-.39 2.645.661z"/></svg></span>
    
    
    
    
</a></div>
                    <div data-follow-shop-region>
    <div data-action="follow-shop-button-container" class="wt-display-flex-xs wt-align-items-center">
        <input type="hidden" class="id" name="user_id" value="11504543"/>
            <a
                href="https://www.etsy.com/signin?workflow=ZmF2b3JpdGVfdXNlcl9pZDoxMTUwNDU0MzoxNzU5NzY1NjIxOjdmZGIyYWRiMDg4NDE0MGY3MjdkNDZmYmIwZjI4YjE5&use_follow_text=1&from_page=https%3A%2F%2Fwww.etsy.com%2Fshop%2Fcynla%2F%3Fetsrc%3Dsdt%26feed%3Drss2"
                rel="nofollow"
                data-downtime-overlay-type="favorite"
                data-supplemental-state--use_follow_text="true"
                class="inline-overlay-trigger favorite-shop-action sb-btn wt-btn wt-btn--primary wt-btn--small-xs wt-btn--base-md wt-btn--light wt-btn--icon wt-shadow-elevation-3"
                aria-label="Follow shop"
                data-action="follow-shop-button"
                data-shop-id="6445226"
                data-source-name="shop_home_branding"
                data-module-name=""
            >
                <span class="etsy-icon shop-header-action-icon wt-icon--small-xs wt-icon--base-md" data-not-following-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon shop-header-action-icon wt-icon--small-xs wt-icon--base-md wt-display-none wt-text-brick" data-following-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
        
        </a>
    </div>
    
</div>
                </div>
            </div>
        </div>

        <div data-module="branding-buttons" class="branding-buttons-lg-up wt-hide-xs wt-show-lg wt-pl-lg-4">
        </div>

    </div>
    <div class="
        wt-body-max-width wt-position-relative wt-pb-md-2 wt-pt-xs-2 wt-pt-md-3 wt-pt-lg-2 wt-pl-xs-2 wt-pr-xs-2 wt-pl-md-4 wt-pr-md-4
        wt-display-flex-xs wt-flex-direction-column-xs wt-flex-direction-row-md wt-justify-content-space-between wt-flex-gap-xs-1"
    >
        <div class="wt-display-flex-xs wt-flex-gap-xs-2 wt-flex-gap-md-1 wt-flex-gap-lg-2 wt-flex-grow-xs-1 wt-flex-basis-xs-0 wt-flex-shrink-xs-0">
            <div data-editable-img="shop-icon"
     class="shop-icon-redesign shop-icon shop-home-max-icon-width shop-home-small-icon-width 
         wt-position-relative wt-display-inline-block
         "
>
    <img
    data-clg-id="WtImage"
    class="shop-icon-external wt-rounded wt-overflow-hidden wt-display-block wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/isla/978d49/16567201/isla_180x180.16567201_96f9d9i5.jpg"
    alt=""
    style="aspect-ratio: 1;"
    
    sizes="(max-width: 639px) 62px, (max-width: 899px) 66px, 74px"
    srcset="https://i.etsystatic.com/6445226/r/isla/978d49/16567201/isla_100x100.16567201_96f9d9i5.jpg 100w, https://i.etsystatic.com/6445226/r/isla/978d49/16567201/isla_200x200.16567201_96f9d9i5.jpg 200w"
/>

</div>
            <div class="shop-header__info wt-display-flex-xs wt-flex-direction-column-xs">
                <div class="wt-display-flex-xs wt-align-content-center wt-flex-gap-xs-1 wt-mb-xs-1 wt-mb-lg-0">
                    <h1 class="shop-name wt-text-title-larger wt-text-truncate">cynla</h1>
                    <div class="star-seller-badge wt-display-inline-flex-xs">
    <div class="wt-popover star-seller-badge-shop-home wt-display-flex-xs" data-wt-popover>
        <button data-wt-popover-trigger class="wt-popover__trigger wt-popover__trigger--underline wt-display-inline-flex-xs wt-align-items-center" aria-describedby="popover-content-01">
            <span class="wt-icon wt-icon--smaller-xs wt-icon--base-lg wt-icon--core wt-fill-star-seller-dark wt-flex-shrink-xs-0 wt-nudge-t-1" alt="star_seller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m20.902 7.09-2.317-1.332-1.341-2.303H14.56L12.122 2 9.805 3.333H7.122L5.78 5.758 3.341 7.09v2.667L2 12.06l1.341 2.303v2.666l2.318 1.334L7 20.667h2.683L12 22l2.317-1.333H17l1.342-2.303 2.317-1.334v-2.666L22 12.06l-1.341-2.303V7.09zm-6.097 6.062.732 3.515-.488.363-2.927-1.818-3.049 1.697-.488-.363.732-3.516-2.56-2.181.121-.485 3.537-.243 1.341-3.273h.488l1.341 3.273 3.537.243.122.484z"/></svg></span>
        </button>

            <div class="wt-p-xs-3 seller-badge-popover" id="popover-content-01" role="tooltip">
                <p class="wt-mb-xs-1 wt-text-title-01">
                    Star Seller
                </p>

                <p class="wt-mb-xs-1 wt-text-caption">
                    Star Sellers have an outstanding track record for providing a great customer experience—they consistently earned 5-star reviews, shipped orders on time, and replied quickly to any messages they received.
                </p>
            </div>
    </div>
</div>
                    
                </div>
                <div class="shop-details wt-display-flex-xs wt-flex-direction-column-xs">
                        <p class="sb-shop-location wt-text-body-small wt-sem-text-secondary">
                            Newburgh, New York
                        </p>
                    <div class="wt-show-xs wt-hide-lg">
                        <div class="wt-popover recent-activity wt-display-flex-xs" data-wt-popover>
    <button data-wt-popover-trigger data-shop-latest-activity-content class="wt-popover__trigger wt-text-link" aria-describedby="shop-info-latest-activity-popover-content">
        <span class="wt-text-body-small sb-latest-activity wt-sem-text-secondary wt-nudge-b-1" data-latest-activity-type="shipment_create" data-latest-activity-date="1759758137">Latest activity: Oct 6, 2025</span>
    </button>
    <div class="wt-p-xs-3" id=shop-info-latest-activity-popover-content role="tooltip">
        <p class="wt-mb-xs-1 wt-text-title-small">This shows when the seller last completed one of these activities</p>
        <p class="wt-text-body-small">&bull;&nbsp;Made a shop announcement</p>
        <p class="wt-text-body-small">&bull;&nbsp;Updated their shop policies</p>
        <p class="wt-text-body-small">&bull;&nbsp;Added an item to their shop</p>
    </div>
</div>
                    </div>
                </div>
                <div class="wt-hide-xs wt-show-lg wt-flex-shrink-xs-0">
                    <div class="highlights__container
        wt-show-xs wt-hide-lg
    ">
    <div class="highlights wt-display-flex-xs wt-align-items-center wt-justify-content-space-evenly wt-text-center-xs wt-b-xs wt-rounded-02 wt-p-xs-2 wt-p-md-3">
        <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="sales">
        <div class="highlight__primary-content ">26.5k</div>
        <div class="highlight__secondary-content"> Sales</div>
    </div>
</div>
        <div class="divider"></div>
        <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="rating">
        <div class="highlight__primary-content "><div
    class="highlight__primary-content"
    data-review-ratings-count
    data-rating="5.0"
    
>
        <div class="rating-and-reviews-count wt-display-flex-xs wt-align-items-center">
            <span class="wt-icon wt-icon--smaller-xs wt-icon--base-lg rating-and-reviews-count__icon wt-nudge-b-1 wt-fill-beeswax"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span> 
                <span class="rating-and-reviews-count__avg-rating ">5.0</span>
                        <a href="#reviews" data-reviews-jump-link data-click-source="rating_reviews_signal_count" class="wt-text-link-no-underline">
                    <span class="rating-and-reviews-count__reviews-count wt-text-body--tight">
                        (8.1k)
                    </span>
                    </a>
        </div>
</div></div>
        
    </div>
</div>
        <div class="divider"></div>
        <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="on_etsy">
        <div class="highlight__primary-content ">14 years</div>
        <div class="highlight__secondary-content">on Etsy</div>
    </div>
</div>
    </div>
</div>

        <div class="highlights__container wt-hide-xs wt-show-lg">
            <div class="highlights highlights__inline wt-display-flex-xs wt-align-items-center wt-text-center-xs">
                <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="rating">
        <div class="highlight__primary-content "><div
    class="highlight__primary-content"
    data-review-ratings-count
    data-rating="5.0"
    
>
        <div class="rating-and-reviews-count wt-display-flex-xs wt-align-items-center">
            <span class="wt-icon wt-icon--smaller-xs wt-icon--base-lg rating-and-reviews-count__icon wt-nudge-b-1 wt-fill-beeswax"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span> 
                <span class="rating-and-reviews-count__avg-rating ">5.0</span>
                        <a href="#reviews" data-reviews-jump-link data-click-source="rating_reviews_signal_count" class="wt-text-link-no-underline">
                    <span class="rating-and-reviews-count__reviews-count wt-text-body--tight">
                        (8.1k)
                    </span>
                    </a>
        </div>
</div></div>
        
    </div>
</div>
                <div class="divider"></div>
                <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="sales">
        <div class="highlight__primary-content ">26.5k</div>
        <div class="highlight__secondary-content"> sales</div>
    </div>
</div>
                <div class="divider"></div>
                <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="on_etsy">
        <div class="highlight__primary-content ">14 years</div>
        <div class="highlight__secondary-content">on Etsy</div>
    </div>
</div>
            </div>
        </div>
                </div>
            </div>
        </div>
        <div class="wt-hide-xs wt-show-lg wt-pr-md-4 wt-flex-shrink-xs-0 wt-mt-xs-auto wt-mb-xs-auto">
            <div class="wt-display-flex-xs wt-flex-gap-xs-2">
                <div><a
    rel="nofollow"
    href="https://www.etsy.com/messages/new?with_id=11504543&referring_id=6445226&referring_type=shop&recipient_id=11504543"
    
    class="wt-btn wt-btn--secondary sb-btn wt-display-flex-xs wt-align-items-center contact-action convo-overlay-trigger inline-overlay-trigger"
    role="button"
    data-to_username="cynla"
    data-to_user_id="11504543"
    data-to_user_display_name="Cindy LaColla from cynla"
        data-referring_type="shop"
        data-referring_id="6445226"
    
    data-subject=""
    data-message=""
    
    aria-label="Contact"
>
    <span class="etsy-icon shop-header-action-icon wt-icon--small-xs wt-icon--base-md wt-mr-xs-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9 12.167a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m3 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m4.5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" clip-rule="evenodd" d="m22 22-5.107-1.277A9.95 9.95 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a9.95 9.95 0 0 1-1.277 4.893zm-3.41-5.394.39-.693A7.96 7.96 0 0 0 20 12a8 8 0 1 0-8 8 7.96 7.96 0 0 0 3.913-1.02l.693-.39 2.645.661z"/></svg></span>
    
    <span><span>Contact</span></span> 
    
    
</a></div>
                <div data-follow-shop-region>
    <div data-action="follow-shop-button-container" class="wt-display-flex-xs wt-align-items-center">
        <input type="hidden" class="id" name="user_id" value="11504543"/>
            <a
                href="https://www.etsy.com/signin?workflow=ZmF2b3JpdGVfdXNlcl9pZDoxMTUwNDU0MzoxNzU5NzY1NjIxOjdmZGIyYWRiMDg4NDE0MGY3MjdkNDZmYmIwZjI4YjE5&use_follow_text=1&from_page=https%3A%2F%2Fwww.etsy.com%2Fshop%2Fcynla%2F%3Fetsrc%3Dsdt%26feed%3Drss2"
                rel="nofollow"
                data-downtime-overlay-type="favorite"
                data-supplemental-state--use_follow_text="true"
                class="inline-overlay-trigger favorite-shop-action sb-btn wt-btn wt-btn--secondary wt-display-flex-xs wt-align-items-center"
                aria-label="Follow shop"
                data-action="follow-shop-button"
                data-shop-id="6445226"
                data-source-name="shop_home_branding"
                data-module-name=""
            >
                <span class="etsy-icon shop-header-action-icon wt-icon--small-xs wt-icon--base-md" data-not-following-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon shop-header-action-icon wt-icon--small-xs wt-icon--base-md wt-display-none wt-text-brick" data-following-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
                        <span data-following-message class="wt-ml-xs-1 wt-display-none ">
                            Following
                        </span>
                        <span data-not-following-message class="wt-ml-xs-1 ">
                            Follow
                        </span>
        
        </a>
    </div>
    
</div>
            </div>
        </div>
        <div class="wt-show-xs wt-hide-lg wt-mt-xs-2 wt-mb-xs-2 wt-ml-xs-1 wt-mr-xs-1 wt-m-md-0 wt-flex-grow-xs-1 wt-flex-basis-xs-0">
            <div class="highlights__container
        wt-show-xs wt-hide-lg
    ">
    <div class="highlights wt-display-flex-xs wt-align-items-center wt-justify-content-space-evenly wt-text-center-xs wt-b-xs wt-rounded-02 wt-p-xs-2 wt-p-md-3">
        <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="sales">
        <div class="highlight__primary-content ">26.5k</div>
        <div class="highlight__secondary-content"> Sales</div>
    </div>
</div>
        <div class="divider"></div>
        <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="rating">
        <div class="highlight__primary-content "><div
    class="highlight__primary-content"
    data-review-ratings-count
    data-rating="5.0"
    
>
        <div class="rating-and-reviews-count wt-display-flex-xs wt-align-items-center">
            <span class="wt-icon wt-icon--smaller-xs wt-icon--base-lg rating-and-reviews-count__icon wt-nudge-b-1 wt-fill-beeswax"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span> 
                <span class="rating-and-reviews-count__avg-rating ">5.0</span>
                        <a href="#reviews" data-reviews-jump-link data-click-source="rating_reviews_signal_count" class="wt-text-link-no-underline">
                    <span class="rating-and-reviews-count__reviews-count wt-text-body--tight">
                        (8.1k)
                    </span>
                    </a>
        </div>
</div></div>
        
    </div>
</div>
        <div class="divider"></div>
        <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="on_etsy">
        <div class="highlight__primary-content ">14 years</div>
        <div class="highlight__secondary-content">on Etsy</div>
    </div>
</div>
    </div>
</div>

        <div class="highlights__container wt-hide-xs wt-show-lg">
            <div class="highlights highlights__inline wt-display-flex-xs wt-align-items-center wt-text-center-xs">
                <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="rating">
        <div class="highlight__primary-content "><div
    class="highlight__primary-content"
    data-review-ratings-count
    data-rating="5.0"
    
>
        <div class="rating-and-reviews-count wt-display-flex-xs wt-align-items-center">
            <span class="wt-icon wt-icon--smaller-xs wt-icon--base-lg rating-and-reviews-count__icon wt-nudge-b-1 wt-fill-beeswax"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span> 
                <span class="rating-and-reviews-count__avg-rating ">5.0</span>
                        <a href="#reviews" data-reviews-jump-link data-click-source="rating_reviews_signal_count" class="wt-text-link-no-underline">
                    <span class="rating-and-reviews-count__reviews-count wt-text-body--tight">
                        (8.1k)
                    </span>
                    </a>
        </div>
</div></div>
        
    </div>
</div>
                <div class="divider"></div>
                <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="sales">
        <div class="highlight__primary-content ">26.5k</div>
        <div class="highlight__secondary-content"> sales</div>
    </div>
</div>
                <div class="divider"></div>
                <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="on_etsy">
        <div class="highlight__primary-content ">14 years</div>
        <div class="highlight__secondary-content">on Etsy</div>
    </div>
</div>
            </div>
        </div>
        </div>
        
    </div>
</div>
                    </div>
                    <div class="wt-body-max-width wt-pr-xs-2 wt-pr-md-4 wt-pl-xs-2 wt-pl-md-4">
                        
                        
                    </div>
            </div>
        </div>
        <div class="shop-nav-bar-container  wt-position-sticky wt-position-top wt-z-index-3 wt-sem-bg-elevation-0 wt-mb-xs-1" data-region="shop-nav-bar-container">
    <div class=" wt-display-flex-xs wt-justify-content-space-between wt-align-items-center wt-body-max-width shop-nav-bar-inner-container">
        <div class="wt-pl-md-4 wt-pt-md-2 wt-pb-md-2 sb-nav-items">
            <div
    data-component-island-template="shop2/Components/NavBar/NavTabs"
    data-component-island-id="68e3e21dd913e"
    data-prerender-error="false"
    data-is-prerendered="true"
>
    <script type="text/props">
        {"isMobile":false,"hasPoliciesSection":true,"hasAboutSection":true,"hasListingsSection":true,"hasReviewsSection":true,"hasAnnouncementSection":false}
    </script>
<nav data-clg-id="WtExternalTabList" aria-label="Shop navigation tabs" class="wt-tab-container wt-pr-xs-1 hide-sh-nav-track sb-nav"><ul class="wt-tab"><li data-clg-id="WtExternalTab" class="wt-tab__item wt-mr-md-6 wt-pb-xs-0 wt-pt-xs-0 wt-tab__item--selected"><a aria-current="page" href="#items">Items</a></li><li data-clg-id="WtExternalTab" class="wt-tab__item wt-mr-md-6 wt-pb-xs-0 wt-pt-xs-0"><a href="#reviews">Reviews</a></li><li data-clg-id="WtExternalTab" class="wt-tab__item wt-mr-md-6 wt-pb-xs-0 wt-pt-xs-0"><a href="#about">About</a></li><li data-clg-id="WtExternalTab" class="wt-tab__item wt-mr-md-6 wt-pb-xs-0 wt-pt-xs-0"><a href="#policies">Shop Policies</a></li></ul></nav>
</div>

        </div>
            <div class="nav-search wt-pr-md-4 wt-pt-md-2 wt-pb-md-2">
                <div data-region="search-items" class="search-items wt-display-inline-block wt-width-full input-prepend input-prepend-icon input-append input-append-icon">
    <form action="/shop/cynla/search" method="GET">
        <button type="button"
                class="wt-btn wt-btn--transparent wt-btn--icon wt-btn--small wt-position-absolute wt-position-right wt-mt-xs-1 wt-z-index-3 wt-animated  wt-animated--is-hidden search-close-btn-margin-right"
                data-action="clear-search" aria-label="Clear search">
            <span class="wt-screen-reader-only">Clear search</span>
            <span class="etsy-icon wt-icon--smaller wt-nudge-t-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
        </button>
<div data-clg-id="WtInputButtonGroup" class="wt-input-btn-group sh-nav-input-btn-group" >
                <input data-clg-id="WtInput" id="68e3e21de05e6" type="text" class="wt-input wt-input-btn-group__input wt-pr-xs-7 wt-text-truncate sh-nav-btn-group__input" name="search_query" placeholder="Search all 344 items" aria-label="Search all 344 items" value="">



    <button type="submit" class="wt-btn wt-input-btn-group__btn" value="Search" aria-label="Search">
        <span class="wt-icon wt-nudge-b-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,18a8,8,0,1,1,8-8A8.009,8.009,0,0,1,10,18ZM10,4a6,6,0,1,0,6,6A6.007,6.007,0,0,0,10,4Z"/><path d="M21,22a1,1,0,0,1-.707-0.293l-4-4a1,1,0,0,1,1.414-1.414l4,4A1,1,0,0,1,21,22Z"/></svg></span>
    </button>
</div>
    </form>
</div>
            </div>
    </div>
</div>
        <div class="wt-body-max-width wt-pr-xs-2 wt-pr-md-4 wt-pl-xs-2 wt-pl-md-4">
            <div data-appears-component-name="shop_home_listings_section" data-appears-event-data='{"num_sections":14}' data-offset="0.01">
<span>
    <div class="
         wt-pl-xs-0 wt-pr-xs-0 no-focus-outline"
         id="items"
         data-region="items"
         tabindex="-1"
    >
        <div class="wt-mb-xs-1 wt-mb-lg-0 wt-pl-xs-0 wt-pr-xs-0">
            <div class="wt-display-flex-xs wt-flex-wrap wt-flex-direction-column-xs wt-flex-direction-row-lg wt-justify-content-space-between wt-align-items-baseline wt-pl-xs-0 wt-pr-xs-0 wt-pb-lg-2">

            </div>
        </div>
    </div>
    <div class="wt-display-flex-lg" >
        <div class="wt-hide-xs wt-show-lg wt-pl-xs-0 shop-home-wider-sections wt-mr-lg-4 wt-pr-xs-0 ">
            <div data-section-selector class="wt-tab-container wt-mb-xs-6">
    <ul
        class="wt-tab wt-flex-direction-column-md wt-bb-xs-none vertical-tabs"
            aria-orientation="vertical"
            role="tablist"
            aria-label="Sections"
            data-wt-tab-list data-animate="false"
    >
        <li
            aria-selected="true"
            class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                wt-justify-content-space-between
                 is-selected"
            role="tab"
            data-wt-tab
            data-section-id="0"
            data-num-sections="14"
        >
            <span class="wt-break-word wt-mr-xs-2">All</span>
            <span class="wt-mr-md-2">344</span>
        </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="11941836"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        BIRTHDAY cards
                </span>
                <span class="wt-mr-md-2">85</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="32858603"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        STICKERS
                </span>
                <span class="wt-mr-md-2">67</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="11942016"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        LOVE anniversary wedding
                </span>
                <span class="wt-mr-md-2">26</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="11941860"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        new baby cards
                </span>
                <span class="wt-mr-md-2">9</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="11935465"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        holiday cards
                </span>
                <span class="wt-mr-md-2">56</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="19166934"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        mothers day fathers day
                </span>
                <span class="wt-mr-md-2">16</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="11935451"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        thank you cards & sets
                </span>
                <span class="wt-mr-md-2">24</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="12275396"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        8x10 art prints
                </span>
                <span class="wt-mr-md-2">10</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="15600993"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        stationery & notepads
                </span>
                <span class="wt-mr-md-2">5</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="10624972"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        calendars & other goods
                </span>
                <span class="wt-mr-md-2">2</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="43110785"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        sale bundles
                </span>
                <span class="wt-mr-md-2">5</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="53051743"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        congrats & grad
                </span>
                <span class="wt-mr-md-2">9</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="53051781"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        get well & sympathy
                </span>
                <span class="wt-mr-md-2">8</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="53052651"
                data-num-sections="14"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        thinking of you
                </span>
                <span class="wt-mr-md-2">22</span>
            </li>
    </ul>
</div>
            <div class="request-custom-order-button"><a rel="#custom-order-overlay"
    class="btn btn-primary convo-overlay-trigger inline-overlay-trigger btn-multi-line custom-order-action wt-width-full wt-mb-xs-2"
    data-to_username="cynla"
    data-to_user_id="11504543"
    data-to_user_display_name="Cindy LaColla from cynla"
    data-referring_type="shop"
    data-referring_id="6445226"
    data-context_type="custom_request"
    data-subject="Custom Request"
    href="/conversations/new?with_id=11504543&ref=shop_contact_items"
    aria-label="Request Custom Order">
     <span class="etsy-icon wt-icon--smaller wt-vertical-align-middle wt-nudge-b-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16 12v2H8v-2zm0 4v2H8v-2z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 4h3V2h10v2h3v18H4zm13 4V6h1v14H6V6h1v2zm-2-4H9v2h6z"/></svg></span> Request Custom Order
</a></div>
            <div class="contact-shop-owner-button"><a
    rel="nofollow"
    href="https://www.etsy.com/messages/new?with_id=11504543&referring_id=6445226&referring_type=shop&recipient_id=11504543"
    
    class="btn btn-secondary wt-width-full btn-multi-line  contact-action convo-overlay-trigger inline-overlay-trigger"
    role="button"
    data-to_username="cynla"
    data-to_user_id="11504543"
    data-to_user_display_name="Cindy LaColla (cynla) from cynla"
        data-referring_type="shop"
        data-referring_id="6445226"
    
    data-subject=""
    data-message=""
    
    aria-label="Contact shop owner"
>
    <span class="etsy-icon wt-icon--smaller wt-vertical-align-middle wt-nudge-b-1 wt-mr-xs-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.893 20.723 22 22l-1.277-5.107A9.95 9.95 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10a9.95 9.95 0 0 0 4.893-1.277M9 12.167a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg></span>
    
    <span>Contact shop owner</span> 
    
    
</a></div>

            <div class="wt-mt-lg-5 wt-pt-lg-2 wt-bt-xs-1">
                <div class="wt-pt-xs-3"><a rel="nofollow" href="/shop/cynla/sold?ref=shop_home_listings" class="">26495 Sales</a></div>
                <div class="wt-pt-xs-3"><a rel="nofollow" href="/shop/cynla/favoriters?ref=shop_home" class="">4367 Admirers</a></div>
            </div>

            <div>
                <div class="wt-mt-xs-5 wt-pt-xs-2 wt-bt-xs-1">
    <div class="wt-pt-xs-3">
        <div id="reporter-link-container">
                <a data-region="report-this-shop" href="#" class="inline-overlay-trigger">
                    Report this shop to Etsy
                </a>
        </div>
        <div id="reporter-complete-container" class="display-none">
            <span>You reported this shop<span>
        </div>
    </div>
</div>
            </div>
                <div class="wt-mt-xs-4">
                    <div class="wt-display-flex-sm wt-justify-content-space-between wt-flex-wrap" data-shop-pretranslations-toggle-panel>
    <div class="wt-panel wt-sem-bg-surface-informational-subtle wt-p-xs-3 wt-rounded-01 wt-overflow-hidden wt-mb-xs-4 wt-mb-md-8">
        <p class="wt-text-caption wt-pb-xs-3">
            Etsy automatically translates most text on the site to your preferred language.
        </p>
        <a class="wt-text-link-no-underline" data-shop-pretranslations-toggle>
            <p class="wt-text-caption-title">
                <span data-show-original>
                    See in original language
                </span>
                <span class="wt-display-none" aria-hidden="true" data-show-translation>
                    Translate to English
                </span>
            </p>
        </a>
    </div>
</div>
                </div>
            &nbsp;
        </div>

        <div id="sh-wider-items" class="wt-pr-xs-0 wt-pl-xs-0 shop-home-wider-items wt-pb-xs-5 wt-position-relative">
                <div data-sort-dropdown-wrapper class="wt-position-absolute wt-position-right"></div>
            
    <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--02 wt-display-none" aria-live="assertive" data-items-pagination-loading-spinner="" aria-hidden="true">
        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle fill="transparent" cx="24" cy="24" r="21"/></svg></span>
        Loading
    </div>

            <div data-listings-container-wrapper class="  wt-animated">
                <div class="wt-mb-xs-1 wt-mb-lg-0 wt-flex-lg-2 wt-align-self-stretch wt-display-flex-xs wt-order-lg-4">
            <div data-section-dropdown-container class="wt-show-xs wt-flex-grow-xs-1 wt-hide-lg wt-pt-xs-1 wt-pb-xs-2 wt-pl-xs-0">
                <div class="section-dropdown">
<div data-clg-id="WtMenu" class="wt-menu wt-width-full" data-wt-menu id="section-menu" data-hide-trigger-on-open="false" data-animate-in="true" data-close-on-select="true" data-contain-focus="false" data-open-direction-vert="bottom" data-open-direction-horiz="left" data-open-direction-force="false" data-menu-type="option">
            <button type="button" class="wt-menu__trigger wt-btn wt-btn--outline wt-width-full" aria-haspopup="true" aria-expanded="false" data-wt-menu-trigger="">
            <span class="wt-menu__trigger__label wt-text-truncate">
                All (344)
            </span>
            <span class="etsy-icon wt-menu__trigger__caret"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><polygon points="16.5 10 12 16 7.5 10 16.5 10"/></svg></span>
        </button>

<div data-clg-id="WtMenuBody" role="menu" class="wt-menu__body " data-wt-menu-body >
    <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item wt-is-selected" tabindex="-1" data-section-id="0" aria-checked="true">
                    All (344)

</button>

<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="11941836" aria-checked="false">
                            BIRTHDAY cards (85)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="32858603" aria-checked="false">
                            STICKERS (67)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="11942016" aria-checked="false">
                            LOVE anniversary wedding (26)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="11941860" aria-checked="false">
                            new baby cards (9)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="11935465" aria-checked="false">
                            holiday cards (56)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="19166934" aria-checked="false">
                            mothers day fathers day (16)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="11935451" aria-checked="false">
                            thank you cards & sets (24)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="12275396" aria-checked="false">
                            8x10 art prints (10)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="15600993" aria-checked="false">
                            stationery & notepads (5)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="10624972" aria-checked="false">
                            calendars & other goods (2)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="43110785" aria-checked="false">
                            sale bundles (5)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="53051743" aria-checked="false">
                            congrats & grad (9)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="53051781" aria-checked="false">
                            get well & sympathy (8)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="53052651" aria-checked="false">
                            thinking of you (22)

</button>

</div>
</div></div>
            </div>
        </div>
    <div class="wt-display-flex-xs wt-justify-content-space-between wt-align-items-center wt-mb-xs-4">
            <h2 data-header-text="featured">Featured items</h2>
        <div class="wt-display-flex-xs wt-align-items-center wt-justify-content-flex-end wt-flex-gap-xs-2">
        <div data-filter-container class="wt-pb-xs-2 wt-pb-lg-0">
    <div class="wt-menu" data-wt-menu data-menu-type="option" data-open-direction-horiz="right" data-dropdown-uid="filterItems">
        <button type="button" class="wt-menu__trigger wt-btn wt-btn--icon wt-btn--transparent" aria-haspopup="true" aria-expanded="false" data-wt-menu-trigger>
            <div class="wt-hide-xs wt-show-lg">
                <span class="wt-menu__trigger__label">Price: Any price</span>
                <span class="etsy-icon wt-menu__trigger__caret"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><polygon points="16.5 10 12 16 7.5 10 16.5 10"/></svg></span>
            </div>
            <span class="wt-menu__trigger__label wt-hide-lg">
                <span class="etsy-icon" aria-label=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M5,7.6h5.7c0.4,1.2,1.5,2,2.8,2s2.4-0.8,2.8-2H19c0.6,0,1-0.4,1-1s-0.4-1-1-1h-2.7c-0.4-1.2-1.5-2-2.8-2s-2.4,0.8-2.8,2H5 c-0.6,0-1,0.4-1,1S4.4,7.6,5,7.6z M13.5,5.6c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S12.9,5.6,13.5,5.6z"/><path d="M19,11.1h-7.7c-0.4-1.2-1.5-2-2.8-2s-2.4,0.8-2.8,2H5c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h0.7c0.4,1.2,1.5,2,2.8,2 s2.4-0.8,2.8-2H19c0.6,0,1-0.4,1-1C20,11.5,19.6,11.1,19,11.1z M8.5,13.1c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1s1,0.4,1,1 C9.5,12.7,9.1,13.1,8.5,13.1z"/><path d="M19,16.6h-1.2c-0.4-1.2-1.5-2-2.8-2s-2.4,0.8-2.8,2H5c-0.6,0-1,0.4-1,1s0.4,1,1,1h7.2c0.4,1.2,1.5,2,2.8,2s2.4-0.8,2.8-2 H19c0.6,0,1-0.4,1-1S19.6,16.6,19,16.6z M15,18.6c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S15.6,18.6,15,18.6z"/></svg></span>
            </span>
        </button>
        <div role="menu" class="wt-menu__body" data-wt-menu-body>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item  wt-is-selected"
                    tabindex="-1"
                    data-price-filter-option="0"
                    data-price-filter-param-min=""
                    data-price-filter-param-max=""
                    data-price-filter-param-currency=""
                    aria-checked="true"
                >
                    Any price
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item "
                    tabindex="-1"
                    data-price-filter-option="1"
                    data-price-filter-param-min=""
                    data-price-filter-param-max="10"
                    data-price-filter-param-currency="USD"
                    
                >
                    Under $10
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item "
                    tabindex="-1"
                    data-price-filter-option="2"
                    data-price-filter-param-min="10"
                    data-price-filter-param-max="25"
                    data-price-filter-param-currency="USD"
                    
                >
                    $10 to $25
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item "
                    tabindex="-1"
                    data-price-filter-option="3"
                    data-price-filter-param-min="25"
                    data-price-filter-param-max=""
                    data-price-filter-param-currency="USD"
                    
                >
                    Over $25
                </button>
        </div>
    </div>
</div>
        <div data-sort-container class="wt-pb-xs-2 wt-pb-lg-0">
    <div class="wt-menu" data-wt-menu data-menu-type="option" data-open-direction-horiz="right" data-dropdown-uid="sortItems">
        <button type="button" class="wt-menu__trigger wt-btn wt-btn--icon wt-btn--transparent" aria-haspopup="true" aria-expanded="false" data-wt-menu-trigger>
            <div class="wt-hide-xs wt-show-lg">
                <span class="wt-menu__trigger__label">Sort: Custom</span>
                <span class="etsy-icon wt-menu__trigger__caret"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><polygon points="16.5 10 12 16 7.5 10 16.5 10"/></svg></span>
            </div>
            <span class="wt-menu__trigger__label wt-hide-lg">
                <span class="etsy-icon" aria-label="Sort"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M16 20.414l3.707-3.707a1 1 0 00-1.414-1.414L17 16.586V6a1 1 0 00-2 0v10.586l-1.293-1.293a1 1 0 10-1.414 1.414L16 20.414zM9 18V7.414l1.293 1.293a1 1 0 001.414-1.414L8 3.586 4.293 7.293a1 1 0 001.414 1.414L7 7.414V18a1 1 0 102 0z"/>
</svg></span>
            </span>
        </button>
        <div role="menu" class="wt-menu__body" data-wt-menu-body>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item  wt-is-selected"
                    tabindex="-1"
                    data-sort-param="custom"
                    aria-checked="true"
                >
                    Custom
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item wt-display-none"
                    tabindex="-1"
                    data-sort-param="relevance"
                    
                >
                    Relevance
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item "
                    tabindex="-1"
                    data-sort-param="date_desc"
                    
                >
                    Most Recent
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item "
                    tabindex="-1"
                    data-sort-param="price_asc"
                    
                >
                    Lowest Price
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item "
                    tabindex="-1"
                    data-sort-param="price_desc"
                    
                >
                    Highest Price
                </button>
        </div>
    </div>
</div>
    </div>
    </div>
    <div data-featured-products-layout-editor class="featured-products-area wt-position-relative ">
    <div class="">
        <div class="wt-mb-xs-4" >
    <div class="featured-listings wt-bb-xs-1 wt-pb-xs-2" data-featured-products-area>
        <div class="wt-pb-xs-2 wt-pt-xs-1 wt-pl-lg-0 wt-pr-lg-0"> 
                <div class="wt-text-left-xs wt-grid wt-grid--block collage-shop-cards-no-content
                    wt-block-grid-xs-2 wt-block-grid-md-3 wt-block-grid-lg-3 wt-block-grid-xl-4"
                     data-featured-products-default-grid>
                    <div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="985674031"
    data-shop-id="6445226"
    data-listing-id="985674031"
    data-page-type="shop_collage_cards_experiment"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="985674031"
        data-palette-listing-image
                href="https://www.etsy.com/listing/985674031/mountain-birthday-greeting-card-birthday?click_key=fecbf824ad8ba2954449f61273c49b1d77da2dad%3A985674031&click_sum=f5ef1dae&ref=shop_home_feat_1&frs=1&bes=1&sts=1"
                data-listing-link
        
                target="etsy.985674031"
            title="Mountain Birthday Greeting Card - birthday card adventure, mountains, forest, adventure birthday camping card trees stars"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_feat_1 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/481f6b/3006799015/il_340x270.3006799015_4qlv.jpg"
    alt="Mountain Birthday Greeting Card - birthday card adventure, mountains, forest, adventure birthday camping card trees stars"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 899px) 50vw, 25vw"
    srcset="https://i.etsystatic.com/6445226/r/il/481f6b/3006799015/il_300x300.3006799015_4qlv.jpg 300w, https://i.etsystatic.com/6445226/r/il/481f6b/3006799015/il_600x600.3006799015_4qlv.jpg 600w, https://i.etsystatic.com/6445226/r/il/481f6b/3006799015/il_800x800.3006799015_4qlv.jpg 800w, https://i.etsystatic.com/6445226/r/il/481f6b/3006799015/il_1000x1000.3006799015_4qlv.jpg 1000w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-985674031"
            >
                Mountain Birthday Greeting Card - birthday card adventure, mountains, forest, adventure birthday camping card trees stars
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="985674031"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop_collage_cards_experiment" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="993277321"
    data-shop-id="6445226"
    data-listing-id="993277321"
    data-page-type="shop_collage_cards_experiment"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="993277321"
        data-palette-listing-image
                href="https://www.etsy.com/listing/993277321/birthday-cake-greeting-card-birthday?click_key=6bd140e1ab94117fc1ee83bd4eb7ca4e08eb8140%3A993277321&click_sum=4888a643&ref=shop_home_feat_2&frs=1&sts=1"
                data-listing-link
        
                target="etsy.993277321"
            title="Birthday Cake Greeting Card -birthday card, cake card, purple, pretty cake card, flowers, moon, happy birthday cake card greeting card paper"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_feat_2 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/9a620e/3034034607/il_340x270.3034034607_3dra.jpg"
    alt="Birthday Cake Greeting Card -birthday card, cake card, purple, pretty cake card, flowers, moon, happy birthday cake card greeting card paper"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 899px) 50vw, 25vw"
    srcset="https://i.etsystatic.com/6445226/r/il/9a620e/3034034607/il_300x300.3034034607_3dra.jpg 300w, https://i.etsystatic.com/6445226/r/il/9a620e/3034034607/il_600x600.3034034607_3dra.jpg 600w, https://i.etsystatic.com/6445226/r/il/9a620e/3034034607/il_800x800.3034034607_3dra.jpg 800w, https://i.etsystatic.com/6445226/r/il/9a620e/3034034607/il_1000x1000.3034034607_3dra.jpg 1000w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-993277321"
            >
                Birthday Cake Greeting Card -birthday card, cake card, purple, pretty cake card, flowers, moon, happy birthday cake card greeting card paper
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="993277321"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop_collage_cards_experiment" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="650069695"
    data-shop-id="6445226"
    data-listing-id="650069695"
    data-page-type="shop_collage_cards_experiment"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="650069695"
        data-palette-listing-image
                href="https://www.etsy.com/listing/650069695/gassy-love-greeting-card-i-love-you?click_key=1dc55e056550c63411bf9707819da6c8b4561fa7%3A650069695&click_sum=e4c2f403&ref=shop_home_feat_3&frs=1&sts=1"
                data-listing-link
        
                target="etsy.650069695"
            title="Gassy Love Greeting Card - I love you Gassy Planets Love Card, Valentines Day Card"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_feat_3 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/803/638/6/94/il/cfe520/1694030945/il_340x270.1694030945_g041.jpg"
    alt="Gassy Love Greeting Card - I love you Gassy Planets Love Card, Valentines Day Card"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 899px) 50vw, 25vw"
    srcset="https://i.etsystatic.com/6445226/c/803/638/6/94/il/cfe520/1694030945/il_300x300.1694030945_g041.jpg 300w, https://i.etsystatic.com/6445226/c/803/638/6/94/il/cfe520/1694030945/il_600x600.1694030945_g041.jpg 600w, https://i.etsystatic.com/6445226/c/803/638/6/94/il/cfe520/1694030945/il_800x800.1694030945_g041.jpg 800w, https://i.etsystatic.com/6445226/c/803/638/6/94/il/cfe520/1694030945/il_1000x1000.1694030945_g041.jpg 1000w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-650069695"
            >
                Gassy Love Greeting Card - I love you Gassy Planets Love Card, Valentines Day Card
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="650069695"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop_collage_cards_experiment" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1008148919"
    data-shop-id="6445226"
    data-listing-id="1008148919"
    data-page-type="shop_collage_cards_experiment"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1008148919"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1008148919/poppies-birthday-card-flower-greeting?click_key=4c66c4ceb10057d9162532246e7b470eaf38c8b7%3A1008148919&click_sum=90cae9c8&ref=shop_home_feat_4&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1008148919"
            title="Poppies Birthday Card - flower greeting card, flower birthday card, garden card, starry night, fireflies, poppy, poppy birthday card"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_feat_4 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/30dba0/3040977156/il_340x270.3040977156_tofr.jpg"
    alt="Poppies Birthday Card - flower greeting card, flower birthday card, garden card, starry night, fireflies, poppy, poppy birthday card"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 899px) 50vw, 25vw"
    srcset="https://i.etsystatic.com/6445226/r/il/30dba0/3040977156/il_300x300.3040977156_tofr.jpg 300w, https://i.etsystatic.com/6445226/r/il/30dba0/3040977156/il_600x600.3040977156_tofr.jpg 600w, https://i.etsystatic.com/6445226/r/il/30dba0/3040977156/il_800x800.3040977156_tofr.jpg 800w, https://i.etsystatic.com/6445226/r/il/30dba0/3040977156/il_1000x1000.3040977156_tofr.jpg 1000w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1008148919"
            >
                Poppies Birthday Card - flower greeting card, flower birthday card, garden card, starry night, fireflies, poppy, poppy birthday card
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1008148919"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop_collage_cards_experiment" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div>
                </div>
        </div>
    </div>
</div>
    </div>
</div>
        <h3 data-all-items-header class="wt-pb-xs-2">All items</h3>

    <div data-listings-container>
        <div data-appears-component-name="shop_home_listing_grid" data-offset="0.01">
<div class="responsive-listing-grid wt-grid wt-grid--block wt-justify-content-flex-start wt-mb-xs-3">
        <div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1091688812"
    data-shop-id="6445226"
    data-listing-id="1091688812"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1091688812"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1091688812/mermaid-birthday-greeting-card-mermaid?click_key=807a7e41e3595ee4a6a9d939f625dd304264e732%3A1091688812&click_sum=ef04af53&ref=shop_home_active_1&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1091688812"
            title="MERMAID Birthday Greeting card - mermaid card ocean birthday card mermaid greeting cards magical card stingray seahorse sea life ocean cards"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_1 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/628de0/3409855420/il_340x270.3409855420_9zp8.jpg"
    alt="MERMAID Birthday Greeting card - mermaid card ocean birthday card mermaid greeting cards magical card stingray seahorse sea life ocean cards"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/628de0/3409855420/il_300x300.3409855420_9zp8.jpg 300w, https://i.etsystatic.com/6445226/r/il/628de0/3409855420/il_600x600.3409855420_9zp8.jpg 600w, https://i.etsystatic.com/6445226/r/il/628de0/3409855420/il_800x800.3409855420_9zp8.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1091688812"
            >
                MERMAID Birthday Greeting card - mermaid card ocean birthday card mermaid greeting cards magical card stingray seahorse sea life ocean cards
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1091688812"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="851269476"
    data-shop-id="6445226"
    data-listing-id="851269476"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="851269476"
        data-palette-listing-image
                href="https://www.etsy.com/listing/851269476/winter-solstice-card-box-of-8-holiday?click_key=8a68352f4db4e9b73a8d51b48fa5ca944e4a9e03%3A851269476&click_sum=d3f7b304&ref=shop_home_active_2&frs=1&sts=1"
                data-listing-link
        
                target="etsy.851269476"
            title="Winter Solstice Card - BOX of 8 holiday cards, yuletide xmas, happy solstice, winter solstice greeting card solstice greeting card sun moon"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_2 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/849/849/28/0/il/9e6ea2/6405822448/il_340x270.6405822448_50bg.jpg"
    alt="Winter Solstice Card - BOX of 8 holiday cards, yuletide xmas, happy solstice, winter solstice greeting card solstice greeting card sun moon"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/849/849/28/0/il/9e6ea2/6405822448/il_300x300.6405822448_50bg.jpg 300w, https://i.etsystatic.com/6445226/c/849/849/28/0/il/9e6ea2/6405822448/il_600x600.6405822448_50bg.jpg 600w, https://i.etsystatic.com/6445226/c/849/849/28/0/il/9e6ea2/6405822448/il_800x800.6405822448_50bg.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-851269476"
            >
                Winter Solstice Card - BOX of 8 holiday cards, yuletide xmas, happy solstice, winter solstice greeting card solstice greeting card sun moon
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>20.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="851269476"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="170116106"
    data-shop-id="6445226"
    data-listing-id="170116106"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="170116106"
        data-palette-listing-image
                href="https://www.etsy.com/listing/170116106/fireflies-birthday-greeting-card?click_key=bac5b08e7ebf673e83f098e2ac1251785f6c4ddf%3A170116106&click_sum=d4221bad&ref=shop_home_active_3&frs=1&sts=1"
                data-listing-link
        
                target="etsy.170116106"
            title="Fireflies Birthday Greeting Card - fireflies card birthday card kid birthday card nature greeting card nature card glowing lights kidlit"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_3 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/683/683/85/69/il/02d0a0/6409019226/il_340x270.6409019226_n2v9.jpg"
    alt="Fireflies Birthday Greeting Card - fireflies card birthday card kid birthday card nature greeting card nature card glowing lights kidlit"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/683/683/85/69/il/02d0a0/6409019226/il_300x300.6409019226_n2v9.jpg 300w, https://i.etsystatic.com/6445226/c/683/683/85/69/il/02d0a0/6409019226/il_600x600.6409019226_n2v9.jpg 600w, https://i.etsystatic.com/6445226/c/683/683/85/69/il/02d0a0/6409019226/il_800x800.6409019226_n2v9.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-170116106"
            >
                Fireflies Birthday Greeting Card - fireflies card birthday card kid birthday card nature greeting card nature card glowing lights kidlit
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="170116106"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="739971563"
    data-shop-id="6445226"
    data-listing-id="739971563"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="739971563"
        data-palette-listing-image
                href="https://www.etsy.com/listing/739971563/butterfly-birthday-greeting-card?click_key=fa05e3f6440c47bbfce03597e68946bdadec6bec%3A739971563&click_sum=68ac45a3&ref=shop_home_active_4&frs=1&sts=1"
                data-listing-link
        
                target="etsy.739971563"
            title="Butterfly Birthday Greeting card - butterfly card, butterfly birthday card, monarch paper goods, butterfly lover gift"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_4 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/952/757/28/85/il/a18641/2023588902/il_340x270.2023588902_legl.jpg"
    alt="Butterfly Birthday Greeting card - butterfly card, butterfly birthday card, monarch paper goods, butterfly lover gift"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/952/757/28/85/il/a18641/2023588902/il_300x300.2023588902_legl.jpg 300w, https://i.etsystatic.com/6445226/c/952/757/28/85/il/a18641/2023588902/il_600x600.2023588902_legl.jpg 600w, https://i.etsystatic.com/6445226/c/952/757/28/85/il/a18641/2023588902/il_800x800.2023588902_legl.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-739971563"
            >
                Butterfly Birthday Greeting card - butterfly card, butterfly birthday card, monarch paper goods, butterfly lover gift
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="739971563"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1443251497"
    data-shop-id="6445226"
    data-listing-id="1443251497"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1443251497"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1443251497/moon-glow-greeting-card-moon-birthday?click_key=545395bc7ce66094cbd89ddcb5e4376d86d0060c%3A1443251497&click_sum=1a72d7e2&ref=shop_home_active_5&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1443251497"
            title="Moon glow greeting card - moon birthday card blank mystic moon goddess moon happy birthday folk art mother moon colorful floral moonlight"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_5 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/00a968/4740245702/il_340x270.4740245702_bqc1.jpg"
    alt="Moon glow greeting card - moon birthday card blank mystic moon goddess moon happy birthday folk art mother moon colorful floral moonlight"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/00a968/4740245702/il_300x300.4740245702_bqc1.jpg 300w, https://i.etsystatic.com/6445226/r/il/00a968/4740245702/il_600x600.4740245702_bqc1.jpg 600w, https://i.etsystatic.com/6445226/r/il/00a968/4740245702/il_800x800.4740245702_bqc1.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1443251497"
            >
                Moon glow greeting card - moon birthday card blank mystic moon goddess moon happy birthday folk art mother moon colorful floral moonlight
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1443251497"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="4368373747"
    data-shop-id="6445226"
    data-listing-id="4368373747"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4368373747"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4368373747/giraffe-christmas-tree-card-box-set?click_key=0eebc25c5884b188b1c47bb7c38e329ffad7b419%3A4368373747&click_sum=a375a374&ref=shop_home_active_6&frs=1&sts=1"
                data-listing-link
        
                target="etsy.4368373747"
            title="Giraffe Christmas Tree Card BOX SET - merry xmas animal nature cards giraffe holiday happy xmas greeting card tree traditions holiday lights"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_6 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/84eff6/7241261775/il_340x270.7241261775_q9rs.jpg"
    alt="Giraffe Christmas Tree Card BOX SET - merry xmas animal nature cards giraffe holiday happy xmas greeting card tree traditions holiday lights"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/84eff6/7241261775/il_300x300.7241261775_q9rs.jpg 300w, https://i.etsystatic.com/6445226/r/il/84eff6/7241261775/il_600x600.7241261775_q9rs.jpg 600w, https://i.etsystatic.com/6445226/r/il/84eff6/7241261775/il_800x800.7241261775_q9rs.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4368373747"
            >
                Giraffe Christmas Tree Card BOX SET - merry xmas animal nature cards giraffe holiday happy xmas greeting card tree traditions holiday lights
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>20.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="4368373747"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="4366389955"
    data-shop-id="6445226"
    data-listing-id="4366389955"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4366389955"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4366389955/bird-solstice-card-box-of-8-holiday?click_key=1cd220a65247fb9dcec89c3e1dfd8af75abbb83b%3A4366389955&click_sum=1dd6429d&ref=shop_home_active_7&frs=1&sts=1"
                data-listing-link
        
                target="etsy.4366389955"
            title="Bird Solstice Card - BOX of 8 holiday cards yuletide, happy solstice winter greeting card sun moon bird card unique holiday card bluebird"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_7 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/4fd30a/7231886855/il_340x270.7231886855_bnd4.jpg"
    alt="Bird Solstice Card - BOX of 8 holiday cards yuletide, happy solstice winter greeting card sun moon bird card unique holiday card bluebird"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/4fd30a/7231886855/il_300x300.7231886855_bnd4.jpg 300w, https://i.etsystatic.com/6445226/r/il/4fd30a/7231886855/il_600x600.7231886855_bnd4.jpg 600w, https://i.etsystatic.com/6445226/r/il/4fd30a/7231886855/il_800x800.7231886855_bnd4.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4366389955"
            >
                Bird Solstice Card - BOX of 8 holiday cards yuletide, happy solstice winter greeting card sun moon bird card unique holiday card bluebird
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>20.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="4366389955"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="4363903179"
    data-shop-id="6445226"
    data-listing-id="4363903179"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4363903179"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4363903179/bunny-christmas-tree-cards-box-of-8-cute?click_key=1f8ba1216e310e6b7a7eef4f6cbd95238d2da482%3A4363903179&click_sum=153ff93b&ref=shop_home_active_8&frs=1&sts=1"
                data-listing-link
        
                target="etsy.4363903179"
            title="Bunny Christmas Tree Cards BOX of 8 cute bunny lover holiday wishes family rabbit pet card bunnies happy xmas greeting card tree tradition"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_8 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/634/634/79/0/il/88537d/7171105634/il_340x270.7171105634_t295.jpg"
    alt="Bunny Christmas Tree Cards BOX of 8 cute bunny lover holiday wishes family rabbit pet card bunnies happy xmas greeting card tree tradition"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/634/634/79/0/il/88537d/7171105634/il_300x300.7171105634_t295.jpg 300w, https://i.etsystatic.com/6445226/c/634/634/79/0/il/88537d/7171105634/il_600x600.7171105634_t295.jpg 600w, https://i.etsystatic.com/6445226/c/634/634/79/0/il/88537d/7171105634/il_800x800.7171105634_t295.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4363903179"
            >
                Bunny Christmas Tree Cards BOX of 8 cute bunny lover holiday wishes family rabbit pet card bunnies happy xmas greeting card tree tradition
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>20.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="4363903179"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="4363832660"
    data-shop-id="6445226"
    data-listing-id="4363832660"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4363832660"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4363832660/horse-new-year-cards-box-of-8-year-of?click_key=5df7f70e410a8c1ae892abad03760c59377f2eca%3A4363832660&click_sum=e8aed5d1&ref=shop_home_active_9&frs=1&sts=1"
                data-listing-link
        
                target="etsy.4363832660"
            title="Horse New Year Cards BOX of 8 Year of the Horse holiday card horse illustration Chinese lunar new year greeting card 2026 for horse lover"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_9 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/a2e12e/7170777122/il_340x270.7170777122_n0iu.jpg"
    alt="Horse New Year Cards BOX of 8 Year of the Horse holiday card horse illustration Chinese lunar new year greeting card 2026 for horse lover"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/a2e12e/7170777122/il_300x300.7170777122_n0iu.jpg 300w, https://i.etsystatic.com/6445226/r/il/a2e12e/7170777122/il_600x600.7170777122_n0iu.jpg 600w, https://i.etsystatic.com/6445226/r/il/a2e12e/7170777122/il_800x800.7170777122_n0iu.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4363832660"
            >
                Horse New Year Cards BOX of 8 Year of the Horse holiday card horse illustration Chinese lunar new year greeting card 2026 for horse lover
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>20.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="4363832660"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="164739692"
    data-shop-id="6445226"
    data-listing-id="164739692"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="164739692"
        data-palette-listing-image
                href="https://www.etsy.com/listing/164739692/add-on-assorted-greeting-cards-deal-6?click_key=a6553b4b7c507efcada08b20bd25cf6790eca056%3A164739692&click_sum=28274f29&ref=shop_home_active_10&frs=1&sts=1"
                data-listing-link
        
                target="etsy.164739692"
            title="ADD ON Assorted Greeting Cards Deal - 6 Cards You Choose SALE greeting cards Best Deal in Town Discounted Cards card deal best cards great"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_10 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/8d96a5/6405901124/il_340x270.6405901124_p3m4.jpg"
    alt="ADD ON Assorted Greeting Cards Deal - 6 Cards You Choose SALE greeting cards Best Deal in Town Discounted Cards card deal best cards great"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/8d96a5/6405901124/il_300x300.6405901124_p3m4.jpg 300w, https://i.etsystatic.com/6445226/r/il/8d96a5/6405901124/il_600x600.6405901124_p3m4.jpg 600w, https://i.etsystatic.com/6445226/r/il/8d96a5/6405901124/il_800x800.6405901124_p3m4.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-164739692"
            >
                ADD ON Assorted Greeting Cards Deal - 6 Cards You Choose SALE greeting cards Best Deal in Town Discounted Cards card deal best cards great
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>0.25</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="164739692"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1745233949"
    data-shop-id="6445226"
    data-listing-id="1745233949"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1745233949"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1745233949/moon-flower-nasturtiums-greeting-card?click_key=cd535c5c1fce7f3b593a45f973e5e248b1aae38a%3A1745233949&click_sum=cd77deda&ref=shop_home_active_11&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1745233949"
            title="Moon flower Nasturtiums Greeting Card - flower illustration card botanical garden birthday card gardener orange floral garden party"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_11 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/900/714/0/47/il/8c9b9b/6081638818/il_340x270.6081638818_5xvz.jpg"
    alt="Moon flower Nasturtiums Greeting Card - flower illustration card botanical garden birthday card gardener orange floral garden party"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/900/714/0/47/il/8c9b9b/6081638818/il_300x300.6081638818_5xvz.jpg 300w, https://i.etsystatic.com/6445226/c/900/714/0/47/il/8c9b9b/6081638818/il_600x600.6081638818_5xvz.jpg 600w, https://i.etsystatic.com/6445226/c/900/714/0/47/il/8c9b9b/6081638818/il_800x800.6081638818_5xvz.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1745233949"
            >
                Moon flower Nasturtiums Greeting Card - flower illustration card botanical garden birthday card gardener orange floral garden party
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1745233949"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="677021758"
    data-shop-id="6445226"
    data-listing-id="677021758"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="677021758"
        data-palette-listing-image
                href="https://www.etsy.com/listing/677021758/owl-birthday-card-owl-lantern-greeting?click_key=bae01b9b0bb771f8d4883db9897b0051c3a0eabc%3A677021758&click_sum=04bf2a0a&ref=shop_home_active_12&frs=1&crt=1&sts=1"
                data-listing-link
        
                target="etsy.677021758"
            title="Owl Birthday Card - owl lantern greeting card, owl card, paper lanterns, pretty birthday cards, starry"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_12 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/15cea1/6711331237/il_340x270.6711331237_a3tn.jpg"
    alt="Owl Birthday Card - owl lantern greeting card, owl card, paper lanterns, pretty birthday cards, starry"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/15cea1/6711331237/il_300x300.6711331237_a3tn.jpg 300w, https://i.etsystatic.com/6445226/r/il/15cea1/6711331237/il_600x600.6711331237_a3tn.jpg 600w, https://i.etsystatic.com/6445226/r/il/15cea1/6711331237/il_800x800.6711331237_a3tn.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-677021758"
            >
                Owl Birthday Card - owl lantern greeting card, owl card, paper lanterns, pretty birthday cards, starry
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                <div class='wt-text-brick lc-half-unit-mt wt-text-caption'>
    7 people have this in their cart
</div>
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="677021758"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1823019660"
    data-shop-id="6445226"
    data-listing-id="1823019660"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1823019660"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1823019660/great-horned-owl-birthday-card-blue-owl?click_key=6cdcd561586e304cec8e6d83efe414eeb74cdb9c%3A1823019660&click_sum=33905a51&ref=shop_home_active_13&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1823019660"
            title="Great Horned Owl Birthday Card blue owl card for bird lovers cards woodland animal starry birthday card starry night owl stationery gift"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #F4F3EC;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_13 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/cee4b0/6481185946/il_340x270.6481185946_c10l.jpg"
    alt="Great Horned Owl Birthday Card blue owl card for bird lovers cards woodland animal starry birthday card starry night owl stationery gift"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/cee4b0/6481185946/il_300x300.6481185946_c10l.jpg 300w, https://i.etsystatic.com/6445226/r/il/cee4b0/6481185946/il_600x600.6481185946_c10l.jpg 600w, https://i.etsystatic.com/6445226/r/il/cee4b0/6481185946/il_800x800.6481185946_c10l.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1823019660"
            >
                Great Horned Owl Birthday Card blue owl card for bird lovers cards woodland animal starry birthday card starry night owl stationery gift
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1823019660"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1832310332"
    data-shop-id="6445226"
    data-listing-id="1832310332"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1832310332"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1832310332/octopus-hearts-greeting-card-love-heart?click_key=10c31999e7e2b415593eb8ab20f76717c2aeaac7%3A1832310332&click_sum=33f9481a&ref=shop_home_active_14&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1832310332"
            title="Octopus Hearts Greeting card - love heart animal cards ocean cute valentines day card for ocean lovers love you hearts funny anniversary"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #A89CBC;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_14 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/720/720/90/24/il/bac4b9/6564526813/il_340x270.6564526813_3wb3.jpg"
    alt="Octopus Hearts Greeting card - love heart animal cards ocean cute valentines day card for ocean lovers love you hearts funny anniversary"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/720/720/90/24/il/bac4b9/6564526813/il_300x300.6564526813_3wb3.jpg 300w, https://i.etsystatic.com/6445226/c/720/720/90/24/il/bac4b9/6564526813/il_600x600.6564526813_3wb3.jpg 600w, https://i.etsystatic.com/6445226/c/720/720/90/24/il/bac4b9/6564526813/il_800x800.6564526813_3wb3.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1832310332"
            >
                Octopus Hearts Greeting card - love heart animal cards ocean cute valentines day card for ocean lovers love you hearts funny anniversary
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1832310332"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1193177651"
    data-shop-id="6445226"
    data-listing-id="1193177651"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1193177651"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1193177651/owl-lake-greeting-card-barn-owl-birthday?click_key=888fa43804cbb3d210bd72afcbbbed1fc5ffeacf%3A1193177651&click_sum=fe53305a&ref=shop_home_active_15&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1193177651"
            title="Owl Lake greeting card - barn owl birthday lake house forest owl on a lake, owl lover birthday cynla greeting cards"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #473C62;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_15 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/1000/794/0/72/il/579bcf/3771107659/il_340x270.3771107659_ezab.jpg"
    alt="Owl Lake greeting card - barn owl birthday lake house forest owl on a lake, owl lover birthday cynla greeting cards"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/1000/794/0/72/il/579bcf/3771107659/il_300x300.3771107659_ezab.jpg 300w, https://i.etsystatic.com/6445226/c/1000/794/0/72/il/579bcf/3771107659/il_600x600.3771107659_ezab.jpg 600w, https://i.etsystatic.com/6445226/c/1000/794/0/72/il/579bcf/3771107659/il_800x800.3771107659_ezab.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1193177651"
            >
                Owl Lake greeting card - barn owl birthday lake house forest owl on a lake, owl lover birthday cynla greeting cards
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1193177651"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1883679964"
    data-shop-id="6445226"
    data-listing-id="1883679964"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1883679964"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1883679964/love-tree-card-love-grows-here-nature?click_key=926dc4d3f9a5002994873a22db204dd2670a25ef%3A1883679964&click_sum=aca4d8e8&ref=shop_home_active_16&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1883679964"
            title="Love Tree Card - love grows here nature cards trees new home love card for couples family tree illustration anniversary greeting card nature"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #E5E8DD;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_16 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/695/695/55/0/il/5bfcec/6765377878/il_340x270.6765377878_3lw0.jpg"
    alt="Love Tree Card - love grows here nature cards trees new home love card for couples family tree illustration anniversary greeting card nature"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/695/695/55/0/il/5bfcec/6765377878/il_300x300.6765377878_3lw0.jpg 300w, https://i.etsystatic.com/6445226/c/695/695/55/0/il/5bfcec/6765377878/il_600x600.6765377878_3lw0.jpg 600w, https://i.etsystatic.com/6445226/c/695/695/55/0/il/5bfcec/6765377878/il_800x800.6765377878_3lw0.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1883679964"
            >
                Love Tree Card - love grows here nature cards trees new home love card for couples family tree illustration anniversary greeting card nature
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1883679964"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1903988657"
    data-shop-id="6445226"
    data-listing-id="1903988657"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1903988657"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1903988657/moon-coffee-card-cafe-coffee-cup?click_key=01e0b6933248ddef186c66ea09d528a2dc2f70f0%3A1903988657&click_sum=c0bc4923&ref=shop_home_active_17&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1903988657"
            title="Moon Coffee card - cafe coffee cup birthday coffee date cards coffee lover gift birthday greeting card coffee lover stationery coffee time"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #EDEDE6;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_17 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/666/666/76/47/il/2549bc/6844118823/il_340x270.6844118823_bj1q.jpg"
    alt="Moon Coffee card - cafe coffee cup birthday coffee date cards coffee lover gift birthday greeting card coffee lover stationery coffee time"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/666/666/76/47/il/2549bc/6844118823/il_300x300.6844118823_bj1q.jpg 300w, https://i.etsystatic.com/6445226/c/666/666/76/47/il/2549bc/6844118823/il_600x600.6844118823_bj1q.jpg 600w, https://i.etsystatic.com/6445226/c/666/666/76/47/il/2549bc/6844118823/il_800x800.6844118823_bj1q.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1903988657"
            >
                Moon Coffee card - cafe coffee cup birthday coffee date cards coffee lover gift birthday greeting card coffee lover stationery coffee time
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1903988657"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1889791958"
    data-shop-id="6445226"
    data-listing-id="1889791958"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1889791958"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1889791958/sewing-machine-greeting-card-sewing?click_key=58f08e1ef22e1f2174f2b16a56f805b27070bb80%3A1889791958&click_sum=739a09a1&ref=shop_home_active_18&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1889791958"
            title="Sewing Machine greeting card - sewing birthday card quilt maker gift birthday sew card for sewing lover fabric sewing machine illustration"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #F0F1E8;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_18 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/991545/6907686503/il_340x270.6907686503_8l6p.jpg"
    alt="Sewing Machine greeting card - sewing birthday card quilt maker gift birthday sew card for sewing lover fabric sewing machine illustration"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/991545/6907686503/il_300x300.6907686503_8l6p.jpg 300w, https://i.etsystatic.com/6445226/r/il/991545/6907686503/il_600x600.6907686503_8l6p.jpg 600w, https://i.etsystatic.com/6445226/r/il/991545/6907686503/il_800x800.6907686503_8l6p.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1889791958"
            >
                Sewing Machine greeting card - sewing birthday card quilt maker gift birthday sew card for sewing lover fabric sewing machine illustration
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1889791958"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1882145270"
    data-shop-id="6445226"
    data-listing-id="1882145270"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1882145270"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1882145270/giraffe-cake-greeting-card-giraffe?click_key=050ce3fd9ec7b222039396b5fc618b08336ea5de%3A1882145270&click_sum=ffd75c41&ref=shop_home_active_19&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1882145270"
            title="Giraffe Cake greeting card - giraffe birthday card tall cake happy birthday cake greeting card wild animal safari birthday card personalized"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #F5E8DD;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_19 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/733/733/1/0/il/a12715/6805833251/il_340x270.6805833251_bici.jpg"
    alt="Giraffe Cake greeting card - giraffe birthday card tall cake happy birthday cake greeting card wild animal safari birthday card personalized"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/733/733/1/0/il/a12715/6805833251/il_300x300.6805833251_bici.jpg 300w, https://i.etsystatic.com/6445226/c/733/733/1/0/il/a12715/6805833251/il_600x600.6805833251_bici.jpg 600w, https://i.etsystatic.com/6445226/c/733/733/1/0/il/a12715/6805833251/il_800x800.6805833251_bici.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1882145270"
            >
                Giraffe Cake greeting card - giraffe birthday card tall cake happy birthday cake greeting card wild animal safari birthday card personalized
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1882145270"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1425297062"
    data-shop-id="6445226"
    data-listing-id="1425297062"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1425297062"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1425297062/sunflowers-greeting-card-flower-birthday?click_key=641cc8e30fce61516b17a54fe50967491fbe4428%3A1425297062&click_sum=920ddbc5&ref=shop_home_active_20&frs=1&crt=1&sts=1"
                data-listing-link
        
                target="etsy.1425297062"
            title="Sunflowers Greeting Card - flower birthday card sun birthday sunflower card beautiful sunflowers floral card yellow gardener birthday sunny"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #F3E1A7;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_20 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/1000/795/0/46/il/9334dd/4773294965/il_340x270.4773294965_9pt6.jpg"
    alt="Sunflowers Greeting Card - flower birthday card sun birthday sunflower card beautiful sunflowers floral card yellow gardener birthday sunny"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/1000/795/0/46/il/9334dd/4773294965/il_300x300.4773294965_9pt6.jpg 300w, https://i.etsystatic.com/6445226/c/1000/795/0/46/il/9334dd/4773294965/il_600x600.4773294965_9pt6.jpg 600w, https://i.etsystatic.com/6445226/c/1000/795/0/46/il/9334dd/4773294965/il_800x800.4773294965_9pt6.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1425297062"
            >
                Sunflowers Greeting Card - flower birthday card sun birthday sunflower card beautiful sunflowers floral card yellow gardener birthday sunny
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                <div class='wt-text-brick lc-half-unit-mt wt-text-caption'>
    3 people have this in their cart
</div>
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1425297062"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1873513382"
    data-shop-id="6445226"
    data-listing-id="1873513382"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1873513382"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1873513382/starry-elephant-greeting-card-flower?click_key=dc6b397f06d73400004bc64962812639c4441a5f%3A1873513382&click_sum=b7607f4a&ref=shop_home_active_21&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1873513382"
            title="Starry Elephant greeting card - flower elephant birthday starry wish cobalt blue bohemian birthday elephant happy birthday night sky"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #EAE8E2;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_21 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/655/655/41/0/il/1efbd5/6757917436/il_340x270.6757917436_lbcp.jpg"
    alt="Starry Elephant greeting card - flower elephant birthday starry wish cobalt blue bohemian birthday elephant happy birthday night sky"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/655/655/41/0/il/1efbd5/6757917436/il_300x300.6757917436_lbcp.jpg 300w, https://i.etsystatic.com/6445226/c/655/655/41/0/il/1efbd5/6757917436/il_600x600.6757917436_lbcp.jpg 600w, https://i.etsystatic.com/6445226/c/655/655/41/0/il/1efbd5/6757917436/il_800x800.6757917436_lbcp.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1873513382"
            >
                Starry Elephant greeting card - flower elephant birthday starry wish cobalt blue bohemian birthday elephant happy birthday night sky
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1873513382"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1873503706"
    data-shop-id="6445226"
    data-listing-id="1873503706"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1873503706"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1873503706/starry-bear-greeting-card-bear-birthday?click_key=195ca73db5cf1b36aacae87734a431216d8eee0c%3A1873503706&click_sum=a1ea4bab&ref=shop_home_active_22&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1873503706"
            title="Starry Bear Greeting Card - bear birthday card black bear card forest camping greeting cards ursa major night sky star gazing outdoor cards"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #E9E8E0;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_22 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/714/714/39/0/il/d5ec8e/6770709373/il_340x270.6770709373_74di.jpg"
    alt="Starry Bear Greeting Card - bear birthday card black bear card forest camping greeting cards ursa major night sky star gazing outdoor cards"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/714/714/39/0/il/d5ec8e/6770709373/il_300x300.6770709373_74di.jpg 300w, https://i.etsystatic.com/6445226/c/714/714/39/0/il/d5ec8e/6770709373/il_600x600.6770709373_74di.jpg 600w, https://i.etsystatic.com/6445226/c/714/714/39/0/il/d5ec8e/6770709373/il_800x800.6770709373_74di.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1873503706"
            >
                Starry Bear Greeting Card - bear birthday card black bear card forest camping greeting cards ursa major night sky star gazing outdoor cards
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1873503706"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="767945898"
    data-shop-id="6445226"
    data-listing-id="767945898"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="767945898"
        data-palette-listing-image
                href="https://www.etsy.com/listing/767945898/bicycle-card-bike-birthday-greeting-card?click_key=0c0b60f077c09aa50b68b027b4a953f28f16de3c%3A767945898&click_sum=40f333ce&ref=shop_home_active_23&frs=1&crt=1&sts=1"
                data-listing-link
        
                target="etsy.767945898"
            title="Bicycle Card bike birthday greeting card bicycles greeting card mountain birthday card bicycle greeting cards mountain paper goods bike gift"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #B1ACAC;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_23 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/364c73/2251092929/il_340x270.2251092929_d9si.jpg"
    alt="Bicycle Card bike birthday greeting card bicycles greeting card mountain birthday card bicycle greeting cards mountain paper goods bike gift"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/364c73/2251092929/il_300x300.2251092929_d9si.jpg 300w, https://i.etsystatic.com/6445226/r/il/364c73/2251092929/il_600x600.2251092929_d9si.jpg 600w, https://i.etsystatic.com/6445226/r/il/364c73/2251092929/il_800x800.2251092929_d9si.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-767945898"
            >
                Bicycle Card bike birthday greeting card bicycles greeting card mountain birthday card bicycle greeting cards mountain paper goods bike gift
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                <div class='wt-text-brick lc-half-unit-mt wt-text-caption'>
    9 people have this in their cart
</div>
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="767945898"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1897831259"
    data-shop-id="6445226"
    data-listing-id="1897831259"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1897831259"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1897831259/congrats-card-omg-yay-congratulations?click_key=5086f2075f80469732eee50d3a41bd9b0022872c%3A1897831259&click_sum=39de57e3&ref=shop_home_active_24&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1897831259"
            title="Congrats Card OMG Yay - Congratulations peach floral Greeting Card Congrats baby new home, Graduation engagement card for her bridal shower"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #F2DAC5;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_24 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/6e9030/6813215601/il_340x270.6813215601_ogje.jpg"
    alt="Congrats Card OMG Yay - Congratulations peach floral Greeting Card Congrats baby new home, Graduation engagement card for her bridal shower"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/6e9030/6813215601/il_300x300.6813215601_ogje.jpg 300w, https://i.etsystatic.com/6445226/r/il/6e9030/6813215601/il_600x600.6813215601_ogje.jpg 600w, https://i.etsystatic.com/6445226/r/il/6e9030/6813215601/il_800x800.6813215601_ogje.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1897831259"
            >
                Congrats Card OMG Yay - Congratulations peach floral Greeting Card Congrats baby new home, Graduation engagement card for her bridal shower
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1897831259"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1514305125"
    data-shop-id="6445226"
    data-listing-id="1514305125"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1514305125"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1514305125/book-lover-card-pack-gift-for-her-books?click_key=839544292c1fedc3ce41857778419c9515cb456f%3A1514305125&click_sum=9afb9098&ref=shop_home_active_25&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1514305125"
            title="BOOK Lover* card pack, gift for her books reading lover cards Librarian gift greeting cards story book cards book stationery I love books"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #D2DB97;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_25 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/1000/794/0/0/il/3466f9/5076692082/il_340x270.5076692082_573z.jpg"
    alt="BOOK Lover* card pack, gift for her books reading lover cards Librarian gift greeting cards story book cards book stationery I love books"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/1000/794/0/0/il/3466f9/5076692082/il_300x300.5076692082_573z.jpg 300w, https://i.etsystatic.com/6445226/c/1000/794/0/0/il/3466f9/5076692082/il_600x600.5076692082_573z.jpg 600w, https://i.etsystatic.com/6445226/c/1000/794/0/0/il/3466f9/5076692082/il_800x800.5076692082_573z.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1514305125"
            >
                BOOK Lover* card pack, gift for her books reading lover cards Librarian gift greeting cards story book cards book stationery I love books
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>21.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1514305125"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1883659520"
    data-shop-id="6445226"
    data-listing-id="1883659520"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1883659520"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1883659520/anniversary-memories-card-love-happy?click_key=8ed55a0c6e817dbef4d131b80bc5076b0e98442c%3A1883659520&click_sum=04fa784b&ref=shop_home_active_26&frs=1&crt=1&sts=1"
                data-listing-link
        
                target="etsy.1883659520"
            title="Anniversary Memories Card - love happy anniversary card Congrats Happy wedding marriage Anniversary gift for couple romance congratulations"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #E9DDD2;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_26 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/701/701/49/22/il/3e5113/6813302071/il_340x270.6813302071_rzk1.jpg"
    alt="Anniversary Memories Card - love happy anniversary card Congrats Happy wedding marriage Anniversary gift for couple romance congratulations"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/701/701/49/22/il/3e5113/6813302071/il_300x300.6813302071_rzk1.jpg 300w, https://i.etsystatic.com/6445226/c/701/701/49/22/il/3e5113/6813302071/il_600x600.6813302071_rzk1.jpg 600w, https://i.etsystatic.com/6445226/c/701/701/49/22/il/3e5113/6813302071/il_800x800.6813302071_rzk1.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1883659520"
            >
                Anniversary Memories Card - love happy anniversary card Congrats Happy wedding marriage Anniversary gift for couple romance congratulations
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                <div class='wt-text-brick lc-half-unit-mt wt-text-caption'>
    3 people have this in their cart
</div>
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1883659520"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1190493629"
    data-shop-id="6445226"
    data-listing-id="1190493629"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1190493629"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1190493629/luna-moth-greeting-card-luna-moth?click_key=8d7fbc4963021f624003b6f76937fa886f36b85a%3A1190493629&click_sum=5cc54e5e&ref=shop_home_active_27&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1190493629"
            title="Luna Moth greeting card - luna moth birthday cards purple butterfly card moths birthday moon stars flowers mystical cards magic happy wishes"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #290916;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_27 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/1000/794/0/42/il/db19ec/3713084634/il_340x270.3713084634_sm3x.jpg"
    alt="Luna Moth greeting card - luna moth birthday cards purple butterfly card moths birthday moon stars flowers mystical cards magic happy wishes"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/1000/794/0/42/il/db19ec/3713084634/il_300x300.3713084634_sm3x.jpg 300w, https://i.etsystatic.com/6445226/c/1000/794/0/42/il/db19ec/3713084634/il_600x600.3713084634_sm3x.jpg 600w, https://i.etsystatic.com/6445226/c/1000/794/0/42/il/db19ec/3713084634/il_800x800.3713084634_sm3x.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1190493629"
            >
                Luna Moth greeting card - luna moth birthday cards purple butterfly card moths birthday moon stars flowers mystical cards magic happy wishes
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1190493629"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1842485760"
    data-shop-id="6445226"
    data-listing-id="1842485760"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1842485760"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1842485760/yellow-flower-birthday-card-pretty?click_key=e674c0f990e87c91a7af271b9ee6e6e6782e3934%3A1842485760&click_sum=248230ba&ref=shop_home_active_28&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1842485760"
            title="Yellow Flower Birthday Card - pretty floral purple bees birthday flowers card garden party gift for her nature botanical card spring birth"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #4F0A3E;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_28 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/756/756/84/0/il/7ab7f1/6558553438/il_340x270.6558553438_lhg1.jpg"
    alt="Yellow Flower Birthday Card - pretty floral purple bees birthday flowers card garden party gift for her nature botanical card spring birth"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/756/756/84/0/il/7ab7f1/6558553438/il_300x300.6558553438_lhg1.jpg 300w, https://i.etsystatic.com/6445226/c/756/756/84/0/il/7ab7f1/6558553438/il_600x600.6558553438_lhg1.jpg 600w, https://i.etsystatic.com/6445226/c/756/756/84/0/il/7ab7f1/6558553438/il_800x800.6558553438_lhg1.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1842485760"
            >
                Yellow Flower Birthday Card - pretty floral purple bees birthday flowers card garden party gift for her nature botanical card spring birth
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1842485760"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1425260672"
    data-shop-id="6445226"
    data-listing-id="1425260672"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1425260672"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1425260672/hydrangea-greeting-card-flower-birthday?click_key=1b5de49535db06e62e6babfddc02a86ddc456938%3A1425260672&click_sum=cea64c75&ref=shop_home_active_29&frs=1&crt=1&sts=1"
                data-listing-link
        
                target="etsy.1425260672"
            title="Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #4B4668;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_29 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/b6cfb9/4773092313/il_340x270.4773092313_1j9s.jpg"
    alt="Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/b6cfb9/4773092313/il_300x300.4773092313_1j9s.jpg 300w, https://i.etsystatic.com/6445226/r/il/b6cfb9/4773092313/il_600x600.4773092313_1j9s.jpg 600w, https://i.etsystatic.com/6445226/r/il/b6cfb9/4773092313/il_800x800.4773092313_1j9s.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1425260672"
            >
                Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                <div class='wt-text-brick lc-half-unit-mt wt-text-caption'>
    5 people have this in their cart
</div>
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1425260672"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="739969991"
    data-shop-id="6445226"
    data-listing-id="739969991"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="739969991"
        data-palette-listing-image
                href="https://www.etsy.com/listing/739969991/green-tea-greeting-card-tea-card-tea?click_key=07e3ee96d8dcbbca98f9d8bd36ea2c011f80c8c4%3A739969991&click_sum=e9acc633&ref=shop_home_active_30&frs=1&crt=1&sts=1"
                data-listing-link
        
                target="etsy.739969991"
            title="Green Tea Greeting card - tea card, tea birthday card, tea time stationery, tea paper goods, i love tea, tea lover gift"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #BFB692;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_30 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/1000/794/0/42/il/b1eb8f/2071183689/il_340x270.2071183689_pip5.jpg"
    alt="Green Tea Greeting card - tea card, tea birthday card, tea time stationery, tea paper goods, i love tea, tea lover gift"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/1000/794/0/42/il/b1eb8f/2071183689/il_300x300.2071183689_pip5.jpg 300w, https://i.etsystatic.com/6445226/c/1000/794/0/42/il/b1eb8f/2071183689/il_600x600.2071183689_pip5.jpg 600w, https://i.etsystatic.com/6445226/c/1000/794/0/42/il/b1eb8f/2071183689/il_800x800.2071183689_pip5.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-739969991"
            >
                Green Tea Greeting card - tea card, tea birthday card, tea time stationery, tea paper goods, i love tea, tea lover gift
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                <div class='wt-text-brick lc-half-unit-mt wt-text-caption'>
    3 people have this in their cart
</div>
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="739969991"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1902998255"
    data-shop-id="6445226"
    data-listing-id="1902998255"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1902998255"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1902998255/love-flower-sunset-card-beach?click_key=cf9b3ac190364887c0161558dbb690dddeeda229%3A1902998255&click_sum=e2b71543&ref=shop_home_active_31&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1902998255"
            title="Love Flower Sunset Card - beach anniversary greeting card sun ocean lake beautiful sunset beach lover card beach wedding card for couples"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #E3DCCC;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_31 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/714/714/52/0/il/6bb20d/6791189040/il_340x270.6791189040_2qbu.jpg"
    alt="Love Flower Sunset Card - beach anniversary greeting card sun ocean lake beautiful sunset beach lover card beach wedding card for couples"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/714/714/52/0/il/6bb20d/6791189040/il_300x300.6791189040_2qbu.jpg 300w, https://i.etsystatic.com/6445226/c/714/714/52/0/il/6bb20d/6791189040/il_600x600.6791189040_2qbu.jpg 600w, https://i.etsystatic.com/6445226/c/714/714/52/0/il/6bb20d/6791189040/il_800x800.6791189040_2qbu.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1902998255"
            >
                Love Flower Sunset Card - beach anniversary greeting card sun ocean lake beautiful sunset beach lover card beach wedding card for couples
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1902998255"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1649023913"
    data-shop-id="6445226"
    data-listing-id="1649023913"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1649023913"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1649023913/whale-love-card-ocean-beach-love?click_key=25775456ff3a44e782c5163eba078747c9c1caa8%3A1649023913&click_sum=a184c7ed&ref=shop_home_active_32&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1649023913"
            title="Whale Love card - ocean beach love greeting card, happy valentines day card, cute anniversary card, love greeting card, whale sea life card"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #A9D1DE;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_32 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/943/750/56/112/il/9db86d/5682472138/il_340x270.5682472138_4e31.jpg"
    alt="Whale Love card - ocean beach love greeting card, happy valentines day card, cute anniversary card, love greeting card, whale sea life card"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/943/750/56/112/il/9db86d/5682472138/il_300x300.5682472138_4e31.jpg 300w, https://i.etsystatic.com/6445226/c/943/750/56/112/il/9db86d/5682472138/il_600x600.5682472138_4e31.jpg 600w, https://i.etsystatic.com/6445226/c/943/750/56/112/il/9db86d/5682472138/il_800x800.5682472138_4e31.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1649023913"
            >
                Whale Love card - ocean beach love greeting card, happy valentines day card, cute anniversary card, love greeting card, whale sea life card
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1649023913"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1814577369"
    data-shop-id="6445226"
    data-listing-id="1814577369"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1814577369"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1814577369/owl-calendar-2026-moons-and-lanterns?click_key=9e3898f71fef3fbb17389f4b57c964e268b519e5%3A1814577369&click_sum=b9604ee1&ref=shop_home_active_33&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1814577369"
            title="Owl Calendar 2026 moons and lanterns calendar calendar illustrated Cynla starry art owls flowers owl lover gift pretty wall art calendar"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #ADA9CC;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_33 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/ae9560/7244603358/il_340x270.7244603358_bh52.jpg"
    alt="Owl Calendar 2026 moons and lanterns calendar calendar illustrated Cynla starry art owls flowers owl lover gift pretty wall art calendar"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/ae9560/7244603358/il_300x300.7244603358_bh52.jpg 300w, https://i.etsystatic.com/6445226/r/il/ae9560/7244603358/il_600x600.7244603358_bh52.jpg 600w, https://i.etsystatic.com/6445226/r/il/ae9560/7244603358/il_800x800.7244603358_bh52.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1814577369"
            >
                Owl Calendar 2026 moons and lanterns calendar calendar illustrated Cynla starry art owls flowers owl lover gift pretty wall art calendar
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>29.50</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1814577369"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="733963935"
    data-shop-id="6445226"
    data-listing-id="733963935"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="733963935"
        data-palette-listing-image
                href="https://www.etsy.com/listing/733963935/bookcase-greeting-card-book-greeting?click_key=bb068857e1a3d8b0297aa88208d192d445c78ea1%3A733963935&click_sum=526120f6&ref=shop_home_active_34&frs=1&sts=1"
                data-listing-link
        
                target="etsy.733963935"
            title="Bookcase Greeting Card - book greeting cards, library cards cynla paper goods stationery birthday cards happy day books design book lover"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #AEA291;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_34 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/970049/1997139776/il_340x270.1997139776_pxlc.jpg"
    alt="Bookcase Greeting Card - book greeting cards, library cards cynla paper goods stationery birthday cards happy day books design book lover"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/970049/1997139776/il_300x300.1997139776_pxlc.jpg 300w, https://i.etsystatic.com/6445226/r/il/970049/1997139776/il_600x600.1997139776_pxlc.jpg 600w, https://i.etsystatic.com/6445226/r/il/970049/1997139776/il_800x800.1997139776_pxlc.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-733963935"
            >
                Bookcase Greeting Card - book greeting cards, library cards cynla paper goods stationery birthday cards happy day books design book lover
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="733963935"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1827749068"
    data-shop-id="6445226"
    data-listing-id="1827749068"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1827749068"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1827749068/cats-flower-sticker-kitten-cat-stickers?click_key=7860c5beecae55c7866399fd58a9fd3587f48be7%3A1827749068&click_sum=8edb881b&ref=shop_home_active_35&frs=1&sts=1"
                data-listing-link
        
                target="etsy.1827749068"
            title="Cats Flower Sticker - kitten cat stickers 3 inch vinyl cat pet animal lover garden gift sticker for water bottle or laptop weather-resistant"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #EDEBE7;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_35 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/r/il/5653c7/6499856580/il_340x270.6499856580_13kt.jpg"
    alt="Cats Flower Sticker - kitten cat stickers 3 inch vinyl cat pet animal lover garden gift sticker for water bottle or laptop weather-resistant"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/r/il/5653c7/6499856580/il_300x300.6499856580_13kt.jpg 300w, https://i.etsystatic.com/6445226/r/il/5653c7/6499856580/il_600x600.6499856580_13kt.jpg 600w, https://i.etsystatic.com/6445226/r/il/5653c7/6499856580/il_800x800.6499856580_13kt.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1827749068"
            >
                Cats Flower Sticker - kitten cat stickers 3 inch vinyl cat pet animal lover garden gift sticker for water bottle or laptop weather-resistant
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>3.50</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1827749068"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div><div
    class="js-merch-stash-check-listing v2-listing-card 
           wt-position-relative
                wt-grid__item-xs-6 wt-flex-shrink-xs-1
                wt-grid__item-xl-3
                wt-grid__item-lg-4
                wt-grid__item-md-4
           

            
            listing-card-experimental-style"
    data-palette-listing-id="1649203836"
    data-shop-id="6445226"
    data-listing-id="1649203836"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1649203836"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1649203836/hummingbird-blue-birthday-card-bird?click_key=0adb23cd6b3b5ca677faa2a45f955926449dbfca%3A1649203836&click_sum=7ce841f4&ref=shop_home_active_36&frs=1&crt=1&sts=1"
                data-listing-link
        
                target="etsy.1649203836"
            title="Hummingbird Blue Birthday Card - Bird Greeting card, bird watching happy birthday, flower garden card, gardener birthday card, gift for her"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #6C81BE;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_36 wt-image--cover wt-image"
    src="https://i.etsystatic.com/6445226/c/813/645/101/161/il/00c653/5744712575/il_340x270.5744712575_dmdm.jpg"
    alt="Hummingbird Blue Birthday Card - Bird Greeting card, bird watching happy birthday, flower garden card, gardener birthday card, gift for her"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/6445226/c/813/645/101/161/il/00c653/5744712575/il_300x300.5744712575_dmdm.jpg 300w, https://i.etsystatic.com/6445226/c/813/645/101/161/il/00c653/5744712575/il_600x600.5744712575_dmdm.jpg 600w, https://i.etsystatic.com/6445226/c/813/645/101/161/il/00c653/5744712575/il_800x800.5744712575_dmdm.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    "
>
        
            
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1649203836"
            >
                Hummingbird Blue Birthday Card - Bird Greeting card, bird watching happy birthday, flower garden card, gardener birthday card, gift for her
            </h3>

                    
            
                        
            
                           <div class="n-listing-card__price  wt-display-flex-xs wt-align-items-center wt-width-full wt-flex-wrap wt-width-full
             wt-pr-xs-1 wt-text-title-01
             ">


                <p class="wt-pr-xs-1 wt-text-title-01">
                    <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                </p>
</div>
                        
                        
                            
                        
            
                    <div class="
    promotion-badge-line wt-display-flex-xs
    
    "
>
    <p class="wt-text-truncate wt-text-caption-title">
            <span
        class="wt-badge wt-badge--small wt-badge--statusValue">
    FREE shipping
</span>
    </p>
</div>
                
            



            
            
            
                <div class='wt-text-brick lc-half-unit-mt wt-text-caption'>
    4 people have this in their cart
</div>
            
            
            
</div>
    </a>
            <div data-favorite-button-wrapper class="v2-listing-card__actions wt-z-index-1 wt-position-absolute ">
                <button
            class="btn--focus inline-overlay-trigger favorite-item-action wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon neu-default-favorite wt-position-right wt-position-top fav-opacity-hidden neu-hover-on-card neu-default-button-position--grid"
            data-ui="favorite-listing-button"
            data-listing-id="1649203836"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="shop" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-icon--smaller-xs wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
            </div>
</div>
    </div>
</div>
    </div>

    <div class="wt-text-center-xs" data-item-pagination>
        <div class="wt-show-xs wt-hide-md">
    <nav data-clg-id="WtPagination" aria-label="Pagination of listings">
    <div class="wt-action-group wt-list-inline wt-flex-no-wrap  wt-pb-xs-2 wt-justify-content-center" >
            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--small wt-btn--icon  wt-is-disabled"
                    
                    aria-disabled="true" role="link"
                    
                    
                >
                    <span class="wt-screen-reader-only">Previous page</span>
                    <span class="wt-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M6.7 11.3L6 12l.7.7 4 4c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L9.8 13H17c.6 0 1-.4 1-1s-.4-1-1-1H9.8l2.3-2.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-4 4z"/>
</svg></span>
                </a>
            </div>

            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=1&sort_order=custom" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2 wt-is-selected"
                        aria-current="true"
                        
                        
                    >
                        <span>1</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=2&sort_order=custom" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="2"
                        
                    >
                        <span>2</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=3&sort_order=custom" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="3"
                        
                    >
                        <span>3</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=4&sort_order=custom" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="4"
                        
                    >
                        <span>4</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=5&sort_order=custom" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="5"
                        
                    >
                        <span>5</span>
                    </a>
            </div>


            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--small wt-btn--icon "
                    href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=2&sort_order=custom"
                    
                    data-page="2"
                    
                >
                    <span class="wt-screen-reader-only">Next page</span>
                    <span class="wt-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M17.3 12.7l.7-.7-.7-.7-4-4c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.3 2.3H7c-.6 0-1 .4-1 1s.4 1 1 1h7.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4z"/>
</svg></span>
                </a>
            </div>
    </div>
</nav>

</div>
<div class="wt-show-md wt-hide-lg">
    <nav data-clg-id="WtPagination" aria-label="Pagination of listings">
    <div class="wt-action-group wt-list-inline wt-flex-no-wrap  wt-justify-content-center wt-flex-no-wrap wt-pt-md-1 wt-pb-md-2" >
            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--icon  wt-is-disabled"
                    
                    aria-disabled="true" role="link"
                    
                    
                >
                    <span class="wt-screen-reader-only">Previous page</span>
                    <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M6.7 11.3L6 12l.7.7 4 4c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L9.8 13H17c.6 0 1-.4 1-1s-.4-1-1-1H9.8l2.3-2.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-4 4z"/>
</svg></span>
                </a>
            </div>

            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=1&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2 wt-is-selected"
                        aria-current="true"
                        
                        
                    >
                        <span>1</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=2&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="2"
                        
                    >
                        <span>2</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=3&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="3"
                        
                    >
                        <span>3</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=4&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="4"
                        
                    >
                        <span>4</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=5&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="5"
                        
                    >
                        <span>5</span>
                    </a>
            </div>


            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--icon "
                    href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=2&sort_order=custom"
                    
                    data-page="2"
                    
                >
                    <span class="wt-screen-reader-only">Next page</span>
                    <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M17.3 12.7l.7-.7-.7-.7-4-4c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.3 2.3H7c-.6 0-1 .4-1 1s.4 1 1 1h7.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4z"/>
</svg></span>
                </a>
            </div>
    </div>
</nav>

</div>
<div class="wt-show-lg">
    <nav data-clg-id="WtPagination" aria-label="Pagination of listings">
    <div class="wt-action-group wt-list-inline wt-flex-no-wrap  wt-flex-no-wrap wt-pt-lg-1 wt-pb-lg-3 wt-pt-xl-2 wt-pb-xl-4" >
            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--icon  wt-is-disabled"
                    
                    aria-disabled="true" role="link"
                    
                    
                >
                    <span class="wt-screen-reader-only">Previous page</span>
                    <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M6.7 11.3L6 12l.7.7 4 4c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L9.8 13H17c.6 0 1-.4 1-1s-.4-1-1-1H9.8l2.3-2.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-4 4z"/>
</svg></span>
                </a>
            </div>

            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=1&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2 wt-is-selected"
                        aria-current="true"
                        
                        
                    >
                        <span>1</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=2&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="2"
                        
                    >
                        <span>2</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=3&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="3"
                        
                    >
                        <span>3</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=4&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="4"
                        
                    >
                        <span>4</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=5&sort_order=custom" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="5"
                        
                    >
                        <span>5</span>
                    </a>
            </div>


            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--icon "
                    href="https://www.etsy.com/shop/cynla?ref=items-pagination&page=2&sort_order=custom"
                    
                    data-page="2"
                    
                >
                    <span class="wt-screen-reader-only">Next page</span>
                    <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M17.3 12.7l.7-.7-.7-.7-4-4c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.3 2.3H7c-.6 0-1 .4-1 1s.4 1 1 1h7.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4z"/>
</svg></span>
                </a>
            </div>
    </div>
</nav>

</div>
    </div>
            </div>

<div data-clg-id="WtAlert" class="wt-alert wt-alert--error-01 wt-alert--fixed-bottom wt-alert--fixed-floating wt-animated wt-animated--is-hidden" data-items-pagination-failure-alert="" aria-hidden="true">


        <button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-btn--icon wt-btn--transparent-flush-top wt-btn--transparent-flush-right float-right" data-items-pagination-failure-alert-close="">
                        <span class="wt-icon wt-sem-text-on-surface-dark"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>

</button>
                <p class="wt-text-body-01 wt-line-height-tight">Oops! Something went wrong. Please try again.</p>

</div>
        </div>

            <div class="wt-hide-lg">
                <div class="wt-display-flex-sm wt-justify-content-space-between wt-flex-wrap" data-shop-pretranslations-toggle-panel>
    <div class="wt-panel wt-sem-bg-surface-informational-subtle wt-p-xs-3 wt-rounded-01 wt-overflow-hidden wt-mb-xs-4 wt-mb-md-8">
        <p class="wt-text-caption wt-pb-xs-3">
            Etsy automatically translates most text on the site to your preferred language.
        </p>
        <a class="wt-text-link-no-underline" data-shop-pretranslations-toggle>
            <p class="wt-text-caption-title">
                <span data-show-original>
                    See in original language
                </span>
                <span class="wt-display-none" aria-hidden="true" data-show-translation>
                    Translate to English
                </span>
            </p>
        </a>
    </div>
</div>
            </div>
    </div>
</span>
</div>

            <div class="wt-body-max-width">
                <div data-appears-component-name="shop_home_announcement_section">
<div data-track-highlights="shop_home_text_highlighted">
    <div class="announcement-section wt-display-flex-lg wt-bt-xs wt-pb-xs-5 wt-bt-xs wt-pt-xs-4 wt-pt-lg-7 wt-pl-xs-1 wt-pr-xs-1 wt-pl-md-0 wt-pr-md-0 no-focus-outline">
        <div class="shop-home-wider-sections wt-pl-xs-0 wt-mr-lg-4 wt-pb-xs-3 wt-pb-lg-0">
            <h2 class="wt-text-title-large conform-lower-heading">
                Announcement
            </h2>
                <div class="wt-sem-text-secondary wt-text-caption">
                    Last updated on <span class="wt-no-wrap">Nov 5, 2024</span>
                </div>
        </div>
        <div class="flex-grow-1 wt-pr-xs-6">
<div id="announcement" tabindex="-1" class="wt-content-toggle__body wt-content-toggle__body--truncated-01 wt-content-toggle__body--truncated" aria-hidden="true" >
                    <p class="wt-mt-xs-0 wt-sem-text-secondary announcement">
                        <span data-inplace-editable-text="announcement"
                                data-endpoint="DataPost"
                                data-key="message"
                                data-placeholder="Use this space to share important, up-to-date information with buyers. You can mention new products and special promotions. Just keep it short so they can start shopping!"
                                data-add-class="display-block">Welcome to Cynla! I&#39;m shipping ASAP in 1-2 business days. I try to ship holiday and international orders asap, but please let me know if you need anything rushed &gt; I now offer a priority shipping upgrade. I can not guarantee the speed of the postal service.<br />
Thank you for the support of my art! <br />
~ Cindy<br />
<br />
***------ Yes, I do Wholesale! Please email me at cindy [at] cynla.com for a catalog link.<br />
You can also find me on faire (no need to type www):<br />
cynla.faire.com<br />
<br />
FREE coloring pages + sign up for my newsletter for updates on new products:<br />
http://cynla.com/coloring-books/<br />
<br />
I&#39;m an Etsy Featured Shop! Please leave me a comment here:<br />
<a href="https://blog.etsy.com/en/featured-shop-cynla/" target="_blank">https://blog.etsy.com/en/featured-shop-cynla/</a><br />
<br />
------<br />
<br />
I want to be better at keeping in touch with friends, make amazing memories with my favorite people and experience everything – and make art that celebrates all of this. <br />
<br />
My illustrations are hand drawn, painted and colored digitally. I love to hand letter everything and color with patterns. Designs are influenced by my half-Japanese culture, nature, my travels and the pursuit of stressing less. I like being eco-friendly too. I want to live a happy, stress-free, inspired life. I try to create art that inspires others to do the same. <br />
<br />
I love what I do, and want to love everything I create and put into the world, and I can&#39;t continue on my journey without all of your support and appreciation of my art. Thank you so much.<br />
~ Cindy<br />
<br />
I&#39;d love to hear from you!<br />
Keep in touch and up-to-date with news & sales:<br />
WEB: www.cynla.com<br />
INSTAGRAM: follow @cynlastudio<br />
FACEBOOK: facebook.com/cynla<br />
<br />
Want to open your own etsy shop? Use my link and we&#39;ll both get 40 free listings. Yay!<br />
<a href="http://etsy.me/1AFa1lp" target="_blank">http://etsy.me/1AFa1lp</a><br />
<br />
Want to sell your wholesale goods on faire?    https://www.faire.com/apply/cynla</span>
                </p>

</div>
<div data-clg-id="WtReadMore" class="wt-text-center-xs">
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-content-toggle--btn" data-read-more-label-open="Close" data-read-more-label-closed="Read more" data-wt-content-toggle="true" data-read-more="true" aria-controls="announcement">
            Read more

</button>
</div>
        </div>
    </div>
</div>
</div>
            </div>

            <div class="shop-owner-small-screens wt-show-xs wt-hide-lg wt-bt-xs">
    <div class="wt-pl-xs-1 wt-pr-xs-1 wt-pl-lg-0 wt-pr-lg-0"> 
        <div class="wt-p-xs-2">
            <div class="wt-display-table wt-width-full">
                <div class="wt-display-table-cell wt-vertical-align-middle wt-pr-xs-2">
                    <img src="https://i.etsystatic.com/iusa/482fed/62319905/iusa_75x75.62319905_qmhx.jpg?version=0" class="wt-circle wt-overflow-hidden" alt="Cindy LaColla">
                </div>
                <div class="wt-display-table-cell wt-vertical-align-middle wt-width-full">
                    <p class="wt-sem-text-secondary">Contact shop owner</p>
                    <p class="larger-name wt-text-body-01">Cindy LaColla</p>
                </div>
                <div class="wt-display-table-cell wt-vertical-align-middle wt-width-full">
                    <a
    rel="nofollow"
    href="https://www.etsy.com/messages/new?with_id=11504543&referring_id=6445226&referring_type=shop&recipient_id=11504543"
    
    class=" contact-action convo-overlay-trigger inline-overlay-trigger"
    role="button"
    data-to_username="cynla"
    data-to_user_id="11504543"
    data-to_user_display_name="Cindy LaColla (cynla) from cynla"
        data-referring_type="shop"
        data-referring_id="6445226"
    
    data-subject=""
    data-message=""
    
    aria-label="Contact shop owner"
>
    <span class="etsy-icon wt-icon--base-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.893 20.723 22 22l-1.277-5.107A9.95 9.95 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10a9.95 9.95 0 0 0 4.893-1.277M9 12.167a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg></span>
    <span class="wt-screen-reader-only">
    <span>Contact shop owner</span> 
    </span>
    
</a>
                </div>
            </div>
        </div>
    </div>
</div>

            

            <div data-region="reviews">
                <div data-appears-component-name="shop_home_reviews_section" data-appears-event-data='{"transaction_ids":[4758397091,4694139171,4737524770,4750141933,4749974231,4714065870,4723629054,4729079548,4711556440,4711906163],"has_text":[4758397091,4694139171,4737524770,4750141933,4749974231,4714065870,4723629054,4729079548,4711556440,4711906163],"over_three_months_old":[],"under_three_stars":[],"shop_review_count":8088}'>
<div data-appears-component-name="shop_home_reviews_section_top" data-appears-event-data='{"transaction_ids":[4758397091,4694139171,4737524770,4750141933,4749974231,4714065870,4723629054,4729079548,4711556440,4711906163],"has_text":[4758397091,4694139171,4737524770,4750141933,4749974231,4714065870,4723629054,4729079548,4711556440,4711906163],"over_three_months_old":[],"under_three_stars":[],"shop_review_count":8088}' data-offset="0.01">
<div class="reviews-section no-focus-outline wt-bt-xs wt-pt-xs-3 wt-pt-lg-6 border-darker wt-mb-xs-3 wt-mb-lg-6"
     id="reviews" data-reviews-container tabindex="-1">

    <div class=""> 

        <div class="wt-grid wt-pr-xs-1 wt-pl-xs-1 wt-pl-lg-0 wt-pr-lg-0">
            <div class="wt-grid wt-grid__item-xs-12 wt-grid__item-lg-3 wt-display-flex-xs wt-justify-content-center wt-align-items-top wt-p-xs-0">
                <div class="wt-grid__item-xs-4 wt-mt-xs-1 wt-p-xs-0">
                    <h2 class="wt-text-title-large conform-lower-heading">Reviews</h2>
                </div>
                <div class="wt-grid__item-xs-8 wt-p-xs-0 sort-on-mobile wt-text-right">
                </div>
            </div>

            <div class="wt-grid__item-xs-12 wt-grid__item-lg-9 wt-p-xs-0">


                <div class="wt-grid wt-p-xs-0 wt-grid__item-lg-12">
                    <div class="reviews-total wt-grid__item-md-8 wt-pt-xs-2 wt-pb-xs-2 wt-pl-xs-0">
                            <div class="wt-hide-xs wt-show-sm wt-pr-xs-1 wt-display-inline-block wt-vertical-align-middle">Average item review</div>
    <div class="wt-pr-xs-1 wt-display-inline-block wt-vertical-align-middle"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="4.9837" />
    <input type="hidden" name="rating" value="4.9837" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>
    <div class="wt-display-inline-block wt-vertical-align-middle">(8088)</div>
                    </div>
                    <div class="wt-grid__item-md-4 wt-text-right-md wt-p-xs-0">
                        <div data-clg-id="WtMenu" class="wt-menu " data-wt-menu id="sort-reviews-menu" data-hide-trigger-on-open="false" data-animate-in="true" data-close-on-select="true" data-contain-focus="false" data-open-direction-vert="bottom" data-open-direction-horiz="left" data-open-direction-force="false" data-menu-type="option">
            <button data-clg-id="WtMenuTrigger" type="button" class="wt-menu__trigger wt-btn wt-btn--transparent wt-btn--small sort-reviews-trigger" aria-haspopup="true" aria-expanded="false" data-wt-menu-trigger >
        <span class="wt-menu__trigger__label">Sort by: Suggested</span>
        <span class="wt-icon wt-menu__trigger__caret"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><polygon points="16.5 10 12 16 7.5 10 16.5 10"/></svg></span>
</button>
<div data-clg-id="WtMenuBody" role="menu" class="wt-menu__body " data-wt-menu-body >
                <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item wt-is-selected reviews-sort-by-item" tabindex="-1" data-sort-option="Relevancy" aria-checked="true">
     Suggested 
</button>

            <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item reviews-sort-by-item" tabindex="-1" data-sort-option="Recency" aria-checked="false">
     Most recent 
</button>


</div>
</div>
                    </div>
                </div>

                    

                
    <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--02 wt-display-none wt-position-absolute wt-mt-xs-10 wt-position-left wt-position-right" aria-live="assertive" data="reviews-pagination-loading-spinner">
        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle fill="transparent" cx="24" cy="24" r="21"/></svg></span>
        Loading
    </div>




<div data-clg-id="WtOverlay" class="wt-overlay wt-overlay--has-close-icon" id="report-review-overlay" aria-hidden="true" aria-modal="false" role="dialog" aria-labelledby="dg-overlays-neu--labelledby--title" data-wt-overlay>
    <div class="wt-overlay__modal" data-overlay-modal>
            <button type="button" class="wt-btn wt-btn--transparent wt-btn--icon wt-overlay__close-icon wt-btn--light"  aria-label="Close" data-wt-overlay-close>
                <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
            </button>
                                <h3 class="wt-text-title-large wt-text-center-xs wt-bb-xs wt-pt-xs-3 wt-pb-xs-3">
                             <b>Report this review</b>  
                        </h3>

                        <div data-report-review="report-review-form-container"></div>

    </div>
</div>
                    <ul class="reviews-list" style="opacity: 1" data-region="review-list">
                        <li data-region="review" data-review-region="4758397091" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/site-assets/images/avatars/default_avatar.png?width=75"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/lek6osxb?ref=shop_review' rel='nofollow'>Michelle Rich</a> on Oct 3, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">I ordered the birthday card with the hydrangeas on it and also ordered the sticker to match. Very cute! Item as described and packaged well. Order arrived one day later than expected but not a problem for me as I don&#39;t need to gift it for another week or two.</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1425260672/hydrangea-greeting-card-flower-birthday?ref=shop_review" aria-label="Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/4773092313/r/il/b6cfb9/4773092313/il_170x135.4773092313_1j9s.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/4773092313/r/il/b6cfb9/4773092313/il_170x135.4773092313_1j9s.jpg 170w, https://i.etsystatic.com/4773092313/r/il/b6cfb9/4773092313/il_340x270.4773092313_1j9s.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li><li data-region="review" data-review-region="4694139171" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/site-assets/images/avatars/default_avatar.png?width=75"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/a0co3697j7nfdv70?ref=shop_review' rel='nofollow'>Chris Ruiz</a> on Oct 2, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Great Overall, I would buy from again.</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1425260672/hydrangea-greeting-card-flower-birthday?ref=shop_review" aria-label="Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/4773092313/r/il/b6cfb9/4773092313/il_170x135.4773092313_1j9s.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/4773092313/r/il/b6cfb9/4773092313/il_170x135.4773092313_1j9s.jpg 170w, https://i.etsystatic.com/4773092313/r/il/b6cfb9/4773092313/il_340x270.4773092313_1j9s.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Hydrangea Greeting Card - flower birthday card pretty flowers purple blue flower card florals hydrangeas card gardening flower garden</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li><li data-region="review" data-review-region="4737524770" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/iusa/23e7a6/57271803/iusa_75x75.57271803_q8m4.jpg?version=0"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/tgarlanger?ref=shop_review' rel='nofollow'>Tracy</a> on Sep 29, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Love the cards! Beautifully  crafted.</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1073269203/love-health-new-year-greeting-cards-box?ref=shop_review" aria-label="Love Health New Year Greeting Cards - BOX of 8 new year cards joy peace everything this year starry magical happy, starry, magical new year" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/3285505104/r/il/1ad186/3285505104/il_170x135.3285505104_n2sr.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/3285505104/r/il/1ad186/3285505104/il_170x135.3285505104_n2sr.jpg 170w, https://i.etsystatic.com/3285505104/r/il/1ad186/3285505104/il_340x270.3285505104_n2sr.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Love Health New Year Greeting Cards - BOX of 8 new year cards joy peace everything this year starry magical happy, starry, magical new year</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Love Health New Year Greeting Cards - BOX of 8 new year cards joy peace everything this year starry magical happy, starry, magical new year</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li><li data-region="review" data-review-region="4750141933" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/site-assets/images/avatars/default_avatar.png?width=75"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/carmelmorgan?ref=shop_review' rel='nofollow'>Carmel</a> on Sep 27, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">So lovely! This is exactly the kind of card and sentiment I love to share. Carefully packaged and quickly delivered. Top quality and unique. Looking forward to sending these. I’m a repeat customer and will keep coming back for more!</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1073269203/love-health-new-year-greeting-cards-box?ref=shop_review" aria-label="Love Health New Year Greeting Cards - BOX of 8 new year cards joy peace everything this year starry magical happy, starry, magical new year" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/3285505104/r/il/1ad186/3285505104/il_170x135.3285505104_n2sr.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/3285505104/r/il/1ad186/3285505104/il_170x135.3285505104_n2sr.jpg 170w, https://i.etsystatic.com/3285505104/r/il/1ad186/3285505104/il_340x270.3285505104_n2sr.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Love Health New Year Greeting Cards - BOX of 8 new year cards joy peace everything this year starry magical happy, starry, magical new year</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Love Health New Year Greeting Cards - BOX of 8 new year cards joy peace everything this year starry magical happy, starry, magical new year</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li><li data-region="review" data-review-region="4749974231" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/site-assets/images/avatars/default_avatar.png?width=75"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/ptarasenko1?ref=shop_review' rel='nofollow'>Patricia</a> on Sep 27, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">I LOVE the work and the card is perfect!!!</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/993277321/birthday-cake-greeting-card-birthday?ref=shop_review" aria-label="Birthday Cake Greeting Card -birthday card, cake card, purple, pretty cake card, flowers, moon, happy birthday cake card greeting card paper" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/3034034607/r/il/9a620e/3034034607/il_170x135.3034034607_3dra.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/3034034607/r/il/9a620e/3034034607/il_170x135.3034034607_3dra.jpg 170w, https://i.etsystatic.com/3034034607/r/il/9a620e/3034034607/il_340x270.3034034607_3dra.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Birthday Cake Greeting Card -birthday card, cake card, purple, pretty cake card, flowers, moon, happy birthday cake card greeting card paper</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Birthday Cake Greeting Card -birthday card, cake card, purple, pretty cake card, flowers, moon, happy birthday cake card greeting card paper</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li><li data-region="review" data-review-region="4714065870" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/site-assets/images/avatars/default_avatar.png?width=75"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/christiemccarty?ref=shop_review' rel='nofollow'>Christie</a> on Sep 21, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Love this card! Perfect for a relative’s upcoming birthday!</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/985674031/mountain-birthday-greeting-card-birthday?ref=shop_review" aria-label="Mountain Birthday Greeting Card - birthday card adventure, mountains, forest, adventure birthday camping card trees stars" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/3006799015/r/il/481f6b/3006799015/il_170x135.3006799015_4qlv.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/3006799015/r/il/481f6b/3006799015/il_170x135.3006799015_4qlv.jpg 170w, https://i.etsystatic.com/3006799015/r/il/481f6b/3006799015/il_340x270.3006799015_4qlv.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Mountain Birthday Greeting Card - birthday card adventure, mountains, forest, adventure birthday camping card trees stars</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Mountain Birthday Greeting Card - birthday card adventure, mountains, forest, adventure birthday camping card trees stars</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li><li data-region="review" data-review-region="4723629054" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/site-assets/images/avatars/default_avatar.png?width=75"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/mstacer?ref=shop_review' rel='nofollow'>Michelle</a> on Sep 21, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">I get this artists cards all the time for all special occasions. Cards come quickly and the artwork is so beautiful and intricate. I love them.</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/985674031/mountain-birthday-greeting-card-birthday?ref=shop_review" aria-label="Mountain Birthday Greeting Card - birthday card adventure, mountains, forest, adventure birthday camping card trees stars" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/3006799015/r/il/481f6b/3006799015/il_170x135.3006799015_4qlv.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/3006799015/r/il/481f6b/3006799015/il_170x135.3006799015_4qlv.jpg 170w, https://i.etsystatic.com/3006799015/r/il/481f6b/3006799015/il_340x270.3006799015_4qlv.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Mountain Birthday Greeting Card - birthday card adventure, mountains, forest, adventure birthday camping card trees stars</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Mountain Birthday Greeting Card - birthday card adventure, mountains, forest, adventure birthday camping card trees stars</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li><li data-region="review" data-review-region="4729079548" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/site-assets/images/avatars/default_avatar.png?width=75"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/8phffsyb1hv3m1jx?ref=shop_review' rel='nofollow'>Didi</a> on Sep 19, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">The product was really great but I do not like being forced to leave at least a five word review in order to leave the page. :)</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1145070714/coffee-book-greeting-card-cafe-coffee?ref=shop_review" aria-label="Coffee Book greeting card - café coffee and books birthday read relax enjoy hot coffee mug flowers coffee birthday book gift coffee card" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/4718443124/r/il/c94525/4718443124/il_170x135.4718443124_s7wk.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/4718443124/r/il/c94525/4718443124/il_170x135.4718443124_s7wk.jpg 170w, https://i.etsystatic.com/4718443124/r/il/c94525/4718443124/il_340x270.4718443124_s7wk.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Coffee Book greeting card - café coffee and books birthday read relax enjoy hot coffee mug flowers coffee birthday book gift coffee card</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Coffee Book greeting card - café coffee and books birthday read relax enjoy hot coffee mug flowers coffee birthday book gift coffee card</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li><li data-region="review" data-review-region="4711556440" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/site-assets/images/avatars/default_avatar.png?width=75"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/mtbfazio?ref=shop_review' rel='nofollow'>mtbfazio</a> on Sep 14, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Nice card thanks a lot</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/993277321/birthday-cake-greeting-card-birthday?ref=shop_review" aria-label="Birthday Cake Greeting Card -birthday card, cake card, purple, pretty cake card, flowers, moon, happy birthday cake card greeting card paper" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/3034034607/r/il/9a620e/3034034607/il_170x135.3034034607_3dra.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/3034034607/r/il/9a620e/3034034607/il_170x135.3034034607_3dra.jpg 170w, https://i.etsystatic.com/3034034607/r/il/9a620e/3034034607/il_340x270.3034034607_3dra.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Birthday Cake Greeting Card -birthday card, cake card, purple, pretty cake card, flowers, moon, happy birthday cake card greeting card paper</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Birthday Cake Greeting Card -birthday card, cake card, purple, pretty cake card, flowers, moon, happy birthday cake card greeting card paper</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li><li data-region="review" data-review-region="4711906163" class="wt-bt-xs wt-pt-xs-2 wt-mb-xs-5">
    <div class="review-item">
        <div class="wt-width-full wt-display-table">
            <div class="wt-display-table-cell wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
                <img
                    loading="lazy"
                    src="https://i.etsystatic.com/iusa/c2adc0/20073199/iusa_75x75.20073199.jpg?version=0"
                    width="48"
                    height="48"
                    class="wt-circle wt-overflow-hidden"
                    alt=""
                />
            </div>

            <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-pb-xs-0 ">
                <div class="wt-mt-xs-2 wt-mb-xs-2">
                    <p class="shop2-review-attribution">
                            <a href='https://www.etsy.com/people/laurenshepard?ref=shop_review' rel='nofollow'>Lauren</a> on Aug 27, 2025
                    </p>
                </div>




                <div class="wt-mb-xs-0 wt-p-xs-0"><span class="stars-svg ">
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="screen-reader-only">5 out of 5 stars</span>

    <span data-rating="1" class="rating lit rating-first wt-nudge-b-2" aria-hidden="true">
        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
        <span data-rating="2" class="rating lit">
                <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
            <span data-rating="3" class="rating lit">
                    <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                <span data-rating="4" class="rating lit">
                        <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    <span data-rating="5" class="rating lit">
                            <span class="etsy-icon stars-svg-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
                    </span>
                </span>
            </span>
        </span>
    </span>
</span></div>

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Art is wonderful as always.</p>
                    </div>

                <div data-region="review-actions" class="review-actions wt-grid">
                        




                </div>


                <div data-region="response">
                </div>

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1145070714/coffee-book-greeting-card-cafe-coffee?ref=shop_review" aria-label="Coffee Book greeting card - café coffee and books birthday read relax enjoy hot coffee mug flowers coffee birthday book gift coffee card" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/4718443124/r/il/c94525/4718443124/il_170x135.4718443124_s7wk.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/4718443124/r/il/c94525/4718443124/il_170x135.4718443124_s7wk.jpg 170w, https://i.etsystatic.com/4718443124/r/il/c94525/4718443124/il_340x270.4718443124_s7wk.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Coffee Book greeting card - café coffee and books birthday read relax enjoy hot coffee mug flowers coffee birthday book gift coffee card</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Coffee Book greeting card - café coffee and books birthday read relax enjoy hot coffee mug flowers coffee birthday book gift coffee card</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-md wt-mt-xs-3">
                    
                </div>
            </div>
        </div>
    </div>
</li>
                    </ul>
                    

                <div class="wt-text-center" data-reviews-pagination>
                    <div class="wt-show-xs wt-hide-md">
    <nav data-clg-id="WtPagination" aria-label="Pagination of section">
    <div class="wt-action-group wt-list-inline wt-flex-no-wrap  wt-pb-xs-2 wt-justify-content-center" >
            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--small wt-btn--icon  wt-is-disabled"
                    
                    aria-disabled="true" role="link"
                    
                    
                >
                    <span class="wt-screen-reader-only">Previous page</span>
                    <span class="wt-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M6.7 11.3L6 12l.7.7 4 4c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L9.8 13H17c.6 0 1-.4 1-1s-.4-1-1-1H9.8l2.3-2.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-4 4z"/>
</svg></span>
                </a>
            </div>

            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=1" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2 wt-is-selected"
                        aria-current="true"
                        
                        
                    >
                        <span>1</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=2" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="2"
                        
                    >
                        <span>2</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=3" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="3"
                        
                    >
                        <span>3</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=4" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="4"
                        
                    >
                        <span>4</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=5" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="5"
                        
                    >
                        <span>5</span>
                    </a>
            </div>


            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--small wt-btn--icon "
                    href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=2"
                    
                    data-page="2"
                    
                >
                    <span class="wt-screen-reader-only">Next page</span>
                    <span class="wt-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M17.3 12.7l.7-.7-.7-.7-4-4c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.3 2.3H7c-.6 0-1 .4-1 1s.4 1 1 1h7.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4z"/>
</svg></span>
                </a>
            </div>
    </div>
</nav>

</div>
<div class="wt-show-md wt-hide-lg">
    <nav data-clg-id="WtPagination" aria-label="Pagination of section">
    <div class="wt-action-group wt-list-inline wt-flex-no-wrap  wt-justify-content-center wt-flex-no-wrap wt-pt-md-1 wt-pb-md-2" >
            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--icon  wt-is-disabled"
                    
                    aria-disabled="true" role="link"
                    
                    
                >
                    <span class="wt-screen-reader-only">Previous page</span>
                    <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M6.7 11.3L6 12l.7.7 4 4c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L9.8 13H17c.6 0 1-.4 1-1s-.4-1-1-1H9.8l2.3-2.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-4 4z"/>
</svg></span>
                </a>
            </div>

            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=1" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2 wt-is-selected"
                        aria-current="true"
                        
                        
                    >
                        <span>1</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=2" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="2"
                        
                    >
                        <span>2</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=3" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="3"
                        
                    >
                        <span>3</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=4" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="4"
                        
                    >
                        <span>4</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=5" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="5"
                        
                    >
                        <span>5</span>
                    </a>
            </div>


            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--icon "
                    href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=2"
                    
                    data-page="2"
                    
                >
                    <span class="wt-screen-reader-only">Next page</span>
                    <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M17.3 12.7l.7-.7-.7-.7-4-4c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.3 2.3H7c-.6 0-1 .4-1 1s.4 1 1 1h7.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4z"/>
</svg></span>
                </a>
            </div>
    </div>
</nav>

</div>
<div class="wt-show-lg">
    <nav data-clg-id="WtPagination" aria-label="Pagination of section">
    <div class="wt-action-group wt-list-inline wt-flex-no-wrap  wt-flex-no-wrap wt-pt-lg-1 wt-pb-lg-3 wt-pt-xl-2 wt-pb-xl-4" >
            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--icon  wt-is-disabled"
                    
                    aria-disabled="true" role="link"
                    
                    
                >
                    <span class="wt-screen-reader-only">Previous page</span>
                    <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M6.7 11.3L6 12l.7.7 4 4c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L9.8 13H17c.6 0 1-.4 1-1s-.4-1-1-1H9.8l2.3-2.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-4 4z"/>
</svg></span>
                </a>
            </div>

            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=1" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2 wt-is-selected"
                        aria-current="true"
                        
                        
                    >
                        <span>1</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=2" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="2"
                        
                    >
                        <span>2</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=3" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="3"
                        
                    >
                        <span>3</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=4" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="4"
                        
                    >
                        <span>4</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=5" class="wt-action-group__item wt-btn wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="5"
                        
                    >
                        <span>5</span>
                    </a>
            </div>


            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--icon "
                    href="https://www.etsy.com/shop/cynla/reviews?ref=pagination&page=2"
                    
                    data-page="2"
                    
                >
                    <span class="wt-screen-reader-only">Next page</span>
                    <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M17.3 12.7l.7-.7-.7-.7-4-4c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.3 2.3H7c-.6 0-1 .4-1 1s.4 1 1 1h7.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4z"/>
</svg></span>
                </a>
            </div>
    </div>
</nav>

</div>
                </div>
            </div>
        </div>

    </div>
</div>
</div>
</div>
            </div>

            
        </div>

        <div data-appears-component-name="shop_home_about_section">
<div id="shop-home-about-section" class="about-section">
    <div class="anchor no-focus-outline
            wt-bt-xs wt-bt-lg-none
            border-darker wt-body-max-width wt-pr-xs-2 wt-pr-md-4 wt-pl-xs-2 wt-pl-md-4"
     id="about"
     tabindex="-1">
        <div class="wt-pl-xs-1 wt-pr-xs-1 wt-pl-lg-0 wt-pr-lg-0">
            <div class="wt-display-flex-lg
                        wt-bt-lg
                        wt-pt-xs-3 wt-pt-lg-6
                        border-darker">

                <div class="shop-home-wider-sections wt-mr-lg-4">
                    <h2 class="wt-text-title wt-mb-xs-3 wt-mb-lg-8 conform-lower-heading">
                        About cynla
                    </h2>
                        <div class="wt-show-xs wt-hide-lg wt-mb-xs-3">
                            <p class="wt-text-body sb-shop-headline" data-in-modal-editable-text="title" data-endpoint="DataPost" data-key="headline">
        Greeting Cards & Stickers - magical happy paper goods
    </p>
                        </div>
                    <div class="wt-display-flex-sm wt-justify-content-space-between wt-flex-wrap">
                        <div class="wt-display-flex-xs wt-mb-xs-4 wt-mb-md-8">
                            <div class="wt-mr-xs-6">
                                Sales
                                <span class="wt-text-title-larger wt-display-block">26,495</span>
                            </div>
                            <div>On Etsy since <span class="wt-text-title-larger wt-display-block">2011</span></div>
                        </div>
                    </div>

                    

                </div>
                
                <div class="flex-grow-1">
                        <div class="wt-hide-xs wt-show-lg wt-mb-xs-3">
                            <p class="wt-text-body sb-shop-headline" data-in-modal-editable-text="title" data-endpoint="DataPost" data-key="headline">
        Greeting Cards & Stickers - magical happy paper goods
    </p>
                        </div>
                    <div class="sb-image-video max-width-760px ">
                        <div
    data-carousel-container
    class="carousel-container has-multiple-panes"
    data-autoplay="5000"
    data-track-clicks="true" 
    
>
    <ul
        class="carousel is-enabled"
        data-carousel
    >
            <button class="carousel-nav carousel-nav-left" data-carousel-prev>
                <span class="screen-reader-only">Previous item</span>
                <span class="etsy-icon icon-larger"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14,17a1,1,0,0,1-.707-0.293L8.586,12l4.707-4.707a1,1,0,0,1,1.414,1.414L11.414,12l3.293,3.293A1,1,0,0,1,14,17Z"/></svg></span>
            </button>
            <button class="carousel-nav carousel-nav-right" data-carousel-next>
                <span class="screen-reader-only">Next item</span>
                <span class="etsy-icon icon-larger"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
            </button>

        


            <li class="carousel-pane" data-carousel-pane  data-carousel-pane-event-namespace="shop_home_about_carousel">

                <div class="carousel-pane-content wt-overflow-hidden wt-position-relative" style="padding-bottom: 61.579%;">
                        <img
                            loading="lazy"
                            src="https://i.etsystatic.com/isa/9fa57b/11182658249/isa_760xN.11182658249_l1xb.jpg?version=0"
                            alt=""
                            srcset="https://i.etsystatic.com/isa/9fa57b/11182658249/isa_545xN.11182658249_l1xb.jpg?version=0 545w, https://i.etsystatic.com/isa/9fa57b/11182658249/isa_760xN.11182658249_l1xb.jpg?version=0 760w"
                            class="wt-width-full"
                        />
                </div>

                    <div class="carousel-pane-content-caption">Moving to the Hudson Valley has inspired my art.</div>
            </li>
            <li class="carousel-pane" data-carousel-pane  data-carousel-pane-event-namespace="shop_home_about_carousel">

                <div class="carousel-pane-content wt-overflow-hidden wt-position-relative" style="padding-bottom: 61.579%;">
                        <img
                            loading="lazy"
                            src="https://i.etsystatic.com/isa/26fcfd/51583737163/isa_760xN.51583737163_f9a3.jpg?version=0"
                            alt=""
                            srcset="https://i.etsystatic.com/isa/26fcfd/51583737163/isa_545xN.51583737163_f9a3.jpg?version=0 545w, https://i.etsystatic.com/isa/26fcfd/51583737163/isa_760xN.51583737163_f9a3.jpg?version=0 760w"
                            class="wt-width-full"
                        />
                </div>

                    <div class="carousel-pane-content-caption">All of my greeting cards begin with pencil & ink on paper.</div>
            </li>
            <li class="carousel-pane" data-carousel-pane  data-carousel-pane-event-namespace="shop_home_about_carousel">

                <div class="carousel-pane-content wt-overflow-hidden wt-position-relative" style="padding-bottom: 61.579%;">
                        <img
                            loading="lazy"
                            src="https://i.etsystatic.com/isa/371046/1013752395680/isa_760xN.1013752395680_b0gx.jpg?version=0"
                            alt=""
                            srcset="https://i.etsystatic.com/isa/371046/1013752395680/isa_545xN.1013752395680_b0gx.jpg?version=0 545w, https://i.etsystatic.com/isa/371046/1013752395680/isa_760xN.1013752395680_b0gx.jpg?version=0 760w"
                            class="wt-width-full"
                        />
                </div>

                    <div class="carousel-pane-content-caption">I love when people say they have found &quot;the perfect card&quot; and can really relate to my designs.</div>
            </li>
            <li class="carousel-pane" data-carousel-pane  data-carousel-pane-event-namespace="shop_home_about_carousel">

                <div class="carousel-pane-content wt-overflow-hidden wt-position-relative" style="padding-bottom: 61.579%;">
                        <img
                            loading="lazy"
                            src="https://i.etsystatic.com/isa/22d70b/11627285322/isa_760xN.11627285322_quoo.jpg?version=0"
                            alt=""
                            srcset="https://i.etsystatic.com/isa/22d70b/11627285322/isa_545xN.11627285322_quoo.jpg?version=0 545w, https://i.etsystatic.com/isa/22d70b/11627285322/isa_760xN.11627285322_quoo.jpg?version=0 760w"
                            class="wt-width-full"
                        />
                </div>

                    <div class="carousel-pane-content-caption">Sending mail and stress less art.</div>
            </li>
            <li class="carousel-pane" data-carousel-pane  data-carousel-pane-event-namespace="shop_home_about_carousel">

                <div class="carousel-pane-content wt-overflow-hidden wt-position-relative" style="padding-bottom: 61.579%;">
                        <img
                            loading="lazy"
                            src="https://i.etsystatic.com/isa/4b3e5a/1036201807541/isa_760xN.1036201807541_iqt2.jpg?version=0"
                            alt=""
                            srcset="https://i.etsystatic.com/isa/4b3e5a/1036201807541/isa_545xN.1036201807541_iqt2.jpg?version=0 545w, https://i.etsystatic.com/isa/4b3e5a/1036201807541/isa_760xN.1036201807541_iqt2.jpg?version=0 760w"
                            class="wt-width-full"
                        />
                </div>

                    <div class="carousel-pane-content-caption">In this crazy time, I love that my work and art help people to keep in touch with family and friends.</div>
            </li>
    </ul>

    <div class="display-none">
        <div
            class="mt-md-2 text-center"
            data-carousel-pagination
            
            data-hide-pagination="true"
        ></div>
    </div>
</div>
                        
                    </div>

                    <div class="max-width-676px" id="story">
                        <div class="wt-mb-xs-5">
                                <p class="wt-text-heading-large wt-display-inline sb-about-story-header"
                                    data-inplace-editable-text="story_headline"
                                    data-endpoint="AboutPost"
                                    data-key="story_headline"
                                    data-placeholder="Sum up what you do in one sentence. Or just write something catchy."
                                    data-use-inplace-input="1"
                                    data-wrap-text-style="wt-text-heading-large sb-about-story-header"
                                    data-add-class="normal story-headline-edit-link">sending mail and stress less art</p>
                        </div>
                        <div class="wt-mb-xs-8 wt-mb-md-10">
<div id="about-story" tabindex="-1" class="wt-content-toggle__body wt-content-toggle__body--truncated-03 wt-content-toggle__body--truncated sb-about-section" aria-hidden="true" >
                                        <p class="about-story wt-sem-text-secondary wt-text-body-01">
                                        <span class="wt-mt-xs-1"
                                            data-inplace-editable-text="story"
                                            data-endpoint="AboutPost"
                                            data-key="story"
                                            data-placeholder="How did you get started? What inspires you? We know each seller’s story is unique—tell yours here.">Drawing and creating has become a way for me to de-stress. I have great genes for worrying all the time so I&#39;ve found that drawing is the best medicine. With two young children, I&#39;d like to find time to draw more often. I created cynla to focus more on what matters in my life and send a stress less message into every piece of artwork I create. I incorporate a lot of the nature and world around me and my art has become a visual diary of my life. <br />
<br />
Hope you enjoy my cards and art. It does stress-less wonders for me, I hope it does the same for you.<br />
<br />
Thanks for visiting, favoriting my shop, sending my cards, and sending me encouragement! It&#39;s hugely appreciated. All of your support allows me to do what I love every day. So thank you. <br />
~ Cindy</span>
                                    </p>

</div>
<div data-clg-id="WtReadMore" class="wt-text-center-xs">
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-content-toggle--btn" data-read-more-label-open="Close" data-read-more-label-closed="Read more" data-wt-content-toggle="true" data-read-more="true" aria-controls="about-story">
            Read more

</button>
</div>
                        </div>
                    </div>

                    <div class="wt-mb-xs-6 wt-mb-md-8">
                        <div>
    <div class="wt-pt-xs-2 wt-pt-lg-4">
        <div class="wt-display-flex-md wt-flex-wrap max-width-760px">
            <div class="wt-mb-xs-2 wt-text-body-01 wt-mr-md-6">
    <a href="http://www.cynla.com" class="text-decoration-none" aria-label="shop-website" target="_blank" rel="nofollow noopener">
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M20.69 3.31a4.484 4.484 0 0 0-6.34 0l-3.17 3.17c-.93.94-1.35 2.19-1.28 3.42-1.23-.07-2.48.35-3.42 1.29l-3.17 3.17a4.484 4.484 0 0 0 0 6.34 4.484 4.484 0 0 0 6.34 0l3.17-3.17c.94-.94 1.36-2.19 1.29-3.42 1.23.07 2.48-.35 3.42-1.29l3.17-3.17a4.494 4.494 0 0 0-.01-6.34zm-9.45 12.6L8.1 19.05c-.87.87-2.28.87-3.14 0-.87-.87-.87-2.28 0-3.14l3.14-3.14c.79-.79 2.03-.85 2.9-.2.07.08.12.17.2.24.08.08.16.13.24.2.65.87.59 2.11-.2 2.9zm7.81-7.82l-3.14 3.14c-.79.79-2.03.85-2.9.2-.07-.08-.12-.17-.2-.24-.08-.08-.16-.13-.24-.2-.65-.87-.59-2.11.2-2.9l3.14-3.14c.87-.87 2.28-.87 3.14 0 .87.87.87 2.28 0 3.14z"/></svg></span>
        <span>shop-website</span>
    </a>
</div><div class="wt-mb-xs-2 wt-text-body-01 wt-mr-md-6">
    <a href="http://www.instagram.com/cynlastudio" class="text-decoration-none" aria-label="Instagram" target="_blank" rel="nofollow noopener">
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,5.447c2.136,0,2.389,0.008,3.233,0.047c0.78,0.036,1.204,0.166,1.485,0.275c0.373,0.145,0.64,0.318,0.92,0.598 c0.28,0.28,0.453,0.546,0.598,0.92c0.11,0.282,0.24,0.706,0.275,1.485c0.038,0.844,0.047,1.097,0.047,3.233 s-0.008,2.389-0.047,3.233c-0.036,0.78-0.166,1.204-0.275,1.485c-0.145,0.373-0.318,0.64-0.598,0.92 c-0.28,0.28-0.546,0.453-0.92,0.598c-0.282,0.11-0.706,0.24-1.485,0.275c-0.843,0.038-1.096,0.047-3.233,0.047 s-2.389-0.008-3.233-0.047c-0.78-0.036-1.204-0.166-1.485-0.275c-0.373-0.145-0.64-0.318-0.92-0.598 c-0.28-0.28-0.453-0.546-0.598-0.92c-0.11-0.282-0.24-0.706-0.275-1.485c-0.038-0.844-0.047-1.097-0.047-3.233 S5.45,9.616,5.488,8.773c0.036-0.78,0.166-1.204,0.275-1.485c0.145-0.373,0.318-0.64,0.598-0.92c0.28-0.28,0.546-0.453,0.92-0.598 c0.282-0.11,0.706-0.24,1.485-0.275C9.611,5.455,9.864,5.447,12,5.447 M12,4.005c-2.173,0-2.445,0.009-3.298,0.048 C7.85,4.092,7.269,4.227,6.76,4.425C6.234,4.63,5.787,4.903,5.343,5.348C4.898,5.793,4.624,6.239,4.42,6.765 c-0.198,0.509-0.333,1.09-0.372,1.942C4.009,9.56,4,9.833,4,12.005c0,2.173,0.009,2.445,0.048,3.298 c0.039,0.852,0.174,1.433,0.372,1.942c0.204,0.526,0.478,0.972,0.923,1.417c0.445,0.445,0.891,0.718,1.417,0.923 c0.509,0.198,1.09,0.333,1.942,0.372c0.853,0.039,1.126,0.048,3.298,0.048s2.445-0.009,3.298-0.048 c0.852-0.039,1.433-0.174,1.942-0.372c0.526-0.204,0.972-0.478,1.417-0.923c0.445-0.445,0.718-0.891,0.923-1.417 c0.198-0.509,0.333-1.09,0.372-1.942C19.991,14.45,20,14.178,20,12.005s-0.009-2.445-0.048-3.298 c-0.039-0.852-0.174-1.433-0.372-1.942c-0.204-0.526-0.478-0.972-0.923-1.417c-0.445-0.445-0.891-0.718-1.417-0.923 c-0.509-0.198-1.09-0.333-1.942-0.372C14.445,4.014,14.173,4.005,12,4.005L12,4.005z"/><path d="M12,7.897c-2.269,0-4.108,1.839-4.108,4.108S9.731,16.113,12,16.113s4.108-1.839,4.108-4.108S14.269,7.897,12,7.897z  M12,14.672c-1.473,0-2.667-1.194-2.667-2.667S10.527,9.339,12,9.339s2.667,1.194,2.667,2.667S13.473,14.672,12,14.672z"/><circle cx="16.27" cy="7.735" r="0.96"/></svg></span>
        <span>Instagram</span>
    </a>
</div><div class="wt-mb-xs-2 wt-text-body-01 wt-mr-md-6">
    <a href="http://www.facebook.com/cynla" class="text-decoration-none" aria-label="Facebook" target="_blank" rel="nofollow noopener">
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M20,5V19a1.007,1.007,0,0,1-1,1H15V13.776h2l0.336-2.3H15V9.659a0.912,0.912,0,0,1,1-1.031h1.5V6.55a11.284,11.284,0,0,0-1.641-.109c-2.2,0-3.3,1.219-3.3,3.039v1.992h-2v2.3h2V20H5a1.007,1.007,0,0,1-1-1V5A1.007,1.007,0,0,1,5,4H19A1.007,1.007,0,0,1,20,5Z"/></svg></span>
        <span>Facebook</span>
    </a>
</div>
        </div>
    </div>
</div>
                    </div>

                    <div class="wt-mb-xs-8 wt-mb-md-10">
                            <div class="about-section wt-display-flex-md wt-flex-direction-column-md wt-mb-md-5 wt-pl-xs-0 wt-pr-xs-0" data-region="shop-members" id="shop-members">
    <div class="wt-p-xs-0">
        <h3 class="wt-text-title-01">Shop members</h3>
    </div>
    <div class="wt-pl-xs-0 wt-pr-xs-0 wt-pt-xs-2 wt-pt-lg-4">
        <div class="max-width-760px">
            <ul class="wt-list-unstyled wt-block-grid-md-2" data-region="shop-member-list">
                <li class="wt-pt-xs-2 wt-pb-xs-2 wt-block-grid__item"
        data-region="shop-member"
        data-member-id="8310465157"
        data-member-avatar-url="https://i.etsystatic.com/isc/3a6434/8310465157/isc_90x90.8310465157_pv8n.jpg?version=0"
        data-member-bio=""
        data-member-role="Owner, Designer"
        data-member-name="cindy lacolla">
    <div class="wt-display-table">
        <div class="wt-vertical-align-top wt-pr-xs-2 wt-pr-lg-3">
            <img 
                class="wt-circle wt-overflow-hidden wt-width-auto wt-image--cover wt-image"
                src="https://i.etsystatic.com/isc/3a6434/8310465157/isc_90x90.8310465157_pv8n.jpg?version=0"
                alt="shop-member-photo"
                style="aspect-ratio: 1;"
                loading="eager"
                width="48"
                height="48"
                data-region="member-avatar"
                sizes="48px"
            >
        </div>
        <div class="wt-display-table-cell wt-vertical-align-middle">
            <h6 class="wt-mb-xs-0 wt-text-title-01 text-transform-none" data-region="member-name">cindy lacolla</h6>
            <p class="wt-mb-xs-2 sb-about-member-role" data-region="member-role">Owner, Designer</p>
                <p class="member-bio wt-sem-text-secondary wt-mb-xs-0" data-region="member-bio">
                    
                </p>
        </div>
        <div class="shc-shop-member-cta--display">
            <div data-region="member-cta" class="wt-display-flex-xs"></div>
        </div>
    </div>
</li>
            </ul>
        </div>
    </div>
</div>
                    </div>

                    <div class="wt-mb-xs-6 wt-mb-md-8">
                        <div class="wt-display-flex-md wt-flex-direction-column-md wt-pl-xs-0 wt-pr-xs-0" data-region="about-production_partners">
    <div class="wt-p-xs-0">
        <h3 class="wt-text-title-01">Production partners</h3>
    </div>
    <div class="sb-production-partners wt-pl-xs-0 wt-pr-xs-0 wt-pt-xs-2 wt-pt-lg-4">
        <div class="max-width-760px">
            <ul class="wt-list-unstyled">
                <li class="wt-pb-xs-2">
    <p class="wt-mb-xs-0 b">Printer</p>
    <p class="wt-mb-xs-2"><span class="etsy-icon wt-icon--smaller-xs wt-nudge-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.083 12.189 12 21l-5.083-8.811a6 6 0 1 1 10.167 0m-1.713-1.032.02-.033a4 4 0 1 0-6.78 0l.02.033 3.37 5.84z"/></svg></span> United States</p>
    <p class="sb-about-production-partners wt-sem-text-secondary wt-mb-xs-0">Calendars are printed regionally in the U.S. on FSC papers.</p>
</li><li class="wt-pb-xs-2">
    <p class="wt-mb-xs-0 b">Greeting Card Printers</p>
    <p class="wt-mb-xs-2"><span class="etsy-icon wt-icon--smaller-xs wt-nudge-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.083 12.189 12 21l-5.083-8.811a6 6 0 1 1 10.167 0m-1.713-1.032.02-.033a4 4 0 1 0-6.78 0l.02.033 3.37 5.84z"/></svg></span> United States</p>
    <p class="sb-about-production-partners wt-sem-text-secondary wt-mb-xs-0">I design everything and then get my designs professionally printed.</p>
</li>
            </ul>
            <div class="accordion accordion-disable-close">
                <input type="checkbox" id="more-production_partners" class="accordion-state">
                <label for="more-production_partners" class="accordion-label">
                    <a>More production partners</a>
                </label>
                <div class="accordion-body">
                    <ul class="wt-list-unstyled">
                        <li class="wt-pb-xs-2">
    <p class="wt-mb-xs-0 b">Notepad Manufacturer</p>
    <p class="wt-mb-xs-2"><span class="etsy-icon wt-icon--smaller-xs wt-nudge-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.083 12.189 12 21l-5.083-8.811a6 6 0 1 1 10.167 0m-1.713-1.032.02-.033a4 4 0 1 0-6.78 0l.02.033 3.37 5.84z"/></svg></span> United States</p>
    <p class="sb-about-production-partners wt-sem-text-secondary wt-mb-xs-0">This company prides themselves on being a green printing facility. They print with vegetable/soy-based inks which have lower levels of VOC than traditional petroleum inks.</p>
</li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
</div>

        <div class="wt-body-max-width wt-pr-xs-2 wt-pr-md-4 wt-pl-xs-2 wt-pl-md-4">
            

            <div data-appears-component-name="shop_home_policies_section">
<div class="shop-structured-policies-section wt-position-relative no-focus-outline wt-bt-xs wt-bt-lg-none wt-pb-xs-1 wt-pb-lg-2 border-darker" data-structured-format  id="policies" tabindex="-1">
    <div class="wt-pr-xs-1 wt-pr-lg-0"> 

        <div class="wt-display-none wt-position-absolute wt-height-full wt-width-full wt-sem-bg-elevation-0 wt-z-index-2 opacity-low position-left position-top" data-region="loading-overlay">
        </div>

        <div class="wt-grid wt-pl-xs-0 wt-pt-xs-3 wt-bt-lg
             wt-pt-lg-6">
            <div class="wt-grid__item-lg-3 wt-pl-lg-0">
                <h2 class="wt-text-title-01 conform-lower-heading">Shop policies</h2>
            </div>
            <div class="wt-grid__item-lg-9 wt-p-xs-0 wt-mb-xs-3 wt-mb-lg-4 wt-display-none" data-policy-header>
                <div class="wt-grid wt-p-xs-0">
                        <div class="wt-grid__item-lg-12 wt-pl-xs-0 wt-mt-xs-2 wt-mt-lg-0">
                                <span class="wt-display-inline-block wt-mt-xs-2 wt-mt-md-0 ">Last updated on Dec 22, 2020</span>
                        </div>
                </div>
            </div>
        </div>

            <div data-region="policy-subregions" class="wt-display-none ">
                <div class="shop-policies-section wt-grid wt-p-xs-0" data-region="structured-shipping">
    <div class="wt-grid__item-lg-3 wt-bt-xs wt-bt-lg-none wt-pt-xs-4 wt-pl-xs-0 wt-pr-xs-0">
        <h3 class="wt-mt-lg-4 wt-text-title-01">Shipping</h3>
    </div>

    <div class="wt-grid__item-lg-9 wt-pl-xs-0 wt-pr-xs-0 wt-bt-lg wt-pt-xs-4">
        <div class="wt-grid wt-p-xs-0">
            <div class="wt-grid__item-lg-8 wt-p-xs-0">
                <div class="wt-pb-xs-2 wt-sem-text-secondary prose">
                    See item details for estimated arrival times.
                </div>

                    <div>
                        <div class="b wt-pb-xs-2">
                            <h4 class="b text-body">Customs and import taxes</h4>
                        </div>
                        <div class="wt-sem-text-secondary prose">
                            Buyers are responsible for any customs and import taxes that may apply. I'm not responsible for delays due to customs.
                        </div>
                    </div>
            </div>
        </div>
    </div>
</div>
                
                <div class="shop-policies-section wt-grid wt-p-xs-0" data-region-payments>
    <div class="wt-grid__item-lg-3 wt-bt-xs wt-bt-lg-none wt-pt-xs-4 wt-pl-xs-0 wt-pr-xs-0">
        <h3 class="wt-mt-lg-4 wt-text-title-01">Payment options</h3>
    </div>

    <div class="wt-grid__item-lg-9 wt-pl-xs-0 wt-pr-xs-0 wt-bt-lg wt-pt-xs-4">
        <div class="wt-grid wt-pl-xs-0">
            <div class="wt-grid__item-lg-8 wt-p-xs-0">

                    <div class="b wt-pb-xs-2">
                        <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13 13v5h-2v-5z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 9.25A.25.25 0 0 1 4.25 9H7.5V6.5a4.5 4.5 0 0 1 9 0V9h3.25a.25.25 0 0 1 .25.25V18a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4zM9.5 6.5a2.5 2.5 0 0 1 5 0V9h-5zM8 20a2 2 0 0 1-2-2v-7h12v7a2 2 0 0 1-2 2z"/></svg></span>Secure options
                    </div>
                    <div class="wt-pb-xs-1">
                        <div class="wt-display-inline-block">
        <span class="inline-svg svg-payment-icon svg-payment-icon-p-2 wt-mb-xs-1"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 33 33" aria-labelledby="paymentspaypal-paypal" role="img" focusable="false"><g fill="none" fill-rule="evenodd"><path d="M22.544 26.548c-.14.93-.844.93-1.524.93h-.387l.272-1.738c.016-.105.106-.183.21-.183h.178c.463 0 .9 0 1.126.266.133.16.174.396.123.723zm-.296-2.43h-2.565c-.175 0-.325.13-.352.305l-1.035 6.648c-.02.13.08.25.21.25h1.317c.124 0 .228-.09.247-.212l.293-1.885c.03-.175.178-.304.353-.304h.812c1.69 0 2.664-.827 2.92-2.465.114-.716.003-1.28-.328-1.673-.368-.434-1.015-.664-1.873-.664z" fill="#238EC2"/><path d="M4.252 26.548c-.14.93-.843.93-1.523.93h-.39l.27-1.738c.018-.105.107-.183.213-.183H3c.463 0 .9 0 1.126.266.134.16.175.396.124.723zm-.296-2.43H1.392c-.176 0-.325.13-.352.305L.003 31.07c-.02.13.08.25.21.25H1.44c.176 0 .325-.13.352-.304l.28-1.793c.027-.175.177-.304.352-.304h.812c1.69 0 2.664-.827 2.92-2.465.113-.716.003-1.28-.33-1.673-.364-.434-1.01-.664-1.87-.664z" fill="#253667"/><path d="M9.91 28.933c-.12.71-.676 1.185-1.386 1.185-.356 0-.64-.115-.825-.335-.183-.217-.25-.527-.194-.872.11-.7.676-1.192 1.376-1.192.35 0 .632.117.82.338.187.223.26.535.207.878zm1.71-2.417h-1.227c-.105 0-.194.078-.21.183l-.055.345-.086-.126c-.266-.39-.858-.52-1.45-.52-1.357 0-2.516 1.04-2.74 2.496-.12.727.048 1.422.456 1.907.375.446.91.63 1.546.63 1.094 0 1.7-.71 1.7-.71l-.054.346c-.02.13.08.25.21.25h1.107c.175 0 .324-.13.352-.305l.662-4.25c.02-.13-.08-.25-.212-.25z" fill="#253667"/><path d="M28.2 28.933c-.117.71-.674 1.185-1.385 1.185-.356 0-.64-.115-.824-.335-.18-.217-.25-.527-.19-.872.11-.7.676-1.192 1.375-1.192.35 0 .632.117.82.338.187.223.26.535.207.878zm1.713-2.417h-1.228c-.105 0-.195.078-.21.183l-.055.345-.086-.126c-.266-.39-.86-.52-1.45-.52-1.357 0-2.516 1.04-2.742 2.496-.117.727.05 1.422.457 1.907.373.446.91.63 1.545.63 1.093 0 1.7-.71 1.7-.71l-.055.346c-.02.13.08.25.212.25h1.106c.175 0 .325-.13.352-.305l.664-4.25c.02-.13-.08-.25-.21-.25z" fill="#238EC2"/><path d="M18.162 26.518h-1.234c-.118 0-.23.058-.295.157L14.93 29.21l-.72-2.436c-.046-.153-.185-.257-.343-.257h-1.213c-.147 0-.25.145-.202.285l1.36 4.033-1.282 1.823c-.1.144 0 .342.175.342h1.235c.117 0 .226-.058.293-.155l4.105-5.99c.098-.142-.003-.338-.176-.338" fill="#253667"/><path d="M31.36 24.3l-1.052 6.77c-.02.13.08.25.21.25h1.06c.175 0 .324-.13.35-.304l1.042-6.648c.02-.13-.08-.25-.212-.25H31.57c-.104 0-.193.078-.21.183" fill="#238EC2"/><path d="M15.008 5.497c.044-.28.22-.51.46-.625.11-.053.23-.082.358-.082h5.184c.614 0 1.186.04 1.71.126.15.024.295.052.437.084.14.032.278.067.41.107l.197.06c.257.088.497.19.717.307.26-1.673 0-2.812-.895-3.843C22.598.497 20.818.01 18.54.01h-6.614c-.466 0-.862.342-.935.807L8.24 18.47c-.054.35.212.664.56.664h4.084L15.01 5.497" fill="#253667"/><path d="M24.48 5.474c.26-1.673 0-2.812-.896-3.843C22.598.497 20.818.01 18.54.01h-6.614c-.466 0-.862.342-.935.807L8.24 18.47c-.054.35.212.664.56.664h4.084l-.28 1.806c-.048.305.184.58.49.58h3.44c.408 0 .755-.3.82-.706l.032-.177.65-4.156.04-.227c.064-.407.41-.707.818-.707h.515c3.334 0 5.944-1.37 6.707-5.33.32-1.654.154-3.035-.69-4.006-.254-.295-.57-.538-.94-.736" fill="#238EC2"/><path d="M24.48 5.474c.26-1.673 0-2.812-.896-3.843C22.598.497 20.818.01 18.54.01h-6.614c-.466 0-.862.342-.935.807L8.24 18.47c-.054.35.212.664.56.664h4.084l1.026-6.575-.03.204c.07-.465.464-.807.93-.807h1.94c3.81 0 6.795-1.565 7.667-6.092.026-.134.048-.264.068-.392" fill="#20274F"/></g><title id="paymentspaypal-paypal">Paypal</title></svg></span>
    
        <span class="inline-svg svg-payment-icon wt-p-xs-1 wt-mb-xs-1"><svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" viewBox="0 0 1920.01 620.07999" xml:space="preserve" sodipodi:docname="d262c3fc767b0f2b042f1a30f2519b44.svgz" width="100%" height="100%" aria-labelledby="paymentsvisa-2-visa" role="img" focusable="false"><defs id="defs9"/><sodipodi:namedview id="namedview7" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0"/>
<style type="text/css" id="style2">
	.visa-svg-path{fill:#1434CB;}
</style>
<path class="visa-svg-path" d="M 729,10.96 477.63,610.7 h -164 L 189.93,132.08 C 182.42,102.6 175.89,91.8 153.05,79.38 115.76,59.15 54.18,40.17 0,28.39 L 3.68,10.96 h 263.99 c 33.65,0 63.9,22.4 71.54,61.15 L 404.54,419.15 566,10.95 h 163 z m 642.58,403.93 c 0.66,-158.29 -218.88,-167.01 -217.37,-237.72 0.47,-21.52 20.96,-44.4 65.81,-50.24 22.23,-2.91 83.48,-5.13 152.95,26.84 L 1400.22,26.59 C 1362.89,13.04 1314.86,0 1255.1,0 1101.75,0 993.83,81.52 992.92,198.25 c -0.99,86.34 77.03,134.52 135.81,163.21 60.47,29.38 80.76,48.26 80.53,74.54 -0.43,40.23 -48.23,57.99 -92.9,58.69 -77.98,1.2 -123.23,-21.1 -159.3,-37.87 l -28.12,131.39 c 36.25,16.63 103.16,31.14 172.53,31.87 162.99,0 269.61,-80.51 270.11,-205.19 m 404.94,195.81 h 143.49 L 1794.76,10.96 h -132.44 c -29.78,0 -54.9,17.34 -66.02,44 L 1363.49,610.7 h 162.91 l 32.34,-89.58 h 199.05 z m -173.11,-212.5 81.66,-225.18 47,225.18 z M 950.67,10.96 822.38,610.7 H 667.24 L 795.58,10.96 Z" id="path4"/>
<title id="paymentsvisa-2-visa">Visa</title></svg></span>
    
        <span class="inline-svg svg-payment-icon svg-payment-icon-p-2 wt-mb-xs-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 131.39 86.9" width="100%" height="100%" aria-labelledby="paymentsmastercard-2-mastercard" role="img" focusable="false">
    <defs>
        <style>.a{opacity:0;}.b{fill:#fff;}.c{fill:#ff5f00;}.d{fill:#eb001b;}.e{fill:#f79e1b;}</style>
    </defs>
    <title id="paymentsmastercard-2-mastercard">Mastercard</title>
    <g class="a">
        <rect class="b" width="131.39" height="86.9"/>
    </g>
    <rect class="c" x="48.37" y="15.14" width="34.66" height="56.61"/>
    <path class="d" d="M51.94,43.45a35.94,35.94,0,0,1,13.75-28.3,36,36,0,1,0,0,56.61A35.94,35.94,0,0,1,51.94,43.45Z"/>
    <path class="e" d="M120.5,65.76V64.6H121v-.24h-1.19v.24h.47v1.16Zm2.31,0v-1.4h-.36l-.42,1-.42-1h-.36v1.4h.26V64.7l.39.91h.27l.39-.91v1.06Z"/>
    <path class="e" d="M123.94,43.45a36,36,0,0,1-58.25,28.3,36,36,0,0,0,0-56.61,36,36,0,0,1,58.25,28.3Z"/>
</svg></span>
    
        <span class="inline-svg svg-payment-icon svg-payment-icon-pt-3 wt-mb-xs-1"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 74 16" version="1.1" aria-labelledby="paymentsdiscover-2-discover" role="img" focusable="false">
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g transform="translate(0.000000, -1.000000)" fill-rule="nonzero">
            <path d="M0.405,34.334 L73.758,34.334 C75.711,34.334 77.292,32.77 77.292,30.844 L77.292,6.355 C70.252,10.757 43.71,25.944 0.405,34.334" fill="#E6792B"/>
            <path d="M13.18,7.61 C12.646,8.087 11.96,8.29 10.863,8.29 L10.409,8.292 L10.409,2.625 L10.861,2.625 C11.957,2.625 12.618,2.819 13.179,3.318 C13.767,3.832 14.115,4.628 14.115,5.448 C14.115,6.273 13.767,7.098 13.18,7.608 L13.18,7.61 Z M11.2,1.176 L8.715,1.176 L8.715,9.746 L11.192,9.746 C12.505,9.746 13.455,9.436 14.288,8.756 C15.278,7.946 15.864,6.726 15.864,5.466 C15.864,2.936 13.948,1.176 11.204,1.176 L11.2,1.176 Z" fill="#0D1619"/>
            <polygon fill="#0D1619" points="16.642 9.743 18.332 9.743 18.332 1.173 16.642 1.173"/>
            <path d="M22.474,4.46 C21.459,4.09 21.16,3.845 21.16,3.382 C21.16,2.842 21.69,2.432 22.42,2.432 C22.93,2.432 23.346,2.639 23.79,3.124 L24.673,1.984 C23.943,1.352 23.073,1.034 22.123,1.034 C20.587,1.034 19.416,2.084 19.416,3.484 C19.416,4.669 19.962,5.271 21.549,5.834 C22.212,6.068 22.549,6.221 22.719,6.324 C23.059,6.544 23.227,6.851 23.227,7.211 C23.227,7.908 22.667,8.419 21.91,8.419 C21.105,8.419 20.454,8.023 20.063,7.279 L18.973,8.319 C19.753,9.449 20.689,9.951 21.979,9.951 C23.735,9.951 24.971,8.791 24.971,7.135 C24.971,5.775 24.401,5.157 22.471,4.46" fill="#0D1619"/>
            <path d="M25.506,5.463 C25.506,7.983 27.512,9.935 30.089,9.935 C30.816,9.935 31.439,9.793 32.209,9.435 L32.209,7.467 C31.529,8.135 30.932,8.404 30.165,8.404 C28.46,8.404 27.248,7.184 27.248,5.448 C27.248,3.805 28.495,2.508 30.088,2.508 C30.89,2.508 31.504,2.79 32.208,3.468 L32.208,1.506 C31.466,1.136 30.854,0.983 30.125,0.983 C27.56,0.983 25.503,2.975 25.503,5.463" fill="#0D1619"/>
            <polyline fill="#0D1619" points="45.93 6.93 43.61 1.174 41.763 1.174 45.448 9.961 46.358 9.961 50.11 1.176 48.274 1.176 45.93 6.93"/>
            <polyline fill="#0D1619" points="50.876 9.743 55.68 9.743 55.68 8.29 52.57 8.29 52.57 5.977 55.562 5.977 55.562 4.527 52.57 4.527 52.57 2.627 55.68 2.627 55.68 1.174 50.876 1.174 50.876 9.742"/>
            <path d="M58.982,5.118 L58.492,5.118 L58.492,2.522 L59.012,2.522 C60.067,2.522 60.64,2.96 60.64,3.792 C60.64,4.652 60.067,5.118 58.982,5.118 Z M62.38,3.704 C62.38,2.097 61.263,1.174 59.31,1.174 L56.798,1.174 L56.798,9.744 L58.491,9.744 L58.491,6.3 L58.714,6.3 L61.056,9.743 L63.138,9.743 L60.4,6.133 C61.678,5.876 62.38,5.015 62.38,3.703 L62.38,3.704 Z" fill="#0D1619"/>
            <path d="M63.256,1.916 L63.222,1.916 L63.222,1.72 L63.258,1.72 C63.346,1.72 63.393,1.752 63.393,1.817 C63.393,1.881 63.343,1.917 63.256,1.917 L63.256,1.916 Z M63.576,1.813 C63.576,1.663 63.473,1.58 63.286,1.58 L63.042,1.58 L63.042,2.336 L63.222,2.336 L63.222,2.043 L63.437,2.336 L63.664,2.336 L63.408,2.026 C63.516,1.996 63.576,1.918 63.576,1.813 Z" fill="#1B1A18"/>
            <path d="M63.322,2.498 C63.027,2.498 62.788,2.258 62.788,1.958 C62.788,1.658 63.025,1.418 63.322,1.418 C63.612,1.418 63.848,1.661 63.848,1.958 C63.848,2.255 63.613,2.498 63.322,2.498 Z M63.322,1.298 C62.952,1.298 62.657,1.59 62.657,1.956 C62.657,2.322 62.953,2.616 63.322,2.616 C63.686,2.616 63.982,2.32 63.982,1.956 C63.982,1.594 63.686,1.296 63.322,1.296 L63.322,1.298 Z" fill="#1B1A18"/>
            <path d="M37.481,1.016 C34.926,1.016 32.853,2.986 32.853,5.418 C32.853,8.004 34.836,9.936 37.481,9.936 C40.061,9.936 42.099,7.978 42.099,5.469 C42.099,2.974 40.074,1.014 37.481,1.014" fill="#E6792B"/>
        </g>
    </g>
<title id="paymentsdiscover-2-discover">Discover</title></svg></span>
    
        <span class="inline-svg svg-payment-icon wt-p-xs-1 wt-display-none wt-mb-xs-1" data-apple-pay-icon=""><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 50 25" aria-labelledby="paymentsapplepay-apple-pay" role="img" focusable="false"><title id="paymentsapplepay-apple-pay">Apple Pay</title><path d="M47.962 6.717l-2.802 7.62c-.175.46-.34.924-.488 1.376-.072.225-.14.438-.208.64h-.053c-.066-.21-.137-.432-.214-.664-.146-.448-.302-.887-.462-1.305l-2.997-7.668h-1.603l4.288 11.024c.112.266.128.387.128.437 0 .015-.005.105-.13.44-.268.66-.576 1.23-.91 1.69-.344.47-.658.85-.94 1.13-.324.325-.66.592-1.003.794-.35.207-.667.374-.948.5l-.163.072.52 1.27.167-.062c.136-.05.39-.168.778-.357.39-.192.824-.498 1.286-.91.397-.347.76-.758 1.082-1.22.317-.454.634-.987.945-1.58.307-.59.614-1.264.914-2 .3-.74.62-1.568.954-2.457l3.463-8.77h-1.605zm-11.72 8.095c0 .16-.038.38-.11.644-.093.274-.228.545-.404.804-.175.256-.395.49-.655.697-.26.205-.568.37-.92.49-.35.123-.755.184-1.203.184-.27 0-.536-.045-.79-.133-.252-.09-.475-.223-.666-.4-.19-.174-.348-.4-.468-.675-.118-.273-.178-.61-.178-1.004 0-.644.173-1.166.513-1.548.352-.397.803-.702 1.34-.907.547-.21 1.156-.35 1.81-.413.53-.05 1.05-.076 1.543-.076h.19v2.338zm1.526 2.343c-.016-.465-.023-.933-.023-1.398v-4.574c0-.542-.055-1.095-.162-1.644-.11-.562-.32-1.077-.622-1.53-.305-.46-.732-.838-1.266-1.126-.536-.287-1.23-.433-2.067-.433-.61 0-1.208.08-1.77.237-.57.16-1.125.424-1.66.79l-.12.083.507 1.187.184-.124c.388-.26.823-.47 1.3-.618.475-.146.958-.22 1.44-.22.627 0 1.127.112 1.483.337.363.226.636.506.812.833.184.338.304.697.357 1.07.055.39.083.737.083 1.035v.133c-2.227-.01-3.965.36-5.12 1.104-1.21.78-1.826 1.89-1.826 3.3 0 .406.073.816.216 1.22.145.41.366.774.655 1.087.29.317.665.575 1.114.767.448.196.973.295 1.56.295.467 0 .903-.06 1.3-.176.393-.12.75-.276 1.06-.47.31-.193.584-.41.818-.643.107-.104.197-.21.286-.315h.058l.14 1.335h1.446l-.04-.215c-.077-.425-.125-.87-.142-1.327zM26.145 9.59c-.77.647-1.863.975-3.248.975-.38 0-.74-.016-1.07-.047-.275-.027-.528-.07-.756-.127V3.397c.2-.037.445-.07.733-.103.366-.04.807-.06 1.312-.06.625 0 1.203.076 1.716.224.51.146.953.364 1.32.646.36.28.644.643.84 1.08.2.444.298.973.298 1.57 0 1.246-.385 2.2-1.143 2.838zm1.38-6.282c-.47-.453-1.075-.805-1.798-1.047-.718-.237-1.58-.358-2.563-.358-.68 0-1.313.033-1.885.098-.565.064-1.09.138-1.56.22l-.15.025v16.452h1.5v-6.93c.507.086 1.086.132 1.724.132.85 0 1.647-.11 2.368-.325.728-.215 1.366-.548 1.897-.99.532-.442.957-.996 1.268-1.647.307-.652.463-1.42.463-2.28 0-.714-.112-1.355-.332-1.907-.222-.553-.535-1.036-.933-1.442zm-14.99 6.867c-.02-2.34 1.91-3.466 2-3.522-1.09-1.583-2.777-1.803-3.38-1.827-1.438-.143-2.81.847-3.537.847-.73 0-1.853-.825-3.05-.8-1.567.023-3.013.912-3.82 2.315-1.626 2.834-.414 7.02 1.173 9.31.778 1.123 1.7 2.383 2.92 2.337 1.17-.045 1.61-.758 3.025-.758 1.413-.002 1.812.756 3.046.735 1.26-.027 2.06-1.146 2.83-2.274.89-1.298 1.256-2.56 1.276-2.624-.025-.014-2.452-.94-2.48-3.74zM9.862 3.31c.645-.782 1.08-1.868.962-2.95-.93.037-2.057.622-2.72 1.4-.6.69-1.12 1.797-.977 2.857 1.035.08 2.09-.527 2.736-1.308z" fill="#0A0B09" fill-rule="evenodd"/></svg></span>
    
        <span class="inline-svg svg-payment-icon wt-nudge-b-0 wt-b-xs-none wt-mb-xs-1"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 48 32" xml:space="preserve" width="100%" height="100%" aria-labelledby="paymentsklarna-5-klarna" role="img" focusable="false">
    <style type="text/css">
        .klarna-pink-background {fill:#FFB3C7;}
    </style>
    <g>
	<path class="klarna-pink-background" d="M45.43,32H2.57C1.15,32,0,30.85,0,29.43V2.57C0,1.15,1.15,0,2.57,0h42.86C46.85,0,48,1.15,48,2.57v26.86              C48,30.85,46.85,32,45.43,32z"/>
    </g>
    <image style="overflow:visible;" width="540" height="120" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhwAAAB4CAYAAAC5BCsZAAAAAXNSR0IArs4c6QAAAERlWElmTU0A KgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAACHKADAAQAAAAB AAAAeAAAAAAN206sAAAh8ElEQVR4Ae2dCbwWZdnGMcQNEBUQQURwA81yV/rcV9xJTczM9FMUM7fs QyU33EIzzSUxwlJLzaU0DE3TxAW13HfREBA0l1QQAUFQvv8l5/W855z3nHebZ5mZ+/79rnNmvZfr mXnmfpaZd6l27dqNBruAL4BLWRrlE8BRLo0koHt9dNwOvgYWJ6CvNRXi4xQgW/VIL06+E3QGrvzt gO7rwHnAxBgwBowBY8AYqJoBPfTWAOtWfWZtJ0yu7TSvZ3XB2gBPFldKwI7KsD/olICutlT0bGun 7TMGjAFjwBgwBtpiQK141z0bxfZ92iq2W82yWvO+JKkeCR+8+rDhi3ezYwwYA8aAMeCZASUcJk0Z WLbpqtO1eU61m3JjwBgwBowBYyASBizhaFkQrocmii3OL16xZWPAGDAGjAFjIKsMWMLRsmSTmFfR UmvpLXNLb7atxoAxYAwYA8ZAthiwhKNleXZrucnJFs3fsITDCbWm1BgwBowBYyA2BizhaFkivt7G WIjpT1qaty3GgDFgDBgDxkD2GLCEo2WZ6rsWPkTzN2b5MGQ2jAFjwBgwBoyB0AxYwtGyBPRdEh8y GyNzfBgyG8aAMWAMGAPGQGgGLOFoWgJ6Q8VXD8dMbNkcjqb825oxYAwYA8ZARhmwhKNpwfZgVfAh 72FE8zhMjAFjwBgwBoyBzDNgCUfTIl6b1RWabnK29rYzzabYGDAGjAFjwBiIjAFLOJoWyIZNV52u TXGq3ZQbA8aAMWAMGAMRMWAJR9PC2KzpqtO1N5xqN+XGgDFgDBgDxkBEDFjC0VgYy7C4UeOq0yV9 9CsNv5zrlARTbgwYA8aAMZAfBizhaCzrfixqDocP0fc3ZvgwZDaMAWPAGDAGjIEYGLCEo7EUtmRx ucZVp0tKNt53asGUGwPGgDFgDBgDETFgCUdjYezUuOh86RUsLHJuxQwYA8aAMWAMGAORMGAJx5KC 6Mi/bT2WyTMebZkpY8AYMAaMAWMgOAOWcCwpgk34pzkcvsQSDl9Mmx1jwBgwBoyBKBiwhGNJMezN P19cfIQtDamYGAPGgDFgDBgDuWHA10M2ZkI1UVQJhy95FUP6rLmJMWAMGAPGgDGQGwYs4WjXbitK e32PJf4Ytr7waM9MGQPGgDFgDBgDwRmwhKNdu+9RCj55eDh4qZsDxoAxYAwYA8aAZwZ8Pmg9h1aR uVU5anBFRyZz0IeoeSoZVabFGDAGjAFjwBhIDwN5TzgOoKh8/Ry9rgolG+9qwcQYMAaMAWPAGMgT A3lOOPTbKUM9F/Y9nu2ZOWPAGDAGjAFjIAoG8pxwDKIENvVYCguwdZ9He2bKGDAGjAFjwBiIhoG8 JhztKYGTPJfCc9ib5NmmmTMGjAFjwBgwBqJgIK8Jx66wv4PnEhiPvc892zRzxoAxYAwYA8ZAFAzk MeFQ78apwGfsGk65I4oSNyeMAWPAGDAGjIEADPh86AYIr6TJfdi6fck97jb+C9X6wqiJMWAMGAPG gDGQSwbylnCsQCmPBEt5Lu2bsGdfF/VMupkzBowBY8AYiIeBpeNxxYsnw7CykRdLjUY+YHFc46ot eWJAQ2ergb5gHbAm6AW6g05AyadEyednYA6YCd4B08EbYCp4C8wDJsaASwaWRfnqoC9YC/QGun5X BrpWOwCJ5oHNBbOAfpPpbTANFK5V7TNpZEC89QR9geqBPkA8dwWdgX5LS6J6QEPfhXpAvKoemAIK 3M5n2aQOBvKUcPSFp5/WwVWtp97Jifaxr1rZq+68tTl8INgObA76AVXYtcqnnDgDvAQeBY80LGu7 iTFQLwO6XnWt7gj0ir6SYiXDtYiuyf8AXav6vSZdq8+DvCXLShzWA/8Dtgcbg76gC6hVlMSpHngB TGzAy/xXQ8WkCgbylHBcCC/dquAmiUPVGvltEopMR6sMrMuevcFgoEpbrZakZHkUqfIS9gcqz0lA 31O5HTwOFoHWRNfbcODqPlPl+iegB0ylIl9+AnqAxZWeVOVx8ms0mFzlec0P18NXrdE1GtCd/3pw qFwuA2qBViI7cpDmbrmIV7F+BH4BKmkBKwGWL98FW4MVQRIiTpTACLoXFOtr4F6ga0TXqq7frMoG BKa4xe1GoNCDyWLd0hENAxowhP8LgRIOcXsHeBJ8AVoTXb8nAl0rLkR6rwdKMKOXcXioi9MH7g7E xkHY1QXhI8ZiGw9hs73jmPug/2MPsf3KcRzVqFf3syoWPfRng2LOfS3renoCqCJZDZSS/mx07c/x pQy3sU3cTQOu/dqlDR9a26WKfRugnsi/gjeAWuilfB3I9kpF+krpSGqbhja6lHFmVfaPAIopKbuV 6tG1qqT0SFDOTw5JjSipOBDoudLadVIpR7UepwbHRHAU0DBNKdmKjbXqr/S8g0sZjnFb1hMOZZcz PBR4qQtDrRjXkqeEQxXM4UAtilJ8h9qm8d5RYE1QLOp9mQ9c+vXDYoMVLCvheNWxT4p3xwp80SFq nan7Wz0Wk0ClXG3JsZWKepkq1VvLcdPQ31pPhXqUjgZTQS26kz7nNfw4FuheSquI62PAiyBpfurR NxV/zgQ9QbFswYqSvnp0lztXiVcqJMsJh3oX7gDlCsvF/lewqxaba8lDwqGHkm6op4GLskpK5/v4 dzYoDN2tw7IlHJBQQjqw7TtgAvgcVFsGaUg4NiCue2uIrVouajle99JeIE2i5O1w8DKoJWZf56iB OxwUktAtWLaEAxK+BrIs6u7+dqAAr8Lu3EC2s2R2E4IZD24FmqMRs3THuZFA3dcaxitUcCyaFDGg 4bAHwW1gB5DFeuhA4poAdgMxiu6lO8FYoOs2dtF8l/vAtUCJXMzSG+d+Dh4BewMNu6guyL0oY8yq qEv3vEDBTcHujYFsZ8Wsuv41ufE00DllQWko5WYwEah3xmQJA/349zPw3YwTcgrxXQBir1+V6A0F GtI6GjwKYhNNHNYcnB+D5WJzrow/32S/RhAeA+rhyGJiTViVS1YJ6AsFyoRXqJyKRI/UePSsRDXm S1l/wr0LqNJOW7JRXFKaAKnEyaRduwMg4WGQ1WRDDxSJGjkXgdiTDflaEPUY3A0OK2yI5L96YdSr MQKkLdkoUKhnrOqBNF0PBd8T/5/FhEPjZn8AaybOVmUKJ3PY9ZUdakeVYGAw2yaAnUvss03pY0A9 PGeBW0Dv9LlfsccLOPJUcEbFZ8R1oOrN34Hhkbh1KH7cDwZG4o+5kQADWUs4lEWOAdskwE2tKtS6 mV3ryTk/T0MoGtfvmXMeshC+WvxKNi4H54D2IKuiZENDE+qRS7PoeaC5ByMCBiEfzgVqtK0c0A8z 7YCBrHXz6OM7Ibtsn8H+DQ7KKesq9TBSoqaEwyQbDCwmjIvB8dkIp80o1HNzCchKUqXESUPCVwOf omGTK4GSN5MMMpClhEOtKL2VEkrUojsbzA/lQErtdsDvq8BRKfXf3G7JgF5zVSt595a7Mrkl1Fwx V2SqZ+qXYBr4G/Ah4vBaMMSHMbMRhoGsDKmcBn0aJw4pesVMEx1NKmdALUK1aCzZqJyzNBypcs1L spGG8qjFR012vgasVcvJVZ6zDMdbslElaWk8PAsJh1pSowKTrzkbpwN1I5tUzoBekRxW+eF2pDFg DHhkoBe29JMGLnvC9QySDevZgISsS5oTDnX7KdHQQyu0aPz2ldBOpMz+Cfh7Ssp8NneNgbwxsAcB H+EwaPVMWw+nQ4JjUp3WhEPdfZrQpKGU0PIsDlwa2omU2R+Ev5oNb2IMGAPxM6CkYDUHbh6MTv32 iElOGEhjwtGdsrkVxNAV/xl+6At4c4BJZQysyWFjgZJGE2PAGIifgdVxMem3jTZEp4ZS0vgMir/E IvUwbYWti/QesG8kfOqLog9F4ksa3NBY8GiwRhqcNR+NAWPgKwaOZkmJRxKyPErGgFWSUGY60sNA mhKOA6BVX57bNBJ69c2N8yPxJS1uHIOje6bFWfPTGDAGvmKgG0v6+mcSorlb+v0Wk5wxkIaEQ9nw heAW0COS8tEQih6en0TiTxrcWBsnR6bBUfPRGDAGSjKghEP1cT2iBmMsn0+vJw47twYGYk84+hOT vm1xKojpK356BfZJYFI5A+dxaNfKD/d25KdYmteAz71ZNUPGQPoYWB+XB9bhturwUaBjHTpcnKrP GVg94ILZZjpdvl/dzFTVq9/lDH3tzsXs6KqdKTpBPS2a7GRSOQM7cuiBlR/u7MjJaH4KaDjsNfAO UC9VIdFQRaikaC3wDbAl0Lyh2CpIXDLJAAMfE8ObYCrQtTgTzAX66mYXoLpPk6x1PcYw30GfItD8 uQmgFvk2J+1Wy4kJnqMvQuveVz2gNwxfB+8B1QPapxh1v2sISb2yG4EtwAag3t4dVORbYkw4OlEk mhtxAlDhxyQv4cxxQBemSWUMqFWj1+pCXWvTsf0ncAd4Dmg4rJz8o+EAXX/rgEFACfDWwMQYqIcB JRZ/A3cDPfTeBotAa6JeaCUem4F9GhCyEbYDPnQAC0E1shwHq2c4lKixcRsYB14A6tEoJ/c1HKA6 rD/Q/LMhQAmISY0MqADUpeQDusnaErUqHwU+fKnWxof4FcuE1WIO+7CillK18VR7fK29OnpYK0Gr 1l69x/8bm0pa1WORhKji3xmMB/X6luT5P6wyuGU5/tXIYqiFj62qiHt4BPFOw4efgHqTBX39cyT4 ANTCW73nzMOukvBq5XucUK/tWs5/EbtHAPUYJSFKtvYCapTU4o+rcw5MIjgfOmJJOA4j2FA3UbmL QC0QZbYxSswJh3oIlGSW4zfJ/aoQLwBJJRqoaiH7sSWWh3aeEg6VreoI9RJsAiqVkAmHhuuuBPUm Gs1jVRf//SDJe6dSXRoaqUb0kP4nqFR/EsfNwt5PQWfgQtTrcSiYCpLwt14dlnCUKAg9fJqLMs+r Qb2EuzxfF26sEnPCoR6hBcBl2RTrVmtmW08F1Q0713iMrTjO4uWsJhxKLjTkMBocCbYD64FVwcqg miG6UAnHTPw8CLgSzSn4HSi+Hnwsn1FlQDtx/Bce/VRy46s3uje2bvEYW2vlm4qEo5qbFk4TFbV+ twBXgc0T1ZysMn2gZlSyKnOj7QdEuoynaO/Cjh5M73myp5b2UPAy+DkIeS9hPhOih9Jj4HbwdzAJ qIcgjaIh2APBBIfOf4ruYUDzIw52aKe56nWbbyizriENX/PxbsLWseDjMj4ltfstFIl79XieBXzF ial0yjjcbi1rSnp7cQ+HZgKrRZq0jST1aaKhbuaYpQ/O6eZKMu5Suqqdw7EiPr3pwS/5+keg1l4o +T6GffbkFJfPD6sMelmOV+VYrCP08lz8uR5sDVxU2MM9x6tEYHfgS1bCkCZE+yrHwmTKSuLrxUFK vnz49mvshEz8T8a+EmQfsTa3oeQ2etFEuFCiSuZ0sCiUA2XsPsj+w8F8YFI9AxraUDLkWjSJ83+B KvlQcgOGfwTUQjepnAFVmjcDJRqHgUeBtqVdziaAezwGofkKJ4LPPNnUkFalz45BHLuKB7/+gA3d gyGfJ5dif4SHWFNrotKLxlWAd6L4YlfK69D7BOceBHx1y9XharSnDvbgmXrIlGzEkBRegx8aWjGp jIHXOOzbQN3Rap1nRTQkdFmAYB7CpnpkfcgKGKl0qHQfDw5NxIaGUWIYflMdMMZDzKk0ETrhEGnn ggciYu9ZfNkPvB+RT2lzRcMb2zt2Wj1kQ4HmUsQiatlOiMWZiP1Qr4auDzU4siR64J0FfPU0NOfu cjb4aOEr2Wjf3HiJ9a5s+1aJ7Ulu+ghlR4E5SSqtU5eG8LKURNdJR+PpMSQcap0eDd5tdCvY0nQs 7wv+E8yDbBjuTxhrOQ5F3ZdPOLZRrXo9aNS1HVPlV20Mro8/DwOHAF+Te13HU6z/MVYeLN7geflJ 7D3t2WZb5jZm52ptHZDAvnPQMSkBPUmq+ARlqgdCJZ5JxpKorhgSDgX0BjgOhO4S01jjhsCkPga2 5HSXk7d0vSjhiFE0zDM2RscC+7QY+6cA9QBkda7L74ktZB2m3o27QCwy0LEj6kX4jWMbtap/mBPV k2dSxEAsCYdc+jNQl2BI6YRxXcB9QjqRAdubO47hCvTPcmyjHvWXcfLMehRk8Fz1bMQ4Xyspqmej 6P6klNWhR3M5lNzFIK7rAV1P6iGPVeRfyMns0fESU8Ihcs4EmgAUUtbA+K/BMiGdSLFtXVMue4nU Fa/XYGOW6Th3e8wOevbtVuyp6zvL8jLBqdxDiybjfhTaCezr9WsNrbqSf6N4nCvlCel9CT1/T0hX JtTElnDMg1VNAPogMLt7YP/UwD6k1XxnHHfZQ6Rvufw3BeTciI+xtDRD0jUD4xrPzuowSoFbde/H EKPqzrcKTgX83x3bvRzaV0I/16H+pFTfkJSiLOiJLeEQp5oApAoqdGV9Oj7sCkyqY2BVDtdcGFfy V1eKE9b7JPqmJawzjepG4nQME8Jdc6d6KwbRHJK3I3CkJz6o8eFC9GxQwyMN8ghOhm5AR8NTjAmH yLkJjA7MkroE9T61yyw9cIhOzCvh0GuxLuRjlD7lQrEDnXpTJS2+Ogj/S5XP81f3ch4khl6FAs8x POCUcLh6vryDbk3OToNoCPiFNDjqw0dXF0QSvo9AiVqJIaUfxpX4LB3SiZTZ7ubQ32noVmWTFnkm LY468lMTsGOe1Jdk2EqGY5F5ETiiIRVX8jqK0zQpW4m3CQzEnHDoXeahIPSFNRgfTgYmlTHQpbLD ajrqTc7y8WGjmpwrcdIbJbblZZMewGkZ/kqiTD5LQkmGdLisB6amjCdNcDWBgZgTDhWQuqJieNiP xI/tgUl5BjqVP6TmI9L29dcYurZrJrvOE5/l/JiGGeoMp+zpS5U9Il8HuKwH0jYnSMMqJjAQe8Kh QroOXKOFgKI5Ceoe7hHQh7SYdnlNqdcrTaLhhNCTn0Px9VSOYw/FeUx2XSZgaXg7pbgsFhav5HnZ 5cMhSV6Ho0yvnYWU9TB+BUgLZ6G4clnRpG0uja4Vl3yEKuNK7Gqc3cQYcMFA2urgvNYBLco+LQWn r0pqPsfsFhH43TAEc8f7NZk6awsceryyQ90uVHd0oTQlOvM8nJSSInLqpsu5VlYPOC06d8rTknCI gadBDB/jugA/viWHTEoy4HLYQ6/apUl6pcnZhH2N4SNYCYdk6qpgwGXjcPUq/Ijh0N4xOBGDD2lK OMTXGHBDYOLUah0Lugb2I1bzMx06tha609RrsIFDLky1MRAzAy4/r74OgbePOfhmvq3fbD23q2lL ODQB7yTwSuAS+zr2fwlsbK5lQfyXTa5at2rZKOlIi7j+8aq08GB+5o8Bl29mKOFIS+9hB3zdJH/F XzritCUciuJDoPkcoWcqH4oPw4BJUwb06qqrYRX9oN62Tc1Fu6bkyCqaaIvHHHPMgF5d/cyRjRXR m5Zh7XXxdYAjHlKnNo0Jh0h+HJweAdsX4cNmEfgRkwuaLOjyexn7oT8NPUu74udKMRWM+WIMeGRA XwR2Obx6gMdY6jG1FycvV4+CLJ2b1oRDZXAluDVwYSjT1jdC7MHSWBCfsjilcTXxpW3Q+M3EtSar UPfVYcmqNG3GQKoY0JuFbzr0eBC6+zrUn4TqZVFySBKKsqIjzQmH5gmcAEK/778xPlyclQsioTie T0hPKTVqLRxbakdE2zTsk5ahn4hoM1cyxMDnxPKSw3i6oFtD6zHLvji3UcwO+vYtzQmHuNLEpKOB WtUhRRf+4SEdiMz2vxz7o1ZDrDeyZs+fAdI0i95xcZn6nDLguh44Bl77RcqtGkanRepbMLfSnnCI uIfAOcEYbDR8KYuxd/U3eut26RnUu5o4Ks87ggtBjA/17+PXLsDEGMg7A0o4FjokoSu6z3eovx7V x3HypvUoyOK5S2ckqEuIQ7OWBweMZ2VsjwU7gzkB/YjB9HSceAFs7dCZ3dGtm/pyhzaqVa0Z6RdV e5IdbwxklIFJxPVvsIHD+A5G99/ADQ5tVKt6M044s9qTIj2+N34NAOpJUoKnRt488BbQdAaVr9Yr kqwkHIuI9kdAPQwhu9i2xL5a3noQ5lk0v+bvwGXCIX4vAC+CB7QSWDpj/1rQI7AfZt4YiIWBBTjy D+Ay4VgK/Wp0vAr0NerQsioOqB5YMbQjddjvxrn7gwOBkic1pkvJQjZOBfcBJXz/BG1KFoZUCgG+ zcIw4Ord74Kdcv81oVFZd95lPATognQpGlrRhR6663I5fPgtcJ1gYcLEGEgVA3/B28WOPV4F/beA dRzbKadeSYbqo2+UOzDS/arHTgJPgDFgF9BassGudh2AftRUjf1HwJ9Bm3PrspRwEOuXmZZavSGl kHEPCOlEBLY1pOKjxdETO3eAgYFi7oTd64BaAybGgDHQlAG1el9rusnJ2tpovRN83Yn28ko13HAz 2LX8oVEeoV6oe8EvQS2jBEtz3v7gYfBjUFKylnAoyFHgnpLR+tvYHVNjwQr+TEZnScNcN3ryqg92 1KPyHU/2Cmb6sjAOHFTYYP+NAWOgCQMa31fvgw9ZHyOq+3fzYazIhh7WmkeyR9G2NC3uhLP3g+0S cFq9PJeCXwN9GbqJZDHhUDf+MWBGk0j9r2yDyfP8m43K4m14874njwotjIux18WDTWXzDwLdrCbG gDHQOgMaZpjT+u5E9/RGm3o6zgI+Gnw/wM4DYAuQRtFz6k9APcVJiqY3jAbti5VmMeFQfG+CY8Ei rQSUE7GtB1Ne5T0C99XLIY51cf8feAQcANTNl7Soy1Yx6SZdM2nlps8YyCADk4lJw56+RF/4PAdM AHs6MqrJlJqfcj1I60Rx1V9KBtuap8HumuVIzjy1+OysJhyKUV3sPy8ONsCyHoC/AmsHsB2Lyatw 5GPPzmjSlhICVTga7qi3x2MpdOgNpDHgMfA9oG0mxoAxUBkDl3OY7wn9umfvApqbMBh0BPWIGjDb gt8DNWqkM62iZ7/KxHWjST1NX02mz3LCoQvhXKDurpCirqrfAGXdeZQ3CPq6QIGru1ATuTR59Qqw F1gdVHLdK0nZCpwCHgaPgqNBml93w30TYyAIA7oHbwtiecmcDvVGPAV+AXYDqpcraTSswnF6YJ4B VAc8CA4Fy4M0i5IlHwmTnnsXgg4iy0WXs/TGIgtwRA+JiWC1gE7thG1leqcH9CGkad3kB4NVAzmh HqbjGzCT/0qCpoAZQOsaX9aN0RkoIekH1gK9QSXJCYeZGAPGQBkGfsZ+PeQ6lTnO1e4BKBZ+Aj4E xfXALNbnguWAGhWqB1QHqO7oBbIkevgP9xiQGn6DwPisJxziVBfVj8CtoD0IJSrgx4GGevImbxHw ReCSCALXeOXmDYjAHXPBGMgNA68Q6ZVgRAQRd8UHQcMueRPFrN5bn3IExsbnpfV2O8Fe5pPdEraU VY4GrsfMSpiOYtPVePGvKDwxJ4wBYyAUA5pXNymUcbP7JQP78tf3s397bPb0bTRkeWtIQ0MrIWUN jJd8PzmkU55sf4qdk8A8T/bMjDFgDMTHgIYuVA8sis+1XHikeSsa4vAtmgvzzTwlHHrQHQX+65vp ZvZ2Z/20ZtvysvpPAj0vL8FanMaAMVCSgXvZGrrHuaRjOdioIeW+geLcK08JhzhWV96J4AutBBRN Ht01oP2QpjWP468hHTDbxoAxEJyBs/Hg4eBe5M8BJRxCCNknbwmHSP4j0FyKkLIMxscAzYTOmywk 4GHg1bwFbvEaA8bAVwyox/kIoDfFTPwxoBcnQr080TePCYeKVrOkQ09g1KuXV4E8vClEmE3kHdb0 8az3m2y1FWPAGMgTA3qD8FAwO09B5zjWT/OacOi7C0PBR4ELX++knxzYh1Dmn8PwIeCTUA6YXWPA GAjOwEN4oLrY91dIgwceyAE9+/S9kRAyIa8Jh8h+CcTwsB+JH3plKI9yP0GrhaObwMQYMAbyyYC+ QKqkY0E+w/catT549q5Xi43GbstzwiEargdjG/kIsqRP5MqHHkGshzc6DhcOBtatGr4szANjIBQD f8DwkWB+KAdyYldJ3bMBYlUP1pN5TzjEu74AGqIAZLsg67JwBchreYwn9v2A5naYGAPGQD4ZuJGw 1fiYmc/wvUV9tzdLjYZeZvH1vD7gGmlY8kum6s77uHhjgOUh2Dw+gN1YTD6AI4NA6OQvFj7MD2Mg jwz8haD3BK/nMXhPMd+LHd+Nu5uxudASjiUl/Az/TlmyGPTvBVj/VlAPwhp/EfNKOv4Y1g2zbgwY AwEZ0AcCdwbq+TRJnoEPUPm75NW2qvE99mjILLdd+KWY0TyKL0kptdPTto7YkR/6UaG8ir4EewhQ b08WulYX57UgLW5joA4G3uLc/cEIEOqtijrcb3FqbPWAhvCnt/DSzQb9fs6XPSrWw9FIsC4IfeNf b6+ElK9jPO+f/VVZ/ArsAO4BaZTJOH060G/ImBgDxkD1DCzklAvBLmBi9adHcYZ6bfU7XrH9doy+ gXQycP3V7QnYGA2+FEs4Ckws+a/vchwF5jTd7H3t+1g8xrvV+Ay+gEt7gyOAHuBpELXGlDBuDfQW VHtgYgwYA7UzUBhiUa/njNrVeD1zFtY0RL4duAMsDWKTP+PQzxw6NQXdR4Kv3jyyhKMl27q41TIN LRfhwOahnYjA/uf4cC0YCM4Eb4MYRa993QS2AT8GakGsAEyMAWOgfgZ0f6nXcyswCuj+ilHU4LgG aC7eGUCJhz59EKucjWMaXklapqHwO2BqsWJLOIrZaFzWhX1L42qQpRWxqgt3pQqsL1XBMWk/5EMC OB9sATSu+xqIQTTP5LdAPRqHgOdAscRYNjH6VMyZLcfNQMjrR3MBfgq2BOeCJg801kOJ5p5dBZRo qJd8EiiWkJwV+9F8WUMqJwJxqqQuCXkcJbuDZ5srU8LhkwiftprHWs26CuEEEPoHxjbCh0tADN1x sZSdKpwLgSqcIeBOMBv4FPW6PA1OA5uBoeApEEJiKZcQsVdqM28c5SHeNyl8tc7VC3wYuBfMAz5l Icb0cNUDe1NwHNCcjTTKKJzeAzxRh/OfcK70DAIlG4S6MNcHXcFi4FJkS3MkXnFpJGHdfdAnuOam LbfFmy6C1rLPZdm3CVBS4spP+fAfMAXEKGvj1K5AN4wqoF4gadHNpMrkH+BuoIRDFU5bsjw7VTbi z4VI72TwbhXK1cjYGGi4x+X1ovtc93sMsjpO9AOu4lWML4HQ3/KRHxLdDz2Bi3h1zWkitHrylHjH JP1xRg87ta6VAPQAScssFD4P7gP3ALXi1UBtSzqxU41HV6IyUY/KBwkYUJ01BAwD6k2upLGr+ucv QCMDL4NWRY6aGANZYkDJ84ZAN4sqnQFACcjKYBlQTlR56MGhMWIlWC+AJ4EqlqnARSWOWhNjwBhI kAElG98AaoCoHlgPqB5YCXQA5UT1gJKL94CSeiUZqgeeA9NB1qU9AW4MtgPiUAm7uFODZT4QL2pU TGyA1suKJRxlKbIDUs6AbhwlG90b0I3/mh/TEegmUitcN8vchmWNxQpqLejGMjEGjIH0M6CW+iqg UA+oYaJ6oDNYE6iBoXtePZmqE7SsbR+CBcCkXTv1pitnWNSAqjn5f4sxt3vi4j78AAAAAElFTkSu QmCC" transform="matrix(0.0676 0 0 0.0676 5.75 11.9444)">
    </image>
<title id="paymentsklarna-5-klarna">Klarna</title></svg></span>
    
        <span class="inline-svg svg-payment-icon wt-p-xs-1 wt-mb-xs-1"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 24" aria-labelledby="paymentsgiftcard-giftcard" role="img" focusable="false"><path d="M29.75.143c.542 0 1.005.192 1.39.575.382.384.574.847.574 1.39v8.18H19.76c1.852-.626 3.667-1.822 5.448-3.592.122-.133.18-.284.168-.453-.01-.17-.08-.315-.214-.437l-3.04-3.04c-.122-.132-.268-.204-.436-.214-.17-.01-.32.046-.453.17-1.77 1.78-2.967 3.595-3.59 5.447V.142H29.75zM9.877 2.767l-3.04 3.04c-.132.12-.203.267-.213.436-.01.17.046.32.168.453 1.78 1.77 3.596 2.966 5.448 3.59H.286v-8.18c0-.54.192-1.004.575-1.388.385-.383.848-.575 1.39-.575h12.108V8.17c-.624-1.853-1.82-3.67-3.59-5.45-.134-.122-.285-.178-.454-.168-.168.01-.314.082-.437.215zM.287 13.57h14.07v10.144H2.25c-.542 0-1.005-.192-1.39-.575-.382-.385-.574-.848-.574-1.39v-8.18zm17.355 0h14.072v8.18c0 .542-.192 1.005-.575 1.39-.385.382-.848.574-1.39.574H17.642V13.57z" fill="#7AC142" fill-rule="evenodd"/><title id="paymentsgiftcard-giftcard">Giftcard</title></svg></span>
                <div class="wt-mr-xs-0 wt-mb-xs-1 wt-sem-text-secondary">
                    Accepts Etsy Gift Cards and Etsy Credits
                </div>
    
</div>
                    </div>
                    <div class="wt-mb-xs-0 wt-sem-text-secondary prose">
                        Etsy keeps your payment information secure. Etsy shops never receive your credit card information.
                    </div>


            </div>
        </div>
    </div>
</div>

                    <div class="shop-policies-section wt-p-xs-0 wt-grid__item-lg-12 wt-grid" data-region="returns-and-exchanges">
    <div class="wt-grid__item-lg-3 wt-bt-xs wt-bt-lg-none wt-pt-xs-4 wt-pl-xs-0 wt-pr-xs-0">
        <h3 class="wt-text-title-01">Returns & exchanges</h3>
    </div>
    <div class="wt-grid__item-lg-9 wt-pl-xs-0 wt-pr-xs-0 wt-bt-lg wt-pt-xs-4">
        <div class="wt-grid wt-pl-xs-0">
            <div class="wt-grid__item-lg-8 wt-p-xs-0">
                <div class="wt-pb-xs-2 wt-sem-text-secondary prose">
                    See item details for return and exchange eligibility.
                </div>
            </div>
        </div>
    </div>
</div>
                    <div class="shop-policies-section wt-grid wt-grid__item-lg-12 wt-pl-xs-0" data-region="cancellations">
    <div class="wt-grid__item-lg-3 wt-bt-xs wt-bt-lg-none wt-pt-xs-4 wt-pl-xs-0 wt-pr-xs-0">
        <h3 class="wt-text-title-01">Cancellations</h3>
    </div>
    <div class="wt-grid__item-lg-9 wt-pl-xs-0 wt-pr-xs-0 wt-bt-lg wt-pt-xs-4">
        <div class="wt-grid wt-pl-xs-0">
            <div class="wt-grid__item-lg-8 wt-p-xs-0">
                <div class="wt-pb-xs-2 wt-sem-text-secondary prose">
                    <div class="wt-text-caption wt-sem-text-secondary">
                            <p class="wt-sem-text-secondary prose wt-mb-xs-2">Cancellations: not accepted</p>
                            <p class="wt-sem-text-secondary prose wt-mb-xs-2">Please contact the seller if you have any problems with your order.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
                <div class="shop-policies-section wt-grid wt-p-xs-0" data-region="structured-privacy">
    <div class="wt-grid__item-lg-3 wt-bt-xs wt-bt-lg-none wt-pt-xs-4 wt-pl-xs-0 wt-pr-xs-0">
        <h3 class="wt-mt-lg-4 wt-text-title-01">Privacy policy</h3>
    </div>

    <div class="wt-grid__item-lg-9 wt-pl-xs-0 wt-pr-xs-0 wt-bt-lg wt-pt-xs-4">
        <div class="wt-grid wt-pl-xs-0">
            <div class="wt-grid__item-lg-8 wt-p-xs-0">
                <button data-overlay-trigger aria-controls="privacy-policy-overlay" class="wt-text-link white-space-normal wt-text-left-xs wt-sem-text-secondary" data-policy-display>
                    Read the privacy policy for cynla
                </button>
                <div class="overlay-region privacy-policy-overlay display-none" data-toolkit-overlay data-overlay-has-trigger="true" id="privacy-policy-overlay" role="dialog" aria-labelledby="triggered-overlay-title" aria-hidden="true">
                    <div class="overlay-view">
                        <div class="overlay-header wt-text-center">
                            <button class="wt-btn wt-btn--transparent wt-btn--icon overlay-close wt-sem-text-primary no-focus-outline" data-overlay-close aria-label="Close">
                                <span class="etsy-icon wt-icon--smaller" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
                            </button>
                            <span class="overlay-title wt-pl-xs-5 wt-pr-xs-0 wt-pt-xs-4 wt-pb-xs-4">
                                Privacy policy
                            </span>
                        </div>
                        <div class="overlay-body">
                            - For holiday and New Year card orders 2020, due to the high volume and delays caused by the virus, I can not guarantee shipping times at this time. I will ship your order asap but can not guarantee delivery for the holidays. Refunds will not be given at this time, sorry. Please order accordingly. <br />
<br />
- For International orders, buyer is responsible for VAT or any applicable taxes. if a package is returned to me, a refund will be given. If a package was declined and taxes not paid, a refund can be given minus shipping fees at our discretion. I can not guarantee international deliveries.<br />
<br />
Thank you for your patience and understanding. I hope all orders ship super fast.
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

            </div>
    </div>
</div>
</div>

            

            
        </div>
    </div>
</div>


<div data-region="overlays" class="overlay-region ">
    
    
    
    
    
</div>

    
        <script async defer nonce="T8gT1GeU+WnsHYiV+XNZA7R7" src="//assets.pinterest.com/js/pinit.js"></script>
        </main>

        <div id="collage-footer" class="site-footer chrome-footer chrome-footer--ehi  ">
    <footer>
            <div class="chrome-footer__etsy-finds">
                <div class="wt-text-center-xs wt-pl-xs-4 wt-pr-xs-4 wt-pt-xs-3 wt-pt-md-6">
    <form action="/email-subscriptions/form?from_page=https%3A%2F%2Fwww.etsy.com%2Fshop%2Fcynla%2F%3Fetsrc%3Dsdt%26feed%3Drss2" method="POST" class="subscribe-form not-signed-in"
        data-finds-form
    >

        <input type="hidden" name="campaign_name" value=""/>
        <input type="hidden" name="campaign_slug" value="new_at_etsy"/>
        <input type="hidden" name="subscribe" value="true"/>
        <input type="hidden" name="ref" value=""/>
        <input type="hidden" name="_nnc" value="3:1759765021:r9AlSo1YMW-9RvyzM8xAfEm_tt7n:b39d4b9cbfffd505a3876f57d5ac8715c1e4838c066d7f0a7f8a3c9a5cb8b43a" class="wt-display-none" />

            <div class="wt-mb-xs-3">
                <p class="wt-text-title-01 wt-mb-xs-2">Yes! Send me exclusive offers, unique gift ideas, and personalized tips for shopping and selling on Etsy.</p>
            </div>

            <div class="wt-max-width-sm wt-validation">
                <label class="wt-label wt-mt-xs-4 wt-screen-reader-only" for="email-list-signup-email-input">Enter your email</label>
                <div class="wt-input-btn-group" data-email-list-signup-form-elements>
                    <input class="wt-input-btn-group__input wt-text-body-01" id="email-list-signup-email-input" placeholder="Enter your email" name="email_address" data-email-list-signup-email-input>
                    <button type="submit" class="wt-btn wt-input-btn-group__btn" data-email-list-signup-btn-input>
                        Subscribe
                        <div class="wt-spinner wt-spinner--01 wt-display-none" role="alert" aria-live="assertive">
                           <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle fill="transparent" cx="12" cy="12" r="10"/></svg></span>
                           Loading
                       </div>
                    </button>
                </div>
            </div>
            <div class="g-recaptcha-etsy"
     data-sitekey="6Ldgkr0ZAAAAAGnf08YhMemepXW29Ux9rtJCcBD3"
     data-etsy-autoload="false"
     data-recaptcha-version="enterprise"
     data-recaptcha-key-type="score"
     id="g-recaptcha-etsy-public_email_subscribe-score"
     data-badge="inline"
     data-recaptcha-action="public_email_subscribe"
>
</div>
<div class="wt-alert wt-alert--inline wt-alert--error-01 wt-display-none js-recaptcha-load-error">
       <p class="wt-text-body-01">Captcha failed to load. Try using a different browser or disabling ad blockers.</p>
</div>
<input id="g-recaptcha-etsy-public_email_subscribe-score-input"
       type="hidden"
       name="enterprise_recaptcha_token"
       value=""
/>
<input id="g-recaptcha-etsy-public_email_subscribe-score-input-key-type"
       type="hidden"
       name="enterprise_recaptcha_token_key_type"
       value="score"
/>

        <div class="wt-text-center wt-mt-xs-2 wt-validation wt-max-width-sm">
            <div class="wt-validation__message wt-validation__message--is-hidden wt-text-body-01" id="email-list-signup-invalid-email" role="alert" aria-live="polite" data-invalid-email data-submission-error-response>
                Please enter a valid email address.
            </div>
            <div class="wt-alert wt-alert--inline wt-alert--status-01 wt-display-none wt-text-body-01" role="alert" aria-live="polite" data-requires-signin data-submission-response>
                Looks like you already have an account! Please <a href="/signin?from_page=https%3A%2F%2Fwww.etsy.com%2Fshop%2Fcynla%2F%3Fetsrc%3Dsdt%26feed%3Drss2&workflow=c3Vic2NyaWJlX3RvX2VtYWlsX2xpc3Q6bmV3X2F0X2V0c3k6MTc1OTc2NTYyMTo3MjQwMWI1MTVlZDRmZmEyYjczZDkwMzVmOTgzNjY4ZA==" data-campaign-slug="new_at_etsy">Log in</a> to subscribe.
            </div>
            <div class="wt-alert wt-alert--inline wt-alert--status-01 wt-display-none wt-text-body-01" role="alert" aria-live="polite" data-requires-signup data-submission-response>
                You've already signed up for some newsletters, but you haven't confirmed your address. <a href="/join?from_url=https%3A%2F%2Fwww.etsy.com%2Fshop%2Fcynla%2F%3Fetsrc%3Dsdt%26feed%3Drss2" class="" data-campaign-slug="new_at_etsy">Register</a> to confirm your address.
            </div>
            <div class="wt-alert wt-alert--inline wt-alert--success-01 wt-display-none wt-text-body-01" role="alert" aria-live="polite" data-success-signed-in data-success-no-email-signed-in data-success-no-email-signed-out data-submission-response>
                You've been successfully signed up!
            </div>
            <div class="wt-alert wt-alert--inline wt-alert--success-01 wt-display-none wt-text-body-01" role="alert" aria-live="polite" data-success-signed-out data-submission-response>
                Great! We've sent you an email to confirm your subscription.
            </div>
            <div class="wt-validation__message wt-validation__message--is-hidden wt-text-body-01"  id="email-list-signup-generic-error" role="alert" aria-live="polite" data-generic-error data-submission-error-response>
                There was a problem subscribing you to this newsletter.
            </div>
        </div>
    </form>
</div>
            </div>

        

        <div data-appears-component-name="impact_message" data-appears-event-data='{"impact_name":"footer_renewable_impact","impact_themes":["sustainability"],"impact_audiences":["buyers"]}'>
<div class="footer-impact-callout wt-position-relative">
    <div class="wt-sem-bg-surface-highlight-dark wt-sem-text-on-surface-dark wt-text-center-xs wt-text-body-01 wt-pb-xs-4 wt-pt-xs-4">
        <div class="wt-popover wt-popover--top" data-wt-popover>
            <button data-wt-popover-trigger class="wt-popover__trigger wt-popover__trigger--underline wt-display-flex-md wt-align-items-center" aria-describedby="footer-environmental-impact-popover-content">
                <div class="wt-flex-md-auto wt-mb-xs-1 wt-mb-md-0">
                    <span class="wt-icon wt-icon--larger"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" aria-hidden="true" focusable="false">
  <path d="M60.1 38H49v11h-2V38H35.9c1.931 9.368 6.626 17 12.1 17 5.474 0 10.171-7.632 12.1-17zm-25.145-9.5c-.003 2.511.19 5.019.577 7.5H47V18.522l-10.925.238a41.683 41.683 0 00-1.12 9.74zM47 2.31c-4.1 1.24-8.18 7.168-10.38 14.437L47 16.52V2.31z"/>
  <path d="M57.52 9.45l1.784-.9a31.775 31.775 0 012.558 7.65l9.117-.2.042 2-8.78.19c.55 3.41.818 6.857.8 10.31a50.836 50.836 0 01-.54 7.5H72v2h-9.846c-1.6 8.2-5.244 15.053-9.862 17.754C66.834 54.079 76 43.793 76 28.589c0-8.962-2.958-16.353-8.554-21.373A25.424 25.424 0 0049 1.04v15.438l10.83-.236a29.32 29.32 0 00-2.31-6.791zM43.51 55.643c-4.525-2.78-8.086-9.564-9.665-17.643H24v-2h9.5a50.84 50.84 0 01-.549-7.5 43.776 43.776 0 011.075-9.7l-9.009.2-.042-2 9.562-.208c1.89-6.667 5.317-12.436 9.432-15.143C29.71 4.412 20 15.13 20 28.589a27.636 27.636 0 0023.51 27.054z"/>
  <path d="M61.045 28.5a60.27 60.27 0 00-.818-10.265L49 18.479v17.52h11.468c.388-2.48.58-4.988.577-7.5zM91.7 60c-2.182 4.525-5.734 8.62-10.832 13.719l-1.414-1.414c6.6-6.6 10.511-11.424 12.08-17.7.072-.415.137-.832.215-1.278.607-3.48.262-5.951-1.027-6.068-.72-.066-1.559.68-1.947 2.3a30.158 30.158 0 01-2.454 8.148c-1.78 4.663-8.575 11.048-8.865 11.318l-1.366-1.461c.068-.063 6.8-6.391 8.381-10.62l.061-.133a30.644 30.644 0 002.526-9.148c.11-1.886.095-6.433-1.793-6.552-2.085-.132-2.537 3.505-3.367 7.379-.259 1.21-.89 3.456-1.153 4.243a1.55 1.55 0 01-.09.177c-1.386 4.053-5.32 7.859-5.515 8.045-2.984 2.983-9.707 9.74-9.707 9.74L64.01 69.3s6.726-6.761 9.727-9.761a28.158 28.158 0 003.064-3.6c.5-.788 1.452-2.646.55-3.572-1.148-1.178-3.287-.648-6.08.748-1.98.992-11.21 7.08-15.384 13.34-1.99 2.985-2.772 8.839-3.042 14.2l13.18 2.724 6.8 1.359a8.92 8.92 0 011-.778c7.075-4.74 14.663-11.833 17.317-16.54 3.566-6.32 1.988-7.52.558-7.42zM52.774 82.673l-.77 10.252 1.993.15.595-7.913 10.616 2.123 3.765.778L70.02 93.2l1.96-.4-.885-4.338 2.592.518.392-1.96-8.447-1.69-12.858-2.657zm-29.242 2.055l6.77-1.354 13.206-2.73c-.27-5.36-1.052-11.214-3.042-14.2-4.173-6.258-13.4-12.347-15.384-13.34-2.793-1.4-4.932-1.925-6.08-.747-.9.926.054 2.784.55 3.572a28.158 28.158 0 003.064 3.6c3 3 9.727 9.76 9.727 9.76l-1.418 1.41s-6.723-6.757-9.707-9.74c-.2-.186-4.129-3.992-5.515-8.045a1.74 1.74 0 01-.09-.177c-.263-.787-.894-3.033-1.153-4.243-.83-3.874-1.282-7.511-3.367-7.38-1.888.12-1.9 4.667-1.793 6.553a30.645 30.645 0 002.526 9.148l.061.133c1.58 4.229 8.313 10.557 8.381 10.62L18.9 69.034c-.29-.27-7.084-6.655-8.865-11.318a30.16 30.16 0 01-2.454-8.148c-.388-1.622-1.226-2.37-1.947-2.3-1.287.114-1.634 2.586-1.025 6.065.078.446.143.863.215 1.278C6.394 60.883 10.3 65.7 16.9 72.307l-1.41 1.414c-5.1-5.1-8.65-9.194-10.832-13.72-1.434-.104-3.013 1.1.553 7.42 2.654 4.706 10.238 11.8 17.321 16.529a8.92 8.92 0 011 .778zm7.175.605l-8.433 1.687.393 1.96 2.591-.518-.885 4.338 1.96.4 1.047-5.137 3.75-.775 10.631-2.126.595 7.913 1.994-.15-.77-10.252-12.873 2.66z"/>
</svg></span>
                </div>
                <div class="wt-mr-xs-2 wt-ml-xs-2 wt-mr-sm-0 wt-ml-sm-0 wt-ml-md-2 wt-text-body-01 wt-flex-md-auto">
                    Etsy is powered by 100% renewable electricity.
                </div>
            </button>

            <div id="footer-environmental-impact-popover-content" role="tooltip">
                Etsy’s 100% renewable electricity commitment includes the electricity used by the data centers that host Etsy.com, the Sell on Etsy app, and the Etsy app, as well as the electricity that powers Etsy’s global offices and employees working remotely from home in the US.
            </div>
        </div>
    </div>
</div>
</div>

        <div class="chrome-footer__extra-links-app-container">
    <nav class="chrome-footer__extra-links" aria-label="Footer" data-footer-extra-links>
        <div class="wt-body-max-width">
            <div class="wt-grid" >
                <div class="chrome-footer__extra-links-group wt-grid__item-md-3">
    <h3 class="wt-hide-xs wt-show-md wt-text-title-01 wt-mb-xs-2 wt-text-left-xs wt-pr-xs-1">
        Shop
    </h3>

    <button type="button" class="wt-hide-md wt-content-toggle--btn wt-width-full wt-btn wt-btn--transparent wt-btn--light wt-content-toggle--with-icon wt-content-toggle--flush wt-sem-text-on-surface-dark"
            data-wt-content-toggle
            aria-controls="footer-extra-links-shop"
            aria-expanded="false"
            >
        <span class="wt-text-title-01 wt-text-left-xs wt-flex-xs-auto wt-width-full">
            Shop
        </span>
        <span class="wt-content-toggle--btn__icon"></span>
    </button>
    
    <div id="footer-extra-links-shop" class="wt-content-toggle__body" aria-hidden="false" >
        <ul class="wt-list-unstyled wt-text-left-xs wt-pl-sm-0 wt-pr-xs-1">
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/giftcards?ref=ftr"
                        >
                            
                            <span>Gift cards</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" id='collage-footer__registry-link'
                        href="https://www.etsy.com/registry?ref=ftr"
                        >
                            
                            <span>Etsy Registry</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/categories"
                        >
                            
                            <span>Sitemap</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="/blog/en/?ref=ftr"
                        >
                            
                            <span>Etsy blog</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/uk?locale_override=GBP%7Cen-GB%7CGB"
                        >
                            
                            <span>Etsy United Kingdom</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/de?locale_override=EUR%7Cde%7CDE"
                        >
                            
                            <span>Etsy Germany</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/ca?locale_override=CAD%7Cen-US%7CCA"
                        >
                            
                            <span>Etsy Canada</span>
                        </a>
                    </li>
        </ul>
    </div>

    
</div>
                <div class="chrome-footer__extra-links-group wt-grid__item-md-3">
    <h3 class="wt-hide-xs wt-show-md wt-text-title-01 wt-mb-xs-2 wt-text-left-xs wt-pr-xs-1">
        Sell
    </h3>

    <button type="button" class="wt-hide-md wt-content-toggle--btn wt-width-full wt-btn wt-btn--transparent wt-btn--light wt-content-toggle--with-icon wt-content-toggle--flush wt-sem-text-on-surface-dark"
            data-wt-content-toggle
            aria-controls="footer-extra-links-sell"
            aria-expanded="false"
            >
        <span class="wt-text-title-01 wt-text-left-xs wt-flex-xs-auto wt-width-full">
            Sell
        </span>
        <span class="wt-content-toggle--btn__icon"></span>
    </button>
    
    <div id="footer-extra-links-sell" class="wt-content-toggle__body" aria-hidden="false" >
        <ul class="wt-list-unstyled wt-text-left-xs wt-pl-sm-0 wt-pr-xs-1">
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/sell?ref=ftr"
                        >
                            
                            <span>Sell on Etsy</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" id='collage-footer__community-teams-link'
                        href="https://www.etsy.com/sso-community?return_to=https%3A%2F%2Fcommunity.etsy.com%2Ft5%2FEtsy-Teams%2Fct-p%2Fteams"
                        rel="nofollow"
                        >
                            
                            <span>Teams</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" id='collage-footer__community-forums-link'
                        href="https://www.etsy.com/sso-community?return_to=https%3A%2F%2Fcommunity.etsy.com%2Ft5%2FEtsy-Forums%2Fct-p%2Fforums"
                        rel="nofollow"
                        >
                            
                            <span>Forums</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/affiliates?ref=ftr"
                        rel="nofollow"
                        >
                            
                            <span>Affiliates & Creators</span>
                        </a>
                    </li>
        </ul>
    </div>

    
</div>
                <div class="chrome-footer__extra-links-group wt-grid__item-md-3">
    <h3 class="wt-hide-xs wt-show-md wt-text-title-01 wt-mb-xs-2 wt-text-left-xs wt-pr-xs-1">
        About
    </h3>

    <button type="button" class="wt-hide-md wt-content-toggle--btn wt-width-full wt-btn wt-btn--transparent wt-btn--light wt-content-toggle--with-icon wt-content-toggle--flush wt-sem-text-on-surface-dark"
            data-wt-content-toggle
            aria-controls="footer-extra-links-about"
            aria-expanded="false"
            >
        <span class="wt-text-title-01 wt-text-left-xs wt-flex-xs-auto wt-width-full">
            About
        </span>
        <span class="wt-content-toggle--btn__icon"></span>
    </button>
    
    <div id="footer-extra-links-about" class="wt-content-toggle__body" aria-hidden="false" >
        <ul class="wt-list-unstyled wt-text-left-xs wt-pl-sm-0 wt-pr-xs-1">
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/about?ref=ftr"
                        >
                            
                            <span>Etsy, Inc.</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/legal?ref=ftr"
                        >
                            
                            <span>Policies</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://investors.etsy.com"
                        >
                            
                            <span>Investors</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/careers?ref=ftr"
                        >
                            
                            <span>Careers</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/press?ref=ftr"
                        >
                            
                            <span>Press</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/impact?ref=ftr"
                        >
                            
                            <span>Impact</span>
                        </a>
                    </li>
        </ul>
    </div>

    
</div>
                <div class="chrome-footer__extra-links-group wt-grid__item-md-3">
    <h3 class="wt-hide-xs wt-show-md wt-text-title-01 wt-mb-xs-2 wt-text-left-xs wt-pr-xs-1">
        Help
    </h3>

    <button type="button" class="wt-hide-md wt-content-toggle--btn wt-width-full wt-btn wt-btn--transparent wt-btn--light wt-content-toggle--with-icon wt-content-toggle--flush wt-sem-text-on-surface-dark"
            data-wt-content-toggle
            aria-controls="footer-extra-links-help"
            aria-expanded="false"
            data-keep-open>
        <span class="wt-text-title-01 wt-text-left-xs wt-flex-xs-auto wt-width-full">
            Help
        </span>
        <span class="wt-content-toggle--btn__icon"></span>
    </button>
    
    <div id="footer-extra-links-help" class="wt-content-toggle__body" aria-hidden="false" data-keep-open>
        <ul class="wt-list-unstyled wt-text-left-xs wt-pl-sm-0 wt-pr-xs-1">
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" 
                        href="https://www.etsy.com/help?ref=ftr"
                        >
                            
                            <span>Help Center</span>
                        </a>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full ">
                        <a class="appshell-responsive-footer-link wt-sem-text-on-surface-dark wt-text-link-no-underline" data-gdpr-privacy-settings-trigger
                        href="#"
                        >
                            
                            <span>Privacy settings</span>
                        </a>
                    </li>
        </ul>
    </div>

    <div class="wt-width-full">
    <div class="wt-text-center-xs wt-text-left-md wt-mt-xs-2">
        <ul class="wt-list-inline wt-mt-xs-3 wt-mb-sm-0 wt-pl-xs-0 wt-pr-xs-0 wt-pl-sm-0 wt-pr-sm-0">
                    <li class="wt-list-inline__item">
                        <a class="wt-btn wt-btn--small-md wt-btn--transparent wt-btn--transparent-flush-left wt-btn--light wt-btn--icon wt-p-xs-1"
                           href="/social-tracking?network=instagram"
                           rel="nofollow"
                                target="_blank"
                        >
                              <span class="etsy-icon wt-icon--larger-xs wt-icon--base-md"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,5.447c2.136,0,2.389,0.008,3.233,0.047c0.78,0.036,1.204,0.166,1.485,0.275c0.373,0.145,0.64,0.318,0.92,0.598 c0.28,0.28,0.453,0.546,0.598,0.92c0.11,0.282,0.24,0.706,0.275,1.485c0.038,0.844,0.047,1.097,0.047,3.233 s-0.008,2.389-0.047,3.233c-0.036,0.78-0.166,1.204-0.275,1.485c-0.145,0.373-0.318,0.64-0.598,0.92 c-0.28,0.28-0.546,0.453-0.92,0.598c-0.282,0.11-0.706,0.24-1.485,0.275c-0.843,0.038-1.096,0.047-3.233,0.047 s-2.389-0.008-3.233-0.047c-0.78-0.036-1.204-0.166-1.485-0.275c-0.373-0.145-0.64-0.318-0.92-0.598 c-0.28-0.28-0.453-0.546-0.598-0.92c-0.11-0.282-0.24-0.706-0.275-1.485c-0.038-0.844-0.047-1.097-0.047-3.233 S5.45,9.616,5.488,8.773c0.036-0.78,0.166-1.204,0.275-1.485c0.145-0.373,0.318-0.64,0.598-0.92c0.28-0.28,0.546-0.453,0.92-0.598 c0.282-0.11,0.706-0.24,1.485-0.275C9.611,5.455,9.864,5.447,12,5.447 M12,4.005c-2.173,0-2.445,0.009-3.298,0.048 C7.85,4.092,7.269,4.227,6.76,4.425C6.234,4.63,5.787,4.903,5.343,5.348C4.898,5.793,4.624,6.239,4.42,6.765 c-0.198,0.509-0.333,1.09-0.372,1.942C4.009,9.56,4,9.833,4,12.005c0,2.173,0.009,2.445,0.048,3.298 c0.039,0.852,0.174,1.433,0.372,1.942c0.204,0.526,0.478,0.972,0.923,1.417c0.445,0.445,0.891,0.718,1.417,0.923 c0.509,0.198,1.09,0.333,1.942,0.372c0.853,0.039,1.126,0.048,3.298,0.048s2.445-0.009,3.298-0.048 c0.852-0.039,1.433-0.174,1.942-0.372c0.526-0.204,0.972-0.478,1.417-0.923c0.445-0.445,0.718-0.891,0.923-1.417 c0.198-0.509,0.333-1.09,0.372-1.942C19.991,14.45,20,14.178,20,12.005s-0.009-2.445-0.048-3.298 c-0.039-0.852-0.174-1.433-0.372-1.942c-0.204-0.526-0.478-0.972-0.923-1.417c-0.445-0.445-0.891-0.718-1.417-0.923 c-0.509-0.198-1.09-0.333-1.942-0.372C14.445,4.014,14.173,4.005,12,4.005L12,4.005z"/><path d="M12,7.897c-2.269,0-4.108,1.839-4.108,4.108S9.731,16.113,12,16.113s4.108-1.839,4.108-4.108S14.269,7.897,12,7.897z  M12,14.672c-1.473,0-2.667-1.194-2.667-2.667S10.527,9.339,12,9.339s2.667,1.194,2.667,2.667S13.473,14.672,12,14.672z"/><circle cx="16.27" cy="7.735" r="0.96"/></svg></span>
                            <span class="wt-screen-reader-only">Instagram</span>
                        </a>
                    </li>
                    <li class="wt-list-inline__item">
                        <a class="wt-btn wt-btn--small-md wt-btn--transparent wt-btn--transparent-flush-left wt-btn--light wt-btn--icon wt-p-xs-1"
                           href="/social-tracking?network=facebook"
                           rel="nofollow"
                                target="_blank"
                        >
                              <span class="etsy-icon wt-icon--larger-xs wt-icon--base-md"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M20,5V19a1.007,1.007,0,0,1-1,1H15V13.776h2l0.336-2.3H15V9.659a0.912,0.912,0,0,1,1-1.031h1.5V6.55a11.284,11.284,0,0,0-1.641-.109c-2.2,0-3.3,1.219-3.3,3.039v1.992h-2v2.3h2V20H5a1.007,1.007,0,0,1-1-1V5A1.007,1.007,0,0,1,5,4H19A1.007,1.007,0,0,1,20,5Z"/></svg></span>
                            <span class="wt-screen-reader-only">Facebook</span>
                        </a>
                    </li>
                    <li class="wt-list-inline__item">
                        <a class="wt-btn wt-btn--small-md wt-btn--transparent wt-btn--transparent-flush-left wt-btn--light wt-btn--icon wt-p-xs-1"
                           href="/social-tracking?network=pinterest"
                           rel="nofollow"
                                target="_blank"
                        >
                              <span class="etsy-icon wt-icon--larger-xs wt-icon--base-md"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12 3c-4.97 0-9 4.03-9 9 0 3.813 2.372 7.072 5.72 8.384-.08-.712-.15-1.807.03-2.585.164-.703 1.056-4.475 1.056-4.475s-.27-.54-.27-1.336c0-1.252.726-2.187 1.63-2.187.768 0 1.14.577 1.14 1.268 0 .773-.493 1.928-.746 2.998-.212.896.45 1.626 1.333 1.626 1.6 0 2.83-1.687 2.83-4.12 0-2.156-1.55-3.663-3.76-3.663-2.56 0-4.064 1.922-4.064 3.907 0 .773.297 1.603.67 2.054.073.09.083.168.06.26-.067.283-.22.895-.25 1.02-.038.165-.13.2-.3.12-1.124-.523-1.827-2.167-1.827-3.487 0-2.84 2.063-5.446 5.947-5.446 3.122 0 5.548 2.225 5.548 5.198 0 3.102-1.956 5.598-4.67 5.598-.912 0-1.77-.474-2.063-1.033l-.56 2.14c-.204.78-.753 1.76-1.12 2.358.842.26 1.737.402 2.665.402 4.97 0 9-4.03 9-9s-4.03-9-9-9"/></svg></span>
                            <span class="wt-screen-reader-only">Pinterest</span>
                        </a>
                    </li>
                    <li class="wt-list-inline__item">
                        <a class="wt-btn wt-btn--small-md wt-btn--transparent wt-btn--transparent-flush-left wt-btn--light wt-btn--icon wt-p-xs-1"
                           href="/social-tracking?network=youtube"
                           rel="nofollow"
                                target="_blank"
                        >
                              <span class="etsy-icon wt-icon--larger-xs wt-icon--base-md"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M20,12c0,5.664,0,5.664-8,5.664s-8,0-8-5.664,0-5.664,8-5.664S20,6.333,20,12Zm-5,0L10,9v6Z"/></svg></span>
                            <span class="wt-screen-reader-only">Youtube</span>
                        </a>
                    </li>
        </ul>
    </div>
</div>
</div>
            </div>
        </div>
    </nav>

    <div class="chrome-footer__app-link" data-footer-app-link>
        <a href="https://etsy.app.link/d7nDUdp49V" class="chrome-footer__app-link__logo" aria-label="Download the Etsy App">
            <span class="wt-icon wt-icon--largest"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 24" aria-hidden="true" focusable="false"><path d="M42.973 23.998C45.006 23.998 46.673 23.321 47.768 22.045 48.89 20.716 49.254 19.386 49.254 16.675V7.739C49.254 7.008 49.254 6.2 49.306 5.627 49.332 5.13 48.889 5.027 48.497 5.184 47.377 5.627 46.412 5.861 45.11 6.148 44.797 6.226 44.667 6.435 44.667 6.67S44.826 7.166 45.32 7.14C46.492 7.088 46.804 7.323 46.804 8.18V13.941C46.621 15.504 45.32 16.833 43.678 16.833 42.192 16.833 41.332 15.843 41.332 13.81V7.738C41.332 7.008 41.358 6.2 41.384 5.627 41.41 5.13 40.994 5.027 40.575 5.184 39.48 5.601 38.568 5.861 37.343 6.148 37.004 6.226 36.873 6.435 36.873 6.67S37.03 7.166 37.525 7.14C38.592 7.088 38.879 7.323 38.879 8.18V14.254C38.879 17.094 40.52 18.37 42.969 18.37 44.482 18.37 46.072 17.51 46.802 15.92V18.033C46.801 19.699 46.462 20.768 45.785 21.576 45.082 22.411 44.17 22.88 42.997 22.88 41.615 22.879 40.86 22.383 40.86 21.654 40.86 21.42 40.938 21.158 40.938 20.794 40.938 20.117 40.468 19.517 39.739 19.517 38.827 19.517 38.385 20.22 38.385 21.03 38.385 22.437 39.922 24 42.97 24M31.3 18.474C34.296 18.474 36.146 16.65 36.146 14.435 36.146 10.032 29.293 11.151 29.293 8.311 29.293 7.216 30.075 6.304 31.508 6.304 32.836 6.304 33.853 6.904 34.399 8.154L34.66 8.754C34.921 9.352 35.65 9.223 35.572 8.623L35.312 6.487C35.26 6.122 35.156 5.965 34.842 5.836 33.852 5.393 32.782 5.184 31.637 5.184 28.823 5.184 27.18 6.931 27.18 9.094 27.18 13.576 34.033 12.404 34.033 15.218 34.033 16.337 33.121 17.328 31.375 17.328 29.863 17.329 28.95 16.704 28.274 15.295L27.884 14.487C27.647 13.99 26.918 14.122 27.023 14.774L27.387 17.119C27.439 17.46 27.57 17.563 27.858 17.694 28.977 18.215 29.89 18.475 31.296 18.475M22.464 18.5C24.262 18.5 25.487 17.562 25.955 15.92 26.14 15.348 25.54 15.009 25.175 15.583 24.679 16.442 23.95 16.807 23.115 16.807 22.048 16.807 21.5 16.024 21.5 14.592V6.696L24.94 6.722C25.33 6.722 25.487 6.357 25.487 6.045 25.487 5.706 25.304 5.419 24.887 5.419L21.5 5.445V3.464C21.5 3.125 21.291 2.968 21.03 2.968A.6.6 0 0 0 20.535 3.228C19.597 4.664 18.97 5.158 17.512 5.705 17.199 5.834 17.016 6.017 17.016 6.252 17.016 6.512 17.146 6.694 17.538 6.694H19.049V14.877C19.049 17.25 20.431 18.5 22.462 18.5M11.806 17.014H7.27C5.863 17.014 5.499 16.65 5.499 15.424V9.692H9.147C10.501 9.691 10.919 10.056 11.387 11.384L11.753 12.454C11.962 13.079 12.794 13.104 12.794 12.376 12.69 10.29 12.69 7.84 12.742 5.756 12.794 5.027 11.959 5.053 11.752 5.678L11.388 6.748C10.918 8.102 10.553 8.52 9.147 8.52H5.499V1.745C5.499 1.38 5.654 1.223 6.046 1.223H11.493C13.083 1.223 13.759 1.665 14.255 3.047L14.855 4.742C15.089 5.419 15.896 5.316 15.896 4.664L15.844.468C15.845.13 15.637 0 15.35 0H.599C.13 0 0 .26 0 .522 0 .782.13 1.017.573 1.069 2.398 1.2 2.71 1.565 2.71 2.633V15.715C2.71 16.705 2.398 17.043.677 17.175.261 17.226.13 17.46.13 17.722S.26 18.244.703 18.244H15.61C15.896 18.244 16.105 18.114 16.105 17.776L16.157 13.58C16.157 12.928 15.35 12.85 15.141 13.502L14.594 15.196C14.15 16.604 13.394 17.021 11.806 17.021"/></svg></span>
        </a>

        <div>
            <a href="https://etsy.app.link/d7nDUdp49V" tabindex="-1" class="wt-btn wt-btn--base-lg wt-btn--small-xs chrome-footer__app-link__button">Download the Etsy App</a>
        </div>
    </div>
</div>

        <div class="chrome-footer__final-container">
            <div class="chrome-footer__final">

                    <div class="chrome-footer__final-col">
                        <a id="locale-picker-trigger" class="wt-btn wt-btn--transparent wt-btn--transparent-flush-left wt-btn--transparent-flush-right  wt-btn--light  wt-btn--small" aria-label="Update your settings United States English (US) $ (USD)"
    href="https://www.etsy.com/your/account/locale_preferences?from_page=https%3A%2F%2Fwww.etsy.com%2Fshop%2Fcynla%2F%3Fetsrc%3Dsdt%26feed%3Drss2" data-aria-controls="wt-locale-picker-overlay"
>
    <span class="wt-display-inline-block wt-nudge-t-2 wt-vertical-align-middle">    <span class="inline-svg locale-icon-svg wt-display-block wt-position-relative"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" aria-hidden="true" focusable="false"><title>US</title><defs><path d="M9.68 20.004C4.3 19.834-.02 15.392 0 9.972.02 4.466 4.5.002 10 .002h.035C15.55.022 20.02 4.522 20 10.04c-.016 5.398-4.328 9.795-9.68 9.964h-.64z" id="a"/><path d="M9.68 20.004C4.3 19.834-.02 15.392 0 9.972.02 4.466 4.5.002 10 .002h.035C15.55.022 20.02 4.522 20 10.04c-.016 5.398-4.328 9.795-9.68 9.964h-.64z" id="d"/><filter x="-2.5%" y="-2.5%" width="105%" height="105%" filterUnits="objectBoundingBox" id="c"><feGaussianBlur stdDeviation=".5" in="SourceAlpha" result="shadowBlurInner1"/><feOffset in="shadowBlurInner1" result="shadowOffsetInner1"/><feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowInnerInner1"/></filter></defs><g transform="translate(0 -.004)" fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path fill="#FFF" mask="url(#b)" d="M-.004 4.506h20v-2.5h-20"/><path fill="#B73C24" mask="url(#b)" d="M-.004 6.502h20v-2.5h-20m0-1.5h20v-2.5h-20"/><path fill="#FFF" mask="url(#b)" d="M-.004 8.502h20v-2.5h-20"/><path fill="#B73C24" mask="url(#b)" d="M-.004 10.498h20v-2.5h-20"/><path fill="#FFF" mask="url(#b)" d="M-.004 12.506h20v-2.5h-20"/><path fill="#B73C24" mask="url(#b)" d="M-.004 14.502h20v-2.5h-20"/><path fill="#FFF" mask="url(#b)" d="M-.004 16.502h20v-2.5h-20m0 6.5h20v-2.5h-20"/><path fill="#B73C24" mask="url(#b)" d="M-.004 18.498h20v-2.5h-20"/><path fill="#00247F" mask="url(#b)" d="M-.004 10.002H10V.006H-.003"/><path d="M8.996 1.007c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m-2.646 0c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m-2.646 0c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m5.292 3.996c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m-2.646 0c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m-2.646 0c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5M7.65 7c0 .275-.224.5-.5.5s-.5-.225-.5-.5c0-.277.224-.5.5-.5s.5.223.5.5M5.005 7c0 .275-.224.5-.5.5s-.5-.225-.5-.5c0-.277.224-.5.5-.5s.5.223.5.5M2.36 7c0 .275-.225.5-.5.5-.277 0-.5-.225-.5-.5 0-.277.223-.5.5-.5.275 0 .5.223.5.5m5.29-3.997c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m-2.645 0c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m-2.645 0c0 .276-.225.5-.5.5-.277 0-.5-.224-.5-.5s.223-.5.5-.5c.275 0 .5.224.5.5m6.636 6.004c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m-2.646 0c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m-2.646 0c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5m-3 0c0 .276-.224.5-.5.5s-.5-.224-.5-.5.224-.5.5-.5.5.224.5.5" fill="#FFF" mask="url(#b)"/><use filter="url(#c)" xlink:href="#d" fill="#000"/></g></svg></span>
</span>
    <span class="wt-display-inline-block wt-vertical-align-middle">&nbsp United States &nbsp | &nbsp English (US) &nbsp | &nbsp $ (USD)</span>
</a>
                    </div>

                    <div class="chrome-footer__final-col">
                        <span class="chrome-footer__copyright">
                            &copy; 2025 Etsy, Inc.
                        </span>

                        <ul class="chrome-footer__final-links wt-list-inline">
                            <li class="wt-list-inline__item">
                                <a href="/legal/terms-of-use?ref=ftr" class="chrome-footer__final-link">
                                    Terms of Use
                                </a>
                            </li>
                            <li class="wt-list-inline__item">
                                <a href="/legal/privacy/?ref=ftr" class="chrome-footer__final-link">
                                    Privacy
                                </a>
                            </li>
                            <li class="wt-list-inline__item">
                                <a href="/legal/policy/cookies-tracking-technologies/44797645975?ref=ftr#marketing-services" class="chrome-footer__final-link">
                                    Interest-based ads
                                </a>
                            </li>

                            <li class="wt-list-inline__item">
                                <a href="/search/shops" class="chrome-footer__final-link">
                                    Local Shops
                                </a>
                            </li>

                            <li class="wt-list-inline__item">
                                <button aria-controls="country-picker" style-type="primary" class="wt-text-link chrome-footer__final-link">
                                    Regions
                                </button>
                                <div data-clg-id="WtOverlay" class="wt-overlay wt-overlay--large wt-overlay--has-close-icon" id="country-picker" aria-hidden="true" aria-modal="false" role="dialog" aria-label="Regions Etsy does business in" data-wt-overlay>
    <div class="wt-overlay__modal" data-overlay-modal>
            <button type="button" class="wt-btn wt-btn--transparent wt-btn--icon wt-overlay__close-icon wt-btn--light"  aria-label="Close" data-wt-overlay-close>
                <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
            </button>
        <div data-clg-id="WtOverlayHeader" class="wt-overlay__header" >
            <p class="wt-text-heading">Regions Etsy does business in:</p>

</div>
    <div class="wt-display-flex-md wt-pt-xs-1 wt-pt-md-1 wt-text-body-01">
        <div class="wt-flex-basis-sm-full wt-flex-basis-md-auto wt-flex-wrap">
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/au?locale_override=AUD%7Cen-GB%7CAU">Australia</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/at?locale_override=EUR%7Cde%7CAT">Austria</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/be?locale_override=EUR%7Cnl%7CBE">Belgium</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/ca?locale_override=CAD%7Cen-GB%7CCA">Canada</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/ca-fr?locale_override=CAD%7Cfr%7CCA">Canada (French)</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/dk-en?locale_override=DKK%7Cen-GB%7CDK">Denmark</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/fi-en?locale_override=EUR%7Cen-US%7CFI">Finland</a>
                </div>
        </div>
        <div class="wt-flex-basis-sm-full wt-flex-basis-md-auto wt-flex-wrap">
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/fr?locale_override=EUR%7Cfr%7CFR">France</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/de?locale_override=EUR%7Cde%7CDE">Germany</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/hk-en?locale_override=HKD%7Cen-GB%7CHK">Hong Kong</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/in-en?locale_override=INR%7Cen-IN%7CIN">India</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/ie?locale_override=EUR%7Cen-GB%7CIE">Ireland</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/il-en?locale_override=ILS%7Cen-GB%7CIL">Israel</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/it?locale_override=EUR%7Cit%7CIT">Italy</a>
                </div>
        </div>
        <div class="wt-flex-basis-sm-full wt-flex-basis-md-auto wt-flex-wrap">
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/jp?locale_override=JPY%7Cja%7CJP">Japan</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/mx?locale_override=MXN%7Ces%7CMX">Mexico</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/nz?locale_override=NZD%7Cen-GB%7CNZ">New Zealand</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/no-en?locale_override=NOK%7Cen-GB%7CNO">Norway</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/pl?locale_override=PLN%7Cpl%7CPL">Poland</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/pt?locale_override=EUR%7Cpt%7CPT">Portugal</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4 country-picker-col-space">
                    <a href="https://www.etsy.com/sg-en?locale_override=SGD%7Cen-GB%7CSG">Singapore</a>
                </div>
        </div>
        <div class="wt-flex-basis-sm-full wt-flex-basis-md-auto wt-flex-wrap">
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4">
                    <a href="https://www.etsy.com/es?locale_override=EUR%7Ces%7CES">Spain</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4">
                    <a href="https://www.etsy.com/se-en?locale_override=SEK%7Cen-GB%7CSE">Sweden</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4">
                    <a href="https://www.etsy.com/ch?locale_override=CHF%7Cde%7CCH">Switzerland</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4">
                    <a href="https://www.etsy.com/nl?locale_override=EUR%7Cnl%7CNL">The Netherlands</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4">
                    <a href="https://www.etsy.com/uk?locale_override=GBP%7Cen-GB%7CGB">United Kingdom</a>
                </div>
                <div class="wt-pt-xs-1 wt-pb-xs-1 wt-pl-xs-0 wt-pr-xs-0 wt-mb-md-5 wt-mb-xs-4">
                    <a href="https://www.etsy.com/?locale_override=USD%7Cen-US%7CUS">United States</a>
                </div>
        </div>
    </div>


        <div data-clg-id="WtOverlayFooter" class="wt-overlay__footer wt-justify-content-flex-end wt-pt-xs-2 wt-pt-sm-2 wt-pb-sm-0 wt-pt-md-2 wt-height-full" >
            <div data-clg-id="WtOverlayFooterButton" class="wt-overlay__footer__action">
    <button data-clg-id="WtButton" class="wt-btn wt-btn--filled wt-pt-xs-0 wt-pb-xs-0 wt-mb-xs-0" data-wt-overlay-close="true">
                Got it

</button>
</div>
        </div>

    </div>
</div>
                            </li>

                        </ul>
                    </div>
            </div>
        </div>

        

        <div data-toolkit-overlay data-wt-overlay aria-hidden="true" role="dialog" aria-labelledby="wt-locale-picker-overlay-title" data-overlay-transition="1" id="wt-locale-picker-overlay" class="v2-locale-picker-overlay wt-overlay">
    <div class="wt-overlay__modal wt-text-left-xs" data-overlay-modal>
        <div class="wt-overlay__header">
            <h2 class="wt-text-title-large" id="wt-locale-picker-overlay-title">Update your settings</h2>
        </div>

        <form method="post"
            action="" onsubmit="return false"
            
        >

            

            <input type="hidden" name="region_code" value=""/>

            <p class="wt-mb-xs-3 wt-text-body-01">
                Set where you live, what language you speak, and the currency you use. <a class="wt-text-link" href="https://www.etsy.com/help/article/493" target="_blank">Learn more.</a>
            </p>

                <div id="locale-picker-sections-wrap">
                <!--
                <div id="locale_picker_region_code" class="locale_picker_section wt-pb-xs-3 wt-text-left-xs wt-b-xs-none">

                    <label class="wt-label wt-pb-xs-1" for="locale-overlay-select-region_code">Region</label>
                    <div class="wt-select wt-text-body-01">
                        <select id="locale-overlay-select-region_code" name="region_code" class="wt-select__element">
                                <option value="AU" >Australia</option>
                                <option value="CA" >Canada</option>
                                <option value="FR" >France</option>
                                <option value="DE" >Germany</option>
                                <option value="GR" >Greece</option>
                                <option value="IN" >India</option>
                                <option value="IE" >Ireland</option>
                                <option value="IT" >Italy</option>
                                <option value="JP" >Japan</option>
                                <option value="NZ" >New Zealand</option>
                                <option value="PL" >Poland</option>
                                <option value="PT" >Portugal</option>
                                <option value="ES" >Spain</option>
                                <option value="NL" >The Netherlands</option>
                                <option value="GB" >United Kingdom</option>
                                <option value="US" selected="selected">United States</option>
                            <optgroup label="&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;">
                                <option value="AF" >Afghanistan</option>
                                <option value="AX" >Åland Islands</option>
                                <option value="AL" >Albania</option>
                                <option value="DZ" >Algeria</option>
                                <option value="AS" >American Samoa</option>
                                <option value="AD" >Andorra</option>
                                <option value="AO" >Angola</option>
                                <option value="AI" >Anguilla</option>
                                <option value="AG" >Antigua and Barbuda</option>
                                <option value="AR" >Argentina</option>
                                <option value="AM" >Armenia</option>
                                <option value="AW" >Aruba</option>
                                <option value="AU" >Australia</option>
                                <option value="AT" >Austria</option>
                                <option value="AZ" >Azerbaijan</option>
                                <option value="BS" >Bahamas</option>
                                <option value="BH" >Bahrain</option>
                                <option value="BD" >Bangladesh</option>
                                <option value="BB" >Barbados</option>
                                <option value="BE" >Belgium</option>
                                <option value="BZ" >Belize</option>
                                <option value="BJ" >Benin</option>
                                <option value="BM" >Bermuda</option>
                                <option value="BT" >Bhutan</option>
                                <option value="BO" >Bolivia</option>
                                <option value="BA" >Bosnia and Herzegovina</option>
                                <option value="BW" >Botswana</option>
                                <option value="BV" >Bouvet Island</option>
                                <option value="BR" >Brazil</option>
                                <option value="IO" >British Indian Ocean Territory</option>
                                <option value="VG" >British Virgin Islands</option>
                                <option value="BN" >Brunei</option>
                                <option value="BG" >Bulgaria</option>
                                <option value="BF" >Burkina Faso</option>
                                <option value="BI" >Burundi</option>
                                <option value="KH" >Cambodia</option>
                                <option value="CM" >Cameroon</option>
                                <option value="CA" >Canada</option>
                                <option value="CV" >Cape Verde</option>
                                <option value="KY" >Cayman Islands</option>
                                <option value="CF" >Central African Republic</option>
                                <option value="TD" >Chad</option>
                                <option value="CL" >Chile</option>
                                <option value="CN" >China</option>
                                <option value="CX" >Christmas Island</option>
                                <option value="CC" >Cocos (Keeling) Islands</option>
                                <option value="CO" >Colombia</option>
                                <option value="KM" >Comoros</option>
                                <option value="CG" >Congo, Republic of</option>
                                <option value="CK" >Cook Islands</option>
                                <option value="CR" >Costa Rica</option>
                                <option value="HR" >Croatia</option>
                                <option value="CW" >Curaçao</option>
                                <option value="CY" >Cyprus</option>
                                <option value="CZ" >Czech Republic</option>
                                <option value="DK" >Denmark</option>
                                <option value="DJ" >Djibouti</option>
                                <option value="DM" >Dominica</option>
                                <option value="DO" >Dominican Republic</option>
                                <option value="EC" >Ecuador</option>
                                <option value="EG" >Egypt</option>
                                <option value="SV" >El Salvador</option>
                                <option value="GQ" >Equatorial Guinea</option>
                                <option value="ER" >Eritrea</option>
                                <option value="EE" >Estonia</option>
                                <option value="ET" >Ethiopia</option>
                                <option value="FK" >Falkland Islands (Malvinas)</option>
                                <option value="FO" >Faroe Islands</option>
                                <option value="FJ" >Fiji</option>
                                <option value="FI" >Finland</option>
                                <option value="FR" >France</option>
                                <option value="GF" >French Guiana</option>
                                <option value="PF" >French Polynesia</option>
                                <option value="TF" >French Southern Territories</option>
                                <option value="GA" >Gabon</option>
                                <option value="GM" >Gambia</option>
                                <option value="GE" >Georgia</option>
                                <option value="DE" >Germany</option>
                                <option value="GH" >Ghana</option>
                                <option value="GI" >Gibraltar</option>
                                <option value="GR" >Greece</option>
                                <option value="GL" >Greenland</option>
                                <option value="GD" >Grenada</option>
                                <option value="GP" >Guadeloupe</option>
                                <option value="GU" >Guam</option>
                                <option value="GT" >Guatemala</option>
                                <option value="GG" >Guernsey</option>
                                <option value="GN" >Guinea</option>
                                <option value="GW" >Guinea-Bissau</option>
                                <option value="GY" >Guyana</option>
                                <option value="HT" >Haiti</option>
                                <option value="HM" >Heard Island and McDonald Islands</option>
                                <option value="VA" >Holy See (Vatican City State)</option>
                                <option value="HN" >Honduras</option>
                                <option value="HK" >Hong Kong</option>
                                <option value="HU" >Hungary</option>
                                <option value="IS" >Iceland</option>
                                <option value="IN" >India</option>
                                <option value="ID" >Indonesia</option>
                                <option value="IQ" >Iraq</option>
                                <option value="IE" >Ireland</option>
                                <option value="IM" >Isle of Man</option>
                                <option value="IL" >Israel</option>
                                <option value="IT" >Italy</option>
                                <option value="IC" >Ivory Coast</option>
                                <option value="JM" >Jamaica</option>
                                <option value="JP" >Japan</option>
                                <option value="JE" >Jersey</option>
                                <option value="JO" >Jordan</option>
                                <option value="KZ" >Kazakhstan</option>
                                <option value="KE" >Kenya</option>
                                <option value="KI" >Kiribati</option>
                                <option value="KV" >Kosovo</option>
                                <option value="KW" >Kuwait</option>
                                <option value="KG" >Kyrgyzstan</option>
                                <option value="LA" >Laos</option>
                                <option value="LV" >Latvia</option>
                                <option value="LB" >Lebanon</option>
                                <option value="LS" >Lesotho</option>
                                <option value="LR" >Liberia</option>
                                <option value="LY" >Libya</option>
                                <option value="LI" >Liechtenstein</option>
                                <option value="LT" >Lithuania</option>
                                <option value="LU" >Luxembourg</option>
                                <option value="MO" >Macao</option>
                                <option value="MK" >Macedonia</option>
                                <option value="MG" >Madagascar</option>
                                <option value="MW" >Malawi</option>
                                <option value="MY" >Malaysia</option>
                                <option value="MV" >Maldives</option>
                                <option value="ML" >Mali</option>
                                <option value="MT" >Malta</option>
                                <option value="MH" >Marshall Islands</option>
                                <option value="MQ" >Martinique</option>
                                <option value="MR" >Mauritania</option>
                                <option value="MU" >Mauritius</option>
                                <option value="YT" >Mayotte</option>
                                <option value="MX" >Mexico</option>
                                <option value="FM" >Micronesia, Federated States of</option>
                                <option value="MD" >Moldova</option>
                                <option value="MC" >Monaco</option>
                                <option value="MN" >Mongolia</option>
                                <option value="ME" >Montenegro</option>
                                <option value="MS" >Montserrat</option>
                                <option value="MA" >Morocco</option>
                                <option value="MZ" >Mozambique</option>
                                <option value="MM" >Myanmar (Burma)</option>
                                <option value="NA" >Namibia</option>
                                <option value="NR" >Nauru</option>
                                <option value="NP" >Nepal</option>
                                <option value="AN" >Netherlands Antilles</option>
                                <option value="NC" >New Caledonia</option>
                                <option value="NZ" >New Zealand</option>
                                <option value="NI" >Nicaragua</option>
                                <option value="NE" >Niger</option>
                                <option value="NG" >Nigeria</option>
                                <option value="NU" >Niue</option>
                                <option value="NF" >Norfolk Island</option>
                                <option value="MP" >Northern Mariana Islands</option>
                                <option value="NO" >Norway</option>
                                <option value="OM" >Oman</option>
                                <option value="PK" >Pakistan</option>
                                <option value="PW" >Palau</option>
                                <option value="PS" >Palestinian Territory, Occupied</option>
                                <option value="PA" >Panama</option>
                                <option value="PG" >Papua New Guinea</option>
                                <option value="PY" >Paraguay</option>
                                <option value="PE" >Peru</option>
                                <option value="PH" >Philippines</option>
                                <option value="PL" >Poland</option>
                                <option value="PT" >Portugal</option>
                                <option value="PR" >Puerto Rico</option>
                                <option value="QA" >Qatar</option>
                                <option value="RE" >Reunion</option>
                                <option value="RO" >Romania</option>
                                <option value="RW" >Rwanda</option>
                                <option value="SH" >Saint Helena</option>
                                <option value="KN" >Saint Kitts and Nevis</option>
                                <option value="LC" >Saint Lucia</option>
                                <option value="MF" >Saint Martin (French part)</option>
                                <option value="PM" >Saint Pierre and Miquelon</option>
                                <option value="VC" >Saint Vincent and the Grenadines</option>
                                <option value="WS" >Samoa</option>
                                <option value="SM" >San Marino</option>
                                <option value="ST" >Sao Tome and Principe</option>
                                <option value="SA" >Saudi Arabia</option>
                                <option value="SN" >Senegal</option>
                                <option value="RS" >Serbia</option>
                                <option value="SC" >Seychelles</option>
                                <option value="SL" >Sierra Leone</option>
                                <option value="SG" >Singapore</option>
                                <option value="SX" >Sint Maarten (Dutch part)</option>
                                <option value="SK" >Slovakia</option>
                                <option value="SI" >Slovenia</option>
                                <option value="SB" >Solomon Islands</option>
                                <option value="SO" >Somalia</option>
                                <option value="ZA" >South Africa</option>
                                <option value="GS" >South Georgia and the South Sandwich Islands</option>
                                <option value="KR" >South Korea</option>
                                <option value="SS" >South Sudan</option>
                                <option value="ES" >Spain</option>
                                <option value="LK" >Sri Lanka</option>
                                <option value="SD" >Sudan</option>
                                <option value="SR" >Suriname</option>
                                <option value="SJ" >Svalbard and Jan Mayen</option>
                                <option value="SZ" >Swaziland</option>
                                <option value="SE" >Sweden</option>
                                <option value="CH" >Switzerland</option>
                                <option value="TW" >Taiwan</option>
                                <option value="TJ" >Tajikistan</option>
                                <option value="TZ" >Tanzania</option>
                                <option value="TH" >Thailand</option>
                                <option value="NL" >The Netherlands</option>
                                <option value="TL" >Timor-Leste</option>
                                <option value="TG" >Togo</option>
                                <option value="TK" >Tokelau</option>
                                <option value="TO" >Tonga</option>
                                <option value="TT" >Trinidad</option>
                                <option value="TN" >Tunisia</option>
                                <option value="TR" >Türkiye</option>
                                <option value="TM" >Turkmenistan</option>
                                <option value="TC" >Turks and Caicos Islands</option>
                                <option value="TV" >Tuvalu</option>
                                <option value="UG" >Uganda</option>
                                <option value="UA" >Ukraine</option>
                                <option value="AE" >United Arab Emirates</option>
                                <option value="GB" >United Kingdom</option>
                                <option value="US" >United States</option>
                                <option value="UM" >United States Minor Outlying Islands</option>
                                <option value="UY" >Uruguay</option>
                                <option value="VI" >U.S. Virgin Islands</option>
                                <option value="UZ" >Uzbekistan</option>
                                <option value="VU" >Vanuatu</option>
                                <option value="VE" >Venezuela</option>
                                <option value="VN" >Vietnam</option>
                                <option value="WF" >Wallis and Futuna</option>
                                <option value="EH" >Western Sahara</option>
                                <option value="YE" >Yemen</option>
                                <option value="CD" >Zaire (Democratic Republic of Congo)</option>
                                <option value="ZM" >Zambia</option>
                                <option value="ZW" >Zimbabwe</option>
                            </optgroup>
                        </select>
                    </div>
                </div>
                <div id="locale_picker_language_code" class="locale_picker_section wt-pb-xs-3 wt-text-left-xs wt-b-xs-none">

                    <label class="wt-label wt-pb-xs-1" for="locale-overlay-select-language_code">Language</label>
                    <div class="wt-select wt-text-body-01">
                        <select id="locale-overlay-select-language_code" name="language_code" class="wt-select__element">
                                <option value="de" >Deutsch</option>
                                <option value="en-GB" >English (UK)</option>
                                <option value="en-IN" >English (IN)</option>
                                <option value="en-US" selected="selected">English (US)</option>
                                <option value="es" >Español</option>
                                <option value="fr" >Français</option>
                                <option value="it" >Italiano</option>
                                <option value="ja" >日本語</option>
                                <option value="nl" >Nederlands</option>
                                <option value="pl" >Polski</option>
                                <option value="pt" >Português</option>
                                <option value="ru" >Русский</option>
                        </select>
                    </div>
                </div>
                <div id="locale_picker_currency_code" class="locale_picker_section wt-pb-xs-3 wt-text-left-xs wt-b-xs-none">

                    <label class="wt-label wt-pb-xs-1" for="locale-overlay-select-currency_code">Currency</label>
                    <div class="wt-select wt-text-body-01">
                        <select id="locale-overlay-select-currency_code" name="currency_code" class="wt-select__element">
                                <option value="USD" selected="selected">$ United States Dollar (USD)</option>
                                <option value="CAD" >$ Canadian Dollar (CAD)</option>
                                <option value="EUR" >€ Euro (EUR)</option>
                                <option value="GBP" >£ British Pound (GBP)</option>
                                <option value="AUD" >$ Australian Dollar (AUD)</option>
                                <option value="JPY" >¥ Japanese Yen (JPY)</option>
                                <option value="CNY" >¥ Chinese Yuan (CNY)</option>
                                <option value="CZK" >Kč Czech Koruna (CZK)</option>
                                <option value="DKK" >kr Danish Krone (DKK)</option>
                                <option value="HKD" >$ Hong Kong Dollar (HKD)</option>
                                <option value="HUF" >Ft Hungarian Forint (HUF)</option>
                                <option value="INR" >₹ Indian Rupee (INR)</option>
                                <option value="IDR" >Rp Indonesian Rupiah (IDR)</option>
                                <option value="ILS" >₪ Israeli Shekel (ILS)</option>
                                <option value="MYR" >RM Malaysian Ringgit (MYR)</option>
                                <option value="MXN" >$ Mexican Peso (MXN)</option>
                                <option value="MAD" >DH Moroccan Dirham (MAD)</option>
                                <option value="NZD" >$ New Zealand Dollar (NZD)</option>
                                <option value="NOK" >kr Norwegian Krone (NOK)</option>
                                <option value="PHP" >₱ Philippine Peso (PHP)</option>
                                <option value="SGD" >$ Singapore Dollar (SGD)</option>
                                <option value="VND" >₫ Vietnamese Dong (VND)</option>
                                <option value="ZAR" >R South African Rand (ZAR)</option>
                                <option value="SEK" >kr Swedish Krona (SEK)</option>
                                <option value="CHF" >Swiss Franc (CHF)</option>
                                <option value="THB" >฿ Thai Baht (THB)</option>
                                <option value="TWD" >NT$ Taiwan New Dollar (TWD)</option>
                                <option value="TRY" >₺ Turkish Lira (TRY)</option>
                                <option value="PLN" >zł Polish Zloty (PLN)</option>
                                <option value="BRL" >R$ Brazilian Real (BRL)</option>
                        </select>
                    </div>
                </div>
                -->
                </div>
            <div class="wt-overlay__footer wt-justify-content-flex-end">
                <div class="wt-overlay__footer__action">
                    <a  type="button" data-wt-overlay-close
                        
                        class="wt-btn wt-btn--outline wt-mb-xs-1 wt-mb-md-0 wt-mr-md-1" name="cancel">

                        Cancel
                        <div class="wt-spinner wt-spinner--01" role="alert" aria-live="assertive">
                            <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle fill="transparent" cx="12" cy="12" r="10"/></svg></span>
                            Loading
                        </div>

                    </a>
                    <button class="wt-btn wt-btn--filled" action-type="primary" type="submit" name="save" id="locale-overlay-save">
                        Save
                        <div class="wt-spinner wt-spinner--01" role="alert" aria-live="assertive">
                            <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle fill="transparent" cx="12" cy="12" r="10"/></svg></span>
                            Loading
                        </div>
                    </button>
                </div>
            </div>
        </form>

    </div>
</div>

    </footer>
</div>

        <div
        data-gdpr-consent-prompt
>
    <div
    id="gdpr-privacy-settings"
    class="wt-overlay third-party-settings wt-text-left-xs"
    aria-labelledby="gdpr-full-settings-overlay-title"
    aria-hidden="true"
    role="dialog"
    data-gdpr-settings-overlay
    data-wt-overlay
>
    <div class="wt-overlay__modal gdpr-overlay-view" data-overlay-modal>
        <div class="wt-overlay__header gdpr-overlay-header">
            <h3 class="wt-text-heading" id="gdpr-full-settings-overlay-title">Privacy Settings</h3>
        </div>


        <div class="gdpr-overlay-body wt-pb-xl-2 wt-pb-lg-2 wt-pb-md-2 wt-pb-sm-2 wt-pb-xs-2">
            <div>
    <div data-section="intro">
        <p class="wt-text-caption wt-mb-xs-1">Etsy uses cookies and similar technologies to give you a better experience, enabling things like:</p>
<ul class="wt-text-caption wt-ml-xs-2 wt-mb-xs-2">
 <li>basic site functions</li>
<li>ensuring secure, safe transactions</li>
<li>secure account login</li>
<li>remembering account, browser, and regional preferences</li>
<li>remembering privacy and security settings</li>
<li>analysing site traffic and usage</li>
<li>personalized search, content, and recommendations</li>
<li>helping sellers understand their audience</li>
<li>showing relevant, targeted ads on and off Etsy</li>
</ul>
<p class="wt-text-caption wt-line-height-tight wt-text-link">Detailed information can be found in Etsy’s <a class="wt-text-link" href="https://www.etsy.com/legal/cookies-and-tracking-technologies">Cookies &amp; Similar Technologies Policy</a> and our <a class="wt-text-link" href="https://www.etsy.com/legal/privacy">Privacy Policy</a>.</p>
    </div>

    <div class="wt-pt-xl-6 wt-display-flex-xl wt-pt-lg-6 wt-display-flex-lg wt-pt-md-6 wt-display-flex-md wt-pt-sm-6 wt-display-flex-sm wt-pt-xs-6 wt-display-flex-xs">
        <div class="wt-flex-xl-5 wt-flex-lg-5 wt-flex-md-5 wt-flex-sm-5 wt-flex-xs-5">
            <h2 class="wt-text-title-01 wt-mb-xs-4 wt-break-word">Required Cookies &amp; Technologies</h2>
<p class="wt-text-caption wt-mb-xs-2">Some of the technologies we use are necessary for critical functions like security and site integrity, account authentication, security and privacy preferences, internal site usage and maintenance data, and to make the site work correctly for browsing and transactions.</p>
        </div>
        <div class="wt-flex-xl-1 wt-flex-lg-1 wt-flex-md-1 wt-flex-sm-1 wt-flex-xs-1">
            <div class="wt-display-flex-xl wt-display-flex-lg wt-display-flex-md wt-display-flex-sm wt-display-flex-xs wt-justify-content-flex-end">
                <span class="wt-text-caption">Always on</span>
            </div>
        </div>
    </div>

    <div class="wt-text-caption wt-pt-xl-6 wt-display-flex-xl wt-pt-lg-6 wt-display-flex-lg wt-pt-lg-6 wt-display-flex-lg wt-pt-md-6 wt-display-flex-md wt-pt-sm-6 wt-display-flex-sm wt-pt-xs-6 wt-display-flex-xs" data-section="third_party_consent">
        <div class="wt-flex-xl-5 wt-flex-lg-5 wt-flex-md-5 wt-flex-sm-5 wt-flex-xs-5">
            <h2 class="wt-text-title-01 wt-mb-xs-4 wt-break-word">Personalized Advertising</h2>
<p class="wt-text-caption wt-mb-xs-2">To enable personalized advertising (like interest-based ads), we may share your data with our marketing and advertising partners using cookies and other technologies. Those partners may have their own information they’ve collected about you. Turning off the personalized advertising setting won’t stop you from seeing Etsy ads, but it may make the ads you see less relevant or more repetitive.</p>
<p class="wt-text-caption wt-mb-xs-2"> Personalized advertising may be considered a “sale” or “sharing” of information under California and other state privacy laws, and you may have a right to opt out. Turning off personalized advertising allows you to exercise your right to opt out. Learn more in our <a class="wt-text-link" href="https://www.etsy.com/legal/privacy/">Privacy Policy.</a>, <a class="wt-text-link" href="https://help.etsy.com/hc/en-us/articles/360042433614-How-to-Opt-out-of-Personalized-Advertising">Help Center</a>, and <a class="wt-text-link" href="https://www.etsy.com/legal/cookies">Cookies &amp; Similar Technologies Policy</a>.</p>
        </div>
        <div class="wt-flex-xl-1 wt-flex-lg-1 wt-flex-md-1 wt-flex-sm-1 wt-flex-xs-1">
            <div class="wt-display-flex-xl wt-display-flex-lg wt-display-flex-md wt-display-flex-sm wt-display-flex-xs wt-justify-content-flex-end">
                <label for="third_party_consent" class="wt-text-caption wt-pt-xl-1 wt-pr-xl-2 wt-pt-lg-1 wt-pr-lg-2 wt-pt-md-1 wt-pr-md-2 wt-pt-sm-1 wt-pr-sm-2 wt-pt-xs-1 wt-pr-xs-2 wt-nudge-t-3" aria-hidden="true" data-gdpr-toggle-label>
                        On
                </label>
                <input
                        class="wt-switch wt-switch--small"
                        type="checkbox"
                        name="third_party_consent"
                        id="third_party_consent"
                        checked
                        
                        data-gdpr-toggle
                        data-checked-label="On"
                        data-unchecked-label="Off">
                <label class="wt-switch__toggle" for="third_party_consent" aria-hidden="true"></label>
            </div>
        </div>
    </div>
</div>
        </div>

        <div class="wt-overlay__footer wt-align-items-center">
            <div class="wt-overlay__footer__cancel">
            </div>
            <div class="wt-overlay__footer__action">
                <div class="wt-display-flex-xl wt-flex-direction-row-xl wt-display-flex-lg wt-flex-direction-row-lg wt-display-flex-md wt-flex-direction-row-md wt-display-flex-sm wt-flex-direction-column-sm wt-display-flex-xs wt-flex-direction-column-xs">
                    <div class="wt-pr-xl-7 wt-pt-xl-2 wt-pr-lg-7 wt-pt-lg-2 wt-pr-md-7 wt-pt-md-2 wt-pb-sm-4 wt-pb-xs-2 wt-horizontal-center wt-display-none" data-saving-indicator>
                        <div class="wt-spinner wt-spinner--01 wt-display-inline-block wt-vertical-align-middle">
                            <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle fill="transparent" cx="12" cy="12" r="10"/></svg></span>
                        </div>
                    </div>
                    <div class="wt-pr-xl-7 wt-pt-xl-2 wt-pr-lg-7 wt-pt-lg-2 wt-pr-md-7 wt-pt-md-2 wt-pb-sm-4 wt-pb-xs-2 wt-horizontal-center wt-display-none" data-saved-indicator>
                        <span class="etsy-icon wt-icon--smaller-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9.057,20.471L2.293,13.707a1,1,0,0,1,1.414-1.414l5.236,5.236,11.3-13.18a1,1,0,1,1,1.518,1.3Z"/></svg></span>
                        <span class="wt-display-inline-block wt-vertical-align-middle wt-text-body-01 wt-pl-xs-1">Saved</span>
                    </div>
                    <div>
                        <button data-wt-overlay-close class="wt-btn wt-btn--primary wt-pl-xs-8 wt-pr-xs-8 wt-pl-sm-10 wt-pr-sm-10 wt-pl-md-3 wt-pr-md-3 wt-pl-lg-3 wt-pr-lg-3 wt-pl-xl-3 wt-pr-xl-3 wt-pl-tv-3 wt-pr-tv-3">
                            <p class="wt-pl-xs-10 wt-pr-xs-10 wt-pl-sm-10 wt-pr-sm-10 wt-pl-md-0 wt-pr-md-0 wt-pl-lg-0 wt-pr-lg-0 wt-pl-xl-0 wt-pr-xl-0 wt-pl-tv-0 wt-pr-tv-0">Done</p>
                        </button>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

    <script type="text/html" data-gdpr-consent-success-alert>
        <div class="wt-alert wt-alert--success-01 wt-alert--fixed-floating wt-alert--fixed-bottom wt-mb-xs-4">
            <div class="wt-display-flex-xs">
                <p class="wt-text-body-01 wt-text-left-xs">Privacy settings saved</p>
            </div>
        </div>
    </script>
</div>

        <div data-dialog-content>
            
        </div>

        <div id="wt-portals"></div>

        <div id="etsy-modal-container" aria-hidden="true"></div>


        <div id="google-tag-manager-container" aria-hidden="true">
            <script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">
        window.dataLayer = [
    {
        "tp_consent": "yes",
        "Language": "en-US",
        "Region": "US",
        "Currency": "USD",
        "UAID": "Er_zLEUXF7KP3AoM0mmdmI-P4w-2",
        "DetectedRegion": "US",
        "uuid": 1759765021,
        "request_start_time": 1759765021
    }
];
    </script>

    <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KWW5SS"
                    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <script nonce='T8gT1GeU+WnsHYiV+XNZA7R7'>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
        new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
        j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
        '//www.googletagmanager.com/gtm.js?id='+i+dl;var n=d.querySelector('[nonce]');
        n&&j.setAttribute('nonce',n.nonce||n.getAttribute('nonce'));f.parentNode.insertBefore(j,f);
        })(window,document,'script','dataLayer','GTM-KWW5SS');</script>
        </div>

        

        <script type='text/javascript' nonce='T8gT1GeU+WnsHYiV+XNZA7R7'>
    window.__etsy_logging=window.__etsy_logging||{perf:{}};window.__etsy_logging.url="\/\/www.etsy.com\/bcn\/beacon";window.__etsy_logging.defaults={"ab":{"xplat.runtime_config_service.ramp":["on","x","b4354c"],"orm_latency":["off","x","091448"],"neu_runtime_tracing_always_on":["off","x","106c3b"],"neu_runtime_tracing":["off","w","6631e5"],"google_tag_manager":["on","x","43dc13"],"site_chrome\/buyer_to_seller_navbar_signed_out":["ineligible","e","0efe99"],"checkout.gift_card_cta_in_search_dropdown":["on","x","931866"],"local_pe.q3_2024.search.browser.traffic_split":["on","x","33df41"],"ranking\/search.experience.xml_autosuggest_v4":["all_xml","x","2b2623"],"lingtools\/trending_searches.gcp":["on","x","5cfa03"],"site_chrome\/buyer_to_seller_navbar_signed_in":["ineligible","e","67649b"],"site_chrome\/buyer_zipcode_in_header_desktop":["off","x","eb55bf"],"site_chrome\/buyer_zipcode_in_header_mweb":["ineligible","e","5d612c"],"builda_scss":["sasquatch","x","96bd82"],"polyfills":["on","x","db574b"],"polyfill_experiment_4":["no_filtering","x","0e8409"],"iat.mt.de":["ineligible","e","5db8c0"],"iat.mt.fr":["ineligible","e","a1d354"],"growth_regx.sh_add_price_filters_desktop":["on","x","40cfa5"],"collections.shop_home_listing_card_videos_v2":["on","x","40ba1a"],"ranking\/search.experience.lcc_orm_migration_perf_v1":["on","x","f5ca3a"],"badx.2024_q2.strv_in_shop_home.desktop":["off","x","89450b"],"navx.fnb_gift_cards_multivariate":["at_end","x","0fd1cc"],"android_image_filename_hack":["ineligible","e","9c9013"],"structured_data_attributes_order_dependent":["on","x","691833"],"eu_crd_compliance.sellers":["on","x","1060a1"],"local_pe.q3_2025.buyer_trust_accelerator.browser.traffic_split":["off","w","eaad53"],"local_pe.q3_2025.buyer_trust_accelerator.browser":["off","w","8d00be"],"growth_regx.lp_sh_tenure_to_open_date":["ineligible","e","8dfce1"],"buyer_reviews.allow_submit_ip_infringement_report":["off","x","4ce57a"],"growth_regx.sh_mask_generated_names_in_reviews":["off","x","1e3aa0"],"cnc.sidebar_cart_open_in_same_tab":["on","x","ed65a2"],"site_chrome\/fullstory\/use_track_event":["ineligible","e","ae465c"],"google_tag_manager_async":["off","x","7585d0"],"qualtrics_survey":["on","x","c3c730"],"growth_regx.sh_contact_to_message_seller":["ineligible","e","9102a8"],"coreloc.digital_download_signal_placement_expansion_desktop":["on","x","70b59f"],"quality_signals.bestseller_logic_desktop":["off","x","9973d9"],"buyers_often_buying.show_discount_prices_on_the_hp_listings":["on","x","e60c20"],"quality_signals.shop_reviews_hide_keyword_filters":["on","x","9dbf35"],"prodperfect\/monthly_data_capture":["off","x","137afb"],"local_pe.q3_2025.ltv_tactics.browser.traffic_split":["on","w","f32908"],"ltv_tactics.cd_1509_two_steps_login_on_nav":["off","x","c7e15e"],"product_compliance.ssp_conditions_of_return":["off","x","9c8929"],"disambiguate_usd_outside_usa":["ineligible","e","c8897d"],"ranking\/ad_delivery.ubo_obfuscated_grey_class":["on","x","264198"],"eu_cookie_nag":["ineligible","e","f8045f"],"growth_regx.sh_desktop_zero_review":["ineligible","e","19d866"],"seller_platform_web.buyer_inquiry":["off","x","ee9de4"],"seller_platform_web.seller_local_time":["ineligible","e","98a5ac"],"seller_platform_web.item_detail_overlay":["ineligible","e","cf46a1"],"buyer_promise.issue_resolution.fee_avoidance_v2":["ineligible","e","3a7a9c"],"risk_experience.buyer_email_verification":["ineligible","e","4f296d"]},"user_id":null,"page_guid":"100145b0a918.ad802cb756e29198a271.00","version":1,"request_uuid":"EuWVN3PQil6t19RBbcfFuYqe1I1b","cdn-provider":"fastly","header_fingerprint":"au","header_signature":"cfe266c1fd6314aa3d17c46c38b7d18a","ip_org":"Google Proxy","ref":"","loc":"http:\/\/www.etsy.com\/shop\/cynla\/?etsrc=sdt&feed=rss2","locale_currency_code":"USD","pref_language":"en-US","region":"US","detected_currency_code":"USD","detected_language":"en-US","detected_region":"US","isWhiteListedMobileDevice":false,"isMobileRequestIgnoreCookie":false,"isMobileRequest":false,"isMobileDevice":false,"isMobileSupported":false,"isTabletSupported":false,"isTouch":false,"isEtsyApp":false,"isPreviewRequest":false,"isChromeInstantRequest":false,"isMozPrefetchRequest":false,"isTestAccount":false,"isSupportLogin":false,"isInternal":false,"isInWebView":false,"botCheck":["da","dc","ua"],"isBot":true,"isSyntheticTest":false,"ebid":"bJzIYftjLaoBj4FrFbV-GQwnkucpQnMd","event_source":"web","browser_id":"Er_zLEUXF7KP3AoM0mmdmI-P4w-2","gdpr_tp":3,"gdpr_p":3,"transcend_strategy_consent_loaded_status":"FetchMiss","transcend_strategy_initial_fetch_time_ms":null,"transcend_strategy_consent_reconciled_time_ms":null,"legacy_p":3,"legacy_tp":3,"cmp_tp":false,"cmp_p":false,"page_time":438,"load_strategy":"page_navigation"};
    !function(e,t){var n=e.__etsy_logging,o=n.url,i=n.firedEvents,r=n.defaults,s=r.ab||{},a=n.bots.botCheck,c=n.bots.isBot;n.mergeObject=function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e};!r.ref&&(r.ref=t.referrer),!r.loc&&(r.loc=e.location.href),!r.webkit_page_visibility&&(r.webkit_page_visibility=t.webkitVisibilityState),!r.event_source&&(r.event_source="web"),r.event_logger="frontend",r.isIosApp&&!0===r.isIosApp?r.event_source="ios":r.isAndroidApp&&!0===r.isAndroidApp&&(r.event_source="android"),a.length>0&&(r.botCheck=r.botCheck||[],r.botCheck=r.botCheck.concat(a)),r.isBot=c,t.wasDiscarded&&(r.was_discarded=!0);var v=function(t){if(e.XMLHttpRequest){var n=new XMLHttpRequest;n.open("POST",o,!0),n.send(JSON.stringify(t))}};n.updateLoc=function(e){e!==r.loc&&(r.ref=r.loc,r.loc=e)},n.adminPublishEvent=function(n){"function"==typeof e.CustomEvent&&t.dispatchEvent(new CustomEvent("eventpipeEvent",{detail:n})),i.push(n)},n.sendEvents=function(t,i){var a=r;if("perf"===i){var c={event_logger:i};n.asyncAb&&(c.ab=n.mergeObject({},n.asyncAb,s)),a=n.mergeObject({},r,c)}var f={events:t,shared:a};e.navigator&&"function"==typeof e.navigator.sendBeacon?function(t){t.events.forEach((function(e){e.attempted_send_beacon=!0})),e.navigator.sendBeacon(o,JSON.stringify(t))||(t.events.forEach((function(e){e.send_beacon_failed=!0})),v(t))}(f):v(f),n.adminPublishEvent(f)}}(window,document);
</script>
<script type='text/javascript' nonce='T8gT1GeU+WnsHYiV+XNZA7R7'>window.__etsy_logging.perf.event={"attributes":{"guid":"100145b0b786.86a865c69f734b87b607.00","event_name":"perf","event_logger":"perf","page_type":"shop_home","ip_country_code":"US","boromir":true}};!function(e,t){if(!t.hidden){var n=e.__etsy_logging||{},r=n.perf||{},i=n.url,a=n.defaults,o=r.event,s=n.sendEvents,c=0===Object.keys(r).length,u=e.webVitals||{},d=n.mergeObject,m=r.isDev||!1,_=r.skipLoggingEvent||!1,l=r.keepPerfObserverActive||!1,f=null,p=0;if(!c&&i&&a&&o&&s){var g=r.MARK_MEASURE_PREFIX||"_etsy_mark_measure_",v=function(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}},y=function(){return void 0!==e.PerformanceObserver},h=function(){return"onpagehide"in e},T=function(e,n){var r=function(e){var n=t.createElement("a");n.href=e;var r=n.pathname.split(".");return r[r.length-1]||""}(e);return/jpe?g|png|svg|gif/i.test(r)?"image":/eot|woff2?|ttf/i.test(r)?"font":"js"===r?"js":"css"===r?"css":"xmlhttprequest"===n?"xhr":"unknown"},E=function(e){return Math.round(e<Math.pow(2,64)-1?e:0)},b=function(e,n){var r=null,i=null;if(n.transferSize>0)for(var a=0;a<n.serverTiming.length;a++){var o=n.serverTiming[a];e.i_etsystatic_cdn||"cdn"!==o.name?"cache_status"===o.name&&(i=o.description):r=o.description}r&&(e.i_etsystatic_cdn=r);var s=null,c=null;i&&(e.cdn_image_caching||(e.cdn_image_caching={miss:0,hit:0}),s=0===i.indexOf("HIT"),c=0===i.indexOf("MISS"),s&&(e.cdn_image_caching.hit+=1),c&&(e.cdn_image_caching.miss+=1)),function(e,n,r,i){f||(f={},t.querySelectorAll("img[data-perf-group]").forEach((function(e){e.currentSrc&&(f[e.currentSrc]=e)})));var a=f[n.name];if(a){var o=a.dataset.perfGroup;e.categorized_images||(e.categorized_images=[]);var s={category:o,duration:E(n.duration),encodedBodySize:E(n.encodedBodySize),transferSize:E(n.transferSize),width:a.width,height:a.height};if(n.transferSize>0){(r||i)&&(s.cdn_hit=r);for(var c=0;c<n.serverTiming.length;c++){var u=n.serverTiming[c];"clientrtt"===u.name?s.clientrtt=E(u.duration):"clienttt"===u.name?s.clienttt=E(u.duration):"cdntime"===u.name?s.cdntime=E(u.duration):"origin"===u.name&&(s.origin=E(u.duration))}}e.categorized_images.push(s)}}(e,n,s,c)},S=function(e){var t={nav_start:E(e.navigationStart||e.startTime),activation_start:E(e.activationStart||0),fetch_start:E(e.fetchStart),dns_start:E(e.domainLookupStart),dns_end:E(e.domainLookupEnd),connect_start:E(e.connectStart),connect_end:E(e.connectEnd),interim_response_start:E(e.firstInterimResponseStart||0),request_start:E(e.requestStart),response_start:E(e.responseStart),response_end:E(e.responseEnd),dom_completed:E(e.domComplete),dom_interactive:E(e.domInteractive),secure_connect_start:E(e.secureConnectionStart)||null,loaded_start:E(e.loadEventStart)||null,loaded_end:E(e.loadEventEnd)||null,dom_content_loaded_start:E(e.domContentLoadedEventStart)||null,dom_content_loaded_end:E(e.domContentLoadedEventEnd)||null,html_tx_size:E(e.transferSize),html_enc_size:E(e.encodedBodySize),html_dec_size:E(e.decodedBodySize),type:e.type};return e.redirectStart&&(t.redirect_start=E(e.redirectStart)),e.redirectEnd&&(t.redirect_end=E(e.redirectEnd)),e.redirectCount&&(t.redirect_count=e.redirectCount),t},k=function(e){return e.reduce((function(e,t){if("entryType"in t){if("resource"===t.entryType)return function(e,t){var n=T(t.name,t.initiatorType);if("unknown"===n)return e;var r=t.name.match(/etsy(static)?(cloud)?\.com/)?"etsy":"third";"image"===n&&"etsy"===r&&(t.name.match(/img0\.etsystatic/)?e.img0_count=(e.img0_count||0)+1:t.name.match(/img1\.etsystatic/)&&(e.img1_count=(e.img1_count||0)+1)),"image"===n&&"etsy"===r&&t.serverTiming&&t.name.match(/i\.etsystatic\.com/)&&b(e,t);var i="sum_"+r+"_"+n+"_bytes",a="sum_"+r+"_"+n+"_enc_bytes",o="sum_"+r+"_"+n+"_tx_bytes",s="sum_"+r+"_"+n+"_dur",c="count_"+r+"_"+n+"_req";return e[i]=(e[i]||0)+E(t.decodedBodySize),e[a]=(e[a]||0)+E(t.encodedBodySize),e[o]=(e[o]||0)+E(t.transferSize),e[s]=(e[s]||0)+E(t.duration),e[c]=(e[c]||0)+1,e}(e,t);if("paint"===t.entryType)return function(e,t){return e[t.name.replace(/-/g,"_")]=E(t.startTime),e}(e,t);if("longtask"===t.entryType)return function(e,t){return e.long_tasks_count=(e.long_tasks_count||0)+1,e.long_tasks_dur=(e.long_tasks_dur||0)+E(t.duration),e}(e,t);if("mark"===t.entryType||"measure"===t.entryType)return function(e,t){return 0===t.name.lastIndexOf(g,0)&&(e[0===t.name.lastIndexOf(g+"async_spec_",0)?t.name.substring(g.length):t.name]=E("mark"===t.entryType?t.startTime:t.duration)),e}(e,t);if("layout-shift"===t.entryType&&!t.hadRecentInput)return function(e,t){return e.layout_shift_count=(e.layout_shift_count||0)+1,e.layout_shift=(e.layout_shift||0)+t.value,t.value>.05&&(e.layout_shift_elements=e.layout_shift_elements||[],e.layout_shift_elements.push({value:t.value,elements:(t.sources||[]).filter((function(e){return!!e.node})).map((function(e){return{className:e.node.classList&&Array.prototype.slice.call(e.node.classList).join(" "),tagName:e.node.tagName,id:e.node.id}}))})),e}(e,t);if("navigation"===t.entryType)return r.t=!0,d(e,S(t));if("element"===t.entryType)return function(e,t){return e.element_timings||(e.element_timings={}),e.element_timings[t.identifier]=t.renderTime,e}(e,t);if("long-animation-frame"===t.entryType)return function(e,t){e.loaf_entries||(e.loaf_entries=[]);var n={start:E(t.startTime),duration:E(t.duration),blockingDuration:E(t.blockingDuration)},r=t.scripts.slice().sort((function(e,t){t.duration,e.duration}))[0];if(r){var i=r.invoker||r.name;n.longestScript={invokerType:r.invokerType||r.type,duration:E(r.duration),invoker:i.substring(0,1024),sourceURL:r.sourceURL||null}}return e.loaf_entries.push(n),e}(e,t)}else if("name"in t){if("INP"===t.name)return function(e,t){return e.interaction_next_paint=t.value,t.attribution&&(e.interaction_next_paint_element=t.attribution.eventTarget,e.interaction_next_paint_time=E(t.attribution.eventTime),e.interaction_next_paint_type=t.attribution.eventType,e.interaction_next_paint_loadstate=t.attribution.loadState),e}(e,t);if("LCP"===t.name)return function(e,t){var n=t.entries[0];return e.largest_contentful_paint=E(n.renderTime||n.loadTime),e.largest_contentful_paint_type=n.renderTime?"renderTime":"loadTime",n.element?(e.largest_contentful_paint_element={className:n.element.classList&&Array.prototype.slice.call(n.element.classList).join(" "),tagName:n.element.tagName,url:n.url},t.attribution.lcpResourceEntry&&(e.largest_contentful_paint_element.resource_size=E(t.attribution.lcpResourceEntry.encodedBodySize))):delete e.largest_contentful_paint_element,e.lcp_element_render_delay=E(t.attribution.elementRenderDelay),e.lcp_resource_load_delay=E(t.attribution.resourceLoadDelay),e.lcp_resource_load_time=E(t.attribution.resourceLoadTime),e}(e,t)}return e}),{})},L=function(){var n,i=!y()&&performance&&performance.getEntries?performance.getEntries():r.e,a=k(i);return r.e=[],r.t||(a.unixTimingNavigation=!0,d(a,S(e.performance.timing))),d(a,function(){if(performance&&performance.getEntriesByName){var e=performance.getEntriesByName("TTP","mark");if(e.length)return{time_to_parsing:E(e[0].startTime)}}return{}}()),d(a,{dom_count_server:p,dom_count_client:t.getElementsByTagName("*").length}),d(a,{dom_max_depth:(n=function(e){if(!e)return 0;for(var t=0,r=0,i=e.children.length;r<i;r++)t=Math.max(t,n(e.children[r]));return t+1})(t.documentElement)}),function(e){var t=navigator;t&&t.connection&&t.connection.effectiveType&&(e.effective_connection_type=t.connection.effectiveType)}(a),a.has_sendbeacon=navigator&&"function"==typeof navigator.sendBeacon,a.has_observer=y(),y()&&PerformanceObserver.supportedEntryTypes&&(a.observer_types=PerformanceObserver.supportedEntryTypes),a.has_pagehide=h(),r.vm_hostname&&(a.vm_hostname=r.vm_hostname),a},z=v((function(n){var r=d(n,o.attributes);r.beacon_send_time=0===r.nav_start?E(performance.now()):(new Date).getTime(),r.page_time=a.page_time,"function"==typeof e.CustomEvent&&t.dispatchEvent(new CustomEvent("perfDataSent",{detail:r})),s([r],"perf")}));!function(){var n=function(e){r.e.length&&(r.e=r.e.concat(e))};if(!!u.onINP&&u.onINP(n,{reportAllChanges:!0}),u.onLCP&&u.onLCP(n),y()&&PerformanceObserver.supportedEntryTypes&&PerformanceObserver.supportedEntryTypes.includes("long-animation-frame")){var i=new PerformanceObserver((function(e){e.getEntries().forEach((function(e){e.duration>150&&e.firstUIEventTimestamp>0&&n(e)}))}));i.observe({type:"long-animation-frame",buffered:!0})}if(!_){var a,o=v((function(e){if(!t.hidden||"on_vischange"===e){clearTimeout(a);var n=L();!l&&y()&&(r.o.disconnect(),i&&i.disconnect()),n[e]=!0,z(n)}})),s=function(){return m&&e.__KEVIN_IS_STILL_BUILDING};m||(a=setTimeout((function(){o("on_fallbacktimeout")}),6e4),"complete"===t.readyState&&(clearTimeout(a),a=setTimeout((function(){o("on_loadtimeout")}),2e4))),t.addEventListener("readystatechange",(function(){"interactive"===t.readyState&&(p=t.getElementsByTagName("*").length)})),e.addEventListener("load",(function(){clearTimeout(a),s()||(a=setTimeout((function(){o("on_loadtimeout")}),2e4))}));var c=function(e){var t=e||"on_unload";s()?(0===performance.getEntriesByName(`${r.MARK_MEASURE_PREFIX}dev_kevin-overlay-end`).length&&performance.mark(`${r.MARK_MEASURE_PREFIX}dev_kevin-overlay-abandoned-before-done`),setTimeout((function(){o(t)}),0)):o(t)},d=h()?"pagehide":"unload";e.addEventListener(d,c),m&&e.addEventListener("beforeunload",c),t.addEventListener("visibilitychange",(function(){t.hidden&&c("on_vischange")}))}}(),r.logger={getMetricsFromQueue:k}}else n.eventpipe&&n.eventpipe.logEvent&&n.eventpipe.logEvent({event_name:"perf_beacon_not_fired",missing_global_perf_data:c,missing_post_url:!i,missing_defaults:!a,missing_perf_event:!o,missing_send_events:!s})}}(window,document);;</script>
<script type='text/javascript' nonce='T8gT1GeU+WnsHYiV+XNZA7R7'>window.__etsy_logging.eventpipe.primary_complement={"attributes":{"guid":"100145b0b785.f5d67f8baf31e34c5bb2.00","event_name":"shop_home_complementary","event_logger":"frontend","primary_complement":true}};!function(e){var t=e.__etsy_logging,i=t.eventpipe,n=i.primary_complement,o=t.defaults.page_guid,r=t.sendEvents,a=i.q,c=void 0,d=[],h=0,u="frontend",l="perf";function g(){var e,t,i=(h++).toString(16);return o.substr(0,o.length-2)+((t=2-(e=i).length)>0?new Array(t+1).join("0")+e:e)}function v(e){e.guid=g(),c&&(clearTimeout(c),c=void 0),d.push(e),c=setTimeout((function(){r(d,u),d=[]}),50)}!function(t){var i=document.documentElement;i&&(i.clientWidth&&(t.viewport_width=i.clientWidth),i.clientHeight&&(t.viewport_height=i.clientHeight));var n=e.screen;n&&(n.height&&(t.screen_height=n.height),n.width&&(t.screen_width=n.width)),e.devicePixelRatio&&(t.device_pixel_ratio=e.devicePixelRatio),e.orientation&&(t.orientation=e.orientation),e.matchMedia&&(t.dark_mode_enabled=e.matchMedia("(prefers-color-scheme: dark)").matches)}(n.attributes),v(n.attributes),i.logEvent=v,i.logEventImmediately=function(e){var t="perf"===e.event_name?l:u;e.guid=g(),r([e],t)},a.forEach((function(e){v(e)}))}(window);</script>

        <!--BEGIN QUALTRICS SITE INTERCEPT-->
<script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">
    (function(){var g=function(e,h,f,g){
        this.get=function(a){for(var a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b<e;b++){for(var d=c[b];" "==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};
        this.set=function(a,c){var b="",b=new Date;b.setTime(b.getTime()+6048E5);b="; expires="+b.toGMTString();document.cookie=a+"="+c+b+"; path=/; "};
        this.check=function(){var a=this.get(f);if(a)a=a.split(":");else if(100!=e)"v"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(":"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case "v":return!1;case "r":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c}return!0};
        this.go=function(){if(this.check()){var a=document.createElement("script");a.type="text/javascript";a.src=g+ "&t=" + (new Date()).getTime();document.body&&document.body.appendChild(a);}};
        this.start=function(){var a=this;window.addEventListener?window.addEventListener("load",function(){a.go()},!1):window.attachEvent&&window.attachEvent("onload",function(){a.go()})}};
        try{(new g(100,"r","QSI_S_ZN_9Qqgp5dWQP1x5zv","//zn9qqgp5dwqp1x5zv-etsy.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_9Qqgp5dWQP1x5zv&Q_LOC="+encodeURIComponent(window.location.href))).start()}catch(i){}})();
</script><div id='ZN_9Qqgp5dWQP1x5zv'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
<!--END SITE INTERCEPT-->
<script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">
    function runQualtrics() {
        try {
            if (typeof QSI !== 'undefined' && QSI.API && QSI.API.run && QSI.reg && !QSI.InterceptsRan) {
                clearInterval(window._qsiIntervalId);
                window._qsiIntervalId = null;
                QSI.API.run();
            }
        } catch (e) {
            clearInterval(window._qsiIntervalId);
            window._qsiIntervalId = null;
        }
    }
    if (window.addEventListener) {
        window.addEventListener('load', function() {
            if (typeof window._qsiIntervalId === 'undefined') {
                window._qsiIntervalId = setInterval(runQualtrics, 1000);
            }
        }, false);
    } else if (window.attachEvent) {
        window.attachEvent('onload', function() {
            if (typeof window._qsiIntervalId === 'undefined') {
                window._qsiIntervalId = setInterval(runQualtrics, 1000);
            }
        });
    }
</script>

        

        

            <script nonce="T8gT1GeU+WnsHYiV+XNZA7R7">if(window.console){console.log("Is code your craft? https://careers.etsy.com")}</script>
    </body>
</html>