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


>
    <head>
        <script nonce="VB2ZodLFyiqm6Wo8zepTSpOZ">
(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:1788636535:PyjNjDSOzDGKCIetBKR1P43zuZwy:e8b14d7dc55134265613c7deda86c9f07ee78cbf9aa04b12d8de8f6fb9a27c03">
        <meta name="uaid_nonce" content="3:1788636535:tPvRcfqToOFhjRWCZUJ4ZO6gF5yR:558c421535d8917b2ffbc7289488072a4cd6da3978cd6946f2f8418fe17dd6c0">

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

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


        <script nonce="VB2ZodLFyiqm6Wo8zepTSpOZ">
    !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.34e7054599d34d,web-toolkit-v2/experiments/refresh.4d6323cab879b2,site-chrome/header/header.4d6323cab879b2,__modules__CategoryNav__src__/Views/ButtonMenu/Menu.8c3213f94b115b,site-chrome/footer/footer.4d6323cab879b2,gdpr/settings-overlay.4d6323cab879b2,collage/main.34e7054599d34d.css?variant=sasquatch" type="text/css" />
        <link rel="stylesheet" href="https://www.etsy.com/dac/__modules__UserCuratedContent__src__/Common/ProfileHeader/profile-header.4d6323cab879b2,web-toolkit-v2/modules/action_groups/action_groups.4d6323cab879b2,__modules__CollectionRecs__src__/Views/Grid/view.4d6323cab879b2,__modules__CollectionRecs__src__/Views/Card/view.4d6323cab879b2,collections/modules/suggested-search-queries-topr.4d6323cab879b2,__modules__UserCuratedContent__src__/Common/Tabs/tabs.4d6323cab879b2,web-toolkit-v2/modules/action_groups/images.4d6323cab879b2,__modules__UserCuratedContent__src__/Common/Tabs/tab.4d6323cab879b2,search2_neu/modules/common/floating_module.2537823921483c.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="VB2ZodLFyiqm6Wo8zepTSpOZ">__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="VB2ZodLFyiqm6Wo8zepTSpOZ">
    !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_norr&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="VB2ZodLFyiqm6Wo8zepTSpOZ">!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-display-flex-xs wt-align-items-center">
    
        <span class="wt-icon wt-icon--smaller-xs 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>
</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-5"
    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-6"
    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-7"
    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-9"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    Wedding Trends
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="/giftcards?ref=contentful_promo_cat_nav-10"
    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="VB2ZodLFyiqm6Wo8zepTSpOZ">
    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="VB2ZodLFyiqm6Wo8zepTSpOZ">
        window.Etsy=window.Etsy||{};
        Etsy.Context=Etsy.Context||{};
        (function() {
            function assign(firstSource, secondSource) {
                if (!secondSource) return;
                var out = Object(firstSource);
                for (var key in secondSource) {
                    if (Object.prototype.hasOwnProperty.call(secondSource, key)) {
                        out[key] = secondSource[key];
                    }
                }
                return out;
            }
            Etsy.Context.feature=assign(Etsy.Context.feature ? Etsy.Context.feature : {}, {"profile_dropdown_to_help_center":false,"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":"10447e738b8b.6db5443ea3825cb13bc9.00","primary_event_name":"view_profile","request_uuid":"Eup2CaHG_inMOYC1aXA8bDpFZvb0","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.d83e0ec1285795.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","selectable_group_placeholder":"Choose an option"},"css_host":"https:\/\/www.etsy.com","guest_uaid":["fkpyk7n-tyUE2K2aalHPzU0EVxlG","fkpyk7n-tyUE2K2aalHPzU0EVxlG"],"is_app_shell":true,"csrf_nonce":"3:1788636535:PyjNjDSOzDGKCIetBKR1P43zuZwy:e8b14d7dc55134265613c7deda86c9f07ee78cbf9aa04b12d8de8f6fb9a27c03","uaid_nonce":"3:1788636535:tPvRcfqToOFhjRWCZUJ4ZO6gF5yR:558c421535d8917b2ffbc7289488072a4cd6da3978cd6946f2f8418fe17dd6c0","clientlogger":{"is_enabled":true,"endpoint":"\/clientlog","logs_per_page":6,"id":"Eup2CaHG_inMOYC1aXA8bDpFZvb0","digest":"8ef53800f7f69d370d757147eda9ab1ec27dc5a6","enabled_features":["info","warn","error","basic","uncaught"]},"sidebar_cart_dismissed":false,"01125905a4e5ddf2_appshell_fallback":"recs-impression","3c65557fa67e42dc_appshell_fallback":"bde7354bd60a113d0","c5420ec98ed7db34_appshell_fallback":"b40aaeaa047d23e08","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":"75f73b1","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,"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":[],"is_eligible_to_bucket_for_listing_page_prefetch":false,"is_eligible_for_prefetch_lp_with_speculation_rules":false,"speculation_rules_hover_delay_ms":null,"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"],"shown_via_dialog_manager":false,"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="VB2ZodLFyiqm6Wo8zepTSpOZ">__webpack_public_path__ = "https://www.etsy.com/ac/evergreenVendor/js/en-US/";</script>

<script nonce="VB2ZodLFyiqm6Wo8zepTSpOZ">(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.d6364f9bf053dcebdb25.js" type="text/javascript" nonce="VB2ZodLFyiqm6Wo8zepTSpOZ" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/etsy_libs.724164cf251ec095f6e2.js" type="text/javascript" nonce="VB2ZodLFyiqm6Wo8zepTSpOZ" 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="VB2ZodLFyiqm6Wo8zepTSpOZ" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/app-shell/globals/index.3a9861531fb58a8782a1.js" type="text/javascript" nonce="VB2ZodLFyiqm6Wo8zepTSpOZ" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/@etsy-modules/ConsentManagement/Transcend-Integration.b87c811f8f2f0f851f96.js" type="text/javascript" nonce="VB2ZodLFyiqm6Wo8zepTSpOZ" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/user_profile/bootstrap.2427dbc6194cc0ecd6ed.js" type="text/javascript" nonce="VB2ZodLFyiqm6Wo8zepTSpOZ" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/pages/page_follow_button.c7827c2a431be43cff39.js" type="text/javascript" nonce="VB2ZodLFyiqm6Wo8zepTSpOZ" 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/0fde63/6842687718/il_170x135.6842687718_6hbr.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">
                            59
                        </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"><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":"6","hourOfDay":"19"},"user":{"locationLatitude":37.75099999999999766941982670687139034271240234375,"locationLongitude":-97.8220000000000027284841053187847137451171875,"locationZip":"unidentified","userPreferredLanguage":"en-US"}},"scores":[],"datasets_map":{"collection_recs_exeggutor":[0,1,2,3]},"displayed_listings":[[22948616,98689622,1152484168,758992738],[774964800,1215263592,1110413206,22948616],[150086084,1798151179,22948616,93221240],[68638175,159125097,660672408,232493185]],"refTag":"cl_fave_lists_recs","recs_types":["collection","collection","collection","collection"],"collection_ids":[125258759,46789026,117662816,605913],"creator_ids":[19198076,125342558,735120953,7065273],"slugs":["rings-i-dig","jewellery","rings","jewelry"],"ranks":[1,4,2,3],"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/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-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">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/774964800/rose-quartz-ring-14k-gold-filled-band?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: #BFAD9E" title="Rose Quartz Ring: 14k Gold filled band, gemstone jewelry.">
                                    <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 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/1215263592/red-carnelian-oval-gemstone-ring-gold?external=1&ref=cl_recs_fave_lists_listings-listing-1&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 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/22948616/handmade-oval-red-garnet-ring-in-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 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>
                    
                    
                </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-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">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 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/68638175/best-friends-necklace-my-other-half?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: #D9CA9F" title="best friends necklace, my other half heart locket necklace set">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5161522/r/il/a45635/667463363/il_300x300.667463363_8y54.jpg"
    alt="best friends necklace, my other half heart locket necklace set"
    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/5161522/r/il/a45635/667463363/il_200x200.667463363_8y54.jpg 200w, https://i.etsystatic.com/5161522/r/il/a45635/667463363/il_300x300.667463363_8y54.jpg 300w, https://i.etsystatic.com/5161522/r/il/a45635/667463363/il_600x600.667463363_8y54.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/159125097/hand-stamped-name-necklace-with-kids?external=1&ref=cl_recs_fave_lists_listings-listing-1&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Hand stamped name necklace with kids names sterling silver mommy" >
                                <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">
                                    <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>
                        <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/660672408/natural-citrine-necklace-gold-citrine?external=1&ref=cl_recs_fave_lists_listings-listing-2&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Natural Citrine Necklace, Gold Citrine Necklace , November Birthstone Necklace, Dainty Citrine 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: #B6A7A2">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5801229/r/il/2173d6/1791105265/il_300x300.1791105265_33go.jpg"
    alt="Natural Citrine Necklace, Gold Citrine Necklace , November Birthstone Necklace, Dainty Citrine 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/5801229/r/il/2173d6/1791105265/il_200x200.1791105265_33go.jpg 200w, https://i.etsystatic.com/5801229/r/il/2173d6/1791105265/il_300x300.1791105265_33go.jpg 300w, https://i.etsystatic.com/5801229/r/il/2173d6/1791105265/il_600x600.1791105265_33go.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/232493185/dainty-beaded-bracelet-minimalist?external=1&ref=cl_recs_fave_lists_listings-listing-3&page_type=cl_fave_listing_page" target='_blank' class="wt-card__link " title="Dainty Beaded Bracelet,  Minimalist Birthstone Bracelet, Handmade Jewelry, Gemstone Bracelet, Gift For Her, Gold Bracelet, Silver Bracelet" >
                                <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: #D1B3A0">
                                    <img
    data-clg-id="WtImage"
    class="wt-height-full wt-object-fit-cover wt-image"
    src="https://i.etsystatic.com/5801229/r/il/201ac1/768136362/il_300x300.768136362_9vpi.jpg"
    alt="Dainty Beaded Bracelet,  Minimalist Birthstone Bracelet, Handmade Jewelry, Gemstone Bracelet, Gift For Her, Gold Bracelet, Silver Bracelet"
    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/5801229/r/il/201ac1/768136362/il_200x200.768136362_9vpi.jpg 200w, https://i.etsystatic.com/5801229/r/il/201ac1/768136362/il_300x300.768136362_9vpi.jpg 300w, https://i.etsystatic.com/5801229/r/il/201ac1/768136362/il_600x600.768136362_9vpi.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-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">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>
    </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":"6","hourOfDay":"19"},"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":["raspberry garnet and gold","spessartite gold garnet ring","rhodolite garnets","rhodolite garnet 18kt","rhodolite garnet and gold jewelry","rhodolite garnet in 18k"],"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+in+18k&ref=favorites_pg_suggested_search_visual-1" class="wt-text-link-no-underline" target="_blank">
                  <div>
                        <img src="https://i.etsystatic.com/39752043/r/il/95b1b7/6464563245/il_300x300.6464563245_oxp9.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-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="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=spessartite+gold+garnet+ring&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="spessartite gold garnet ring">
                              spessartite gold garnet 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="spessartite gold garnet ring">
                              spessartite gold garnet ring
                            </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+garnets&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="rhodolite garnets">
                              rhodolite garnets
                            </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 garnets">
                              rhodolite garnets
                            </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+18kt&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 18kt">
                              rhodolite garnet 18kt
                            </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 18kt">
                              rhodolite garnet 18kt
                            </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-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 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>
        <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 chrome-footer--ehi  ">
    <footer>
            <div class="wt-sem-p-page-margin wt-overflow-hidden wt-body-max-width">
                <div class="wt-grid wt-flex-sem-gap-page-margin wt-position-relative">
                    <div class="wt-grid__item-xs-12">
                        <div class="chrome-footer__heading">
                                <h2 class="wt-show-xl wt-text-heading-large">We&rsquo;re on a mission to keep commerce human.</h2>
                            <clg-logo name="etsysquare_fillcolor" class="wt-hide-xl"><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90"><path fill="#F1641E" d="M0 0H90V90H0z"/><path d="M70.845 64.349C73.838 64.349 76.291 63.352 77.903 61.473 79.553 59.518 80.09 57.56 80.09 53.571V37.233C80.09 36.503 79.515 36.351 78.938 36.465 77.326 36.811 75.869 37.078 74.028 37.271 73.53 37.31 73.337 37.655 73.337 38.001S73.568 38.731 74.296 38.769C75.869 38.845 76.482 39.343 76.482 40.609V49.125C76.482 51.578 74.296 53.764 71.88 53.764 69.694 53.764 68.427 52.307 68.427 49.315V37.195C68.428 36.465 67.892 36.351 67.277 36.465 65.704 36.773 64.322 37.078 62.636 37.271 62.06 37.31 61.868 37.655 61.868 38.001S62.097 38.731 62.827 38.769C64.245 38.845 64.82 39.343 64.82 40.609V49.97C64.82 54.148 67.235 56.028 70.84 56.028 73.066 56.03 75.405 54.764 76.48 52.425V55.57C76.48 58.025 75.98 59.597 74.985 60.786 73.95 62.015 72.607 62.704 70.88 62.704 68.847 62.704 67.736 61.974 67.736 60.9 67.736 60.555 67.85 60.171 67.85 59.635 67.85 58.638 67.16 57.755 66.086 57.755 64.743 57.756 64.093 58.792 64.093 59.982 64.093 62.053 66.355 64.354 70.843 64.354M53.856 56.027C58.23 56.027 60.952 53.342 60.952 50.083S58.766 45.633 54.894 44.329C51.863 43.294 50.866 42.336 50.866 40.953 50.866 39.42 52.018 38.115 54.164 38.115 56.119 38.115 57.578 38.998 58.382 40.838L58.766 41.721C59.15 42.603 60.223 42.412 60.108 41.53L59.724 38.385C59.648 37.848 59.495 37.617 59.033 37.426 57.576 36.776 56.04 36.468 54.355 36.468 50.175 36.468 47.757 39.038 47.757 42.22 47.757 44.906 49.252 46.518 53.356 47.858 56.539 48.893 57.843 49.738 57.843 51.35S56.501 54.341 53.968 54.341C51.744 54.341 50.44 53.421 49.443 51.35L48.868 50.159C48.522 49.43 47.45 49.623 47.602 50.581L48.138 54.034C48.215 54.532 48.408 54.684 48.83 54.878 50.442 55.646 51.784 56.03 53.854 56.03M40.74 55.95C43.348 55.95 44.996 54.57 45.763 52.385 46.034 51.54 45.114 51.04 44.613 51.886 43.92 53.037 42.886 53.536 41.812 53.536 41.083 53.536 40.47 53.304 40.049 52.806 39.588 52.269 39.435 51.387 39.435 50.312V38.69L44.574 38.728C45.148 38.728 45.38 38.192 45.38 37.731 45.38 37.234 45.11 36.811 44.497 36.811L39.435 36.85V33.936C39.435 33.436 39.128 33.206 38.744 33.206 38.474 33.206 38.207 33.32 37.976 33.666 36.634 35.66 35.636 36.466 33.641 37.271 33.257 37.424 33.028 37.693 33.028 38.04 33.028 38.423 33.222 38.69 33.796 38.69H35.83V50.772C35.83 52.46 36.29 53.686 37.134 54.606S39.206 55.95 40.74 55.95M15.887 41.337V31.44C15.887 30.905 16.116 30.674 16.693 30.674H24.709C27.05 30.674 28.045 31.324 28.775 33.32L29.657 35.815C30.003 36.81 31.19 36.659 31.19 35.7L31.114 29.524C31.114 29.026 30.806 28.833 30.384 28.833H8.6C7.908 28.833 7.718 29.217 7.718 29.6S7.908 30.368 8.562 30.407C11.247 30.636 11.707 31.174 11.707 33.667V51.193C11.707 53.38 11.247 53.879 8.714 54.108 8.102 54.146 7.908 54.53 7.908 54.914S8.102 55.68 8.753 55.68H30.768C31.19 55.682 31.498 55.492 31.498 54.99L31.574 48.814C31.574 47.856 30.384 47.741 30.079 48.7L29.273 51.194C28.622 53.266 27.508 53.879 25.169 53.879H18.495C16.423 53.879 15.887 53.342 15.887 51.539V43.14H20.873C22.866 43.14 23.519 43.676 24.17 45.593L24.707 47.164C25.014 48.084 26.278 48.123 26.242 47.05 26.166 43.98 26.128 40.376 26.204 37.307 26.242 36.234 25.014 36.272 24.71 37.193L24.173 38.766C23.48 40.722 22.945 41.336 20.875 41.336H15.887" fill="#FAF6F3"/></svg>
</template></clg-logo>
                        </div>
                    </div>

                    <div class="wt-grid__item-xs-12 wt-grid__item-tv-10">
                        <nav aria-label="Footer" data-footer-extra-links>
    <div class="wt-grid" >
        <div class="chrome-footer__extra-links-group wt-grid__item-lg-3 wt-grid__item-xl-2">
    <h3 class="wt-hide-xs wt-show-lg wt-text-title-01 wt-mb-xs-2 wt-text-left-xs wt-pr-xs-1">
        Shop
    </h3>

    <button type="button" class="wt-hide-lg wt-content-toggle--btn wt-width-full wt-btn wt-btn--transparent wt-content-toggle--with-icon wt-content-toggle--flush"
            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">
                        <clg-text-link
                            href="https://www.etsy.com/giftcards?ref=ftr"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Gift cards
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/registry?ref=ftr"
                            no-underline
                            id='collage-footer__registry-link'
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Etsy Registry
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/categories"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Sitemap
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="/blog/en/?ref=ftr"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Etsy blog
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/uk/?locale_override=GBP%7Cen-GB%7CGB"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Etsy United Kingdom
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/de/?locale_override=EUR%7Cde%7CDE"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Etsy Germany
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/ca/?locale_override=CAD%7Cen-US%7CCA"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Etsy Canada
                        </clg-text-link>
                    </li>
        </ul>
    </div>

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

    <button type="button" class="wt-hide-lg wt-content-toggle--btn wt-width-full wt-btn wt-btn--transparent wt-content-toggle--with-icon wt-content-toggle--flush"
            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">
                        <clg-text-link
                            href="https://www.etsy.com/sell?ref=ftr"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Sell on Etsy
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://community.etsy.com/pages/etsy-teams/"
                            no-underline
                            id='collage-footer__community-teams-link'
                                rel="nofollow"
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target rel="nofollow" :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Teams
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://community.etsy.com/feed/"
                            no-underline
                            id='collage-footer__community-forums-link'
                                rel="nofollow"
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target rel="nofollow" :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Forums
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/affiliates?ref=ftr"
                            no-underline
                            
                                rel="nofollow"
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target rel="nofollow" :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Affiliates & Creators
                        </clg-text-link>
                    </li>
        </ul>
    </div>

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

    <button type="button" class="wt-hide-lg wt-content-toggle--btn wt-width-full wt-btn wt-btn--transparent wt-content-toggle--with-icon wt-content-toggle--flush"
            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">
                        <clg-text-link
                            href="https://www.etsy.com/about?ref=ftr"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Etsy, Inc.
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/legal?ref=ftr"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Policies
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://investors.etsy.com"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Investors
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/careers?ref=ftr"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Careers
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/press?ref=ftr"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Press
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="https://www.etsy.com/impact?ref=ftr"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Impact
                        </clg-text-link>
                    </li>
        </ul>
    </div>

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

    <button type="button" class="wt-hide-lg wt-content-toggle--btn wt-width-full wt-btn wt-btn--transparent wt-content-toggle--with-icon wt-content-toggle--flush"
            data-wt-content-toggle
            aria-controls="footer-extra-links-help"
            aria-expanded="false"
            >
        <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" >
        <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">
                        <clg-text-link
                            href="https://www.etsy.com/help?ref=ftr"
                            no-underline
                            
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Help Center
                        </clg-text-link>
                    </li>
                    <li class="wt-pt-xs-1 wt-pb-xs-2 wt-pb-md-1 wt-display-block wt-width-full">
                        <clg-text-link
                            href="#"
                            no-underline
                            data-gdpr-privacy-settings-trigger
                        ><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                            Privacy settings
                        </clg-text-link>
                    </li>
        </ul>
    </div>

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

                    <div class="wt-grid__item-xs-12">
                        <div class="wt-grid wt-flex-grid-gap-xs-100">
                            <div class="wt-grid__item-xs-12">
                                <ul class="wt-list-inline wt-display-flex-xs wt-flex-grid-gap-xs-200 wt-mb-sm-0 wt-pl-xs-0 wt-pr-xs-0 wt-pl-sm-0 wt-pr-sm-0" aria-label="Download the Etsy App" data-footer-app-link>
        <li>
            <a class="app-store-badge app-store-badge-apple" href="https://etsy.app.link/d7nDUdp49V" rel="nofollow">
                App Store
            </a>
        </li>
        <li>
            <a class="app-store-badge app-store-badge-google" href="https://etsy.app.link/d7nDUdp49V" rel="nofollow">
                Google Play
            </a>
        </li>
</ul>
                            </div>
                            <div class="wt-grid__item-xs-12 wt-hide-xl">
                                <div class="chrome-footer__social-links wt-display-flex-xs wt-flex-grid-gap-xs-200">
        <a href="/social-tracking?network=instagram"
            rel="nofollow noopener noreferrer"
                target="_blank"
        >
            <clg-logo name="instagram" label="Instagram"><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><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>
</template></clg-logo>
        </a>
        <a href="/social-tracking?network=facebook"
            rel="nofollow noopener noreferrer"
                target="_blank"
        >
            <clg-logo name="facebook" label="Facebook"><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><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>
</template></clg-logo>
        </a>
        <a href="/social-tracking?network=pinterest"
            rel="nofollow noopener noreferrer"
                target="_blank"
        >
            <clg-logo name="pinterest" label="Pinterest"><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><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>
</template></clg-logo>
        </a>
        <a href="/social-tracking?network=youtube"
            rel="nofollow noopener noreferrer"
                target="_blank"
        >
            <clg-logo name="youtube" label="YouTube"><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><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>
</template></clg-logo>
        </a>
</div>
                            </div>
                        </div>
                    </div>

                        <div class="chrome-footer__illustration wt-show-xl">
                            <clg-feature-illustration name="shopping" label="Illustration of two people looking at a framed abstract artwork" size="large" not-padded><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><img class="clg-illustration__light" src="/assets/type/etsy-icon/clg/feature-illustrations/shopping.svg" alt="Illustration of two people looking at a framed abstract artwork" loading="lazy" />

<img class="clg-illustration__dark" src="/assets/type/etsy-icon/clg/feature-illustrations/shopping_darkmode.svg" alt="Illustration of two people looking at a framed abstract artwork" loading="lazy" />
</template></clg-feature-illustration>
                        </div>
                </div>
            </div>

        <div class="chrome-footer__final-container">
            <div class="wt-sem-p-page-margin wt-pal-grid-pt-xs-200 wt-pal-grid-pb-xs-200 wt-body-max-width">
                <div class="wt-grid wt-flex-grid-gap-xs-100 wt-flex-grid-gap-lg-0">
                    <div class="wt-grid__item-lg-4">
                        <div class="wt-display-flex-sm wt-align-items-center wt-flex-grid-gap-md-400">
                                <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</span>
</a>

                                <div class="wt-show-xl">
                                    <div class="chrome-footer__social-links wt-display-flex-xs wt-flex-grid-gap-xs-200">
        <a href="/social-tracking?network=instagram"
            rel="nofollow noopener noreferrer"
                target="_blank"
        >
            <clg-logo name="instagram" label="Instagram"><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><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>
</template></clg-logo>
        </a>
        <a href="/social-tracking?network=facebook"
            rel="nofollow noopener noreferrer"
                target="_blank"
        >
            <clg-logo name="facebook" label="Facebook"><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><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>
</template></clg-logo>
        </a>
        <a href="/social-tracking?network=pinterest"
            rel="nofollow noopener noreferrer"
                target="_blank"
        >
            <clg-logo name="pinterest" label="Pinterest"><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><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>
</template></clg-logo>
        </a>
        <a href="/social-tracking?network=youtube"
            rel="nofollow noopener noreferrer"
                target="_blank"
        >
            <clg-logo name="youtube" label="YouTube"><template shadowrootmode="open"><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><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>
</template></clg-logo>
        </a>
</div>
                                </div>
                        </div>
                    </div>
                    <div class="wt-grid__item-lg-8">
                            <div class="chrome-footer__bottom-links wt-display-flex-xs wt-flex-direction-column-xs wt-flex-direction-row-lg wt-flex-grid-gap-xs-100 wt-flex-grid-gap-lg-200 wt-height-full">
                                <span>
                                    &copy; 2026 Etsy, Inc.
                                </span>

                                <div class="wt-display-flex-xs wt-flex-direction-column-xs wt-flex-direction-row-lg wt-flex-grid-gap-xs-100 wt-flex-grid-gap-lg-200">
                                    <div class="wt-display-flex-xs wt-flex-grid-gap-xs-200">
                                        <clg-text-link href="/legal/terms-of-use?ref=ftr" no-underline><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                                            Terms of Use
                                        </clg-text-link>

                                        <clg-text-link href="/legal/privacy/?ref=ftr" no-underline><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                                            Privacy
                                        </clg-text-link>

                                    </div>

                                    <div class="wt-display-flex-xs wt-flex-grid-gap-xs-200">
                                        <clg-text-link href="/legal/policy/cookies-tracking-technologies/44797645975?ref=ftr#marketing-services" no-underline><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                                            Interest-based ads
                                        </clg-text-link>

                                        <clg-text-link href="/search/shops" no-underline><template shadowrootmode="open" shadowrootdelegatesfocus><link rel="stylesheet" href="https://www.etsy.com/ac/sasquatch/css/collage/shadow.d83e0ec1285795.css" type="text/css"/><a class="clg-text-link" href=""   :target  :rel x-on:click="CLICK">
    <slot name="icon" x-on:slotchange="ICON_CHANGE"></slot>
    <slot></slot>
    <span class="clg-screen-reader-only clg-text-link__new-tab-text">Opens a new tab</span>
</a>
</template>
                                            Local Shops
                                        </clg-text-link>

                                        <div class="chrome-footer__regions">
                                            <button aria-controls="country-picker" style-type="primary" class="wt-text-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>
                                        </div>

                                    </div>
                                </div>
                            </div>
                    </div>
                </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="VB2ZodLFyiqm6Wo8zepTSpOZ">
        window.dataLayer = [
    {
        "tp_consent": "yes",
        "Language": "en-US",
        "Region": "US",
        "Currency": "USD",
        "UAID": "fkpyk7n-tyUE2K2aalHPzU0EVxlG",
        "DetectedRegion": "US",
        "uuid": 1788636535,
        "request_start_time": 1788636532,
        "snapClientIp": "74.125.151.65",
        "snapUserAgent": "FeedBurner\/1.0 (http:\/\/www.FeedBurner.com)"
    }
];
    </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='VB2ZodLFyiqm6Wo8zepTSpOZ'>(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='VB2ZodLFyiqm6Wo8zepTSpOZ'>
    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":["on","m","79b68d"],"gearman.artificial_latency":["off","x","ebfaf0"],"assets.js.vite_sections.all":["off","w","f2a347"],"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_v8_web":["off","w","319d08"],"ranking\/search.smu.genir_autosuggest_v7_5_web":["v7_rtn_norr","x","67174a"],"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"],"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","49b07a"],"dmcc.android.v2":["ineligible","e","aa0074"],"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_v2":["wedding-trends","w","41d23d"],"osx.local_shops_phase_2_5":["hp_ingress","w","59e6f9"],"navx.fnb_gift_cards_multivariate":["at_end","x","0fd1cc"],"chops.vintage_node_global_nav":["on","x","e93182"],"android_image_filename_hack":["ineligible","e","9c9013"],"recs_systems.enable_recs_tracking_delivered_events":["on","x","a94bcf"],"structured_data_attributes_order_dependent":["on","x","691833"],"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"],"local_pe.q3_2026.buyerx.browser.traffic_split":["on","w","491e8e"],"cnc.streamlined_sign_in_desktop_v2":["off","x","920c5c"],"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.lp_prefetch.operational_killswitch":["on","x","80b545"]},"inMultistepAuthentication":false,"user_id":null,"page_guid":"10447e738b8b.6db5443ea3825cb13bc9.00","page_guid_source":"guid-source-generated","version":1,"request_uuid":"Eup2CaHG_inMOYC1aXA8bDpFZvb0","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":"AqRAyFi7r_hEdR57y_zH9uZWwFdvYIDf","event_source":"web","browser_id":"fkpyk7n-tyUE2K2aalHPzU0EVxlG","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":"fkpyk7n-tyUE2K2aalHPzU0EVxlG"},"page_time":3842,"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='VB2ZodLFyiqm6Wo8zepTSpOZ'>window.__etsy_logging.perf.event={"attributes":{"guid":"10447e741e9d.1602616d2ce8a3c88384.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,a=n.defaults,o=r.event,s=n.sendEvents,c=0===Object.keys(r).length,u=e.webVitals||{},d=n.mergeObject,_=r.isDev||!1,l=r.skipLoggingEvent||!1,m=r.keepPerfObserverActive||!1,f=null,p=0,v=!1;if(!c&&i&&a&&o&&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,r){var i=null,a=null;if(n.transferSize>0)for(var o=0;o<n.serverTiming.length;o++){var s=n.serverTiming[o];e.i_etsystatic_cdn||"cdn"!==s.name?"cache_status"===s.name&&(a=s.description):i=s.description}var c=null,u=null;if(a){var d="image"===r?"cdn_image_caching":"cdn_css_caching";e[d]||(e[d]={miss:0,hit:0}),c=0===a.indexOf("HIT"),u=0===a.indexOf("MISS"),c&&(e[d].hit+=1),u&&(e[d].miss+=1)}"image"===r&&(i&&(e.i_etsystatic_cdn=i),function(e,n,r,i){f||(f={},t.querySelectorAll("img[data-perf-group]").forEach((function(e){e.currentSrc&&(f[e.currentSrc]=e)})));var a=f[n.name];if(a){var o=a.dataset.perfGroup;e.categorized_images||(e.categorized_images=[]);var s={category:o,duration:b(n.duration),encodedBodySize:b(n.encodedBodySize),transferSize:b(n.transferSize),width:a.width,height:a.height};if(n.transferSize>0){(r||i)&&(s.cdn_hit=r);for(var c=0;c<n.serverTiming.length;c++){var u=n.serverTiming[c];"clientrtt"===u.name?s.clientrtt=b(u.duration):"clienttt"===u.name?s.clienttt=b(u.duration):"cdntime"===u.name?s.cdntime=b(u.duration):"origin"===u.name&&(s.origin=b(u.duration))}}e.categorized_images.push(s)}}(e,n,c,u))},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 a=e.static_assets_content_encoding[n];a[i]||(a[i]={}),a[i].count=(a[i].count||0)+1,a[i].decoded_bytes=(a[i].decoded_bytes||0)+b(t.decodedBodySize),a[i].encoded_bytes=(a[i].encoded_bytes||0)+b(t.encodedBodySize)}}(e,t,n,r),"etsy"===i&&t.serverTiming&&("css"===n||"image"===n&&"i.etsystatic.com"===r)&&E(e,t,n),"css"===n&&"etsy"===i&&(e.etsy_css_urls||(e.etsy_css_urls=[]),e.etsy_css_urls.push(t.name));var a="sum_"+i+"_"+n+"_bytes",o="sum_"+i+"_"+n+"_enc_bytes",s="sum_"+i+"_"+n+"_tx_bytes",c="sum_"+i+"_"+n+"_dur",u="count_"+i+"_"+n+"_req";return e[a]=(e[a]||0)+b(t.decodedBodySize),e[o]=(e[o]||0)+b(t.encodedBodySize),e[s]=(e[s]||0)+b(t.transferSize),e[c]=(e[c]||0)+b(t.duration),e[u]=(e[u]||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),final_response_headers_start:b(e.finalResponseHeadersStart||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)),d(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,d(i,k(e.performance.timing))),d(i,{dom_count_server:p,dom_count_client:t.getElementsByTagName("*").length}),d(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=d(r,o.attributes);i.beacon_send_time=0===i.nav_start?b(performance.now()):(new Date).getTime(),i.page_time=a.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 a=t[i],o=0;for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(o+=1);o>1&&(e.mismatched_ab_variants[i]=a,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)})),!!u.onINP&&u.onINP(n,{reportAllChanges:!0}),u.onLCP&&u.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 a,o=y((function(e){if(!t.hidden||"on_vischange"===e){clearTimeout(a);var n=L();m||(r.o.disconnect(),i&&i.disconnect()),n[e]=!0,P(n)}})),s=function(){return _&&e.__KEVIN_IS_STILL_BUILDING};_||(a=setTimeout((function(){o("on_fallbacktimeout")}),6e4),"complete"===t.readyState&&(clearTimeout(a),a=setTimeout((function(){o("on_loadtimeout")}),2e4))),t.addEventListener("readystatechange",(function(){"interactive"===t.readyState&&(p=t.getElementsByTagName("*").length)})),e.addEventListener("load",(function(){clearTimeout(a),s()||(a=setTimeout((function(){o("on_loadtimeout")}),2e4))}));var c=function(e){s()?(0===performance.getEntriesByName(`${r.MARK_MEASURE_PREFIX}dev_kevin-overlay-end`).length&&performance.mark(`${r.MARK_MEASURE_PREFIX}dev_kevin-overlay-abandoned-before-done`),setTimeout((function(){o(e)}),0)):o(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:!a,missing_perf_event:!o,missing_send_events:!s})}}(window,document);;</script>
<script type='text/javascript' nonce='VB2ZodLFyiqm6Wo8zepTSpOZ'>window.__etsy_logging.eventpipe.primary_complement={"attributes":{"guid":"10447e741e9b.fd0f8e80f43b2d3433f7.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="VB2ZodLFyiqm6Wo8zepTSpOZ">
    (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="VB2ZodLFyiqm6Wo8zepTSpOZ">
    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="VB2ZodLFyiqm6Wo8zepTSpOZ">if(window.console){console.log("Is code your craft? https://careers.etsy.com")}</script>
    </body>
</html>