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


>
    <head>
        <script nonce="2M1XonXtIVY00oDW2dbfRNtx">
(function() {
    var interactionMarked = false;
    function markFirstInteraction() {
        if (interactionMarked) return;
        if (window.performance && performance.mark) {
            performance.mark("_etsy_mark_measure_preact_first_interaction");
        }
        interactionMarked = true;
        document.removeEventListener("click", markFirstInteraction, {capture: true});
        document.removeEventListener("keydown", markFirstInteraction, {capture: true});
        document.removeEventListener("touchstart", markFirstInteraction, {capture: true});
    }
    document.addEventListener("click", markFirstInteraction, {capture: true});
    document.addEventListener("keydown", markFirstInteraction, {capture: true});
    document.addEventListener("touchstart", markFirstInteraction, {capture: true});
})();
</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:1783858741:FSmnsmNWyuU4eL4HhtoV0ud_hv9G:74d6fa7a393fd785f42136be662c429c7bf5e689cd963781942452b285e20816">
        <meta name="uaid_nonce" content="3:1783858741:Ew_9GZ6rSClKlJuipchpfUVj9vBw:127f7b4d6ee254b69035bf5a07e5ea11946459f12f90a7a6bc832ae36eb20e23">

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

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


        <script nonce="2M1XonXtIVY00oDW2dbfRNtx">
    !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/dac/site-chrome/components/components.3a3beeb7c7000e,web-toolkit-v2/experiments/refresh.3fe1d808fafd41,site-chrome/header/header.c3421cad4725f1,__modules__CategoryNav__src__/Views/ButtonMenu/Menu.8c3213f94b115b,site-chrome/footer/footer.3fe1d808fafd41,gdpr/settings-overlay.3fe1d808fafd41.css?variant=sasquatch" type="text/css" />
        <link rel="stylesheet" href="https://www.etsy.com/dac/__modules__UserCuratedContent__src__/Common/ProfileHeader/profile-header.3fe1d808fafd41,web-toolkit-v2/modules/action_groups/action_groups.3fe1d808fafd41,__modules__CollectionRecs__src__/Views/Grid/view.3fe1d808fafd41,__modules__CollectionRecs__src__/Views/Card/view.3fe1d808fafd41,collections/modules/suggested-search-queries-topr.3fe1d808fafd41,__modules__UserCuratedContent__src__/Common/Tabs/tabs.3fe1d808fafd41,web-toolkit-v2/modules/action_groups/images.3fe1d808fafd41,__modules__UserCuratedContent__src__/Common/Tabs/tab.3fe1d808fafd41,search2_neu/modules/common/floating_module.474aedd1caf01b.css?variant=sasquatch" type="text/css" />

        <script>
    //these inline functions are required because transcend, a 3rd party saas company, requires we load airgap.js below
    //via <script src and not in javascript.  To handle the onerror case, it can't import any files.
    //
    //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 {
                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 crossorigin 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>LoveLambie's favorite items - Etsy</title>
        <meta name="description" content="LoveLambie's favorite items  Etsy">

            <meta name="robots" content="noindex,nofollow">



        

        <meta property="og:title" content="LoveLambie's favorite items - Etsy" />
<meta property="og:description" content="LoveLambie's favorite items  Etsy" />
<meta property="og:url" content="http://www.etsy.com/people/LoveLambie" />


<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Etsy" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" 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/people/LoveLambie" />
<link rel="alternate" href="https://www.etsy.com/people/LoveLambie" hreflang="en" /><link rel="alternate" href="https://www.etsy.com/fi-en/people/LoveLambie" hreflang="en-FI" /><link rel="alternate" href="https://www.etsy.com/au/people/LoveLambie" hreflang="en-AU" /><link rel="alternate" href="https://www.etsy.com/ca/people/LoveLambie" hreflang="en-CA" /><link rel="alternate" href="https://www.etsy.com/dk-en/people/LoveLambie" hreflang="en-DK" /><link rel="alternate" href="https://www.etsy.com/hk-en/people/LoveLambie" hreflang="en-HK" /><link rel="alternate" href="https://www.etsy.com/ie/people/LoveLambie" hreflang="en-IE" /><link rel="alternate" href="https://www.etsy.com/il-en/people/LoveLambie" hreflang="en-IL" /><link rel="alternate" href="https://www.etsy.com/in-en/people/LoveLambie" hreflang="en-IN" /><link rel="alternate" href="https://www.etsy.com/nz/people/LoveLambie" hreflang="en-NZ" /><link rel="alternate" href="https://www.etsy.com/no-en/people/LoveLambie" hreflang="en-NO" /><link rel="alternate" href="https://www.etsy.com/sg-en/people/LoveLambie" hreflang="en-SG" /><link rel="alternate" href="https://www.etsy.com/uk/people/LoveLambie" hreflang="en-GB" /><link rel="alternate" href="https://www.etsy.com/de/people/LoveLambie" hreflang="de" /><link rel="alternate" href="https://www.etsy.com/at/people/LoveLambie" hreflang="de-AT" /><link rel="alternate" href="https://www.etsy.com/ch/people/LoveLambie" hreflang="de-CH" /><link rel="alternate" href="https://www.etsy.com/fr/people/LoveLambie" hreflang="fr" /><link rel="alternate" href="https://www.etsy.com/ca-fr/people/LoveLambie" hreflang="fr-CA" /><link rel="alternate" href="https://www.etsy.com/nl/people/LoveLambie" hreflang="nl" /><link rel="alternate" href="https://www.etsy.com/be/people/LoveLambie" hreflang="nl-BE" /><link rel="alternate" href="https://www.etsy.com/it/people/LoveLambie" hreflang="it" /><link rel="alternate" href="https://www.etsy.com/es/people/LoveLambie" hreflang="es" /><link rel="alternate" href="https://www.etsy.com/mx/people/LoveLambie" hreflang="es-MX" /><link rel="alternate" href="https://www.etsy.com/jp/people/LoveLambie" hreflang="ja" /><link rel="alternate" href="https://www.etsy.com/pl/people/LoveLambie" hreflang="pl" /><link rel="alternate" href="https://www.etsy.com/pt/people/LoveLambie" hreflang="pt" /><link rel="alternate" href="https://www.etsy.com/se/people/LoveLambie" hreflang="sv" /><link rel="alternate" href="https://www.etsy.com/people/LoveLambie" hreflang="x-default" />

        <script nonce="2M1XonXtIVY00oDW2dbfRNtx">__webpack_public_path__ = "https://www.etsy.com/ac/evergreenVendor/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"
        data-language="en-US"
        data-currency="USD"
        data-region="US"
        data-clg-theme="refresh"
    >
        <script nonce="2M1XonXtIVY00oDW2dbfRNtx">
    !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";
    var DD_RESPONSE_PASSED_EVENT_NAME = "dd_response_passed";
    var DD_RESPONSE_UNLOAD_EVENT_NAME = "dd_response_unload";

    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);
        }
    });

    window.addEventListener(DD_RESPONSE_PASSED_EVENT_NAME, function(e) {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_RESPONSE_PASSED_EVENT_NAME, true);
            window.Sentry.setTag("dd_response_type", e.detail && e.detail.responseType ? e.detail.responseType : "unknown");
        }
    });

    window.addEventListener(DD_RESPONSE_UNLOAD_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_RESPONSE_UNLOAD_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;v7_rtn_raccoon&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="2M1XonXtIVY00oDW2dbfRNtx">!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-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>

        <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>
            <button
          data-id="hamburger"
          class="wt-btn wt-btn--transparent wt-btn--icon wt-hide-lg
               wt-btn--transparent-flush-left
                         wt-mb-xs-2
               
               wt-mb-lg-0
               header-button"
          aria-controls="mobile-catnav-overlay"
          tab-index="0"
     >
          <span class="wt-screen-reader-only">
                    Browse
          </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="M21.5 16.75A.5.5 0 0 1 22 17.25V18.75A.5.5 0 0 1 21.5 19.25H2.5A.5.5 0 0 1 2 18.75V17.25A.5.5 0 0 1 2.5 16.75zM21.5 10.75A.5.5 0 0 1 22 11.25V12.75A.5.5 0 0 1 21.5 13.25H2.5A.5.5 0 0 1 2 12.75V11.25A.5.5 0 0 1 2.5 10.75zM21.5 4.75A.5.5 0 0 1 22 5.25V6.75A.5.5 0 0 1 21.5 7.25H2.5A.5.5 0 0 1 2 6.75V5.25A.5.5 0 0 1 2.5 4.75z"/></svg></span>
     </button>
            <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="M17.836 3.768A1 1 0 0 1 19.286 3.73L20.27 4.714A1 1 0 0 1 20.232 6.164L13.742 12 20.232 17.836A1 1 0 0 1 20.27 19.286L19.287 20.27A1 1 0 0 1 17.836 20.232L12 13.742 6.165 20.232A1 1 0 0 1 4.713 20.27L3.73 19.287A1 1 0 0 1 3.768 17.836L10.258 12 3.767 6.165A1 1 0 0 1 3.73 4.714L4.713 3.73A1 1 0 0 1 6.165 3.768L12 10.258z"/></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 1.5A8.5 8.5 0 0 1 17.118 14.642L21.555 18.337A2.284 2.284 0 1 1 18.339 21.554L14.643 17.118A8.5 8.5 0 1 1 10 1.5M10 5A5 5 0 1 0 10 15 5 5 0 0 0 10 5"/></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="M16.6 2A3.4 3.4 0 0 1 20 5.4V5.5C20 6.48 19.597 7.365 18.948 8H21.5A.5.5 0 0 1 22 8.5V20A2 2 0 0 1 20 22H13.5V9H10.5V22H4A2 2 0 0 1 2 20V8.5A.5.5 0 0 1 2.5 8H5.052A3.5 3.5 0 0 1 4 5.5V5.4A3.4 3.4 0 0 1 7.4 2 4.2 4.2 0 0 1 10.76 3.68L12 5.333 13.24 3.68A4.2 4.2 0 0 1 16.6 2M7.562 5A1 1 0 0 0 7.562 7H10.586L9.146 5.56A1.9 1.9 0 0 0 7.795 5zM16.205 5A1.9 1.9 0 0 0 14.855 5.56L13.415 7H16.438A1 1 0 0 0 16.439 5z"/></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--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 d="M8.75 18.5A1.75 1.75 0 1 1 8.75 22 1.75 1.75 0 0 1 8.75 18.5M17.25 18.5A1.75 1.75 0 1 1 17.25 22 1.75 1.75 0 0 1 17.25 18.5M1.75 1.001 1.96 1.006A3.2 3.2 0 0 1 3.192 1.319Q3.46 1.44 3.705 1.601 3.735 1.62 3.765 1.644L3.832 1.686A4.1 4.1 0 0 1 5.273 3.37L6.025 5H21.563A.5.5 0 0 1 22.059 5.559L21.002 14.539A1.1 1.1 0 0 1 20.037 15.502L7.337 16.968A1.25 1.25 0 0 1 5.977 16.007L3.256 4.222A1.58 1.58 0 0 0 2.644 3.302 3 3 0 0 0 2.359 3.136 1.6 1.6 0 0 0 1.72 3H1.5A.5.5 0 0 1 1 2.5V1.5A.5.5 0 0 1 1.5 1H1.72z"/></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="/featured/hub/gifts?ref=gift_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="M16.6 2A3.4 3.4 0 0 1 20 5.4V5.5C20 6.48 19.597 7.365 18.948 8H21.5A.5.5 0 0 1 22 8.5V20A2 2 0 0 1 20 22H13.5V9H10.5V22H4A2 2 0 0 1 2 20V8.5A.5.5 0 0 1 2.5 8H5.052A3.5 3.5 0 0 1 4 5.5V5.4A3.4 3.4 0 0 1 7.4 2 4.2 4.2 0 0 1 10.76 3.68L12 5.333 13.24 3.68A4.2 4.2 0 0 1 16.6 2M7.562 5A1 1 0 0 0 7.562 7H10.586L9.146 5.56A1.9 1.9 0 0 0 7.795 5zM16.205 5A1.9 1.9 0 0 0 14.855 5.56L13.415 7H16.438A1 1 0 0 0 16.439 5z"/></svg></span><span>
    Gifts
</span>
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://www.etsy.com/featured/hub/ones-to-watch?ref=Onestowatch7626_cat_nav"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    Sellers to Watch
  </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="/r/curated/etsys-best-vintage-finds?sections=1461029776888&narrow=best-vintage-finds&ref=contentful_promo_cat_nav-6"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="4" >
    Vintage
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="/r/curated/wedding-trends?sections=1474316920789&narrow=wedding-trends&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"
    
    >
    Unique Wedding Ideas
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="/giftcards?ref=contentful_promo_cat_nav-9"
    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="2M1XonXtIVY00oDW2dbfRNtx">
    var webVitals=function(e){"use strict";var t,n,i,r,o,a=function(){return window.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0]},u=function(e){if("loading"===document.readyState)return"loading";var t=a();if(t){if(e<t.domInteractive)return"loading";if(0===t.domContentLoadedEventStart||e<t.domContentLoadedEventStart)return"dom-interactive";if(0===t.domComplete||e<t.domComplete)return"dom-content-loaded"}return"complete"},c=function(e){var t=e.nodeName;return 1===e.nodeType?t.toLowerCase():t.toUpperCase().replace(/^#/,"")},s=function(e,t){var n="";try{for(;e&&9!==e.nodeType;){var i=e,r=i.id?"#"+i.id:c(i)+(i.classList&&i.classList.value&&i.classList.value.trim()&&i.classList.value.trim().length?"."+i.classList.value.trim().replace(/\s+/g,"."):"");if(n.length+r.length>(t||100)-1)return n||r;if(n=n?r+">"+n:r,i.id)break;e=i.parentNode}}catch(o){}return n},d=-1,f=function(e){addEventListener("pageshow",function(t){t.persisted&&(d=t.timeStamp,e(t))},!0)},l=function(){var e=a();return e&&e.activationStart||0},p=function(e,t){var n=a(),i="navigate";return d>=0?i="back-forward-cache":n&&(document.prerendering||l()>0?i="prerender":document.wasDiscarded?i="restore":n.type&&(i=n.type.replace(/_/g,"-"))),{name:e,value:void 0===t?-1:t,rating:"good",delta:0,entries:[],id:"v3-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:i}},v=function(e,t,n){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var i=new PerformanceObserver(function(e){Promise.resolve().then(function(){t(e.getEntries())})});return i.observe(Object.assign({type:e,buffered:!0},n||{})),i}}catch(r){}},$=function(e,t,n,i){var r,o;return function(a){var u,c;t.value>=0&&(a||i)&&((o=t.value-(r||0))||void 0===r)&&(r=t.value,t.delta=o,t.rating=(u=t.value,u>(c=n)[1]?"poor":u>c[0]?"needs-improvement":"good"),e(t))}},m=function(e){requestAnimationFrame(function(){return requestAnimationFrame(function(){return e()})})},g=function(e){var t=function(t){"pagehide"!==t.type&&"hidden"!==document.visibilityState||e(t)};addEventListener("visibilitychange",t,!0),addEventListener("pagehide",t,!0)},y=function(e){var t=!1;return function(n){t||(e(n),t=!0)}},h=-1,T=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},b=function(e){"hidden"===document.visibilityState&&h>-1&&(h="visibilitychange"===e.type?e.timeStamp:0,S())},_=function(){addEventListener("visibilitychange",b,!0),addEventListener("prerenderingchange",b,!0)},S=function(){removeEventListener("visibilitychange",b,!0),removeEventListener("prerenderingchange",b,!0)},E=function(e){document.prerendering?addEventListener("prerenderingchange",function(){return e()},!0):e()},w={passive:!0,capture:!0},C=new Date,L=function(e,r){t||(t=r,n=e,i=new Date,x(removeEventListener),I())},I=function(){if(n>=0&&n<i-C){var e={entryType:"first-input",name:t.type,target:t.target,cancelable:t.cancelable,startTime:t.timeStamp,processingStart:t.timeStamp+n};r.forEach(function(t){t(e)}),r=[]}},k=function(e){if(e.cancelable){var t,n,i,r,o,a=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?(t=a,n=e,i=function(){L(t,n),o()},r=function(){o()},o=function(){removeEventListener("pointerup",i,w),removeEventListener("pointercancel",r,w)},addEventListener("pointerup",i,w),addEventListener("pointercancel",r,w)):L(a,e)}},x=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach(function(t){return e(t,k,w)})},P=0,B=1/0,D=0,N=function(e){e.forEach(function(e){e.interactionId&&(B=Math.min(B,e.interactionId),P=(D=Math.max(D,e.interactionId))?(D-B)/7+1:0)})},R=function(){return o?P:performance.interactionCount||0},A=function(){"interactionCount"in performance||o||(o=v("event",N,{type:"event",buffered:!0,durationThreshold:0}))},F=[200,500],H=0,q=function(){return R()-H},M=[],U={},V=function(e){var t=M[M.length-1],n=U[e.interactionId];if(n||M.length<10||e.duration>t.latency){if(n)n.entries.push(e),n.latency=Math.max(n.latency,e.duration);else{var i={id:e.interactionId,latency:e.duration,entries:[e]};U[i.id]=i,M.push(i)}M.sort(function(e,t){return t.latency-e.latency}),M.splice(10).forEach(function(e){delete U[e.id]})}},j=function(e,t){t=t||{},E(function(){A();var n,i,r=p("INP"),o=function(e){e.forEach(function(e){e.interactionId&&V(e),"first-input"!==e.entryType||M.some(function(t){return t.entries.some(function(t){return e.duration===t.duration&&e.startTime===t.startTime})})||V(e)});var t,n=M[t=Math.min(M.length-1,Math.floor(q()/50))];n&&n.latency!==r.value&&(r.value=n.latency,r.entries=n.entries,i())},a=v("event",o,{durationThreshold:null!==(n=t.durationThreshold)&&void 0!==n?n:40});i=$(e,r,F,t.reportAllChanges),a&&("interactionId"in PerformanceEventTiming.prototype&&a.observe({type:"first-input",buffered:!0}),g(function(){o(a.takeRecords()),r.value<0&&q()>0&&(r.value=0,r.entries=[]),i(!0)}),f(function(){M=[],H=R(),r=p("INP"),i=$(e,r,F,t.reportAllChanges)}))})},z=[2500,4e3],G={};return e.onINP=function(e,t){j(function(t){(function(e){if(e.entries.length){var t=e.entries.sort(function(e,t){return t.duration-e.duration||t.processingEnd-t.processingStart-(e.processingEnd-e.processingStart)})[0];e.attribution={eventTarget:s(t.target),eventType:t.name,eventTime:t.startTime,eventEntry:t,loadState:u(t.startTime)}}else e.attribution={}})(t),e(t)},t)},e.onLCP=function(e,t){var n,i;n=function(t){(function(e){if(e.entries.length){var t=a();if(t){var n=t.activationStart||0,i=e.entries[e.entries.length-1],r=i.url&&performance.getEntriesByType("resource").filter(function(e){return e.name===i.url})[0],o=Math.max(0,t.responseStart-n),u=Math.max(o,r?(r.requestStart||r.startTime)-n:0),c=Math.max(u,r?r.responseEnd-n:0),d=Math.max(c,i?i.startTime-n:0),f={element:s(i.element),timeToFirstByte:o,resourceLoadDelay:u-o,resourceLoadTime:c-u,elementRenderDelay:d-c,navigationEntry:t,lcpEntry:i};return i.url&&(f.url=i.url),r&&(f.lcpResourceEntry=r),void(e.attribution=f)}}e.attribution={timeToFirstByte:0,resourceLoadDelay:0,resourceLoadTime:0,elementRenderDelay:e.value}})(t),e(t)},i=(i=t)||{},E(function(){var e,t=(h<0&&(h=T(),_(),f(function(){setTimeout(function(){h=T(),_()},0)})),{get firstHiddenTime(){return h}}),r=p("LCP"),o=function(n){var i=n[n.length-1];i&&i.startTime<t.firstHiddenTime&&(r.value=Math.max(i.startTime-l(),0),r.entries=[i],e())},a=v("largest-contentful-paint",o);if(a){e=$(n,r,z,i.reportAllChanges);var u=y(function(){G[r.id]||(o(a.takeRecords()),a.disconnect(),G[r.id]=!0,e(!0))});["keydown","click"].forEach(function(e){addEventListener(e,function(){return setTimeout(u,0)},!0)}),g(u),f(function(t){r=p("LCP"),e=$(n,r,z,i.reportAllChanges),m(function(){r.value=performance.now()-t.timeStamp,G[r.id]=!0,e(!0)})})}})},Object.defineProperty(e,"__esModule",{value:!0}),e}({});
</script>

        <script nonce="2M1XonXtIVY00oDW2dbfRNtx">
        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 : {}, {"web_performance.jquery_etsylibs_migration.contain_focus":true,"profile_dropdown_to_help_center":false,"isAppShellEnabled":true,"passesCookieBannerPreflight":false,"is_footer_ships_from_listing_page_parity_enabled":true});
            Etsy.Context.data=assign(Etsy.Context.data ? Etsy.Context.data : {}, {"is_mobile":[false,false],"should_auto_redirect":false,"locale_settings":{"language":{"code":"en-US","id":0,"name":"English (US)","translation":"English (US)","is_detected":false,"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,"is_synthetic":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":"10395eaa6b26.fd13e2b580591a4ef403.00","primary_event_name":"view_profile","request_uuid":"EunUdvGbfpXsQztQK-UI_LHpuNc7","user_is_test_account":false,"user_id":null,"css_variant":"sasquatch","runtime_analysis":false,"collage_shadow_dom_css_url":"https:\/\/www.etsy.com\/ac\/sasquatch\/css\/collage\/shadow.9749e2b0526ac6.css","vite_public_path":"https:\/\/www.etsy.com\/ac\/viteEight\/js\/en-US\/","collage_translations":{"ad":"Ad","ad_by_etsy_seller":"Ad by Etsy Seller","dismiss":"Dismiss","loading":"Loading","add_to_favorites":"Add to favorites","remove_from_favorites":"Added to favorites. Remove?","required":"Required","optional_parenthetical":"(optional)","star_seller":"Star Seller","new_tab":"Opens a new tab","static_star_rating":"Rating: {rating} out of 5 stars","static_star_rating_with_count":"Rating: {rating} out of 5 stars, {reviewCount} reviews"},"css_host":"https:\/\/www.etsy.com","guest_uaid":["48kiCubXaISkd5LqLdMdcGO_7QfT","48kiCubXaISkd5LqLdMdcGO_7QfT"],"is_app_shell":true,"csrf_nonce":"3:1783858741:FSmnsmNWyuU4eL4HhtoV0ud_hv9G:74d6fa7a393fd785f42136be662c429c7bf5e689cd963781942452b285e20816","uaid_nonce":"3:1783858741:Ew_9GZ6rSClKlJuipchpfUVj9vBw:127f7b4d6ee254b69035bf5a07e5ea11946459f12f90a7a6bc832ae36eb20e23","clientlogger":{"is_enabled":true,"endpoint":"\/clientlog","logs_per_page":6,"id":"EunUdvGbfpXsQztQK-UI_LHpuNc7","digest":"e01a6ffa8fb81c7b4f23efd305cc73fdc8c34de5","enabled_features":["info","warn","error","basic","uncaught"]},"01125905a4e5ddf2_appshell_fallback":"recs-impression","3c65557fa67e42dc_appshell_fallback":"b97ef3c871a2692ef","c5420ec98ed7db34_appshell_fallback":"b6d0bcd3190a71877","c6868f34b68e184c_appshell_fallback":"buyer-impression","imp_listener_sources":["ads","search","recs","buyer","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":true,"should_show_w2a_gated_favoriting":false,"sign_in_modal_mweb":false,"is_streamlined_sign_in_enabled":false,"is_eligible_for_local_shops_in_zero_pane":false,"zero_pane_local_shop_image_url":"","user_location_geoname_id":null,"user_location_label":"","city_suggestions":[],"local_shops_surprise_me_geoname_id":null,"in_cart_count":0,"page_type":"view_profile","clickable_nav":true,"mweb_full_screen_search_dropdown":false,"relocate_cat_nav":false,"is_eligible_for_refinement_pills_in_autosuggest":false,"mott_version":"fb819b0","catnav_show_sales":false,"catnav_gift_guide":"off","gifting_catnav_flyout_js":false,"should_show_registry_on_nav":false,"should_use_gifting_taxos_in_nav_flyout":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","google_tag_manager_async_enabled":false,"forced_data_regimes":"","has_forced_data_regimes":false,"disable_advertising_regimes":[],"configurable_consent_ui_enabled":true,"all_purposes":["Advertising"],"all_regimes":["us-gpc","consent-prompt","minimal-cookie-banner","GDPR","do-not-sell-or-share","Unknown","rest-of-world-default"],"default_consent_expiry":518400,"should_disable_advertising":false,"applicable_purposes":["Advertising"],"viewed_user_id":6413337,"show_w2a_modal":false,"storefront_enabled":true,"show_favorites_notifications_dropdown":false,"show_back_to_top_button":true});
        })();
    </script>

        <script nonce="2M1XonXtIVY00oDW2dbfRNtx">__webpack_public_path__ = "https://www.etsy.com/ac/evergreenVendor/js/en-US/";</script>

<script nonce="2M1XonXtIVY00oDW2dbfRNtx">(function() {
var asyncAvailable = true;
try {
    eval("async () => {}");
} catch(e) {
    asyncAvailable = false;
}

var falseUA = !asyncAvailable;

var clientloggerIsEnabled = true;
if (clientloggerIsEnabled) {
    if (falseUA) {
        new Image().src = '/clientlog?falseua=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/evergreenVendor/js/en-US/vendor_bundle.1e397356b19ae5cf6c49.js" type="text/javascript" nonce="2M1XonXtIVY00oDW2dbfRNtx" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/etsy_libs.a00924ad1b1aa02952ab.js" type="text/javascript" nonce="2M1XonXtIVY00oDW2dbfRNtx" 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="2M1XonXtIVY00oDW2dbfRNtx" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/app-shell/globals/index.bb3474ce084c7e3106e3.js" type="text/javascript" nonce="2M1XonXtIVY00oDW2dbfRNtx" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/@etsy-modules/ConsentManagement/Transcend-Integration.d7ee3bf56c52abad4d84.js" type="text/javascript" nonce="2M1XonXtIVY00oDW2dbfRNtx" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/user_profile/bootstrap.36f5684e62ee98b28787.js" type="text/javascript" nonce="2M1XonXtIVY00oDW2dbfRNtx" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/pages/page_follow_button.6e3116c9bca16a8aa146.js" type="text/javascript" nonce="2M1XonXtIVY00oDW2dbfRNtx" crossorigin defer></script>

        <main id="content">
            <div class="wt-sem-bg-elevation-0 wt-pl-xs-2 wt-pr-xs-2 wt-pl-md-4 wt-pr-md-4 wt-pl-lg-6 wt-pr-lg-6
            wt-body-max-width
        "
    >
    <div id="focused_search_large_header" class="wt-animated ">
    <div class="wt-body-max-width profile-header">
    <div data-profile-header class="wt-mt-xs-2 wt-mb-xs-1 wt-mt-md-3 wt-mb-md-2  wt-grid wt-flex-wrap">
        <div class="wt-order-xs-0 wt-mb-xs-1 wt-mr-md-2">
            <div class="optimized_image_sizing " data-profile-header-image>
    <img data-user-avatar-img class="wt-width-full wt-height-full wt-circle wt-overflow-hidden" src="https://i.etsystatic.com/iusa/572c26/5795645/iusa_400x400.5795645.jpg?version=0" alt="">
</div>
        </div>

        <div class="wt-order-xs-2 wt-order-md-1 wt-grid__item-xs-12 profile-header-has-buttons wt-grid__item-md-6 wt-grid__item-lg-7">
            <div class="wt-display-flex-md wt-justify-content-space-between wt-align-items-center">
    <div>
        <h1 class="wt-text-title-large wt-mr-xs-4 wt-mb-xs-1">
                <span class="fs-mask">LoveLambie</span>
        </h1>
        <div class="wt-display-flex-xs wt-align-items-center">
            <button type="button" class="wt-text-link wt-sem-text-secondary" aria-controls="profile-about-user-overlay">
                About
            </button>
        </div>
    </div>
</div>
        </div>

        <div class="wt-order-xs-1 wt-order-md-2 wt-display-flex-xs wt-justify-content-flex-end wt-align-items-flex-start wt-flex-grow-xs-1">
            <div data-clg-id="WtActionGroup" class="wt-action-group wt-list-inline follow-btn-container wt-grid" data-to-id="6413337" data-to-type="user" data-source="user_profile">
    

        <li class="wt-action-group__item-container"></li>
        <li class="wt-action-group__item-container">
        <a href="/signin?from_page=%2Fpeople%2FLoveLambie" class="wt-btn wt-btn--small wt-action-group__item" title="Follow" aria-label="Follow">
            <span class="etsy-icon wt-mr-xs-1 wt-icon--smaller wt-nudge-b-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12.696 2.5A1 1 0 0 1 13.694 3.553L13.32 10.68 20.447 10.306A1 1 0 0 1 21.5 11.304V12.696A1 1 0 0 1 20.447 13.694L13.32 13.32 13.694 20.447A1 1 0 0 1 12.696 21.5H11.304A1 1 0 0 1 10.306 20.447L10.68 13.32 3.553 13.694A1 1 0 0 1 2.5 12.696V11.304A1 1 0 0 1 3.553 10.306L10.68 10.68 10.306 3.553A1 1 0 0 1 11.304 2.5z"/></svg></span>
            Follow
            
    <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--01" aria-live="assertive" role="alert">
        <span class="wt-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>
    </li>




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

    <div data-clg-id="WtOverlay" class="wt-overlay wt-overlay--has-close-icon" id="profile-about-user-overlay" aria-hidden="true" aria-modal="false" role="dialog" aria-label="About LoveLambie" 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="M17.836 3.768A1 1 0 0 1 19.286 3.73L20.27 4.714A1 1 0 0 1 20.232 6.164L13.742 12 20.232 17.836A1 1 0 0 1 20.27 19.286L19.287 20.27A1 1 0 0 1 17.836 20.232L12 13.742 6.165 20.232A1 1 0 0 1 4.713 20.27L3.73 19.287A1 1 0 0 1 3.768 17.836L10.258 12 3.767 6.165A1 1 0 0 1 3.73 4.714L4.713 3.73A1 1 0 0 1 6.165 3.768L12 10.258z"/></svg></span>
            </button>
        
    <div>
        <div class="profile-header wt-display-flex-xs wt-mb-xs-3">
            <div class="wt-mr-xs-2">
                <div class="optimized_image_sizing " data-profile-header-image>
    <img data-user-avatar-img class="wt-width-full wt-height-full wt-circle wt-overflow-hidden" src="https://i.etsystatic.com/iusa/572c26/5795645/iusa_400x400.5795645.jpg?version=0" alt="">
</div>
            </div>
            <div>
    <h1 class="wt-text-title-large wt-mr-xs-4 wt-mb-xs-1">
        LoveLambie
    </h1>

    <div class="user-profile-details wt-display-flex-xs wt-flex-direction-column-xs wt-flex-wrap">
        <div class="wt-display-flex-xs wt-align-items-center wt-no-wrap wt-text-caption wt-mb-xs-1">
                <div class="wt-nudge-r-3 wt-text-caption wt-mr-xs-2">
                    <span class="wt-icon wt-icon--smaller wt-nudge-b-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="M12 2A8.5 8.5 0 0 1 20.5 10.5C20.5 15.555 15.192 18.27 12.782 21.588A.97.97 0 0 1 12 22C11.688 22 11.4 21.84 11.218 21.588 8.808 18.27 3.5 15.555 3.5 10.5A8.5 8.5 0 0 1 12 2M12 7.5A3 3 0 1 0 12 13.5 3 3 0 0 0 12 7.5"/></svg></span>
                    <span>Dublin, Ireland</span>
                </div>
                <span aria-hidden="true" class="ellipse-separator wt-circle wt-overflow-hidden wt-sem-bg-surface-informational-subtle wt-mr-xs-2 wt-display-inline-block"></span>
            <div data-connection-follow-count="6413337" class="followers_count wt-display-none">10</div>
            <a class="wt-text-link-no-underline wt-text-caption wt-mr-xs-2" href="/people/LoveLambie/circle?type=your&ref=profile_header"><span>0</span> Following</a>
                <span aria-hidden="true" class="ellipse-separator wt-circle wt-overflow-hidden wt-sem-bg-surface-informational-subtle wt-mr-xs-2 wt-display-inline-block"></span>
            <a class="wt-text-link-no-underline wt-text-caption" href="/people/LoveLambie/circle?type=in&ref=profile_header"><span>10</span> Followers</a>
        </div>
    </div>
</div>
        </div>

        <p class="wt-break-word">We love to source and find pretty little trinkets, one off items and quirky bits and pieces for you to treat yourself (or someone you love) with :)<br><br>We are a husband and wife duo based in Dublin, Ireland - we live in Dublins most historic quarter, just 5 mins from the famous Guinness brewery and Dublins antique quarter.<br><br>All our trinkets are sourced here in Dublin, and are generally, inexpensive bits of loveliness just made for you or that special someone.<br><br>if you are looking for something in particular just convo us, we would love to hear from you!<br><br>Happy shopping!<br><br>Love Lambie<br>XXX</p>
    </div>


        <div data-clg-id="WtOverlayFooter" class="wt-overlay__footer" >
                    <div class="wt-display-flex-xs wt-flex-direction-column-xs wt-flex-direction-row-md wt-width-full">
<button data-clg-id="WtButton" class="wt-btn wt-btn--tertiary wt-flex-xs-1" data-wt-overlay-close="">
                    Done

</button>
        </div>

        </div>

    </div>
</div>
</div>
</div>
<div data-focused-search-condensed-header id="focused_search_condensed_header" class="wt-animated wt-animated--appear-02 wt-display-none">
    <div class="wt-mt-xs-3 wt-mb-xs-2">
        <div class="wt-body-max-width wt-display-flex-xs profile-header wt-align-items-center">
    <a href="/people/LoveLambie?ref=ucl_header">
        <div class="wt-mr-xs-3">
            <div class="optimized_image_sizing user-profile-header-image--small" >
    <img data-user-avatar-img class="wt-width-full wt-height-full wt-circle wt-overflow-hidden" src="https://i.etsystatic.com/iusa/572c26/5795645/iusa_400x400.5795645.jpg?version=0" alt="">
</div>
        </div>
    </a>

    <div class="wt-mr-xs-2">
        <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-flex-wrap">
            <h1 class="wt-text-title-01 wt-mr-xs-1 fs-mask">LoveLambie</h1>
        </div>
        <a href="/people/LoveLambie?ref=ucl_header" class="wt-text-caption view-profile-link">View profile</a>
    </div>

</div>
    </div>
    <div class="wt-bb-xs wt-viewport-width-full wt-mb-xs-2"></div>
</div>
    <div data-sticky-header-wrapper class="wt-animated " >
        <div data-sticky-header class="wt-mb-xs-1">
            <div class="wt-pt-xs-1">
    <div
        class="tabbed-nav-outer wt-position-relative wt-overflow-hidden"
        data-tabbed-nav-bar
        data-linklist-container
        >

        <fieldset data-tabbed-nav-inner class="wt-pb-xs-2 tabbed-nav-inner ">

            <div class="wt-body-max-width fit-min-width-to-content">
                <div data-tabbed-nav-ul class="tabbed-nav-container wt-action-group wt-action-group--image fit-width-to-content wt-list-inline wt-flex-nowrap wt-overflow-y-hidden  container-spacing wt-align-items-flex-start">
                    <a href="/people/LoveLambie?tab=items&ref=cl_favorite-images" class="disabled">
    <span class="wt-p-xs-0 wt-m-xs-0 nav-group-item favorite-items-tab nav-profile
    is-active"
    data-tab-title="items"
    data-tab-tile
    aria-selected="true"
    >

    <input type="radio" id="tab-tile-1--items" name="radio_group_1" checked autocomplete="off"/>
    <label for="tab-tile-1--items">

    <div class="border-tile"></div>
        <div class="tab-tile wt-rounded-03 wt-overflow-hidden wt-display-flex-xs wt-justify-content-center wt-align-items-center">



                    <img class="wt-width-full" src="https://i.etsystatic.com/5703828/r/il/48354c/261067854/il_170x135.261067854.jpg" alt="">
            <div class="wt-position-absolute wt-position-right wt-position-bottom wt-mr-xs-2 wt-mb-xs-2">
<span data-clg-id="WtBadge" class="wt-badge wt-badge--default wt-badge--small wt-badge--border wt-nudge-b-3 wt-nudge-r-3">
                    <div class="wt-display-flex-xs wt-align-items-center wt-text-center-xs">
                    <p class="wt-sem-text-primary">
                            <span class="wt-icon wt-icon--core wt-icon--smallest-xs wt-flex-shrink-xs-0 wt-mr-xs-0" data-private-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="M12 2C17.523 2 23 6.477 23 12S17.523 22 12 22C5.477 22 1 17.523 1 12S5.477 2 12 2M9.948 16C10.444 18.14 11.257 19.606 11.904 19.74L12 19.75C12.66 19.75 13.53 18.247 14.05 16zM4.408 16C5.33 17.448 6.778 18.602 8.658 19.23Q8.437 18.75 8.254 18.236A16 16 0 0 1 7.644 16zM16.354 16C16.191 16.817 15.984 17.57 15.747 18.235Q15.6 18.645 15.43 19.035A9.7 9.7 0 0 0 18.086 17.381C18.57 16.955 18.996 16.49 19.357 16zM3.4 10.5A7.6 7.6 0 0 0 3.4 13.5H7.306Q7.25 12.765 7.25 12 7.251 11.235 7.306 10.5zM9.564 10.5C9.535 10.859 9.512 11.227 9.504 11.602L9.5 12Q9.501 12.771 9.562 13.5H14.439A18.5 18.5 0 0 0 14.439 10.5zM16.694 10.5A21 21 0 0 1 16.694 13.5H20.561Q20.749 12.762 20.75 12 20.748 11.238 20.561 10.5zM8.66 4.769C6.78 5.396 5.33 6.552 4.407 8H7.645C7.809 7.183 8.017 6.43 8.254 5.765 8.376 5.423 8.51 5.088 8.659 4.769M12 4.25C11.34 4.25 10.467 5.753 9.946 8H14.051C13.53 5.753 12.66 4.25 12 4.25M15.429 4.964Q15.6 5.355 15.746 5.764C15.983 6.432 16.191 7.185 16.356 8H19.357A8.8 8.8 0 0 0 18.086 6.62 9.7 9.7 0 0 0 15.429 4.963"/></svg></span>
                        <span class="wt-nudge-t-1">
                            51
                        </span>
                    </p>
                </div>

</span>
            </div>
        </div>
    </label>

    <div class="wt-mb-xs-2 wt-display-flex-xs wt-flex-direction-column-xs wt-align-items-center tab-details-container">
        <div class="wt-display-flex-xs wt-align-items-flex-start wt-text-center-xs">
            <p class="wt-text-caption-title  wt-break-word tab-title">
                Favorite items
            </p>
        </div>
    </div>
</span>
</a><a href="/people/LoveLambie?tab=shops" class="disabled" rel="nofollow">
    <span class="wt-p-xs-0 wt-m-xs-0 nav-group-item  nav-profile
    "
    data-tab-title="shops"
    data-tab-tile
    aria-selected="false"
    >

    <input type="radio" id="tab-tile-2--shops" name="radio_group_1"  autocomplete="off"/>
    <label for="tab-tile-2--shops">

    <div class="border-tile"></div>
        <div class="tab-tile wt-rounded-03 wt-overflow-hidden wt-display-flex-xs wt-justify-content-center wt-align-items-center">



                        <img class="wt-width-full" src="https://i.etsystatic.com/5784171/r/il/768386/6501851942/il_170x135.6501851942_hmtv.jpg" alt="">

            <div class="wt-position-absolute wt-position-right wt-position-bottom wt-mr-xs-2 wt-mb-xs-2">
<span data-clg-id="WtBadge" class="wt-badge wt-badge--default wt-badge--small wt-badge--border wt-nudge-b-3 wt-nudge-r-3">
                    <div class="wt-display-flex-xs wt-align-items-center wt-text-center-xs">
                    <p class="wt-sem-text-primary">
                            <span class="wt-icon wt-icon--core wt-icon--smallest-xs wt-flex-shrink-xs-0 wt-mr-xs-0"><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="M12 2C17.523 2 23 6.477 23 12S17.523 22 12 22C5.477 22 1 17.523 1 12S5.477 2 12 2M9.948 16C10.444 18.14 11.257 19.606 11.904 19.74L12 19.75C12.66 19.75 13.53 18.247 14.05 16zM4.408 16C5.33 17.448 6.778 18.602 8.658 19.23Q8.437 18.75 8.254 18.236A16 16 0 0 1 7.644 16zM16.354 16C16.191 16.817 15.984 17.57 15.747 18.235Q15.6 18.645 15.43 19.035A9.7 9.7 0 0 0 18.086 17.381C18.57 16.955 18.996 16.49 19.357 16zM3.4 10.5A7.6 7.6 0 0 0 3.4 13.5H7.306Q7.25 12.765 7.25 12 7.251 11.235 7.306 10.5zM9.564 10.5C9.535 10.859 9.512 11.227 9.504 11.602L9.5 12Q9.501 12.771 9.562 13.5H14.439A18.5 18.5 0 0 0 14.439 10.5zM16.694 10.5A21 21 0 0 1 16.694 13.5H20.561Q20.749 12.762 20.75 12 20.748 11.238 20.561 10.5zM8.66 4.769C6.78 5.396 5.33 6.552 4.407 8H7.645C7.809 7.183 8.017 6.43 8.254 5.765 8.376 5.423 8.51 5.088 8.659 4.769M12 4.25C11.34 4.25 10.467 5.753 9.946 8H14.051C13.53 5.753 12.66 4.25 12 4.25M15.429 4.964Q15.6 5.355 15.746 5.764C15.983 6.432 16.191 7.185 16.356 8H19.357A8.8 8.8 0 0 0 18.086 6.62 9.7 9.7 0 0 0 15.429 4.963"/></svg></span>
                        <span class="wt-nudge-t-1">
                            61
                        </span>
                    </p>
                </div>

</span>
            </div>
        </div>
    </label>

    <div class="wt-mb-xs-2 wt-display-flex-xs wt-flex-direction-column-xs wt-align-items-center tab-details-container">
        <div class="wt-display-flex-xs wt-align-items-flex-start wt-text-center-xs">
            <p class="wt-text-caption-title  wt-break-word tab-title">
                Favorite shops
            </p>
        </div>
    </div>
</span>
</a>
                    <div class="loading-spinner wt-display-flex-xs wt-align-items-center wt-p-xs-1" data-lists-loading-state-container>
                        <div class="wt-spinner wt-spinner--01 wt-animated wt-animated--is-hidden" data-lists-loading-state>
                            <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>
            </div>

        </fieldset>

        <div class="tabbed-nav-arrows wt-flex-direction-row ie-11-only wt-position-absolute wt-position-right wt-pr-xs-4">
<button data-clg-id="WtButton" class="wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-btn--small arrow-button left-arrow-button wt-nudge-r-2 wt-shadow-elevation-3 wt-z-index-2 pointer-events-none wt-animated wt-animated--is-hidden" tabindex="-1">
                    <span class="wt-icon icon-smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9.413 5.285A.5.5 0 0 1 10.12 5.285L10.228 5.393A.5.5 0 0 1 10.332 5.95L8.15 10.857 19.933 10.072A1 1 0 0 1 21 11.07V12.932A1 1 0 0 1 19.933 13.93L8.15 13.143 10.332 18.05A.5.5 0 0 1 10.228 18.607L10.118 18.717A.5.5 0 0 1 9.41 18.718L3.266 12.572A.75.75 0 0 1 3.047 12.041V11.96C3.047 11.764 3.126 11.572 3.267 11.432z"/></svg></span>

</button>

<button data-clg-id="WtButton" class="wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-btn--small arrow-button right-arrow-button wt-shadow-elevation-3 wt-z-index-2 pointer-events-none wt-animated wt-animated--is-hidden" tabindex="-1">
                    <span class="wt-icon icon-smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.587 5.285A.5.5 0 0 0 13.88 5.285L13.772 5.393A.5.5 0 0 0 13.668 5.95L15.85 10.857 4.067 10.072A1 1 0 0 0 3 11.07V12.932A1 1 0 0 0 4.067 13.93L15.85 13.143 13.67 18.05A.5.5 0 0 0 13.772 18.607L13.882 18.717A.5.5 0 0 0 14.59 18.718L20.734 12.572A.75.75 0 0 0 20.953 12.041V11.96A.75.75 0 0 0 20.733 11.432z"/></svg></span>

</button>
        </div>

        <div class="fade-pills fade-pills-left ie-11-only wt-position-absolute wt-position-left wt-visibility-hidden wt-z-index-1"></div>
        <div class="fade-pills fade-pills-right ie-11-only wt-position-absolute wt-position-right wt-z-index-1"></div>
    </div>
</div>
        </div>
    </div>

    <div class="wt-body-max-width">
        <div id="favorite-items-content">
            <div class="wt-display-flex-xs wt-flex-direction-column-xs wt-max-width-sm wt-align-items-center wt-pl-xs-5 wt-pr-xs-5 wt-pt-xs-3">
    <span class="wt-icon wt-icon--brand wt-icon--brand-empty"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" aria-hidden="true" focusable="false"><path d="M33 8.5A24.5 24.5 0 1 0 57.5 33 24.53 24.53 0 0 0 33 8.5M33 55.5A22.5 22.5 0 1 1 55.5 33 22.525 22.525 0 0 1 33 55.5"/><path d="M92.957 82.457 68.292 60.532 70.707 58.117 69.293 56.7 66.793 59.2 56.837 50.35A29.542 29.542 0 1 0 50.35 56.837L59.2 66.795 56.789 69.206 58.2 70.62 60.528 68.292 82.457 92.957zM5.5 33A27.5 27.5 0 1 1 33 60.5 27.53 27.53 0 0 1 5.5 33M51.93 55.6A30 30 0 0 0 55.6 51.93L65.375 60.619 60.616 65.378zM66.875 61.946 70.891 65.516 65.519 70.888 61.949 66.872z"/><path d="M48.37 30.748 51.832 25.554 50.168 24.445 46.823 29.462A32.7 32.7 0 0 0 42.323 26.462L44.923 20.396 43.085 19.608 40.532 25.566A20.6 20.6 0 0 0 35.032 23.916L35.99 18.166 34.017 17.837 33.032 23.746A15.6 15.6 0 0 0 28.986 24.162C18.7 26.627 17 39.844 16.929 40.405L18.914 40.645C18.926 40.545 19.869 33.235 24.4 28.905A8.75 8.75 0 1 0 36.594 26.3C44.481 28.42 50.672 35.9 50.752 36L52.3 34.734A36 36 0 0 0 48.37 30.748"/></svg></span>
        <p class="wt-text-heading wt-sem-text-primary wt-pt-xs-5 wt-pb-xs-1 wt-text-center-xs">Nothing to see here yet</p>
        <p class="wt-text-body-01 wt-sem-text-secondary wt-text-center-xs">Looks like LoveLambie hasn't added any favorite items. Check back again later!</p>
</div>
            
                <div class="wt-bb-xs wt-viewport-width-full"></div>

            <div>
                <div data-async-favorites-modules data-favorites-similar-listings class="wt-mb-xs-3">
                    
                </div>
                <div data-async-favorites-modules data-favorites-collection-recs class="wt-mb-xs-3">
                    <div data-appears-component-name="Etsy-Modules-CollectionRecs-Common-ViewFactory" data-appears-event-data='{"module_placement":"cl_fave_lists_recs","datasets":["collection_recs_exeggutor"],"targets":[22948616,22948616,22948616,22948616],"logging_class":"Etsy\\Modules\\CollectionRecs\\Common\\ViewFactory","page_listing_id":22948616,"mmx_request_uuid_map":[],"candidate_source_map":{"etsyweb-az:collection_recs_exeggutor":[0,1,2,3]},"second_pass_ranker_map":[],"client_provided_features":{"browser":{"acceptLanguage":"en-US","browser":"unidentified","currency":"USD","localeRegion":"US","operatingSystem":"unidentified","platform":"desktop","platformEtsyApp":"web","platformMobileDevice":"unidentified","source":"directLanding"},"date_time":{"dayOfWeek":"7","hourOfDay":"12"},"user":{"locationLatitude":37.75099999999999766941982670687139034271240234375,"locationLongitude":-97.8220000000000027284841053187847137451171875,"locationZip":"unidentified","userPreferredLanguage":"en-US"}},"scores":[],"datasets_map":{"collection_recs_exeggutor":[0,1,2,3]},"displayed_listings":[[159125097,69696098,22948616,90951231],[22948616,98689622,1152484168,758992738],[150086084,1798151179,22948616,93221240],[22948616,774964800,1110413206,1215263592]],"refTag":"cl_fave_lists_recs","recs_types":["collection","collection","collection","collection"],"collection_ids":[605913,125258759,117662816,46789026],"creator_ids":[7065273,19198076,735120953,125342558],"slugs":["jewelry","rings-i-dig","rings","jewellery"],"ranks":[3,1,2,4],"rec_event_name":"recommendations_module"}' class='recs-appears-logger'>
<div class=''>
  <div class="wt-nudge-t-1 wt-mb-xl-6 wt-mb-lg-8 wt-mb-md-2 wt-mb-xs-6 ">
        <div class="wt-display-flex-xs wt-flex-direction-column-xs wt-flex-direction-row-lg wt-text-center-xs wt-text-left-md">
    
        <h3 class="wt-text-wrap wt-text-title-larger">Collections we think you'll love</h3>
        
    
</div>
        
            <div class="two_by_two_cards wt-mt-xs-5 collection-card-grid  css-grid-four   wt-pl-md-1 wt-pr-md-1 
                        ">
                <div class="wt-block-grid__item collection-card-container-v2 wt-display-flex-xs wt-width-full wt-justify-content-center wt-pb-xs-5 wt-pb-lg-0 wt-pb-xl-1 wt-nudge-b-2 wt-pt-xs-0 extra-padding">
    <div class="wt-width-full collection-card-container-max-width--taller">
        <div class="wt-card wt-width-full wt-overflow-hidden no-shadow">
            <div class="wt-rounded-02 wt-overflow-hidden wt-card__inner collection-card-image-container-v2--taller">
                <div class="wt-display-flex-xs wt-height-full">
                    
                        <div class="wt-flex-xs-2 hide-alt-text">
                            <a href="https://www.etsy.com/listing/159125097/hand-stamped-name-necklace-with-kids?external=1&ref=cl_recs_fave_lists_listings-listing-0&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " >
                              <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #A5A6A7" title="Hand stamped name necklace with kids names sterling silver mommy">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/6959016/r/il/5771db/488476260/il_300x300.488476260_dg8x.jpg"
    alt="Hand stamped name necklace with kids names sterling silver mommy"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/6959016/r/il/5771db/488476260/il_200x200.488476260_dg8x.jpg 200w, https://i.etsystatic.com/6959016/r/il/5771db/488476260/il_300x300.488476260_dg8x.jpg 300w, https://i.etsystatic.com/6959016/r/il/5771db/488476260/il_600x600.488476260_dg8x.jpg 600w"
/>
                                </div>
                            </a>
                            <div class="wt-sem-bg-elevation-0 card-image-horizontal-spacer">
                                <div class="wt-sem-bg-elevation-0 wt-position-absolute card-image-horizontal-spacer wt-align-self-center"></div>
                            </div>
                            <a href="https://www.etsy.com/listing/69696098/dainty-star-necklace-silver-star?external=1&ref=cl_recs_fave_lists_listings-listing-1&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Dainty Star Necklace, Silver Star Necklace, Lucky Necklace, Everyday, Layering Necklace, Child&#39;s Necklace, Silver or Gold Chain" >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #756362">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/6096289/r/il/f6eab5/1396086468/il_300x300.1396086468_fdu8.jpg"
    alt="Dainty Star Necklace, Silver Star Necklace, Lucky Necklace, Everyday, Layering Necklace, Child&#39;s Necklace, Silver or Gold Chain"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/6096289/r/il/f6eab5/1396086468/il_200x200.1396086468_fdu8.jpg 200w, https://i.etsystatic.com/6096289/r/il/f6eab5/1396086468/il_300x300.1396086468_fdu8.jpg 300w, https://i.etsystatic.com/6096289/r/il/f6eab5/1396086468/il_600x600.1396086468_fdu8.jpg 600w"
/>
                                </div>
                            </a>
                        </div>
                        <div class="card-image-vertical-spacer-v2 wt-sem-bg-elevation-0"></div>
                        <div class="wt-flex-xs-2">
                          <a href="https://www.etsy.com/listing/22948616/handmade-oval-red-garnet-ring-in-14k?external=1&ref=cl_recs_fave_lists_listings-listing-2&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Handmade Oval Red Garnet Ring in 14k Yellow Gold Bezel Setting" >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #A5A39A">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_300x300.316494181.jpg"
    alt="Handmade Oval Red Garnet Ring in 14k Yellow Gold Bezel Setting"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_200x200.316494181.jpg 200w, https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_300x300.316494181.jpg 300w, https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_600x600.316494181.jpg 600w"
/>
                                </div>
                            </a>
                            <div class="wt-sem-bg-elevation-0 card-image-horizontal-spacer">
                                <div class="wt-sem-bg-elevation-0 wt-position-absolute wt-align-self-center"></div>
                            </div>
                            <a href="https://www.etsy.com/listing/90951231/small-14k-gold-filled-spiral-threader?external=1&ref=cl_recs_fave_lists_listings-listing-3&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Small 14k Gold Filled Spiral Threader Earrings: Minimalist Style" >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #6B6C6B">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5218806/r/il/96298c/7230252134/il_300x300.7230252134_lmh4.jpg"
    alt="Small 14k Gold Filled Spiral Threader Earrings: Minimalist Style"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5218806/r/il/96298c/7230252134/il_200x200.7230252134_lmh4.jpg 200w, https://i.etsystatic.com/5218806/r/il/96298c/7230252134/il_300x300.7230252134_lmh4.jpg 300w, https://i.etsystatic.com/5218806/r/il/96298c/7230252134/il_600x600.7230252134_lmh4.jpg 600w"
/>
                                </div>
                            </a>
                        </div>
                    
                    
                </div>
            </div>
        </div>
              <div class="wt-card wt-card--contained wt-width-full no-shadow recent-list-title wt-nudge-t-1 wt-pl-xs-1">
      <div class="wt-card__inner wt-b-xs-none recent-card wt-display-flex-xs cl-recs-border-radius-none">
          <a href="https://www.etsy.com/people/alstegman/favorites/jewelry?ref=cl_fave_lists_recs-0&anchor_to_listings=0&rerank_collection=&dataset=" class="wt-card__link wt-display-flex-xs wt-flex-direction-column-xs wt-width-full wt-justify-content-space-between " target='_blank'>
              <div class="wt-display-inline-flex-xs wt-justify-content-space-between">
                  <div class="wt-display-inline-flex-xs wt-align-items-center wt-text-truncate">
                      <p class="wt-text-truncate wt-text-title-01">jewelry</p>
                          <div class="wt-mr-xs-2 wt-nudge-l-2 wt-display-inline">
                              <p class="wt-text-title-01 wt-arrow-link wt-arrow-link--forward wt-hide-sm wt-show-md"></p>
                              <span class="etsy-icon wt-show-xs wt-hide-md"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.587 5.285A.5.5 0 0 0 13.88 5.285L13.772 5.393A.5.5 0 0 0 13.668 5.95L15.85 10.857 4.067 10.072A1 1 0 0 0 3 11.07V12.932A1 1 0 0 0 4.067 13.93L15.85 13.143 13.67 18.05A.5.5 0 0 0 13.772 18.607L13.882 18.717A.5.5 0 0 0 14.59 18.718L20.734 12.572A.75.75 0 0 0 20.953 12.041V11.96A.75.75 0 0 0 20.733 11.432z"/></svg></span>
                          </div>
                  </div>
                  <p class="wt-text-caption wt-display-flex-xs wt-align-items-center wt-sem-text-secondary wt-mr-xs-1 wt-flex-shrink-xs-0">
                      <span>
                      </span>
                      <span class="wt-mr-xs-1 wt-nudge-l-2">
                          35 items
                      </span>
                  </p>
              </div>
          </a>
      </div>
  </div>
    </div>
</div><div class="wt-block-grid__item collection-card-container-v2 wt-display-flex-xs wt-width-full wt-justify-content-center wt-pb-xs-5 wt-pb-lg-0 wt-pb-xl-1 wt-nudge-b-2 wt-pt-xs-0 extra-padding">
    <div class="wt-width-full collection-card-container-max-width--taller">
        <div class="wt-card wt-width-full wt-overflow-hidden no-shadow">
            <div class="wt-rounded-02 wt-overflow-hidden wt-card__inner collection-card-image-container-v2--taller">
                <div class="wt-display-flex-xs wt-height-full">
                    
                        <div class="wt-flex-xs-2 hide-alt-text">
                            <a href="https://www.etsy.com/listing/22948616/handmade-oval-red-garnet-ring-in-14k?external=1&ref=cl_recs_fave_lists_listings-listing-0&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " >
                              <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #A5A39A" title="Handmade Oval Red Garnet Ring in 14k Yellow Gold Bezel Setting">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_300x300.316494181.jpg"
    alt="Handmade Oval Red Garnet Ring in 14k Yellow Gold Bezel Setting"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_200x200.316494181.jpg 200w, https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_300x300.316494181.jpg 300w, https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_600x600.316494181.jpg 600w"
/>
                                </div>
                            </a>
                            <div class="wt-sem-bg-elevation-0 card-image-horizontal-spacer">
                                <div class="wt-sem-bg-elevation-0 wt-position-absolute card-image-horizontal-spacer wt-align-self-center"></div>
                            </div>
                            <a href="https://www.etsy.com/listing/98689622/cubic-zirconia-10mm-wide-band-ring-10mm?external=1&ref=cl_recs_fave_lists_listings-listing-1&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Cubic Zirconia 10mm Wide Band Ring, 10mm Forged Wedding Band, Forged, Sterling Silver" >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #838478">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5713676/r/il/e5997d/332810773/il_300x300.332810773.jpg"
    alt="Cubic Zirconia 10mm Wide Band Ring, 10mm Forged Wedding Band, Forged, Sterling Silver"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5713676/r/il/e5997d/332810773/il_200x200.332810773.jpg 200w, https://i.etsystatic.com/5713676/r/il/e5997d/332810773/il_300x300.332810773.jpg 300w, https://i.etsystatic.com/5713676/r/il/e5997d/332810773/il_600x600.332810773.jpg 600w"
/>
                                </div>
                            </a>
                        </div>
                        <div class="card-image-vertical-spacer-v2 wt-sem-bg-elevation-0"></div>
                        <div class="wt-flex-xs-2">
                          <a href="https://www.etsy.com/listing/1152484168/14kt-gold-amethyst-ring-square-cushion?external=1&ref=cl_recs_fave_lists_listings-listing-2&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="14kt Gold Amethyst Ring: Square Cushion Cut, February Birthstone" >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #D0BF9A">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/33006998/r/il/fc2821/4192795492/il_300x300.4192795492_odpw.jpg"
    alt="14kt Gold Amethyst Ring: Square Cushion Cut, February Birthstone"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/33006998/r/il/fc2821/4192795492/il_200x200.4192795492_odpw.jpg 200w, https://i.etsystatic.com/33006998/r/il/fc2821/4192795492/il_300x300.4192795492_odpw.jpg 300w, https://i.etsystatic.com/33006998/r/il/fc2821/4192795492/il_600x600.4192795492_odpw.jpg 600w"
/>
                                </div>
                            </a>
                            <div class="wt-sem-bg-elevation-0 card-image-horizontal-spacer">
                                <div class="wt-sem-bg-elevation-0 wt-position-absolute wt-align-self-center"></div>
                            </div>
                            <a href="https://www.etsy.com/listing/758992738/green-tourmaline-and-rhodolite-ring?external=1&ref=cl_recs_fave_lists_listings-listing-3&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Green Tourmaline and Rhodolite Ring, Green Tourmaline Ring, 18k Gold and Sterling Silver, Size 6.75" >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #7D7B60">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5556029/r/il/4ee169/2163464968/il_300x300.2163464968_jd6z.jpg"
    alt="Green Tourmaline and Rhodolite Ring, Green Tourmaline Ring, 18k Gold and Sterling Silver, Size 6.75"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5556029/r/il/4ee169/2163464968/il_200x200.2163464968_jd6z.jpg 200w, https://i.etsystatic.com/5556029/r/il/4ee169/2163464968/il_300x300.2163464968_jd6z.jpg 300w, https://i.etsystatic.com/5556029/r/il/4ee169/2163464968/il_600x600.2163464968_jd6z.jpg 600w"
/>
                                </div>
                            </a>
                        </div>
                    
                    
                </div>
            </div>
        </div>
              <div class="wt-card wt-card--contained wt-width-full no-shadow recent-list-title wt-nudge-t-1 wt-pl-xs-1">
      <div class="wt-card__inner wt-b-xs-none recent-card wt-display-flex-xs cl-recs-border-radius-none">
          <a href="https://www.etsy.com/people/princesschiplet/favorites/rings-i-dig?ref=cl_fave_lists_recs-1&anchor_to_listings=0&rerank_collection=&dataset=" class="wt-card__link wt-display-flex-xs wt-flex-direction-column-xs wt-width-full wt-justify-content-space-between " target='_blank'>
              <div class="wt-display-inline-flex-xs wt-justify-content-space-between">
                  <div class="wt-display-inline-flex-xs wt-align-items-center wt-text-truncate">
                      <p class="wt-text-truncate wt-text-title-01">rings i dig ✨️</p>
                          <div class="wt-mr-xs-2 wt-nudge-l-2 wt-display-inline">
                              <p class="wt-text-title-01 wt-arrow-link wt-arrow-link--forward wt-hide-sm wt-show-md"></p>
                              <span class="etsy-icon wt-show-xs wt-hide-md"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.587 5.285A.5.5 0 0 0 13.88 5.285L13.772 5.393A.5.5 0 0 0 13.668 5.95L15.85 10.857 4.067 10.072A1 1 0 0 0 3 11.07V12.932A1 1 0 0 0 4.067 13.93L15.85 13.143 13.67 18.05A.5.5 0 0 0 13.772 18.607L13.882 18.717A.5.5 0 0 0 14.59 18.718L20.734 12.572A.75.75 0 0 0 20.953 12.041V11.96A.75.75 0 0 0 20.733 11.432z"/></svg></span>
                          </div>
                  </div>
                  <p class="wt-text-caption wt-display-flex-xs wt-align-items-center wt-sem-text-secondary wt-mr-xs-1 wt-flex-shrink-xs-0">
                      <span>
                      </span>
                      <span class="wt-mr-xs-1 wt-nudge-l-2">
                          21 items
                      </span>
                  </p>
              </div>
          </a>
      </div>
  </div>
    </div>
</div><div class="wt-block-grid__item collection-card-container-v2 wt-display-flex-xs wt-width-full wt-justify-content-center wt-pb-xs-5 wt-pb-lg-0 wt-pb-xl-1 wt-nudge-b-2 wt-pt-xs-0 extra-padding">
    <div class="wt-width-full collection-card-container-max-width--taller">
        <div class="wt-card wt-width-full wt-overflow-hidden no-shadow">
            <div class="wt-rounded-02 wt-overflow-hidden wt-card__inner collection-card-image-container-v2--taller">
                <div class="wt-display-flex-xs wt-height-full">
                    
                        <div class="wt-flex-xs-2 hide-alt-text">
                            <a href="https://www.etsy.com/listing/150086084/handmade-asscher-cut-pink-spinel-ring?external=1&ref=cl_recs_fave_lists_listings-listing-0&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " >
                              <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #8A7971" title="Handmade Asscher Cut Pink Spinel Ring: 14k Yellow Gold Engagement Ring">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5263754/r/il/7a8351/455104988/il_300x300.455104988_ojo4.jpg"
    alt="Handmade Asscher Cut Pink Spinel Ring: 14k Yellow Gold Engagement Ring"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5263754/r/il/7a8351/455104988/il_200x200.455104988_ojo4.jpg 200w, https://i.etsystatic.com/5263754/r/il/7a8351/455104988/il_300x300.455104988_ojo4.jpg 300w, https://i.etsystatic.com/5263754/r/il/7a8351/455104988/il_600x600.455104988_ojo4.jpg 600w"
/>
                                </div>
                            </a>
                            <div class="wt-sem-bg-elevation-0 card-image-horizontal-spacer">
                                <div class="wt-sem-bg-elevation-0 wt-position-absolute card-image-horizontal-spacer wt-align-self-center"></div>
                            </div>
                            <a href="https://www.etsy.com/listing/1798151179/handmade-black-moonstone-smiling-face?external=1&ref=cl_recs_fave_lists_listings-listing-1&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Handmade Black Moonstone Smiling Face Ring: 14k Rose Gold Bezel" >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #A39F93">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5263754/r/il/2064fa/174883476/il_300x300.174883476.jpg"
    alt="Handmade Black Moonstone Smiling Face Ring: 14k Rose Gold Bezel"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5263754/r/il/2064fa/174883476/il_200x200.174883476.jpg 200w, https://i.etsystatic.com/5263754/r/il/2064fa/174883476/il_300x300.174883476.jpg 300w, https://i.etsystatic.com/5263754/r/il/2064fa/174883476/il_600x600.174883476.jpg 600w"
/>
                                </div>
                            </a>
                        </div>
                        <div class="card-image-vertical-spacer-v2 wt-sem-bg-elevation-0"></div>
                        <div class="wt-flex-xs-2">
                          <a href="https://www.etsy.com/listing/22948616/handmade-oval-red-garnet-ring-in-14k?external=1&ref=cl_recs_fave_lists_listings-listing-2&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Handmade Oval Red Garnet Ring in 14k Yellow Gold Bezel Setting" >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #A5A39A">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_300x300.316494181.jpg"
    alt="Handmade Oval Red Garnet Ring in 14k Yellow Gold Bezel Setting"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_200x200.316494181.jpg 200w, https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_300x300.316494181.jpg 300w, https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_600x600.316494181.jpg 600w"
/>
                                </div>
                            </a>
                            <div class="wt-sem-bg-elevation-0 card-image-horizontal-spacer">
                                <div class="wt-sem-bg-elevation-0 wt-position-absolute wt-align-self-center"></div>
                            </div>
                            <a href="https://www.etsy.com/listing/93221240/handmade-cushion-moissanite-ring-14k?external=1&ref=cl_recs_fave_lists_listings-listing-3&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Handmade Cushion Moissanite Ring – 14k Rose Gold Bezel Set Ethical Diamond Alternative Engagement Ring" >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #70655B">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5263754/r/il/237a9a/276286287/il_300x300.276286287.jpg"
    alt="Handmade Cushion Moissanite Ring – 14k Rose Gold Bezel Set Ethical Diamond Alternative Engagement Ring"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5263754/r/il/237a9a/276286287/il_200x200.276286287.jpg 200w, https://i.etsystatic.com/5263754/r/il/237a9a/276286287/il_300x300.276286287.jpg 300w, https://i.etsystatic.com/5263754/r/il/237a9a/276286287/il_600x600.276286287.jpg 600w"
/>
                                </div>
                            </a>
                        </div>
                    
                    
                </div>
            </div>
        </div>
              <div class="wt-card wt-card--contained wt-width-full no-shadow recent-list-title wt-nudge-t-1 wt-pl-xs-1">
      <div class="wt-card__inner wt-b-xs-none recent-card wt-display-flex-xs cl-recs-border-radius-none">
          <a href="https://www.etsy.com/people/nepnbd3igpld149a/favorites/rings?ref=cl_fave_lists_recs-2&anchor_to_listings=0&rerank_collection=&dataset=" class="wt-card__link wt-display-flex-xs wt-flex-direction-column-xs wt-width-full wt-justify-content-space-between " target='_blank'>
              <div class="wt-display-inline-flex-xs wt-justify-content-space-between">
                  <div class="wt-display-inline-flex-xs wt-align-items-center wt-text-truncate">
                      <p class="wt-text-truncate wt-text-title-01">Rings</p>
                          <div class="wt-mr-xs-2 wt-nudge-l-2 wt-display-inline">
                              <p class="wt-text-title-01 wt-arrow-link wt-arrow-link--forward wt-hide-sm wt-show-md"></p>
                              <span class="etsy-icon wt-show-xs wt-hide-md"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.587 5.285A.5.5 0 0 0 13.88 5.285L13.772 5.393A.5.5 0 0 0 13.668 5.95L15.85 10.857 4.067 10.072A1 1 0 0 0 3 11.07V12.932A1 1 0 0 0 4.067 13.93L15.85 13.143 13.67 18.05A.5.5 0 0 0 13.772 18.607L13.882 18.717A.5.5 0 0 0 14.59 18.718L20.734 12.572A.75.75 0 0 0 20.953 12.041V11.96A.75.75 0 0 0 20.733 11.432z"/></svg></span>
                          </div>
                  </div>
                  <p class="wt-text-caption wt-display-flex-xs wt-align-items-center wt-sem-text-secondary wt-mr-xs-1 wt-flex-shrink-xs-0">
                      <span>
                      </span>
                      <span class="wt-mr-xs-1 wt-nudge-l-2">
                          8 items
                      </span>
                  </p>
              </div>
          </a>
      </div>
  </div>
    </div>
</div><div class="wt-block-grid__item collection-card-container-v2 wt-display-flex-xs wt-width-full wt-justify-content-center wt-pb-xs-5 wt-pb-lg-0 wt-pb-xl-1 wt-nudge-b-2 wt-pt-xs-0 extra-padding">
    <div class="wt-width-full collection-card-container-max-width--taller">
        <div class="wt-card wt-width-full wt-overflow-hidden no-shadow">
            <div class="wt-rounded-02 wt-overflow-hidden wt-card__inner collection-card-image-container-v2--taller">
                <div class="wt-display-flex-xs wt-height-full">
                    
                        <div class="wt-flex-xs-2 hide-alt-text">
                            <a href="https://www.etsy.com/listing/22948616/handmade-oval-red-garnet-ring-in-14k?external=1&ref=cl_recs_fave_lists_listings-listing-0&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " >
                              <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #A5A39A" title="Handmade Oval Red Garnet Ring in 14k Yellow Gold Bezel Setting">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_300x300.316494181.jpg"
    alt="Handmade Oval Red Garnet Ring in 14k Yellow Gold Bezel Setting"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_200x200.316494181.jpg 200w, https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_300x300.316494181.jpg 300w, https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_600x600.316494181.jpg 600w"
/>
                                </div>
                            </a>
                            <div class="wt-sem-bg-elevation-0 card-image-horizontal-spacer">
                                <div class="wt-sem-bg-elevation-0 wt-position-absolute card-image-horizontal-spacer wt-align-self-center"></div>
                            </div>
                            <a href="https://www.etsy.com/listing/774964800/rose-quartz-ring-14k-gold-filled-band?external=1&ref=cl_recs_fave_lists_listings-listing-1&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Rose Quartz Ring: 14k Gold filled band, gemstone jewelry." >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #BFAD9E">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/6022098/c/1857/1857/238/40/il/2b0b5a/2234829140/il_300x300.2234829140_o06v.jpg"
    alt="Rose Quartz Ring: 14k Gold filled band, gemstone jewelry."
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/6022098/c/1857/1857/238/40/il/2b0b5a/2234829140/il_200x200.2234829140_o06v.jpg 200w, https://i.etsystatic.com/6022098/c/1857/1857/238/40/il/2b0b5a/2234829140/il_300x300.2234829140_o06v.jpg 300w, https://i.etsystatic.com/6022098/c/1857/1857/238/40/il/2b0b5a/2234829140/il_600x600.2234829140_o06v.jpg 600w"
/>
                                </div>
                            </a>
                        </div>
                        <div class="card-image-vertical-spacer-v2 wt-sem-bg-elevation-0"></div>
                        <div class="wt-flex-xs-2">
                          <a href="https://www.etsy.com/listing/1110413206/oval-black-onyx-ring-gold-filled-or?external=1&ref=cl_recs_fave_lists_listings-listing-2&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Black Onyx Ring, oval gemstone, gold band, gift for her, jewelry." >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #756B5C">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/6022098/c/1468/1468/401/187/il/d76846/3480190368/il_300x300.3480190368_20hl.jpg"
    alt="Black Onyx Ring, oval gemstone, gold band, gift for her, jewelry."
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/6022098/c/1468/1468/401/187/il/d76846/3480190368/il_200x200.3480190368_20hl.jpg 200w, https://i.etsystatic.com/6022098/c/1468/1468/401/187/il/d76846/3480190368/il_300x300.3480190368_20hl.jpg 300w, https://i.etsystatic.com/6022098/c/1468/1468/401/187/il/d76846/3480190368/il_600x600.3480190368_20hl.jpg 600w"
/>
                                </div>
                            </a>
                            <div class="wt-sem-bg-elevation-0 card-image-horizontal-spacer">
                                <div class="wt-sem-bg-elevation-0 wt-position-absolute wt-align-self-center"></div>
                            </div>
                            <a href="https://www.etsy.com/listing/1215263592/red-carnelian-oval-gemstone-ring-gold?external=1&ref=cl_recs_fave_lists_listings-listing-3&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Carnelian ring, Gold Filled oval gemstone band, natural stone jewelry." >
                                <div class="wt-skeleton-ui wt-skeleton-ui--custom-color wt-height-half hide-alt-text shop-card-right-image wt-z-index-1 wt-position-relative wt-m-xs-0" style="background-color: #99968B">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/6022098/c/1658/1658/439/439/il/7080b6/3866671948/il_300x300.3866671948_evqp.jpg"
    alt="Carnelian ring, Gold Filled oval gemstone band, natural stone jewelry."
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 240px, (max-width: 639px) 300px, (max-width: 899px) 175px, (max-width: 1199px) 111px, 158px"
    srcset="https://i.etsystatic.com/6022098/c/1658/1658/439/439/il/7080b6/3866671948/il_200x200.3866671948_evqp.jpg 200w, https://i.etsystatic.com/6022098/c/1658/1658/439/439/il/7080b6/3866671948/il_300x300.3866671948_evqp.jpg 300w, https://i.etsystatic.com/6022098/c/1658/1658/439/439/il/7080b6/3866671948/il_600x600.3866671948_evqp.jpg 600w"
/>
                                </div>
                            </a>
                        </div>
                    
                    
                </div>
            </div>
        </div>
              <div class="wt-card wt-card--contained wt-width-full no-shadow recent-list-title wt-nudge-t-1 wt-pl-xs-1">
      <div class="wt-card__inner wt-b-xs-none recent-card wt-display-flex-xs cl-recs-border-radius-none">
          <a href="https://www.etsy.com/people/gretaseibel/favorites/jewellery?ref=cl_fave_lists_recs-3&anchor_to_listings=0&rerank_collection=&dataset=" class="wt-card__link wt-display-flex-xs wt-flex-direction-column-xs wt-width-full wt-justify-content-space-between " target='_blank'>
              <div class="wt-display-inline-flex-xs wt-justify-content-space-between">
                  <div class="wt-display-inline-flex-xs wt-align-items-center wt-text-truncate">
                      <p class="wt-text-truncate wt-text-title-01">Jewellery</p>
                          <div class="wt-mr-xs-2 wt-nudge-l-2 wt-display-inline">
                              <p class="wt-text-title-01 wt-arrow-link wt-arrow-link--forward wt-hide-sm wt-show-md"></p>
                              <span class="etsy-icon wt-show-xs wt-hide-md"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.587 5.285A.5.5 0 0 0 13.88 5.285L13.772 5.393A.5.5 0 0 0 13.668 5.95L15.85 10.857 4.067 10.072A1 1 0 0 0 3 11.07V12.932A1 1 0 0 0 4.067 13.93L15.85 13.143 13.67 18.05A.5.5 0 0 0 13.772 18.607L13.882 18.717A.5.5 0 0 0 14.59 18.718L20.734 12.572A.75.75 0 0 0 20.953 12.041V11.96A.75.75 0 0 0 20.733 11.432z"/></svg></span>
                          </div>
                  </div>
                  <p class="wt-text-caption wt-display-flex-xs wt-align-items-center wt-sem-text-secondary wt-mr-xs-1 wt-flex-shrink-xs-0">
                      <span>
                      </span>
                      <span class="wt-mr-xs-1 wt-nudge-l-2">
                          7 items
                      </span>
                  </p>
              </div>
          </a>
      </div>
  </div>
    </div>
</div>
            </div>
    </div>
</div>
</div>
                </div>
                <div data-async-favorites-modules class="wt-mb-xs-3">
                    <div data-appears-component-name="Collections_ApiSpecs_SearchQueriesWithImages" data-appears-event-data='{"module_placement":"collections_favorites_ssq","datasets":["l2q_ssqVMESparkly_U2L"],"targets":[22948616,22948616,22948616,22948616,22948616,22948616],"logging_class":"Collections_ApiSpecs_SearchQueriesWithImages","page_listing_id":null,"mmx_request_uuid_map":[],"candidate_source_map":{"etsyweb-az:l2q_ssqVMESparkly_U2L":[0,1,2,3,4,5]},"second_pass_ranker_map":[],"client_provided_features":{"browser":{"acceptLanguage":"en-US","browser":"unidentified","currency":"USD","localeRegion":"US","operatingSystem":"unidentified","platform":"desktop","platformEtsyApp":"web","platformMobileDevice":"unidentified","source":"directLanding"},"date_time":{"dayOfWeek":"7","hourOfDay":"12"},"user":{"locationLatitude":37.75099999999999766941982670687139034271240234375,"locationLongitude":-97.8220000000000027284841053187847137451171875,"locationZip":"unidentified","userPreferredLanguage":"en-US"}},"scores":[],"datasets_map":{"l2q_ssqVMESparkly_U2L":[0,1,2,3,4,5]},"refTag":"favorites_pg_suggested_search_visual","queries":["rhodolite garnet in 18k","raspberry garnet and gold","silk sapphire jewelry","rhodolite garnet and gold jewelry","rhodolite gemstone ring","rhodolite garnet ring gold"],"rec_event_name":"recommendations_module"}' class='recs-appears-logger'>
<div>
      <h2 class="wt-text-center-xs wt-text-title-larger wt-text-left-sm wt-display-inline-block wt-pr-xs-1 wt-pb-xs-3">
        Suggested searches
      </h2>
    </div>
<div class="wt-body-max-width wt-overflow-x-none wt-mb-xs-2 topr-v2-desktop wt-pl-xs-2 wt-pr-xs-2 wt-pl-md-0 wt-pr-md-0 wt-pl-lg-6 wt-pr-lg-6">
    <ul class="wt-list-unstyled wt-display-flex-xs wt-pl-xs-0 topr-query-card-list wt-block-grid-xs-3 wt-block-grid-md-6">
            <li>
            <div class="wt-display-flex-xs wt-flex-direction-column-xs topr-query-card-container topr-v2 wt-pl-md-2 wt-pl-lg-0 wt-pr-md-2 wt-pr-lg-0">
                <a href="https://www.etsy.com/search?explicit=1&q=rhodolite+garnet+ring+gold&ref=favorites_pg_suggested_search_visual-1" class="wt-text-link-no-underline" target="_blank">
                  <div>
                        <img src="https://i.etsystatic.com/8768403/c/1780/1780/603/0/il/e21b2b/3776016033/il_300x300.3776016033_r3jw.jpg" class="wt-circle wt-overflow-hidden wt-horizontal-center query-image wt-mb-xs-2 wt-mt-xs-1 wt-b-xs" alt="">
                          <div class="query-with-image-text--border wt-hide-lg">
                            <p class="wt-text-caption-title wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="rhodolite garnet ring gold">
                              rhodolite garnet ring gold
                            </p>
                          </div>
                          <div class="query-with-image-text--border wt-hide-xs wt-show-lg">
                            <p class="wt-text-title-01 wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="rhodolite garnet ring gold">
                              rhodolite garnet ring gold
                            </p>
                          </div>
                    </div>
                </a>
            </div>
            </li>
            <li>
            <div class="wt-display-flex-xs wt-flex-direction-column-xs topr-query-card-container topr-v2 wt-pl-md-2 wt-pl-lg-0 wt-pr-md-2 wt-pr-lg-0">
                <a href="https://www.etsy.com/search?explicit=1&q=rhodolite+garnet+in+18k&ref=favorites_pg_suggested_search_visual-2" class="wt-text-link-no-underline" target="_blank">
                  <div>
                        <img src="https://i.etsystatic.com/5263754/r/il/2d684a/316494181/il_300x300.316494181.jpg" class="wt-circle wt-overflow-hidden wt-horizontal-center query-image wt-mb-xs-2 wt-mt-xs-1 wt-b-xs" alt="">
                          <div class="query-with-image-text--border wt-hide-lg">
                            <p class="wt-text-caption-title wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="rhodolite garnet in 18k">
                              rhodolite garnet in 18k
                            </p>
                          </div>
                          <div class="query-with-image-text--border wt-hide-xs wt-show-lg">
                            <p class="wt-text-title-01 wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="rhodolite garnet in 18k">
                              rhodolite garnet in 18k
                            </p>
                          </div>
                    </div>
                </a>
            </div>
            </li>
            <li>
            <div class="wt-display-flex-xs wt-flex-direction-column-xs topr-query-card-container topr-v2 wt-pl-md-2 wt-pl-lg-0 wt-pr-md-2 wt-pr-lg-0">
                <a href="https://www.etsy.com/search?explicit=1&q=raspberry+garnet+and+gold&ref=favorites_pg_suggested_search_visual-3" class="wt-text-link-no-underline" target="_blank">
                  <div>
                        <img src="https://i.etsystatic.com/5263754/r/il/cf0c26/316620534/il_300x300.316620534.jpg" class="wt-circle wt-overflow-hidden wt-horizontal-center query-image wt-mb-xs-2 wt-mt-xs-1 wt-b-xs" alt="">
                          <div class="query-with-image-text--border wt-hide-lg">
                            <p class="wt-text-caption-title wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="raspberry garnet and gold">
                              raspberry garnet and gold
                            </p>
                          </div>
                          <div class="query-with-image-text--border wt-hide-xs wt-show-lg">
                            <p class="wt-text-title-01 wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="raspberry garnet and gold">
                              raspberry garnet and gold
                            </p>
                          </div>
                    </div>
                </a>
            </div>
            </li>
            <li>
            <div class="wt-display-flex-xs wt-flex-direction-column-xs topr-query-card-container topr-v2 wt-pl-md-2 wt-pl-lg-0 wt-pr-md-2 wt-pr-lg-0">
                <a href="https://www.etsy.com/search?explicit=1&q=silk+sapphire+jewelry&ref=favorites_pg_suggested_search_visual-4" class="wt-text-link-no-underline" target="_blank">
                  <div>
                        <img src="https://i.etsystatic.com/5263754/r/il/aa4c75/316494185/il_300x300.316494185.jpg" class="wt-circle wt-overflow-hidden wt-horizontal-center query-image wt-mb-xs-2 wt-mt-xs-1 wt-b-xs" alt="">
                          <div class="query-with-image-text--border wt-hide-lg">
                            <p class="wt-text-caption-title wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="silk sapphire jewelry">
                              silk sapphire jewelry
                            </p>
                          </div>
                          <div class="query-with-image-text--border wt-hide-xs wt-show-lg">
                            <p class="wt-text-title-01 wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="silk sapphire jewelry">
                              silk sapphire jewelry
                            </p>
                          </div>
                    </div>
                </a>
            </div>
            </li>
            <li>
            <div class="wt-display-flex-xs wt-flex-direction-column-xs topr-query-card-container topr-v2 wt-pl-md-2 wt-pl-lg-0 wt-pr-md-2 wt-pr-lg-0">
                <a href="https://www.etsy.com/search?explicit=1&q=rhodolite+garnet+and+gold+jewelry&ref=favorites_pg_suggested_search_visual-5" class="wt-text-link-no-underline" target="_blank">
                  <div>
                        <img src="https://i.etsystatic.com/5263754/r/il/5f75ae/316620538/il_300x300.316620538.jpg" class="wt-circle wt-overflow-hidden wt-horizontal-center query-image wt-mb-xs-2 wt-mt-xs-1 wt-b-xs" alt="">
                          <div class="query-with-image-text--border wt-hide-lg">
                            <p class="wt-text-caption-title wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="rhodolite garnet and gold jewelry">
                              rhodolite garnet and gold jewelry
                            </p>
                          </div>
                          <div class="query-with-image-text--border wt-hide-xs wt-show-lg">
                            <p class="wt-text-title-01 wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="rhodolite garnet and gold jewelry">
                              rhodolite garnet and gold jewelry
                            </p>
                          </div>
                    </div>
                </a>
            </div>
            </li>
            <li>
            <div class="wt-display-flex-xs wt-flex-direction-column-xs topr-query-card-container topr-v2 wt-pl-md-2 wt-pl-lg-0 wt-pr-md-2 wt-pr-lg-0">
                <a href="https://www.etsy.com/search?explicit=1&q=rhodolite+gemstone+ring&ref=favorites_pg_suggested_search_visual-6" class="wt-text-link-no-underline" target="_blank">
                  <div>
                        <img src="https://i.etsystatic.com/5263754/r/il/21dcd4/5414391363/il_300x300.5414391363_jeh1.jpg" class="wt-circle wt-overflow-hidden wt-horizontal-center query-image wt-mb-xs-2 wt-mt-xs-1 wt-b-xs" alt="">
                          <div class="query-with-image-text--border wt-hide-lg">
                            <p class="wt-text-caption-title wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="rhodolite gemstone ring">
                              rhodolite gemstone ring
                            </p>
                          </div>
                          <div class="query-with-image-text--border wt-hide-xs wt-show-lg">
                            <p class="wt-text-title-01 wt-text-center-xs wt-text-truncate--multi-line wt-sem-text-primary query-with-image-text" title="rhodolite gemstone ring">
                              rhodolite gemstone ring
                            </p>
                          </div>
                    </div>
                </a>
            </div>
            </li>
        <div class="wt-pr-xs-2 wt-hide-xs"></div>
    </ul>
</div>
</div>
                </div>
                <div data-async-favorites-modules>
                    
                </div>
            </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-search-error-toast="" id="search_error_toast">

        <div class="wt-display-flex-xs wt-align-items-center">
            <div class="wt-circle wt-overflow-hidden wt-flex-xs-none wt-p-xs-1 wt-sem-bg-elevation-0 wt-sem-text-primary wt-mr-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="M7 20C6.8 20 6.5 19.9 6.3 19.7 5.9 19.3 5.9 18.7 6.3 18.3 7.6 16.9 9.9 16 12 16 14.2 16 16.4 16.9 17.7 18.3 18.1 18.7 18.1 19.3 17.7 19.7S16.7 20.1 16.3 19.7C15.3 18.7 13.6 18 12 18S8.7 18.7 7.7 19.7C7.5 19.9 7.3 20 7 20M19.6 12.1C18.2 12.1 17 11.4 16.3 10.8 15.9 10.4 15.9 9.8 16.3 9.4S17.3 9 17.7 9.4C18 9.7 19.6 11 21.3 9.4 21.7 9 22.3 9 22.7 9.4S23.1 10.4 22.7 10.8C21.7 11.7 20.6 12.1 19.6 12.1M4.6 12.1C3.2 12.1 2 11.4 1.3 10.8.9 10.4.9 9.8 1.3 9.4S2.3 9 2.7 9.4C3 9.7 4.6 11 6.3 9.4 6.7 9 7.3 9 7.7 9.4S8.1 10.4 7.7 10.8C6.7 11.7 5.6 12.1 4.6 12.1"/></svg></span>
            </div>
                <div class="wt-display-flex-xs wt-flex-direction-column-xs">
        <h4 class="wt-text-title-large wt-mb-xs-1">Sorry, something went wrong on our side.</h4>
        <p class="wt-text-body-01">Please try your search again.</p>
    </div>

        </div>

</div>
    
    <button data-back-to-top-button
    class="wt-btn wt-btn--primary wt-btn--light wt-btn--icon wt-btn--fixed-floating wt-position-bottom wt-position-right wt-m-xs-4 wt-animated wt-display-none wt-pl-md-3 wt-pr-md-3"
    aria-hidden="true"
    aria-label="Back to top">
    <span class="etsy-icon wt-nudge-b-2 wt-nudge-r-1 floating-module-z-index" style="transform: rotate(90deg);"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9.413 5.285A.5.5 0 0 1 10.12 5.285L10.228 5.393A.5.5 0 0 1 10.332 5.95L8.15 10.857 19.933 10.072A1 1 0 0 1 21 11.07V12.932A1 1 0 0 1 19.933 13.93L8.15 13.143 10.332 18.05A.5.5 0 0 1 10.228 18.607L10.118 18.717A.5.5 0 0 1 9.41 18.718L3.266 12.572A.75.75 0 0 1 3.047 12.041V11.96C3.047 11.764 3.126 11.572 3.267 11.432z"/></svg></span>

        <span class="wt-hide-xs wt-show-md wt-display-inline-block">
        Back to top
    </span>
</button>
    
</div>
        </main>

        <div id="collage-footer" class="site-footer chrome-footer clg-refresh-bg-footer-purple-darker chrome-footer--ehi  ">
    <footer>
            <div class="chrome-footer__etsy-finds clg-refresh-bg-footer-purple-light">
                <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%2Fpeople%2FLoveLambie" 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:1783858741:3L4rbwKH5mjZGnFEDdzxmwVsQSO5:2927298016f4ddde8741f76ebeabc7c0350d9d7f3cea9b29c8fb2e4bf23b942f" 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="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%2Fpeople%2FLoveLambie&workflow=c3Vic2NyaWJlX3RvX2VtYWlsX2xpc3Q6bmV3X2F0X2V0c3k6MTc4Mzg1OTM0MDpjNGNhYTdjMDEwYjk5MjJhNDVjYzcxMjNkM2ZmMzA3Yw==" 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%2Fpeople%2FLoveLambie" 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="clg-refresh-bg-footer-purple-darker clg-refresh-bottom-border-divider-dark 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 38H49V49H47V38H35.9C37.831 47.368 42.526 55 48 55S58.171 47.368 60.1 38M34.955 28.5C34.952 31.011 35.145 33.519 35.532 36H47V18.522L36.075 18.76A41.7 41.7 0 0 0 34.955 28.5M47 2.31C42.9 3.55 38.82 9.478 36.62 16.747L47 16.52z"/><path d="M57.52 9.45 59.304 8.55A31.8 31.8 0 0 1 61.862 16.2L70.979 16 71.021 18 62.241 18.19C62.791 21.6 63.059 25.047 63.041 28.5A51 51 0 0 1 62.501 36H72V38H62.154C60.554 46.2 56.91 53.053 52.292 55.754 66.834 54.079 76 43.793 76 28.589 76 19.627 73.042 12.236 67.446 7.216A25.42 25.42 0 0 0 49 1.04V16.478L59.83 16.242A29.3 29.3 0 0 0 57.52 9.451M43.51 55.643C38.985 52.863 35.424 46.079 33.845 38H24V36H33.5A51 51 0 0 1 32.951 28.5 43.8 43.8 0 0 1 34.026 18.8L25.017 19 24.975 17 34.537 16.792C36.427 10.125 39.854 4.356 43.969 1.649 29.71 4.412 20 15.13 20 28.589A27.636 27.636 0 0 0 43.51 55.643"/><path d="M61.045 28.5A60 60 0 0 0 60.227 18.235L49 18.479V35.999H60.468C60.856 33.519 61.048 31.011 61.045 28.499M91.7 60C89.518 64.525 85.966 68.62 80.868 73.719L79.454 72.305C86.054 65.705 89.965 60.881 91.534 54.605 91.606 54.19 91.671 53.773 91.749 53.327 92.356 49.847 92.011 47.376 90.722 47.259 90.002 47.193 89.163 47.939 88.775 49.559A30.2 30.2 0 0 1 86.321 57.707C84.541 62.37 77.746 68.755 77.456 69.025L76.09 67.564C76.158 67.501 82.89 61.173 84.471 56.944L84.532 56.811A30.6 30.6 0 0 0 87.058 47.663C87.168 45.777 87.153 41.23 85.265 41.111 83.18 40.979 82.728 44.616 81.898 48.49 81.639 49.7 81.008 51.946 80.745 52.733Q80.706 52.823 80.655 52.91C79.269 56.963 75.335 60.769 75.14 60.955 72.156 63.938 65.433 70.695 65.433 70.695L64.01 69.3S70.736 62.539 73.737 59.539A28 28 0 0 0 76.801 55.939C77.301 55.151 78.253 53.293 77.351 52.367 76.203 51.189 74.064 51.719 71.271 53.115 69.291 54.107 60.061 60.195 55.887 66.455 53.897 69.44 53.115 75.294 52.845 80.655L66.025 83.379 72.825 84.738A9 9 0 0 1 73.825 83.96C80.9 79.22 88.488 72.127 91.142 67.42 94.708 61.1 93.13 59.9 91.7 60M52.774 82.673 52.004 92.925 53.997 93.075 54.592 85.162 65.208 87.285 68.973 88.063 70.02 93.2 71.98 92.8 71.095 88.462 73.687 88.98 74.079 87.02 65.632 85.33zM23.532 84.728 30.302 83.374 43.508 80.644C43.238 75.284 42.456 69.43 40.466 66.444 36.293 60.186 27.066 54.097 25.082 53.104 22.289 51.704 20.15 51.179 19.002 52.357 18.102 53.283 19.056 55.141 19.552 55.929A28 28 0 0 0 22.616 59.529C25.616 62.529 32.343 69.289 32.343 69.289L30.925 70.699S24.202 63.942 21.218 60.959C21.018 60.773 17.089 56.967 15.703 52.914A2 2 0 0 1 15.613 52.737C15.35 51.95 14.719 49.704 14.46 48.494 13.63 44.62 13.178 40.983 11.093 41.114 9.205 41.234 9.193 45.781 9.3 47.667A30.7 30.7 0 0 0 11.826 56.815L11.887 56.948C13.467 61.177 20.2 67.505 20.268 67.568L18.9 69.034C18.61 68.764 11.816 62.379 10.035 57.716A30.2 30.2 0 0 1 7.581 49.568C7.193 47.946 6.355 47.198 5.634 47.268 4.347 47.382 4 49.854 4.609 53.333 4.687 53.779 4.752 54.196 4.824 54.611 6.394 60.883 10.3 65.7 16.9 72.307L15.49 73.721C10.39 68.621 6.84 64.527 4.658 60.001 3.224 59.897 1.645 61.101 5.211 67.421 7.865 72.127 15.449 79.221 22.532 83.95A9 9 0 0 1 23.532 84.728M30.707 85.333 22.274 87.02 22.667 88.98 25.258 88.462 24.373 92.8 26.333 93.2 27.38 88.063 31.13 87.288 41.761 85.162 42.356 93.075 44.35 92.925 43.58 82.673z"/></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://community.etsy.com/pages/etsy-teams/"
                        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://community.etsy.com/feed/"
                        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.447C14.136 5.447 14.389 5.455 15.233 5.494 16.013 5.53 16.437 5.66 16.718 5.769 17.091 5.914 17.358 6.087 17.638 6.367S18.091 6.913 18.236 7.287C18.346 7.569 18.476 7.993 18.511 8.772 18.549 9.616 18.558 9.869 18.558 12.005S18.55 14.394 18.511 15.238C18.475 16.018 18.345 16.442 18.236 16.723A2.5 2.5 0 0 1 17.638 17.643C17.358 17.923 17.092 18.096 16.718 18.241 16.436 18.351 16.012 18.481 15.233 18.516 14.39 18.554 14.137 18.563 12 18.563S9.611 18.555 8.767 18.516C7.987 18.48 7.563 18.35 7.282 18.241A2.5 2.5 0 0 1 6.362 17.643 2.5 2.5 0 0 1 5.764 16.723C5.654 16.441 5.524 16.017 5.489 15.238 5.451 14.394 5.442 14.141 5.442 12.005S5.45 9.616 5.488 8.773C5.524 7.993 5.654 7.569 5.763 7.288A2.5 2.5 0 0 1 6.361 6.368C6.641 6.088 6.907 5.915 7.281 5.77 7.563 5.66 7.987 5.53 8.766 5.495 9.611 5.455 9.864 5.447 12 5.447M12 4.005C9.827 4.005 9.555 4.014 8.702 4.053 7.85 4.092 7.269 4.227 6.76 4.425A3.9 3.9 0 0 0 5.343 5.348 3.9 3.9 0 0 0 4.42 6.765C4.222 7.274 4.087 7.855 4.048 8.707 4.009 9.56 4 9.833 4 12.005S4.009 14.45 4.048 15.303C4.087 16.155 4.222 16.736 4.42 17.245 4.624 17.771 4.898 18.217 5.343 18.662S6.234 19.38 6.76 19.585C7.269 19.783 7.85 19.918 8.702 19.957 9.555 19.996 9.828 20.005 12 20.005S14.445 19.996 15.298 19.957C16.15 19.918 16.731 19.783 17.24 19.585A3.9 3.9 0 0 0 18.657 18.662C19.102 18.217 19.375 17.771 19.58 17.245 19.778 16.736 19.913 16.155 19.952 15.303 19.991 14.45 20 14.178 20 12.005S19.991 9.56 19.952 8.707C19.913 7.855 19.778 7.274 19.58 6.765A3.9 3.9 0 0 0 18.657 5.348 3.9 3.9 0 0 0 17.24 4.425C16.731 4.227 16.15 4.092 15.298 4.053 14.445 4.014 14.173 4.005 12 4.005"/><path d="M12 7.897A4.108 4.108 0 1 0 12 16.112 4.108 4.108 0 0 0 12 7.897M12 14.672A2.667 2.667 0 1 1 12 9.338 2.667 2.667 0 0 1 12 14.672M16.27 8.695A.96.96 0 1 0 16.27 6.775.96.96 0 0 0 16.27 8.695"/></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="M21 12A9 9 0 1 0 9.826 20.735V14.75H7.97V12H9.826V10.815C9.826 7.752 11.212 6.332 14.219 6.332 14.79 6.332 15.775 6.444 16.177 6.555V9.048A12 12 0 0 0 15.136 9.015C13.661 9.015 13.091 9.574 13.091 11.027V12H16.03L15.524 14.75H13.091V20.934A9 9 0 0 0 21 12"/></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 3A9 9 0 0 0 8.72 20.384C8.64 19.672 8.57 18.577 8.75 17.799 8.914 17.096 9.806 13.324 9.806 13.324S9.536 12.784 9.536 11.988C9.536 10.736 10.262 9.801 11.166 9.801 11.934 9.801 12.306 10.378 12.306 11.069 12.306 11.842 11.813 12.997 11.56 14.067 11.348 14.963 12.01 15.693 12.893 15.693 14.493 15.693 15.723 14.006 15.723 11.573 15.723 9.417 14.173 7.91 11.963 7.91 9.403 7.91 7.899 9.832 7.899 11.817 7.899 12.59 8.196 13.42 8.569 13.871A.27.27 0 0 1 8.629 14.131C8.562 14.414 8.409 15.026 8.379 15.151 8.341 15.316 8.249 15.351 8.079 15.271 6.955 14.748 6.252 13.104 6.252 11.784 6.252 8.944 8.315 6.338 12.199 6.338 15.321 6.338 17.747 8.563 17.747 11.536 17.747 14.638 15.791 17.134 13.077 17.134 12.165 17.134 11.307 16.66 11.014 16.101L10.454 18.241C10.25 19.021 9.701 20.001 9.334 20.599A9 9 0 1 0 11.999 3.001"/></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 12C20 17.664 20 17.664 12 17.664S4 17.664 4 12 4 6.336 12 6.336 20 6.333 20 12M15 12 10 9V15z"/></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 clg-refresh-bg-footer-purple-darker" 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 clg-refresh-bg-footer-purple-darker clg-refresh-top-border-divider-dark">
            <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%2Fpeople%2FLoveLambie" 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; 2026 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="M17.836 3.768A1 1 0 0 1 19.286 3.73L20.27 4.714A1 1 0 0 1 20.232 6.164L13.742 12 20.232 17.836A1 1 0 0 1 20.27 19.286L19.287 20.27A1 1 0 0 1 17.836 20.232L12 13.742 6.165 20.232A1 1 0 0 1 4.713 20.27L3.73 19.287A1 1 0 0 1 3.768 17.836L10.258 12 3.767 6.165A1 1 0 0 1 3.73 4.714L4.713 3.73A1 1 0 0 1 6.165 3.768L12 10.258z"/></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/?locale_override=SEK%7Csv%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-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="SE" >Sweden</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>
                                <option value="sv" >Svenska</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 wt-text-left-xs"
    style="z-index: 1001;"
    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" data-section="cookies">
        <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" id="settings-title-cookies">
                
                    Required Cookies & 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-position-right">
            <div class="wt-text-caption">Always on</div>
        </div>
    </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" data-section="gdpr_tp">
        <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-nudge-b-4">
                <label for="gdpr_tp" 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" data-gdpr-toggle-label aria-hidden="true">
                        On
                </label>
                <input
                    class="wt-switch wt-switch--small"
                    type="checkbox"
                    name="Advertising"
                    id="gdpr_tp"
                    checked
                    
                    data-gdpr-toggle
                    data-checked-label="On"
                    data-unchecked-label="Off">
                <label class="wt-switch__toggle" for="gdpr_tp" 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-pr-lg-7 wt-pr-lg-2 wt-pr-md-7 wt-pr-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 wt-mt-xs-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M19.202 4.145A.5.5 0 0 1 19.909 4.145L20.999 5.234A.5.5 0 0 1 21.025 5.913L9.767 19.104A1 1 0 0 1 8.207 19.055L2.849 11.92A.5.5 0 0 1 2.896 11.265L4.004 10.158A.5.5 0 0 1 4.71 10.158L8.95 14.398z"/></svg></span>
                        <span class="wt-display-inline-block wt-vertical-align-middle wt-text-body-01 wt-pl-xs-1 wt-mt-xs-2">
                            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-02 wt-alert--fixed-floating wt-alert--fixed-bottom wt-mb-xs-4">
            <div class="wt-display-flex-xs wt-justify-content-center wt-align-items-center">
                <p class="wt-text-body-01 wt-text-center-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="2M1XonXtIVY00oDW2dbfRNtx">
        window.dataLayer = [
    {
        "tp_consent": "yes",
        "Language": "en-US",
        "Region": "US",
        "Currency": "USD",
        "UAID": "48kiCubXaISkd5LqLdMdcGO_7QfT",
        "DetectedRegion": "US",
        "uuid": 1783858741,
        "request_start_time": 1783858740
    }
];
    </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='2M1XonXtIVY00oDW2dbfRNtx'>(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='2M1XonXtIVY00oDW2dbfRNtx'>
    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"],"fastly.cdn_experiment_framework_aa":["off","m","79b68d"],"gearman.artificial_latency":["off","x","ebfaf0"],"neu_runtime_tracing_always_on":["off","x","106c3b"],"neu_runtime_tracing":["off","w","6631e5"],"design_systems.token_experiment_refresh":["on","x","53ea11"],"site_chrome\/buyer_to_seller_navbar_signed_out":["ineligible","e","0efe99"],"checkout.gift_card_cta_in_search_dropdown":["on","x","931866"],"local_pe.q3_2026.search_bar.browser.traffic_split":["on","w","2ddbfe"],"ranking\/search.smu.genir_autosuggest_v7_web":["v7_rtn_raccoon","w","1523b0"],"search.android.mu_trending_searches":["ineligible","e","6cc594"],"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"],"ltv_tactics.cd_1560_sitewide_gdpr_consent":["on","x","479852"],"builda_scss":["sasquatch","x","96bd82"],"assets.js.vite_sections.favorites":["off","x","8ce2bc"],"assets.js.vite.buyer_misc":["off","x","dab835"],"dmcc.web":["ineligible","e","30c28a"],"dmcc.ios":["ineligible","e","b16020"],"dmcc.android":["ineligible","e","016210"],"dmcc.web.calc":["ineligible","e","9496d8"],"dmcc.ios.calc":["ineligible","e","7b5a92"],"dmcc.android.calc":["ineligible","e","b40bbd"],"dmcc.web.v2":["ineligible","e","4c0832"],"dmcc.ios.v2":["ineligible","e","b91f8d"],"dmcc.android.v2":["ineligible","e","3bb308"],"collections.header_optimizations_profile":["on","x","cfb0f3"],"ranking\/search.smu.autosuggest_enrichments_web":["ineligible","e","91116a"],"dynamic_experiments.Merch_FDAY24_GiftTeaser_test":["ineligible","e","18d6f7"],"dynamic_experiments.Merch_GiftMode24_Teaser_test":["ineligible","e","3ad555"],"merch_browse_paths.show_wedding_trends_on_nav":["on","w","a0c372"],"navx.fnb_gift_cards_multivariate":["at_end","x","0fd1cc"],"chops.vintage_node_global_nav":["on","x","e93182"],"android_image_filename_hack":["ineligible","e","9c9013"],"structured_data_attributes_order_dependent":["on","x","691833"],"recs_systems.enable_recs_tracking_delivered_events":["on","x","a94bcf"],"site_chrome\/fullstory\/use_track_event":["ineligible","e","ae465c"],"google_tag_manager_async":["off","x","7585d0"],"qualtrics_survey":["on","x","c3c730"],"google_tag_manager":["on","x","43dc13"],"collections.privacy_profile_header":["on","x","0da363"],"prodperfect\/monthly_data_capture":["off","x","137afb"],"collections.privacy_copy_edit_public_profile":["on","x","9f0de1"],"eu_cookie_nag":["ineligible","e","f8045f"],"cnc.streamlined_sign_in_desktop":["off","x","597b92"],"privacy.cookie_banner.should_load_async":["off","x","4dd48a"],"privacy.cookie_banner.should_wait_for_consent_ui":["off","x","768189"],"ranking\/search.experience.footer_persistent_ship_to_filter":["on","x","1ddf5e"],"web_performance.jquery_etsylibs_migration.contain_focus":["on","x","e7e130"]},"inMultistepAuthentication":false,"user_id":null,"page_guid":"10395eaa6b26.fd13e2b580591a4ef403.00","page_guid_source":"guid-source-generated","version":1,"request_uuid":"EunUdvGbfpXsQztQK-UI_LHpuNc7","cdn-provider":"fastly","header_fingerprint":"auc","header_signature":"7ff7d9f5503479547db256acdcf45ff4","ip_org":"Google special-case crawlers","ref":"","loc":"http:\/\/www.etsy.com\/people\/LoveLambie","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","ua"],"isBot":true,"isSyntheticTest":false,"ebid":"zf3_BZ-fGMdGW2k-f50PT9ulEHkhUhI_","event_source":"web","browser_id":"48kiCubXaISkd5LqLdMdcGO_7QfT","gdpr_tp":1,"gdpr_p":1,"legacy_p":3,"legacy_tp":3,"cmp_p":true,"cmp_tp":true,"device_identifier":{"source":"existing_uaid_cookie","value":"48kiCubXaISkd5LqLdMdcGO_7QfT"},"page_time":617,"load_strategy":"page_navigation"};
    !function(e,t){var n=e.__etsy_logging,o=n.url,i=n.firedEvents,a=n.defaults,r=a.ab||{},s=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};!a.ref&&(a.ref=t.referrer),!a.loc&&(a.loc=e.location.href),!a.webkit_page_visibility&&(a.webkit_page_visibility=t.webkitVisibilityState),!a.event_source&&(a.event_source="web"),a.event_logger="frontend",a.isIosApp&&!0===a.isIosApp?a.event_source="ios":a.isAndroidApp&&!0===a.isAndroidApp&&(a.event_source="android"),s.length>0&&(a.botCheck=a.botCheck||[],a.botCheck=a.botCheck.concat(s)),a.isBot=c,t.wasDiscarded&&(a.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!==a.loc&&(a.ref=a.loc,a.loc=e)},n.adminPublishEvent=function(n){"function"==typeof e.CustomEvent&&t.dispatchEvent(new CustomEvent("eventpipeEvent",{detail:n})),i.push(n)},n.preparePEPerfBeaconAbMismatchEventIfNecessary=function(){if(!0===n.shouldLogAbMismatch){var e=n.abVariantsForMismatchEvent;for(var t in r)if(Object.prototype.hasOwnProperty.call(r,t)){var o=r[t];if(void 0!==o){var i=o[0];if(void 0!==i){var a=e[t];void 0===a&&(a={});var s=a[i];void 0===s&&(s=[]),s.push({name:"default",selector:o[1],hash:o[2]}),a[i]=s,e[t]=a}}}n.abVariantsForMismatchEvent=e}},n.sendEvents=function(t,i){var s=a;if("perf"===i){var c={event_logger:i};n.asyncAb&&(n.preparePEPerfBeaconAbMismatchEventIfNecessary(),c.ab=n.mergeObject({},n.asyncAb,r)),s=n.mergeObject({},a,c)}var f={events:t,shared:s};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='2M1XonXtIVY00oDW2dbfRNtx'>window.__etsy_logging.perf.event={"attributes":{"guid":"10395eaa8109.2ce0a1318594db4f6983.00","event_name":"perf","event_logger":"perf","page_type":"view_profile","ip_country_code":"US","boromir":true}};window.__etsy_logging.shouldLogAbMismatch=false;!function(e,t){if(!t.hidden&&navigator&&"function"==typeof navigator.sendBeacon&&void 0!==e.PerformanceObserver&&"onpagehide"in e){var n=e.__etsy_logging||{},r=n.perf||{},i=n.url,o=n.defaults,a=r.event,s=n.sendEvents,c=0===Object.keys(r).length,d=e.webVitals||{},u=n.mergeObject,_=r.isDev||!1,l=r.skipLoggingEvent||!1,m=r.keepPerfObserverActive||!1,f=null,p=0,v=!1;if(!c&&i&&o&&a&&s){var g=r.MARK_MEASURE_PREFIX||"_etsy_mark_measure_",y=function(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}},h=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|webp|avif/i.test(r)?"image":/eot|woff2?|ttf/i.test(r)?"font":"js"===r?"js":"css"===r?"css":"xmlhttprequest"===n||"fetch"===n?"xhr":"unknown"},b=function(e){return Math.round(e<Math.pow(2,64)-1?e:0)},E=function(e,n){var r=null,i=null;if(n.transferSize>0)for(var o=0;o<n.serverTiming.length;o++){var a=n.serverTiming[o];e.i_etsystatic_cdn||"cdn"!==a.name?"cache_status"===a.name&&(i=a.description):r=a.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 o=f[n.name];if(o){var a=o.dataset.perfGroup;e.categorized_images||(e.categorized_images=[]);var s={category:a,duration:b(n.duration),encodedBodySize:b(n.encodedBodySize),transferSize:b(n.transferSize),width:o.width,height:o.height};if(n.transferSize>0){(r||i)&&(s.cdn_hit=r);for(var c=0;c<n.serverTiming.length;c++){var d=n.serverTiming[c];"clientrtt"===d.name?s.clientrtt=b(d.duration):"clienttt"===d.name?s.clienttt=b(d.duration):"cdntime"===d.name?s.cdntime=b(d.duration):"origin"===d.name&&(s.origin=b(d.duration))}}e.categorized_images.push(s)}}(e,n,s,c)},T=function(e){var t=e.match(/^(?:https?:\/\/)?(?:www\.)?([a-z0-9-.]*etsy(?:static)?(?:cloud)?\.com)/i);return t?t[1]:null},S=function(e,t,n){t&&n&&(e.http_protocols=e.http_protocols||{},e.http_protocols[n]=e.http_protocols[n]||[],-1===e.http_protocols[n].indexOf(t)&&e.http_protocols[n].push(t))},w=function(e,t){var n=h(t.name,t.initiatorType);if("unknown"===n)return e;var r=T(t.name),i=r?"etsy":"third";"image"===n&&"etsy"===i&&("img0.etsystatic.com"===r?e.img0_count=(e.img0_count||0)+1:"img1.etsystatic.com"===r&&(e.img1_count=(e.img1_count||0)+1)),S(e,t.nextHopProtocol,r),function(e,t,n,r){var i=t.contentEncoding;if(i&&n&&r&&!("transferSize"in t&&0===t.transferSize||"css"!==n&&"js"!==n)){e.static_assets_content_encoding=e.static_assets_content_encoding||{},e.static_assets_content_encoding[n]=e.static_assets_content_encoding[n]||{};var o=e.static_assets_content_encoding[n];o[i]||(o[i]={}),o[i].count=(o[i].count||0)+1,o[i].decoded_bytes=(o[i].decoded_bytes||0)+b(t.decodedBodySize),o[i].encoded_bytes=(o[i].encoded_bytes||0)+b(t.encodedBodySize)}}(e,t,n,r),"image"===n&&"etsy"===i&&t.serverTiming&&"i.etsystatic.com"===r&&E(e,t);var o="sum_"+i+"_"+n+"_bytes",a="sum_"+i+"_"+n+"_enc_bytes",s="sum_"+i+"_"+n+"_tx_bytes",c="sum_"+i+"_"+n+"_dur",d="count_"+i+"_"+n+"_req";return e[o]=(e[o]||0)+b(t.decodedBodySize),e[a]=(e[a]||0)+b(t.encodedBodySize),e[s]=(e[s]||0)+b(t.transferSize),e[c]=(e[c]||0)+b(t.duration),e[d]=(e[d]||0)+1,e},k=function(e){var t={nav_start:b(e.navigationStart||e.startTime),activation_start:b(e.activationStart||0),fetch_start:b(e.fetchStart),dns_start:b(e.domainLookupStart),dns_end:b(e.domainLookupEnd),connect_start:b(e.connectStart),connect_end:b(e.connectEnd),interim_response_start:b(e.firstInterimResponseStart||0),request_start:b(e.requestStart),response_start:b(e.responseStart),response_end:b(e.responseEnd),dom_completed:b(e.domComplete),dom_interactive:b(e.domInteractive),secure_connect_start:b(e.secureConnectionStart)||null,loaded_start:b(e.loadEventStart)||null,loaded_end:b(e.loadEventEnd)||null,dom_content_loaded_start:b(e.domContentLoadedEventStart)||null,dom_content_loaded_end:b(e.domContentLoadedEventEnd)||null,html_tx_size:b(e.transferSize),html_enc_size:b(e.encodedBodySize),html_dec_size:b(e.decodedBodySize),type:e.type};return e.redirectStart&&(t.redirect_start=b(e.redirectStart)),e.redirectEnd&&(t.redirect_end=b(e.redirectEnd)),e.redirectCount&&(t.redirect_count=e.redirectCount),t},z=function(e){return e.reduce((function(e,t){if("entryType"in t){if("resource"===t.entryType)return w(e,t);if("paint"===t.entryType)return function(e,t){return e[t.name.replace(/-/g,"_")]=b(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)+b(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]=b("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,S(e,t.nextHopProtocol,T(t.name)),u(e,k(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){if(e.loaf_entries||(e.loaf_entries=[]),e.loaf_entries.length>=3)return e;var n={start:b(t.startTime),duration:b(t.duration),blockingDuration:b(t.blockingDuration)},r=t.scripts.slice().sort((function(e,t){return t.duration-e.duration}))[0];if(r){var i=r.invoker||r.name;n.longestScript={invokerType:r.invokerType||r.type,duration:b(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=b(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=b(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=b(t.attribution.lcpResourceEntry.encodedBodySize))):delete e.largest_contentful_paint_element,e.lcp_element_render_delay=b(t.attribution.elementRenderDelay),e.lcp_resource_load_delay=b(t.attribution.resourceLoadDelay),e.lcp_resource_load_time=b(t.attribution.resourceLoadTime),e}(e,t)}return e}),{})},L=function(){var n,i=z(r.e);return r.e=[],r.t||(i.unixTimingNavigation=!0,u(i,k(e.performance.timing))),u(i,{dom_count_server:p,dom_count_client:t.getElementsByTagName("*").length}),u(i,{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),t.deviceMemory&&(e.device_memory=t.deviceMemory),t.hardwareConcurrency&&(e.hardware_concurrency=t.hardwareConcurrency),t.webdriver&&(e.webdriver=t.webdriver),t.userAgent&&(e.fe_user_agent=t.userAgent))}(i),PerformanceObserver.supportedEntryTypes&&(i.observer_types=PerformanceObserver.supportedEntryTypes),v&&(i.is_persisted=!0),r.vm_hostname&&(i.vm_hostname=r.vm_hostname),i},P=y((function(r){var i=u(r,a.attributes);i.beacon_send_time=0===i.nav_start?b(performance.now()):(new Date).getTime(),i.page_time=o.page_time,"function"==typeof e.CustomEvent&&t.dispatchEvent(new CustomEvent("perfDataSent",{detail:i})),s([i],"perf"),function(){var e={event_name:"perf_beacon_ab_mismatch",mismatched_ab_variants:{}},t=n.abVariantsForMismatchEvent,r=!1;for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i)){var o=t[i],a=0;for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(a+=1);a>1&&(e.mismatched_ab_variants[i]=o,r=!0)}n.abVariantsForMismatchEvent=void 0,r&&n.eventpipe.logEvent(e)}()}));!function(){var n=function(e){r.e.length&&(r.e=r.e.concat(e))};if(e.addEventListener("pageshow",(function(e){e.persisted&&(v=!0)})),!!d.onINP&&d.onINP(n,{reportAllChanges:!0}),d.onLCP&&d.onLCP(n),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(!l){var o,a=y((function(e){if(!t.hidden||"on_vischange"===e){clearTimeout(o);var n=L();m||(r.o.disconnect(),i&&i.disconnect()),n[e]=!0,P(n)}})),s=function(){return _&&e.__KEVIN_IS_STILL_BUILDING};_||(o=setTimeout((function(){a("on_fallbacktimeout")}),6e4),"complete"===t.readyState&&(clearTimeout(o),o=setTimeout((function(){a("on_loadtimeout")}),2e4))),t.addEventListener("readystatechange",(function(){"interactive"===t.readyState&&(p=t.getElementsByTagName("*").length)})),e.addEventListener("load",(function(){clearTimeout(o),s()||(o=setTimeout((function(){a("on_loadtimeout")}),2e4))}));var c=function(e){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(){a(e)}),0)):a(e)};e.addEventListener("pagehide",(function(){c("on_unload")})),_&&e.addEventListener("beforeunload",(function(){c("on_unload")})),t.addEventListener("visibilitychange",(function(){t.hidden&&c("on_vischange")}))}}(),r.logger={getMetricsFromQueue:z}}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:!o,missing_perf_event:!a,missing_send_events:!s})}}(window,document);;</script>
<script type='text/javascript' nonce='2M1XonXtIVY00oDW2dbfRNtx'>window.__etsy_logging.eventpipe.primary_complement={"attributes":{"guid":"10395eaa8108.a7b447ad9a7a470fbbde.00","event_name":"view_profile_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="2M1XonXtIVY00oDW2dbfRNtx">
    (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="2M1XonXtIVY00oDW2dbfRNtx">
    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="2M1XonXtIVY00oDW2dbfRNtx">if(window.console){console.log("Is code your craft? https://careers.etsy.com")}</script>
    </body>
</html>