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


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

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

        <meta name="csrf_nonce" content="3:1764628954:v761cpZua9jRbVCJjVWnSPohcoIr:75f8379a0510b752cecfeff99ba4fd179626306a4c856ed325491437cdf5d213">
        <meta name="uaid_nonce" content="3:1764628954:JvJ1s7JVEdOQQ2AF3lyLaQXOP-CY:b836b7a274349a1cbd660c7fa9e09f606b7c01d680d02068ad51e274893d8e1e">

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

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


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

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

    <link rel="stylesheet" href="https://www.etsy.com/dac/site-chrome/components/components.b1d1f733cf74f3,site-chrome/header/header.51462a6591926e,__modules__CategoryNav__src__/Views/ButtonMenu/Menu.02149cde20b454,__modules__CategoryNav__src__/Views/DropdownMenu/Menu.7b023971467ce5,site-chrome/footer/footer.7b023971467ce5,gdpr/settings-overlay.7b023971467ce5.css?variant=sasquatch" type="text/css" />
        <link rel="stylesheet" href="https://www.etsy.com/dac/shop2/home.4657989d4f1a6d,shop2/shop-home-autospliced.fe3bd9d216295e,web-toolkit-v2/modules/action_groups/action_groups.7b023971467ce5,neu/modules/favorite_button_defaults.7b023971467ce5,common/listing_card_text_badge.fe3bd9d216295e,shop2/modules/section-dropdown.fe3bd9d216295e,web-toolkit-v2/modules/tabs/tabs.7b023971467ce5,neu/section-selector.7b023971467ce5,web-toolkit-v2/modules/banners/banners.7b023971467ce5,web-toolkit-v2/core.b1d1f733cf74f3,web-toolkit-v2/modules/forms/radios.7b023971467ce5,mobile/modules/report/report.fe3bd9d216295e,common/stars-colors.7b023971467ce5,sort-by-reviews.3affa09ef32549,__modules__Prompt__src__/WebPromptComponents/CollapsibleWithIcon/styles.7b023971467ce5,__modules__EtsyFundedOffersTargeted__src__/SignedOutMVP/Icon/styles.f88f0d3a16ab9f,shop2/modules/shop-header-desktop.7b023971467ce5,shop2/modules/highlights-simplified.7b023971467ce5,shop2/common/rating-and-reviews-count.7b023971467ce5,neu/common/follow-shop-button.fe3bd9d216295e,shop2/modules/shop-icon.7b023971467ce5,shop2/nav-bar-with-polish.7b023971467ce5.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 {
                try {
                    //ideally we would have the same STATSD here as in transcend-integration.ts
                    //but we can't import STATSD into mustache files.  This only occurs 0.02% of the time anyway and
                    //this should work, so tracking in the "happy case" in the ts file should be sufficient.
                    window.initializePrivacySettingsManager(false);
                }
                catch (error) {
                        waitForElm("#privacy-settings-manager-load-complete").then(()=> {
                            window.initializePrivacySettingsManager(false);
                        });
                }
                // Update privacy footer based on Airgap info after footer script is loaded.
                waitForElm("#footer-script-loaded").then(()=> {
                    window.updatePrivacySettingsFooterTextBasedOnRegime();
                });

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

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

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

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

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

        

        <title>contemporarycloth - Etsy</title>
        <meta name="description" content="Shop 50% Off cotton fabrics, quilt and art books by contemporarycloth located in Timberlake, Ohio.">



            <meta name="facebook-domain-verification" content="27g0p1kthruuom7lri4xvj4v0jr3ux">

        <script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"contemporarycloth","description":"Shop 50% Off cotton fabrics, quilt and art books by contemporarycloth located in Timberlake, Ohio.","url":"https://www.etsy.com/shop/contemporarycloth","logo":"https://i.etsystatic.com/5334312/r/isla/ffb306/18491390/isla_500x500.18491390_poki1ezu.jpg","location":"Timberlake, Ohio","image":"https://i.etsystatic.com/5334312/r/isbl/196316/19404731/isbl_fullxfull.19404731_3tmif3m9.jpg","slogan":"50% Off cotton fabrics, quilt and art books","aggregateRating":{"@type":"AggregateRating","ratingValue":"5","worstRating":1,"bestRating":5,"reviewCount":29}}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"ItemList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/dbc872/4695610449/il_fullxfull.4695610449_ewd2.jpg","name":"Sale! 15 Japanese Tarasen Washi Daisy Papers  - 8.5&quot; x 11&quot; sheets - Daisies are about 1/2&quot; - PLS. READ DESCRIPTION","url":"https://www.etsy.com/listing/1407787354/sale-15-japanese-tarasen-washi-daisy","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"16.87","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"33.75","priceCurrency":"USD"}}}},{"@type":"ListItem","position":2,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/6549f5/712402627/il_fullxfull.712402627_tdx6.jpg","name":"1 yard Indelible Paper Phrases Sunny Art Gallery Fabrics","url":"https://www.etsy.com/listing/218680499/1-yard-indelible-paper-phrases-sunny-art","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"5.25","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"10.50","priceCurrency":"USD"}}}},{"@type":"ListItem","position":3,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/d5f52e/702884009/il_fullxfull.702884009_22he.jpg","name":"Sale! Japanese cards - Square Deal 10 Card Pack Autumn - Japanese Paper Place","url":"https://www.etsy.com/listing/216210662/sale-japanese-cards-square-deal-10-card","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"6.87","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"13.75","priceCurrency":"USD"}}}},{"@type":"ListItem","position":4,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/ef9226/2029430797/il_fullxfull.2029430797_hf3g.jpg","name":"Sale! 1 yard of 2&quot; wide Wedding Light Blue Ribbon Woven jacquard designed by Laura Foster Nicholson Textile","url":"https://www.etsy.com/listing/716609514/sale-1-yard-of-2-wide-wedding-light-blue","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"10.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":5,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/292c42/2181385677/il_fullxfull.2181385677_kcp7.jpg","name":"Clearance! 20 sheet pack - 4 colors Pearlized Filigree Japanese Papers 8.5&quot; x 11&quot; sheets collage origami scrapbooking mixed media paper art","url":"https://www.etsy.com/listing/751863096/clearance-20-sheet-pack-4-colors","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"22.40","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"44.80","priceCurrency":"USD"}}}},{"@type":"ListItem","position":6,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/7750f2/3979951799/il_fullxfull.3979951799_2x11.jpg","name":"Out of Print One Fat Quarter Tula Pink Acacia Butterfly Wings Blue PWTP 039 OOP HTF Free Spirit Fabrics - Two Fat Quarters Available","url":"https://www.etsy.com/listing/1248524053/out-of-print-one-fat-quarter-tula-pink","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"27.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"54.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":7,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/1f05a9/6999828605/il_fullxfull.6999828605_epen.jpg","name":"Clearance!  Fast Knits Fat Needles by Sally Harding","url":"https://www.etsy.com/listing/4322736253/clearance-fast-knits-fat-needles-by","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"12.97","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"25.95","priceCurrency":"USD"}}}},{"@type":"ListItem","position":8,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/654f3d/6377629339/il_fullxfull.6377629339_7xge.jpg","name":"Clearance! 1 1/4 yard Bundle of 1/2 yard floral Makower Fabric and 3/4 yards of Caiman dotted Westminster Fabrics","url":"https://www.etsy.com/listing/1791800926/clearance-1-14-yard-bundle-of-12-yard","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"6.75","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"13.50","priceCurrency":"USD"}}}},{"@type":"ListItem","position":9,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/86866a/1981868176/il_fullxfull.1981868176_kdl5.jpg","name":"1 yard of 2&quot; wide Wedding Light Sage Ribbon Woven jacquard designed by Laura Foster Nicholson Textile","url":"https://www.etsy.com/listing/716608762/1-yard-of-2-wide-wedding-light-sage","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"10.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":10,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/044e82/6346409062/il_fullxfull.6346409062_h8t2.jpg","name":"Clearance! 1 yard of Picnic by Moda Bonnie and Camille 1/2 inch gingham Out Of Print Hard to Find","url":"https://www.etsy.com/listing/1809396815/clearance-1-yard-of-picnic-by-moda","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"5.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"11.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":11,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/c23596/7198674102/il_fullxfull.7198674102_edm5.jpg","name":"50% OFF Abstracts: 50 Inspirational Projects by Rolina Van Vliet","url":"https://www.etsy.com/listing/4369516577/50-off-abstracts-50-inspirational","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"13.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"26.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":12,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/99f07a/7238669165/il_fullxfull.7238669165_c44v.jpg","name":"50% OFF of Slash: Paper Under the Knife by David Revere McFadden","url":"https://www.etsy.com/listing/4367817465/50-off-of-slash-paper-under-the-knife-by","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"22.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"45.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":13,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/c540f5/7238543633/il_fullxfull.7238543633_f6i0.jpg","name":"50% OFF Beginner&#39;s Guide to Digital Photo Art by Theresa Airey","url":"https://www.etsy.com/listing/4367782984/50-off-beginners-guide-to-digital-photo","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"10.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"20.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":14,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/d548be/7238496701/il_fullxfull.7238496701_5ynq.jpg","name":"50% OFF Personal Geographies: Explorations in Mixed-Media Mapmaking by Jill K. Berry","url":"https://www.etsy.com/listing/4367784521/50-off-personal-geographies-explorations","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"14.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"28.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":15,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/969e9f/5971264596/il_fullxfull.5971264596_jp6h.jpg","name":"Clearance! A Month of Sundays: Family, Friends, Foods & Quilts by Cheryl Arkison","url":"https://www.etsy.com/listing/1726875811/clearance-a-month-of-sundays-family","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"11.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"23.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":16,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/6084f3/7219526007/il_fullxfull.7219526007_kaom.jpg","name":"50% OFF!  Quilting Masterclass: Inspirations and Techniques from the Experts,  Hardcover by Katherine Guerrier","url":"https://www.etsy.com/listing/4363967804/50-off-quilting-masterclass-inspirations","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"17.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"35.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":17,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/bd7879/7171514566/il_fullxfull.7171514566_bu2m.jpg","name":"50% OFF Celebrate Your Creative Self: More than 25 Exercises To Unleash the Artist Within by Mary Todd Beam - Spiral-bound","url":"https://www.etsy.com/listing/4363972719/50-off-celebrate-your-creative-self-more","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"14.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"29.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":18,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/643ada/7219351661/il_fullxfull.7219351661_be5l.jpg","name":"50% OFF Rethinking Acrylic: Radical Solutions For Exploiting The World&#39;s Most Versatile Medium Spiralbound by Patti Brady","url":"https://www.etsy.com/listing/4363940351/50-off-rethinking-acrylic-radical","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"15.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"30.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":19,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/31fe9a/7219340627/il_fullxfull.7219340627_gklw.jpg","name":"50% OFF Acrylic Revolution: New Tricks and Techniques for Working with the World&#39;s Most Versatile Medium - Spiral-bound by Nancy Reyner","url":"https://www.etsy.com/listing/4363927814/50-off-acrylic-revolution-new-tricks-and","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"12.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"25.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":20,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/6b55d6/7219191721/il_fullxfull.7219191721_ikag.jpg","name":"50% OFF Transparent Art: Imaginative Techniques to Enchance Your Crafting Projects by Jenny Doh (Editor), Angela Cartwright (Foreword)","url":"https://www.etsy.com/listing/4363918372/50-off-transparent-art-imaginative","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"11.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"23.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":21,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/ad3f13/7212063369/il_fullxfull.7212063369_67iz.jpg","name":"50% OFF Papermaking for Printmakers (Printmaking Handbooks) by Elspeth Lamb","url":"https://www.etsy.com/listing/4362506163/50-off-papermaking-for-printmakers","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"11.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"22.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":22,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/c28656/692023444/il_fullxfull.692023444_5cws.jpg","name":"1 yard Indelible Paper Phrases Sunny  IDL-1226 Art Gallery Fabrics - no.696","url":"https://www.etsy.com/listing/213450925/1-yard-indelible-paper-phrases-sunny-idl","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"5.25","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"10.50","priceCurrency":"USD"}}}},{"@type":"ListItem","position":23,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/f47d9d/7163758490/il_fullxfull.7163758490_sjlk.jpg","name":"50% OFF Nature Inspired: Mixed-Media Techniques for Gathering, Sketching, Painting, Journaling, and Assemblage by Tracie Lyn Huskamp","url":"https://www.etsy.com/listing/4362460561/50-off-nature-inspired-mixed-media","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"11.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"23.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":24,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/2ad174/7211711791/il_fullxfull.7211711791_44np.jpg","name":"50% OFF Colorful Stitchery: 65 Hot Embroidery Projects to Personalize Your Home by Kristin Nicholas","url":"https://www.etsy.com/listing/4362441078/50-off-colorful-stitchery-65-hot","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"10.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"20.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":25,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/847845/7210419933/il_fullxfull.7210419933_3663.jpg","name":"50% OFF Mastering Digital Printing, Second Edition by Harald Johnson","url":"https://www.etsy.com/listing/4362252787/50-off-mastering-digital-printing-second","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"25.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"50.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":26,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/72e50a/7209895619/il_fullxfull.7209895619_r59h.jpg","name":"50% OFF Secrets of Digital Quilting From Camera to Quilt:8 Projects; 25 Techniques; Embellish with Paints, Inks by L Schwarz Smith, K Smith","url":"https://www.etsy.com/listing/4362165167/50-off-secrets-of-digital-quilting-from","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"14.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"28.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":27,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/af606b/7209677459/il_fullxfull.7209677459_6i1i.jpg","name":"50% OFF Altered Surfaces: Using Acrylic Paints With Gels, Mediums, Grounds + Pastes for Paper, Canvas, Board, Plastic by Chris Cozen 48 pgs.","url":"https://www.etsy.com/listing/4362129437/50-off-altered-surfaces-using-acrylic","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"8.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"17.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":28,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/7fd304/6171507596/il_fullxfull.6171507596_4pky.jpg","name":"50% OFF 7/8 yard of Luxe in Bloom by Sarah Watson Art Gallery Fabrics OOP HTF","url":"https://www.etsy.com/listing/1758600414/50-off-78-yard-of-luxe-in-bloom-by-sarah","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"5.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"10.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":29,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/3edf30/7159337258/il_fullxfull.7159337258_qsjw.jpg","name":"50% OFF Art Revolution: Alternative Approaches for Fine Artists and Illustrators, Flexibound by Lisa Cyr","url":"https://www.etsy.com/listing/4361700494/50-off-art-revolution-alternative","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"13.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"27.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":30,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/5f34a1/7207237155/il_fullxfull.7207237155_2xfl.jpg","name":"50% OFF Acrylic Innovation: Styles and Techniques Featuring 64 Visionary Artists Hardcover-spiral by Nancy Reyner","url":"https://www.etsy.com/listing/4361695647/50-off-acrylic-innovation-styles-and","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"15.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"30.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":31,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/e6a7d6/7156700192/il_fullxfull.7156700192_1y5e.jpg","name":"50% OFF Mixed Media Workshop:A multifaceted approach to creating unique works of art-step by step. Spiral-bound,see description for authors.","url":"https://www.etsy.com/listing/4361184555/50-off-mixed-media-workshopa","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"10.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"20.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":32,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/8bcb0c/7204509799/il_fullxfull.7204509799_3zat.jpg","name":"50% OFF  Mixed Media Revolution: Creative Ideas for Reusing Your Art by Darlene Olivia McElroy, Sandra Duran Wilson","url":"https://www.etsy.com/listing/4361144673/50-off-mixed-media-revolution-creative","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"12.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"25.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":33,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/862359/7196610627/il_fullxfull.7196610627_a5p4.jpg","name":"50% OFF  Digital Textile Design by Melanie Bowles and Ceri Isaac - book has been in storage","url":"https://www.etsy.com/listing/4359591585/50-off-digital-textile-design-by-melanie","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"17.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"35.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":34,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/aa774c/7148608542/il_fullxfull.7148608542_62zx.jpg","name":"50% OFF Collage Discovery Workshop:Beyond the Unexpected by Claudine Hellmuth.New techniques using color,personal imagery, creative surfaces","url":"https://www.etsy.com/listing/4359585617/50-off-collage-discovery-workshopbeyond","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"11.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"23.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":35,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/176022/6214142328/il_fullxfull.6214142328_awcj.jpg","name":"50% OFF! The Appliqu\u00e9 Book: Traditional Techniques, Modern Style - 16 Quilt Projects by Casey York","url":"https://www.etsy.com/listing/1767908880/50-off-the-applique-book-traditional","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"14.00","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"28.00","priceCurrency":"USD"}}}},{"@type":"ListItem","position":36,"item":{"@type":"Product","image":"https://i.etsystatic.com/5334312/r/il/dbe89b/6209103108/il_fullxfull.6209103108_g3to.jpg","name":"50% OFF!  Painted Pages Fueling Creativity with Sketchbooks and Mixed Media by Sarah Ahearn Bellemare","url":"https://www.etsy.com/listing/1766821150/50-off-painted-pages-fueling-creativity","brand":{"@type":"Brand","name":"contemporarycloth"},"offers":{"@type":"Offer","price":"12.50","priceCurrency":"USD","availability":"https://schema.org/InStock","priceSpecification":{"@type":"UnitPriceSpecification","priceType":"https://schema.org/ListPrice","price":"25.00","priceCurrency":"USD"}}}}],"numberOfItems":45}</script>

        <meta name="twitter:card" content="summary_large_image" value="" /><meta name="twitter:site" content="@Etsy" value="" />
<meta property="og:title" content="contemporarycloth - Etsy" />
<meta property="og:description" content="Shop 50% Off cotton fabrics, quilt and art books by contemporarycloth located in Timberlake, Ohio." />
<meta property="og:url" content="https://www.etsy.com/shop/contemporarycloth" /><meta property="og:image" content="https://i.etsystatic.com/5334312/r/isla/ffb306/18491390/isla_500x500.18491390_poki1ezu.jpg" /><meta property="og:type" content="website" /><meta property="og:site_name" content="Etsy" /><meta property="og:locale" content="en_US" />

        

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

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


            <link rel="canonical" href="https://www.etsy.com/shop/contemporarycloth" />
<link rel="alternate" href="https://www.etsy.com/shop/contemporarycloth" hreflang="en" /><link rel="alternate" href="https://www.etsy.com/shop/contemporarycloth" hreflang="x-default" />

        <script nonce="6z5bvqalbF4m/CemVG+fTEFG">__webpack_public_path__ = "https://www.etsy.com/ac/primaryVendor/js/en-US/";</script>

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

        <link type="application/opensearchdescription+xml" rel="search" href="/osdd.php" title="Etsy"/>
    </head>
    <body class="ui-toolkit transitional-wide etsy-has-it-design is-responsive no-touch en-US USD US is-global-nav shop-home-autospliced"
        data-language="en-US"
        data-currency="USD"
        data-region="US"
        
    >
        <script nonce="6z5bvqalbF4m/CemVG+fTEFG">
    !function(a,b,c,d,e,f){a.ddjskey=e;a.ddoptions=f||null;var m=b.createElement(c),n=b.getElementsByTagName(c)[0];m.async=1,m.defer=1,m.src=d,n.parentNode.insertBefore(m,n)}(window,document,"script","https://www.etsy.com/include/tags.js", "D013AA612AB2224D03B2318D0F5B19", {
        endpoint:"https://www.etsy.com/include/tags.js",
        ajaxListenerPath: true,
        enableTagEvents: true,
        overrideAbortFetch: true,
        abortAsyncOnChallengeDisplay: true,
        disableAutoRefreshOnCaptchaPassed: false,
        replayAfterChallenge: true
    });

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

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

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

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

        

        

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

        </div>

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

        <script nonce="6z5bvqalbF4m/CemVG+fTEFG">!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>
            <nav class="wt-hide-xs wt-show-lg">
                <div data-clg-id="WtMenu" class="wt-menu wt-tooltip ge-menu--body-below-trigger wt-tooltip--disabled-touch dropdown-category-menu wt-menu--bottom wt-menu--left" data-wt-menu data-wt-tooltip="true" data-menu-body-below-trigger="true" data-close-on-select="true" data-hide-trigger-on-open="false" data-animate-in="true" data-contain-focus="false" data-open-direction-vert="bottom" data-open-direction-horiz="left" data-open-direction-force="true" data-menu-type="action">
       
        <button
          type="button"
          class="wt-menu__trigger wt-btn wt-btn--transparent header-button wt-mr-xs-1 wt-btn--small"
          aria-haspopup="true"
          aria-expanded="false"
          data-wt-menu-trigger
          data-level="0"
          data-overlay-trigger-selector= "overlay-trigger-ele"
        >
          <span class="etsy-icon wt-mr-xs-1 wt-icon--smaller">
            <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 18 18">
              <rect x="2" y="8"  width="14" height="2"/>
              <rect x="2" y="13" width="14" height="2"/>
              <rect x="2" y="3"  width="14" height="2"/>
            </svg>
          </span>
          Categories
        </button>

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

</div>

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

</div>
            </nav>

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

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

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

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

        

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

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



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

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

    
</div>

<nav class="wt-hide-xs wt-show-lg category-nav-button-menu">
    <div data-ui="cat-nav" id="desktop-category-topnav" class="cat-nav responsive-disabled v2-toolkit-cat-nav wt-ml-xs-0 wt-mr-xs-0">
        <div class="wt-text-caption wt-position-relative wt-sem-bg-elevation-0 wt-z-index-5 v2-toolkit-cat-nav-tab-bar">
            <div class="wt-body-max-width">
                <ul class="wt-list-unstyled wt-body-max-width wt-display-flex-xs wt-justify-content-center" data-menu-ui="menubar" data-ui="top-nav-category-list">
                      
                      <li class="wt-mr-xs-3">
  <a
    href="/featured/hub/gifts?ref=gift_global_nav"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="-10" >
    <span class="wt-icon wt-icon--smaller-xs wt-nudge-b-1 wt-nudge-r-3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.535 7A4 4 0 0 1 12 2.354 4 4 0 0 1 18.465 7H22v9h-1v6H3v-6H2V7zm9.466 0H13V5a2 2 0 1 1 2.001 2M11 5a2 2 0 1 0-2.001 2H11zm-.764 4c-.55.614-1.348 1-2.236 1v2a4.98 4.98 0 0 0 3-1v3H4V9zM13 11c.836.628 1.874 1 3 1v-2a3 3 0 0 1-2.236-1H20v5h-7zm-8 5v4h6v-4zm8 4v-4h6v4z"/></svg></span><span>
    Gifts
</span>
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://www.etsy.com/r/curated/cyber-week-sales?sections=1422632773579&is_on_sale=true&pct_discount_max=60&narrow=cyber_sales&ref=112425Cyber_cat_nav"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    Shop Cyber Specials
  </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="/registry?ref=contentful_promo_cat_nav-8"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    Registry
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="/giftcards?ref=contentful_promo_cat_nav-9"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    Gift Cards
  </a>
</li>
                      
                </ul>
            </div>
        </div>
    </div>
</nav></div>



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

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

        


        <script nonce="6z5bvqalbF4m/CemVG+fTEFG">
        window.Etsy=window.Etsy||{};
        Etsy.Context=Etsy.Context||{};
        (function() {
            function assign(firstSource, secondSource) {
                if (!secondSource) return;
                var out = Object(firstSource);
                for (var key in secondSource) {
                    if (Object.prototype.hasOwnProperty.call(secondSource, key)) {
                        out[key] = secondSource[key];
                    }
                }
                return out;
            }
            Etsy.Context.feature=assign(Etsy.Context.feature ? Etsy.Context.feature : {}, {"profile_dropdown_to_help_center":false,"sitewide_si_mweb_gated_favoriting":false,"isAppShellEnabled":true,"is_footer_ships_from_listing_page_parity_enabled":true,"web2app.mweb_shop_home_w2a_banner_all_variants":null,"seller_platform_web.buyer_inquiry":false,"seller_platform_web.seller_local_time":false,"seller_platform_web.item_detail_overlay":false,"buyer_promise.issue_resolution.fee_avoidance_v2":false,"content_moderation.convo_safety.structured_convos":false,"risk_experience.buyer_email_verification":false});
            Etsy.Context.data=assign(Etsy.Context.data ? Etsy.Context.data : {}, {"is_mobile":false,"should_auto_redirect":false,"locale_settings":{"language":{"code":"en-US","id":0,"name":"English (US)","translation":"English (US)","is_detected":true,"is_default":true},"currency":{"currency_id":840,"code":"USD","name":"United States Dollar","number_precision":2,"symbol":"$","listing_enabled":true,"browsing_enabled":true,"buyer_location_restricted":false,"rate_updates_enabled":true,"is_detected":false,"is_default":true,"append_currency_symbol":false},"region":{"code":"US","country_id":209,"name":"United States","translation":"United States","is_detected":false,"is_default":true,"is_EU_region":false},"subdir_code":""},"neu_api_specs_sample_rate":null,"FB_GRAPHQL_VERSION":"v2.10","page_guid":"100c98d1e5bb.7dca192fcbf3a7f5be3e.00","primary_event_name":"shop_home","request_uuid":"EuMAXEANwIO4AvJSTEY7aYf5sb0b","user_is_test_account":false,"user_id":[null,null],"css_variant":"sasquatch","runtime_analysis":false,"collage_shadow_dom_css_url":"https:\/\/www.etsy.com\/ac\/sasquatch\/css\/collage\/shadow.d93a8062bd187b.css","vite_public_path":"https:\/\/www.etsy.com\/ac\/alphaVite\/js\/en-US\/","guest_uaid":["xyATfq99TBn_etvXjIZ4x2VTxbfE","xyATfq99TBn_etvXjIZ4x2VTxbfE"],"is_app_shell":true,"csrf_nonce":"3:1764628954:v761cpZua9jRbVCJjVWnSPohcoIr:75f8379a0510b752cecfeff99ba4fd179626306a4c856ed325491437cdf5d213","uaid_nonce":"3:1764628954:JvJ1s7JVEdOQQ2AF3lyLaQXOP-CY:b836b7a274349a1cbd660c7fa9e09f606b7c01d680d02068ad51e274893d8e1e","clientlogger":{"is_enabled":true,"endpoint":"\/clientlog","logs_per_page":6,"id":"EuMAXEANwIO4AvJSTEY7aYf5sb0b","digest":"dd7c27f0ca89d3f712e24366b675cc0bd5e26811","enabled_features":["info","warn","error","basic","uncaught"]},"01125905a4e5ddf2_appshell_fallback":"recs-impression","3c65557fa67e42dc_appshell_fallback":"b6e13c6a9614add85","c5420ec98ed7db34_appshell_fallback":"b11c55571ff4650fd","imp_listener_sources":["ads","search","recs","nonlisting"],"impact_tracker_should_prompt_signin":false,"impact_tracker_should_direct_open":false,"shop_favorites_see_all_link":"See all","shop_favorites_search_header":"Shops you follow","is_mobile_shop_search":false,"show_simplified_mobile_header":false,"is_eligible_for_ship_to_setting_in_global_header":false,"remove_catnav_for_bots":false,"in_cart_count":0,"page_type":"shop_home","clickable_nav":true,"has_dropdown":true,"add_vintage_node":false,"images_in_l2":false,"recs":[],"mweb_full_screen_search_dropdown":false,"relocate_cat_nav":false,"is_eligible_for_always_show_shop_search":false,"is_eligible_for_search_bar_improvements":false,"is_eligible_for_refinement_pills_in_autosuggest":false,"impact_message":{"footer_renewable_impact":{"impact_name":"footer_renewable_impact","impact_themes":["sustainability"],"impact_audiences":["buyers"]}},"airgap_url":"https:\/\/transcend-cdn.com\/cm\/ac71e058-41b7-4026-b482-3d9b8e31a6d0\/airgap.js","airgap_bundle":"control_bundle","dual_write_enabled":true,"google_tag_manager_async_enabled":false,"dynamic_privacy_settings_ui_enabled":false,"forced_data_regimes":"","has_forced_data_regimes":false,"all_purposes":["Advertising","Functional"],"all_regimes":["us-gpc","consent-prompt"],"default_consent_expiry":518400,"disable_advertising_regimes":[],"shop_id":5334312,"deep_link_shop_id":5334312,"shop_owner_user_id":6078907,"is_owner":false,"shop_name":"contemporarycloth","accepts_custom_requests":true,"reviews":{"filtered_reviews_batch_size":10,"valid_filters":["quality","shipping","customer_service"],"should_async_load_filtered_reviews":true},"trust_signals_event_prefix":"shop_home_","all_items_button":true,"iframe_warning_msg":"This is a preview of just your shop front. To explore more, use the <em>View on Etsy.com<\/em> button below.","is_in_shop_home":true,"show_listing_card_videos":false,"is_regulatory_buyer_disclosure_enabled":true,"async_items_use_spec_loader":true,"color_tint":null,"is_dark_mode":false,"is_simplified_shop_header":true,"is_convos_condensed_disclosure_enabled":false,"is_eligible_for_prefetch_lp_with_speculation_rules":false,"listings_load_more_batch_size":36,"listings_total_count":45,"listings_use_pagination":true,"selected_section_id":0,"current_search":"","referrer_listing_id_for_sort":null,"sort_order":"date_desc","wider_content":true,"should_hide_favorite_heart":false,"should_show_atc_and_sidebar_shop_home":false,"sort_by_tmpl_data":{"should_show_shop_home_price_filters":true,"sort_options":[{"message":"Relevance","param":"relevance","selected":false,"hidden":true,"url":"https:\/\/www.etsy.com\/shop\/contemporarycloth?sort_order=date_desc&order=relevance"},{"message":"Most Recent","param":"date_desc","selected":true,"hidden":false,"url":"https:\/\/www.etsy.com\/shop\/contemporarycloth?sort_order=date_desc&order=date_desc"},{"message":"Lowest Price","param":"price_asc","selected":false,"hidden":false,"url":"https:\/\/www.etsy.com\/shop\/contemporarycloth?sort_order=date_desc&order=price_asc"},{"message":"Highest Price","param":"price_desc","selected":false,"hidden":false,"url":"https:\/\/www.etsy.com\/shop\/contemporarycloth?sort_order=date_desc&order=price_desc"}],"is_mobile":false,"selected_sort_option":{"message":"Most Recent","param":"date_desc","selected":true,"hidden":false,"url":"https:\/\/www.etsy.com\/shop\/contemporarycloth?sort_order=date_desc&order=date_desc"},"messages":{"sort":"Sort:"}},"default_sort":"date_desc","should_show_shop_home_price_filters":true,"read_more_text":"Read more","close_text":"Close","is_shop_info_redesign_v2":true,"has_published_structured_refunds_policy":false,"revised_returns_ui":true,"should_paginate_reviews_in_shop_home":true,"shop_home_reviews_per_page":10,"inline_modal_is_responsive":true,"shopId":5334312,"sort_option":"Relevancy","should_use_consolidated_helpful_voting":false,"review_hide_sort_by_prefix":false,"shop_home_prompt":true,"dismissed_prompt_cookie_expiration":0.00347222222222222202947516933591032284311950206756591796875,"dismissed_cookie_id":"web_signals_prompt_dismissed","signals_prompt_name":"shop_home_prompt","signals_prompt_region_identifier":"signed_out_cyber_monday_offer_shop_home","signals_prompt_region_id":252,"signals_prompt_signal_displayed":"signed_out_cyber_monday_offer","updated_prompt_logic":false,"prompt_delay":5000,"branding":{"edit_url":"\/shop\/contemporarycloth\/edit?ref=edit_trust_header"},"is_no_banner_shop":true,"shop_reviews_count":826,"is_signed_in_mweb_sticky_nav_enabled":false,"is_signed_out_mweb_sticky_nav_enabled":false,"is_desktop_sh_nav_bar_enabled":true,"is_mweb_sh_nav_bar_enabled":false,"items_scroll_top_offset":80,"search_items":{"search_placeholder":"Search all 45 items","search_placeholder_long":"Search items in this shop","search_submit_button_aria_label":"Search","search_clear_button_aria_label":"Clear search"}});
        })();
    </script>

        <script nonce="6z5bvqalbF4m/CemVG+fTEFG">__webpack_public_path__ = "https://www.etsy.com/ac/primaryVendor/js/en-US/";</script>

<script nonce="6z5bvqalbF4m/CemVG+fTEFG">(function() {
var asyncAvailable = true;
try {
    eval("async () => {}");
} catch(e) {
    asyncAvailable = false;
}

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

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

})();</script>

   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/vendor_bundle.13bcfe5f1bf09197c0f7.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/etsy_libs.01ee73286977f3b955de.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/app-shell/globals/index.0f26fb6f87b01f3b88c8.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/@etsy-modules/ConsentManagement/Transcend-Integration.bb16d3b6578125131d13.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/shop2/home.0857a7b0670cd21a2fc2.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/common/web-toolkit/base-marketing.294210eea26f2806a394.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/@etsy-modules/Prompt/WebPromptComponents/CollapsibleWithIcon/index.d630e068083d83151ff6.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/@etsy-modules/Seo/InternalLinksModule/read-more.1432901daebe278bf87c.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/async/component-islands/vendor.3b5e595e81443e589719.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/primaryVendor/js/en-US/react-ssr/component-islands/queue.dec81664300ba0c5a12c.js" type="text/javascript" nonce="6z5bvqalbF4m/CemVG+fTEFG" crossorigin defer></script>

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


                
                
                

                    <div
    data-signal-event-id="shop-home-prompt"
    data-collapsible-with-icon-prompt
    
    class="collapsible-with-icon-prompt"
>
    <div class="expanded-content 
        web-prompt-container-component wt-m-lg-3 wt-m-xs-1 wt-animated wt-position-fixed wt-rounded-02 wt-shadow-elevation-4
        wt-animated--is-hidden
        wt-sem-bg-elevation-0">
        <div class="wt-display-flex-xs">
            <div class="wt-flex-shrink-xs-0 wt-pl-xs-2 wt-pt-xs-2 wt-pb-xs-2">
                <div class="tag-animation-container">
    <span class="wt-icon wt-icon--larger-xs tag-back"><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="M2 12 12 2h10v10L12 22zm17-5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg></span>
    <span class="wt-icon wt-icon--larger-xs tag-front"><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="M2 12 12 2h10v10L12 22zm17-5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg></span>
</div>
            </div>
            <div class="wt-flex-grow-xs-1 wt-p-xs-2">
                <div class="wt-display-flex-xs wt-justify-content-space-between">
                    <div>
                        <div class="wt-text-title-small wt-sem-text-primary">
                            Cyber bonus: Get <span class="wt-sem-text-monetary-value">20% off</span> your order
                        </div>
                        <div class="wt-text-body-smaller wt-sem-text-primary">
                            Sign in or create an Etsy account to claim. Save up to $10. Ends Dec 2.
                                <button class="wt-text-link" aria-controls="collapsible-prompt-dialog-overlay">
                                    View terms
                                </button>
                        </div>
                    </div>
                    <div class="wt-ph-xs-1">
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-btn--transparent-flush-right wt-btn--transparent-flush-top wt-btn--icon wt-btn--small" data-collapse-button="" aria-label="&lt;span class=&quot;wt-sem-text-monetary-value&quot;&gt;Get 20% off&lt;/span&gt;">
                                <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M3.793 5.207 10.586 12l-6.793 6.793 1.414 1.414L12 13.414l6.793 6.793 1.414-1.414L13.414 12l6.793-6.793-1.414-1.414L12 10.586 5.207 3.793z"/></svg></span>

</button>
                    </div>
                </div>
                <div class="wt-mt-xs-2 wt-pr-xs-3">
                    <a href="https://www.etsy.com/join/email?workflow=c2lnbmVkX291dF91c2VyX29mZmVyOjE0Mjc3NzA0MDg0MzY6MTc2NDYyOTU1NDo3Yjk1ZTkxZmQ1OGRlNzUwZWEwY2ZiYmZkMDllN2ExNg%3D%3D&from_page=https%3A%2F%2Fwww.etsy.com%2Fv3%2Fpublic%2Fweb-signals%2Fregions%2F252%3Fbuyer_country_id%3D209%26campaign_id%3D1427770408436%26currency_code%3DUSD%26first_visit_epoch%3D1764628954%26uaid%3DxyATfq99TBn_etvXjIZ4x2VTxbfE%26features%3Detsy_com_on%253Aon%252Ciat.mt.de%253Aineligible%252Ciat.mt.fr%253Aineligible%252Corm_latency%253Aoff%252Cprivacy.dynamic_privacy_settings_ui%253Aoff"
    class="wt-btn wt-btn--filled wt-btn--small wt-display-flex-xs inline-overlay-trigger signed-out-user-offer-action"
    data-login-workflow-id="1427770408436"
    data-web-prompt-cta-button>
    <div class="wt-flex-xs-1">
        <span data-selector="web-prompt-cta-text">Claim your offer</span>
    </div>
</a>
                </div>
            </div>
        </div>
    </div>
<button data-clg-id="WtButton" class="wt-btn wt-btn--secondary wt-btn--fixed-floating collapsed-content wt-sem-bg-elevation-3 wt-m-lg-3 wt-m-xs-1 wt-animated wt-animated--is-hidden">
            <span class="wt-sem-text-monetary-value">Get 20% off</span>

</button>
</div>
<div
    id="collapsible-prompt-dialog-overlay"
    data-wt-overlay
    class="wt-overlay wt-text-center-xs"
    aria-hidden="true"
    role="dialog"
    aria-modal="false"
    aria-label="More information about this offer"
>
    <div class="wt-overlay__modal" data-overlay-modal>
        <div class="wt-overlay__header wt-text-left-xs wt-display-flex-xs wt-align-items-center wt-justify-content-space-between">
            <h1 class="wt-text-heading">Save 20% on your order</h1>
<button data-clg-id="WtButton" class="wt-btn wt-btn--tertiary wt-btn--transparent-flush-right wt-btn--transparent-flush-top wt-btn--icon wt-btn--small" 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="M3.793 5.207 10.586 12l-6.793 6.793 1.414 1.414L12 13.414l6.793 6.793 1.414-1.414L13.414 12l6.793-6.793-1.414-1.414L12 10.586 5.207 3.793z"/></svg></span>

</button>
        </div>
        <div class="wt-overlay__body wt-text-left-xs">
            <p class="wt-text-body-large--tight">Use code EXTRA20 in cart for 20% off your entire order (up to $10). Ends 10:59pm CST on December 2, 2025. Terms apply.*</p>
        </div>
        <div class="wt-overlay__terms wt-text-left-xs wt-pt-xs-5 wt-border-t">
            <p class="wt-text-body-smaller wt-sem-text-secondary">*This offer can only be used once, at any shop that accepts Etsy gift cards and credits for payment. It cannot be transferred or redeemed for cash. Check out the <a href="https://www.etsy.com/legal/gift-cards/">Etsy Gift Cards, Credits, & Coupon Policy</a> for additional Terms and Conditions. Using this offer means you accept these terms.</p>
        </div>
    </div>
</div>
                    
                    <div id="shop-home-header" class="shop-home-header">
                        <div class="shop-header hide-right-button-text-at-xl">
    <div class="wt-position-relative">
        <div data-appears-component-name="shop_home_branding_section">
<div data-module="branding" class="branding-container wt-position-relative ">
<div data-no-banner class="wt-width-full wt-bg-orange-tint wt-p-xs-6 wt-p-md-8 wt-p-lg-5">
</div>
    </div>
</div>
        <div class="shop-header__ctas-md-down wt-show-xs wt-hide-lg wt-position-absolute wt-vertical-center wt-pl-xs-2 wt-pl-md-4 wt-pr-xs-2 wt-pr-md-4 wt-width-full">
            <div class="wt-display-flex-xs wt-justify-content-space-between">
                <div data-module="branding-buttons" class="cta-group wt-display-flex-xs wt-align-items-center">
                </div>
                <div class="cta-group wt-display-flex-xs wt-flex-gap-xs-2">
                    <div><a
    rel="nofollow"
    href="https://www.etsy.com/messages/new?with_id=6078907&referring_id=5334312&referring_type=shop&recipient_id=6078907"
    
    class="wt-btn wt-btn--primary sb-btn wt-btn--small-xs wt-btn--base-md wt-btn--light wt-btn--icon wt-shadow-elevation-3 contact-action convo-overlay-trigger inline-overlay-trigger"
    role="button"
    data-to_username="contemporarycloth"
    data-to_user_id="6078907"
    data-to_user_display_name="Sondra from contemporarycloth"
        data-referring_type="shop"
        data-referring_id="5334312"
    
    data-subject=""
    data-message=""
    
    
>
    <span class="etsy-icon shop-header-action-icon wt-icon--small-xs wt-icon--base-md wt-nudge-b-1 wt-nudge-r-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9 12.167a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m3 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m4.5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" clip-rule="evenodd" d="m22 22-5.107-1.277A9.95 9.95 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a9.95 9.95 0 0 1-1.277 4.893zm-3.41-5.394.39-.693A7.96 7.96 0 0 0 20 12a8 8 0 1 0-8 8 7.96 7.96 0 0 0 3.913-1.02l.693-.39 2.645.661z"/></svg></span>
    
    
    
    
</a></div>
                    <div data-follow-shop-region>
    <div data-action="follow-shop-button-container" class="wt-display-flex-xs wt-align-items-center">
        <input type="hidden" class="id" name="user_id" value="6078907"/>
            <a
                href="https://www.etsy.com/signin?workflow=ZmF2b3JpdGVfdXNlcl9pZDo2MDc4OTA3OjE3NjQ2Mjk1NTQ6MGMxYjI1N2JkNWI2MjI1Njg5YTNkODI2ZGM0NTdjODY%3D&use_follow_text=1&from_page=https%3A%2F%2Fwww.etsy.com%2Fshop%2Fcontemporarycloth%3Ffeed%3Drss2"
                rel="nofollow"
                data-downtime-overlay-type="favorite"
                data-supplemental-state--use_follow_text="true"
                class="inline-overlay-trigger favorite-shop-action sb-btn wt-btn wt-btn--primary wt-btn--small-xs wt-btn--base-md wt-btn--light wt-btn--icon wt-shadow-elevation-3"
                aria-label="Follow shop"
                data-action="follow-shop-button"
                data-shop-id="5334312"
                data-source-name="shop_home_branding"
                data-module-name=""
            >
                <span class="etsy-icon shop-header-action-icon wt-icon--small-xs wt-icon--base-md" data-not-following-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon shop-header-action-icon wt-icon--small-xs wt-icon--base-md wt-display-none wt-text-brick" data-following-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
        
        </a>
    </div>
    
</div>
                </div>
            </div>
        </div>

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

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

</div>
            <div class="shop-header__info wt-display-flex-xs wt-flex-direction-column-xs">
                <div class="wt-display-flex-xs wt-align-content-center wt-flex-gap-xs-1 wt-mb-xs-1 wt-mb-lg-0">
                    <h1 class="shop-name wt-text-title-larger wt-text-truncate">contemporarycloth</h1>
                    
                    
                </div>
                <div class="shop-details wt-display-flex-xs wt-flex-direction-column-xs">
                        <p class="sb-shop-location wt-text-body-small wt-sem-text-secondary">
                            Timberlake, Ohio
                        </p>
                    <div class="wt-show-xs wt-hide-lg">
                        <div class="wt-popover recent-activity wt-display-flex-xs" data-wt-popover>
    <button data-wt-popover-trigger data-shop-latest-activity-content class="wt-popover__trigger wt-text-link" aria-describedby="shop-info-latest-activity-popover-content">
        <span class="wt-text-body-small sb-latest-activity wt-sem-text-secondary wt-nudge-b-1" data-latest-activity-type="shipment_create" data-latest-activity-date="1764101118">Latest activity: Nov 25, 2025</span>
    </button>
    <div class="wt-p-xs-3" id=shop-info-latest-activity-popover-content role="tooltip">
        <p class="wt-mb-xs-1 wt-text-title-small">This shows when the seller last completed one of these activities</p>
        <p class="wt-text-body-small">&bull;&nbsp;Made a shop announcement</p>
        <p class="wt-text-body-small">&bull;&nbsp;Updated their shop policies</p>
        <p class="wt-text-body-small">&bull;&nbsp;Added an item to their shop</p>
    </div>
</div>
                    </div>
                </div>
                <div class="wt-hide-xs wt-show-lg wt-flex-shrink-xs-0">
                    <div class="highlights__container
        wt-show-xs wt-hide-lg
    ">
    <div class="highlights wt-display-flex-xs wt-align-items-center wt-justify-content-space-evenly wt-text-center-xs wt-b-xs wt-rounded-02 wt-p-xs-2 wt-p-md-3">
        <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="sales">
        <div class="highlight__primary-content ">4k</div>
        <div class="highlight__secondary-content"> Sales</div>
    </div>
</div>
        <div class="divider"></div>
        <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="rating">
        <div class="highlight__primary-content "><div
    class="highlight__primary-content"
    data-review-ratings-count
    data-rating="5.0"
    
>
        <div class="rating-and-reviews-count wt-display-flex-xs wt-align-items-center">
            <span class="wt-icon wt-icon--smaller-xs wt-icon--base-lg rating-and-reviews-count__icon wt-nudge-b-1 wt-fill-beeswax"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span> 
                <span class="rating-and-reviews-count__avg-rating ">5.0</span>
                        <a href="#reviews" data-reviews-jump-link data-click-source="rating_reviews_signal_count" class="wt-text-link-no-underline">
                    <span class="rating-and-reviews-count__reviews-count wt-text-body--tight">
                        (826)
                    </span>
                    </a>
        </div>
</div></div>
        
    </div>
</div>
        <div class="divider"></div>
        <div class="highlight__container wt-display-flex-xs">
    <div class="highlight wt-display-inline-flex-xs wt-align-items-center" data-highlight="on_etsy">
        <div class="highlight__primary-content ">17 years</div>
        <div class="highlight__secondary-content">on Etsy</div>
    </div>
</div>
    </div>
</div>

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

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

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



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

            </div>
        </div>
    </div>
    <div class="wt-display-flex-lg" >
        <div class="wt-hide-xs wt-show-lg wt-pl-xs-0 shop-home-wider-sections wt-mr-lg-4 wt-pr-xs-0 ">
            <div data-section-selector class="wt-tab-container wt-mb-xs-6">
    <ul
        class="wt-tab wt-flex-direction-column-md wt-bb-xs-none vertical-tabs"
            aria-orientation="vertical"
            role="tablist"
            aria-label="Sections"
            data-wt-tab-list data-animate="false"
    >
        <li
            aria-selected="true"
            class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                wt-justify-content-space-between
                 is-selected"
            role="tab"
            data-wt-tab
            data-section-id="0"
            data-num-sections="6"
        >
            <span class="wt-break-word wt-mr-xs-2">All</span>
            <span class="wt-mr-md-2">45</span>
        </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="1"
                data-num-sections="6"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        On sale
                </span>
                <span class="wt-mr-md-2">45</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="44747214"
                data-num-sections="6"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        50% OFF Fabrics
                </span>
                <span class="wt-mr-md-2">11</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="35652392"
                data-num-sections="6"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        50% Off Books/Magazines
                </span>
                <span class="wt-mr-md-2">27</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="37277838"
                data-num-sections="6"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        50%OFF Tula Pink OOP HTF
                </span>
                <span class="wt-mr-md-2">1</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="23264438"
                data-num-sections="6"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        50% 0FF Japanese Papers
                </span>
                <span class="wt-mr-md-2">4</span>
            </li>
            <li
                
                class="wt-tab__item wt-ml-md-0 wt-mr-md-0
                    wt-justify-content-space-between
                    "
                role="tab"
                data-wt-tab
                data-section-id="52840286"
                data-num-sections="6"
            >
                <span
                    class="wt-break-word wt-mr-xs-2"
                >
                        50% OFF Ribbon
                </span>
                <span class="wt-mr-md-2">2</span>
            </li>
    </ul>
</div>
            <div class="request-custom-order-button"><a rel="#custom-order-overlay"
    class="btn btn-primary convo-overlay-trigger inline-overlay-trigger btn-multi-line custom-order-action wt-width-full wt-mb-xs-2"
    data-to_username="contemporarycloth"
    data-to_user_id="6078907"
    data-to_user_display_name="Sondra from contemporarycloth"
    data-referring_type="shop"
    data-referring_id="5334312"
    data-context_type="custom_request"
    data-subject="Custom Request"
    href="/conversations/new?with_id=6078907&ref=shop_contact_items"
    aria-label="Request Custom Order">
     <span class="etsy-icon wt-icon--smaller wt-vertical-align-middle wt-nudge-b-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16 12v2H8v-2zm0 4v2H8v-2z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 4h3V2h10v2h3v18H4zm13 4V6h1v14H6V6h1v2zm-2-4H9v2h6z"/></svg></span> Request Custom Order
</a></div>
            <div class="contact-shop-owner-button"><a
    rel="nofollow"
    href="https://www.etsy.com/messages/new?with_id=6078907&referring_id=5334312&referring_type=shop&recipient_id=6078907"
    
    class="btn btn-secondary wt-width-full btn-multi-line  contact-action convo-overlay-trigger inline-overlay-trigger"
    role="button"
    data-to_username="contemporarycloth"
    data-to_user_id="6078907"
    data-to_user_display_name="Sondra (contemporarycloth) from contemporarycloth"
        data-referring_type="shop"
        data-referring_id="5334312"
    
    data-subject=""
    data-message=""
    
    aria-label="Contact shop owner"
>
    <span class="etsy-icon wt-icon--smaller wt-vertical-align-middle wt-nudge-b-1 wt-mr-xs-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.893 20.723 22 22l-1.277-5.107A9.95 9.95 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10a9.95 9.95 0 0 0 4.893-1.277M9 12.167a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg></span>
    
    <span>Contact shop owner</span> 
    
    
</a></div>

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

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

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

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

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

</button>

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

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="44747214" aria-checked="false">
                            50% OFF Fabrics (11)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="35652392" aria-checked="false">
                            50% Off Books/Magazines (27)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="37277838" aria-checked="false">
                            50%OFF Tula Pink OOP HTF (1)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="23264438" aria-checked="false">
                            50% 0FF Japanese Papers (4)

</button>
<button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item " tabindex="-1" data-section-id="52840286" aria-checked="false">
                            50% OFF Ribbon (2)

</button>

</div>
</div></div>
            </div>
        </div>
    <div class="wt-display-flex-xs wt-justify-content-space-between wt-align-items-center wt-mb-xs-4">
            <div data-header-text="all-items"><h2>
        All items
</h2></div>
        <div class="wt-display-flex-xs wt-align-items-center wt-justify-content-flex-end wt-flex-gap-xs-2">
        
        <div data-sort-container class="wt-pb-xs-2 wt-pb-lg-0">
    <div class="wt-menu" data-wt-menu data-menu-type="option" data-open-direction-horiz="right" data-dropdown-uid="sortItems">
        <button type="button" class="wt-menu__trigger wt-btn wt-btn--icon wt-btn--transparent" aria-haspopup="true" aria-expanded="false" data-wt-menu-trigger>
            <div class="wt-hide-xs wt-show-lg">
                <span class="wt-menu__trigger__label">Sort: Most Recent</span>
                <span class="etsy-icon wt-menu__trigger__caret"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><polygon points="16.5 10 12 16 7.5 10 16.5 10"/></svg></span>
            </div>
            <span class="wt-menu__trigger__label wt-hide-lg">
                <span class="etsy-icon" aria-label="Sort"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M16 20.414l3.707-3.707a1 1 0 00-1.414-1.414L17 16.586V6a1 1 0 00-2 0v10.586l-1.293-1.293a1 1 0 10-1.414 1.414L16 20.414zM9 18V7.414l1.293 1.293a1 1 0 001.414-1.414L8 3.586 4.293 7.293a1 1 0 001.414 1.414L7 7.414V18a1 1 0 102 0z"/>
</svg></span>
            </span>
        </button>
        <div role="menu" class="wt-menu__body" data-wt-menu-body>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item wt-display-none"
                    tabindex="-1"
                    data-sort-param="relevance"
                    
                >
                    Relevance
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item  wt-is-selected"
                    tabindex="-1"
                    data-sort-param="date_desc"
                    aria-checked="true"
                >
                    Most Recent
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item "
                    tabindex="-1"
                    data-sort-param="price_asc"
                    
                >
                    Lowest Price
                </button>
                <button type="button" role="menuitemradio"
                    class="wt-menu__item "
                    tabindex="-1"
                    data-sort-param="price_desc"
                    
                >
                    Highest Price
                </button>
        </div>
    </div>
</div>
    </div>
    </div>

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

            
            listing-card-experimental-style"
    data-palette-listing-id="1407787354"
    data-shop-id="5334312"
    data-listing-id="1407787354"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1407787354"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1407787354/sale-15-japanese-tarasen-washi-daisy?click_key=175aebf474adba6cc2cc69be70bc6a4add5ecd8d%3A1407787354&click_sum=6e83d229&ref=shop_home_active_1&pro=1"
                data-listing-link
        
                target="etsy.1407787354"
            title="Sale! 15 Japanese Tarasen Washi Daisy Papers  - 8.5&quot; x 11&quot; sheets - Daisies are about 1/2&quot; - PLS. READ DESCRIPTION"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_1 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/dbc872/4695610449/il_340x270.4695610449_ewd2.jpg"
    alt="Sale! 15 Japanese Tarasen Washi Daisy Papers  - 8.5&amp;quot; x 11&amp;quot; sheets - Daisies are about 1/2&amp;quot; - PLS. READ DESCRIPTION"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/dbc872/4695610449/il_300x300.4695610449_ewd2.jpg 300w, https://i.etsystatic.com/5334312/r/il/dbc872/4695610449/il_600x600.4695610449_ewd2.jpg 600w, https://i.etsystatic.com/5334312/r/il/dbc872/4695610449/il_800x800.4695610449_ewd2.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1407787354"
            >
                Sale! 15 Japanese Tarasen Washi Daisy Papers  - 8.5&quot; x 11&quot; sheets - Daisies are about 1/2&quot; - PLS. READ DESCRIPTION
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $16.87
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>16.87</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>33.75</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $33.75
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="218680499"
    data-shop-id="5334312"
    data-listing-id="218680499"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="218680499"
        data-palette-listing-image
                href="https://www.etsy.com/listing/218680499/1-yard-indelible-paper-phrases-sunny-art?click_key=555115059d617fc0b462b1c7f7cb39d7e6a41dc6%3A218680499&click_sum=c4619ede&ref=shop_home_active_2&pro=1"
                data-listing-link
        
                target="etsy.218680499"
            title="1 yard Indelible Paper Phrases Sunny Art Gallery Fabrics"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_2 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/6549f5/712402627/il_340x270.712402627_tdx6.jpg"
    alt="1 yard Indelible Paper Phrases Sunny Art Gallery Fabrics"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/6549f5/712402627/il_300x300.712402627_tdx6.jpg 300w, https://i.etsystatic.com/5334312/r/il/6549f5/712402627/il_600x600.712402627_tdx6.jpg 600w, https://i.etsystatic.com/5334312/r/il/6549f5/712402627/il_800x800.712402627_tdx6.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-218680499"
            >
                1 yard Indelible Paper Phrases Sunny Art Gallery Fabrics
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $5.25
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>5.25</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>10.50</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $10.50
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="216210662"
    data-shop-id="5334312"
    data-listing-id="216210662"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="216210662"
        data-palette-listing-image
                href="https://www.etsy.com/listing/216210662/sale-japanese-cards-square-deal-10-card?click_key=0a4de0f8a6fbb5b350dab4ea94e055266d04a02b%3A216210662&click_sum=6ef6ee46&ref=shop_home_active_3&pro=1"
                data-listing-link
        
                target="etsy.216210662"
            title="Sale! Japanese cards - Square Deal 10 Card Pack Autumn - Japanese Paper Place"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_3 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/d5f52e/702884009/il_340x270.702884009_22he.jpg"
    alt="Sale! Japanese cards - Square Deal 10 Card Pack Autumn - Japanese Paper Place"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/d5f52e/702884009/il_300x300.702884009_22he.jpg 300w, https://i.etsystatic.com/5334312/r/il/d5f52e/702884009/il_600x600.702884009_22he.jpg 600w, https://i.etsystatic.com/5334312/r/il/d5f52e/702884009/il_800x800.702884009_22he.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-216210662"
            >
                Sale! Japanese cards - Square Deal 10 Card Pack Autumn - Japanese Paper Place
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $6.87
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>6.87</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>13.75</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $13.75
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="716609514"
    data-shop-id="5334312"
    data-listing-id="716609514"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="716609514"
        data-palette-listing-image
                href="https://www.etsy.com/listing/716609514/sale-1-yard-of-2-wide-wedding-light-blue?click_key=4cc99d1b9574aa967e84cbb80a7ed4e37de501f6%3A716609514&click_sum=9990aed0&ref=shop_home_active_4&pro=1"
                data-listing-link
        
                target="etsy.716609514"
            title="Sale! 1 yard of 2&quot; wide Wedding Light Blue Ribbon Woven jacquard designed by Laura Foster Nicholson Textile"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_4 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/ef9226/2029430797/il_340x270.2029430797_hf3g.jpg"
    alt="Sale! 1 yard of 2&amp;quot; wide Wedding Light Blue Ribbon Woven jacquard designed by Laura Foster Nicholson Textile"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/ef9226/2029430797/il_300x300.2029430797_hf3g.jpg 300w, https://i.etsystatic.com/5334312/r/il/ef9226/2029430797/il_600x600.2029430797_hf3g.jpg 600w, https://i.etsystatic.com/5334312/r/il/ef9226/2029430797/il_800x800.2029430797_hf3g.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-716609514"
            >
                Sale! 1 yard of 2&quot; wide Wedding Light Blue Ribbon Woven jacquard designed by Laura Foster Nicholson Textile
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $5.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>10.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $10.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="751863096"
    data-shop-id="5334312"
    data-listing-id="751863096"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="751863096"
        data-palette-listing-image
                href="https://www.etsy.com/listing/751863096/clearance-20-sheet-pack-4-colors?click_key=923690342cf6c7c434497600ab8aa6846f6f64dd%3A751863096&click_sum=b29b99c5&ref=shop_home_active_5&pro=1"
                data-listing-link
        
                target="etsy.751863096"
            title="Clearance! 20 sheet pack - 4 colors Pearlized Filigree Japanese Papers 8.5&quot; x 11&quot; sheets collage origami scrapbooking mixed media paper art"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_5 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/292c42/2181385677/il_340x270.2181385677_kcp7.jpg"
    alt="Clearance! 20 sheet pack - 4 colors Pearlized Filigree Japanese Papers 8.5&amp;quot; x 11&amp;quot; sheets collage origami scrapbooking mixed media paper art"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/292c42/2181385677/il_300x300.2181385677_kcp7.jpg 300w, https://i.etsystatic.com/5334312/r/il/292c42/2181385677/il_600x600.2181385677_kcp7.jpg 600w, https://i.etsystatic.com/5334312/r/il/292c42/2181385677/il_800x800.2181385677_kcp7.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-751863096"
            >
                Clearance! 20 sheet pack - 4 colors Pearlized Filigree Japanese Papers 8.5&quot; x 11&quot; sheets collage origami scrapbooking mixed media paper art
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $22.40
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>22.40</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>44.80</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $44.80
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="1248524053"
    data-shop-id="5334312"
    data-listing-id="1248524053"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1248524053"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1248524053/out-of-print-one-fat-quarter-tula-pink?click_key=b50e61707ab97163d16168cf242571f6a4ea17e2%3A1248524053&click_sum=db30be44&ref=shop_home_active_6&pro=1"
                data-listing-link
        
                target="etsy.1248524053"
            title="Out of Print One Fat Quarter Tula Pink Acacia Butterfly Wings Blue PWTP 039 OOP HTF Free Spirit Fabrics - Two Fat Quarters Available"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_6 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/7750f2/3979951799/il_340x270.3979951799_2x11.jpg"
    alt="Out of Print One Fat Quarter Tula Pink Acacia Butterfly Wings Blue PWTP 039 OOP HTF Free Spirit Fabrics - Two Fat Quarters Available"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/7750f2/3979951799/il_300x300.3979951799_2x11.jpg 300w, https://i.etsystatic.com/5334312/r/il/7750f2/3979951799/il_600x600.3979951799_2x11.jpg 600w, https://i.etsystatic.com/5334312/r/il/7750f2/3979951799/il_800x800.3979951799_2x11.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1248524053"
            >
                Out of Print One Fat Quarter Tula Pink Acacia Butterfly Wings Blue PWTP 039 OOP HTF Free Spirit Fabrics - Two Fat Quarters Available
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $27.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>27.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>54.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $54.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4322736253"
    data-shop-id="5334312"
    data-listing-id="4322736253"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4322736253"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4322736253/clearance-fast-knits-fat-needles-by?click_key=368262d1f6e427887df118a50cb990581d089417%3A4322736253&click_sum=257a66a6&ref=shop_home_active_7&pro=1"
                data-listing-link
        
                target="etsy.4322736253"
            title="Clearance!  Fast Knits Fat Needles by Sally Harding"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_7 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/1f05a9/6999828605/il_340x270.6999828605_epen.jpg"
    alt="Clearance!  Fast Knits Fat Needles by Sally Harding"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/1f05a9/6999828605/il_300x300.6999828605_epen.jpg 300w, https://i.etsystatic.com/5334312/r/il/1f05a9/6999828605/il_600x600.6999828605_epen.jpg 600w, https://i.etsystatic.com/5334312/r/il/1f05a9/6999828605/il_800x800.6999828605_epen.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4322736253"
            >
                Clearance!  Fast Knits Fat Needles by Sally Harding
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $12.97
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>12.97</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>25.95</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $25.95
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="1791800926"
    data-shop-id="5334312"
    data-listing-id="1791800926"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1791800926"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1791800926/clearance-1-14-yard-bundle-of-12-yard?click_key=3e11dd7a46f7feb8004b10b47b3791b208192246%3A1791800926&click_sum=487607d9&ref=shop_home_active_8&pro=1"
                data-listing-link
        
                target="etsy.1791800926"
            title="Clearance! 1 1/4 yard Bundle of 1/2 yard floral Makower Fabric and 3/4 yards of Caiman dotted Westminster Fabrics"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_8 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/654f3d/6377629339/il_340x270.6377629339_7xge.jpg"
    alt="Clearance! 1 1/4 yard Bundle of 1/2 yard floral Makower Fabric and 3/4 yards of Caiman dotted Westminster Fabrics"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/654f3d/6377629339/il_300x300.6377629339_7xge.jpg 300w, https://i.etsystatic.com/5334312/r/il/654f3d/6377629339/il_600x600.6377629339_7xge.jpg 600w, https://i.etsystatic.com/5334312/r/il/654f3d/6377629339/il_800x800.6377629339_7xge.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1791800926"
            >
                Clearance! 1 1/4 yard Bundle of 1/2 yard floral Makower Fabric and 3/4 yards of Caiman dotted Westminster Fabrics
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $6.75
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>6.75</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>13.50</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $13.50
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="716608762"
    data-shop-id="5334312"
    data-listing-id="716608762"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="716608762"
        data-palette-listing-image
                href="https://www.etsy.com/listing/716608762/1-yard-of-2-wide-wedding-light-sage?click_key=830e90ff7a4ff942ba1388cd99c355302a368e74%3A716608762&click_sum=0e01a42a&ref=shop_home_active_9&pro=1"
                data-listing-link
        
                target="etsy.716608762"
            title="1 yard of 2&quot; wide Wedding Light Sage Ribbon Woven jacquard designed by Laura Foster Nicholson Textile"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_9 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/86866a/1981868176/il_340x270.1981868176_kdl5.jpg"
    alt="1 yard of 2&amp;quot; wide Wedding Light Sage Ribbon Woven jacquard designed by Laura Foster Nicholson Textile"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/86866a/1981868176/il_300x300.1981868176_kdl5.jpg 300w, https://i.etsystatic.com/5334312/r/il/86866a/1981868176/il_600x600.1981868176_kdl5.jpg 600w, https://i.etsystatic.com/5334312/r/il/86866a/1981868176/il_800x800.1981868176_kdl5.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-716608762"
            >
                1 yard of 2&quot; wide Wedding Light Sage Ribbon Woven jacquard designed by Laura Foster Nicholson Textile
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $5.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>10.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $10.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="1809396815"
    data-shop-id="5334312"
    data-listing-id="1809396815"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1809396815"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1809396815/clearance-1-yard-of-picnic-by-moda?click_key=3be4245bc482a2dbdc609de31a12d5b8921c3001%3A1809396815&click_sum=81277b1e&ref=shop_home_active_10&pro=1"
                data-listing-link
        
                target="etsy.1809396815"
            title="Clearance! 1 yard of Picnic by Moda Bonnie and Camille 1/2 inch gingham Out Of Print Hard to Find"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_10 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/044e82/6346409062/il_340x270.6346409062_h8t2.jpg"
    alt="Clearance! 1 yard of Picnic by Moda Bonnie and Camille 1/2 inch gingham Out Of Print Hard to Find"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/044e82/6346409062/il_300x300.6346409062_h8t2.jpg 300w, https://i.etsystatic.com/5334312/r/il/044e82/6346409062/il_600x600.6346409062_h8t2.jpg 600w, https://i.etsystatic.com/5334312/r/il/044e82/6346409062/il_800x800.6346409062_h8t2.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1809396815"
            >
                Clearance! 1 yard of Picnic by Moda Bonnie and Camille 1/2 inch gingham Out Of Print Hard to Find
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $5.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>5.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>11.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $11.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4369516577"
    data-shop-id="5334312"
    data-listing-id="4369516577"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4369516577"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4369516577/50-off-abstracts-50-inspirational?click_key=ff197c277a3b607cbdf50c74ca67038322949eb4%3A4369516577&click_sum=7b05c5d6&ref=shop_home_active_11&pro=1"
                data-listing-link
        
                target="etsy.4369516577"
            title="50% OFF Abstracts: 50 Inspirational Projects by Rolina Van Vliet"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_11 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/c23596/7198674102/il_340x270.7198674102_edm5.jpg"
    alt="50% OFF Abstracts: 50 Inspirational Projects by Rolina Van Vliet"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/c23596/7198674102/il_300x300.7198674102_edm5.jpg 300w, https://i.etsystatic.com/5334312/r/il/c23596/7198674102/il_600x600.7198674102_edm5.jpg 600w, https://i.etsystatic.com/5334312/r/il/c23596/7198674102/il_800x800.7198674102_edm5.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4369516577"
            >
                50% OFF Abstracts: 50 Inspirational Projects by Rolina Van Vliet
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $13.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>13.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>26.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $26.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4367817465"
    data-shop-id="5334312"
    data-listing-id="4367817465"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4367817465"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4367817465/50-off-of-slash-paper-under-the-knife-by?click_key=8d4e07298a2ca009efe9da26f88d0dbc57be06ac%3A4367817465&click_sum=e576e354&ref=shop_home_active_12&pro=1"
                data-listing-link
        
                target="etsy.4367817465"
            title="50% OFF of Slash: Paper Under the Knife by David Revere McFadden"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_12 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/99f07a/7238669165/il_340x270.7238669165_c44v.jpg"
    alt="50% OFF of Slash: Paper Under the Knife by David Revere McFadden"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image=""
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/99f07a/7238669165/il_300x300.7238669165_c44v.jpg 300w, https://i.etsystatic.com/5334312/r/il/99f07a/7238669165/il_600x600.7238669165_c44v.jpg 600w, https://i.etsystatic.com/5334312/r/il/99f07a/7238669165/il_800x800.7238669165_c44v.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4367817465"
            >
                50% OFF of Slash: Paper Under the Knife by David Revere McFadden
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $22.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>22.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>45.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $45.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4367782984"
    data-shop-id="5334312"
    data-listing-id="4367782984"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4367782984"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4367782984/50-off-beginners-guide-to-digital-photo?click_key=0ba757d39e89311b65b4333ce8caa05e048a4317%3A4367782984&click_sum=30fd093a&ref=shop_home_active_13&pro=1"
                data-listing-link
        
                target="etsy.4367782984"
            title="50% OFF Beginner&#39;s Guide to Digital Photo Art by Theresa Airey"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #DCD7CB;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_13 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/c540f5/7238543633/il_340x270.7238543633_f6i0.jpg"
    alt="50% OFF Beginner&amp;#39;s Guide to Digital Photo Art by Theresa Airey"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/c540f5/7238543633/il_300x300.7238543633_f6i0.jpg 300w, https://i.etsystatic.com/5334312/r/il/c540f5/7238543633/il_600x600.7238543633_f6i0.jpg 600w, https://i.etsystatic.com/5334312/r/il/c540f5/7238543633/il_800x800.7238543633_f6i0.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4367782984"
            >
                50% OFF Beginner&#39;s Guide to Digital Photo Art by Theresa Airey
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $10.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>10.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>20.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $20.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4367784521"
    data-shop-id="5334312"
    data-listing-id="4367784521"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4367784521"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4367784521/50-off-personal-geographies-explorations?click_key=d5001eb8a3f4b7fbea967e0fcfa269ccb798fef6%3A4367784521&click_sum=43c0d786&ref=shop_home_active_14&pro=1"
                data-listing-link
        
                target="etsy.4367784521"
            title="50% OFF Personal Geographies: Explorations in Mixed-Media Mapmaking by Jill K. Berry"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #DBD1D2;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_14 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/d548be/7238496701/il_340x270.7238496701_5ynq.jpg"
    alt="50% OFF Personal Geographies: Explorations in Mixed-Media Mapmaking by Jill K. Berry"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/d548be/7238496701/il_300x300.7238496701_5ynq.jpg 300w, https://i.etsystatic.com/5334312/r/il/d548be/7238496701/il_600x600.7238496701_5ynq.jpg 600w, https://i.etsystatic.com/5334312/r/il/d548be/7238496701/il_800x800.7238496701_5ynq.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4367784521"
            >
                50% OFF Personal Geographies: Explorations in Mixed-Media Mapmaking by Jill K. Berry
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $14.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>14.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>28.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $28.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="1726875811"
    data-shop-id="5334312"
    data-listing-id="1726875811"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1726875811"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1726875811/clearance-a-month-of-sundays-family?click_key=e9a3d5b00ce81b7a81d3a7aa574f2465f6598de8%3A1726875811&click_sum=ddca8200&ref=shop_home_active_15&pro=1"
                data-listing-link
        
                target="etsy.1726875811"
            title="Clearance! A Month of Sundays: Family, Friends, Foods & Quilts by Cheryl Arkison"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #EBC8A9;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_15 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/969e9f/5971264596/il_340x270.5971264596_jp6h.jpg"
    alt="Clearance! A Month of Sundays: Family, Friends, Foods &amp; Quilts by Cheryl Arkison"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/969e9f/5971264596/il_300x300.5971264596_jp6h.jpg 300w, https://i.etsystatic.com/5334312/r/il/969e9f/5971264596/il_600x600.5971264596_jp6h.jpg 600w, https://i.etsystatic.com/5334312/r/il/969e9f/5971264596/il_800x800.5971264596_jp6h.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1726875811"
            >
                Clearance! A Month of Sundays: Family, Friends, Foods & Quilts by Cheryl Arkison
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $11.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>11.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>23.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $23.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4363967804"
    data-shop-id="5334312"
    data-listing-id="4363967804"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4363967804"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4363967804/50-off-quilting-masterclass-inspirations?click_key=323dac37c967e1c9d9a1878e5468bbc8dc13be19%3A4363967804&click_sum=d2e32bca&ref=shop_home_active_16&pro=1"
                data-listing-link
        
                target="etsy.4363967804"
            title="50% OFF!  Quilting Masterclass: Inspirations and Techniques from the Experts,  Hardcover by Katherine Guerrier"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #CA122A;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_16 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/6084f3/7219526007/il_340x270.7219526007_kaom.jpg"
    alt="50% OFF!  Quilting Masterclass: Inspirations and Techniques from the Experts,  Hardcover by Katherine Guerrier"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/6084f3/7219526007/il_300x300.7219526007_kaom.jpg 300w, https://i.etsystatic.com/5334312/r/il/6084f3/7219526007/il_600x600.7219526007_kaom.jpg 600w, https://i.etsystatic.com/5334312/r/il/6084f3/7219526007/il_800x800.7219526007_kaom.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4363967804"
            >
                50% OFF!  Quilting Masterclass: Inspirations and Techniques from the Experts,  Hardcover by Katherine Guerrier
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $17.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>17.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>35.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $35.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4363972719"
    data-shop-id="5334312"
    data-listing-id="4363972719"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4363972719"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4363972719/50-off-celebrate-your-creative-self-more?click_key=3f0c080dfae18c6883ae2718dab3c8e1f1dcfee1%3A4363972719&click_sum=062ea69e&ref=shop_home_active_17&pro=1"
                data-listing-link
        
                target="etsy.4363972719"
            title="50% OFF Celebrate Your Creative Self: More than 25 Exercises To Unleash the Artist Within by Mary Todd Beam - Spiral-bound"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #362325;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_17 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/bd7879/7171514566/il_340x270.7171514566_bu2m.jpg"
    alt="50% OFF Celebrate Your Creative Self: More than 25 Exercises To Unleash the Artist Within by Mary Todd Beam - Spiral-bound"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/bd7879/7171514566/il_300x300.7171514566_bu2m.jpg 300w, https://i.etsystatic.com/5334312/r/il/bd7879/7171514566/il_600x600.7171514566_bu2m.jpg 600w, https://i.etsystatic.com/5334312/r/il/bd7879/7171514566/il_800x800.7171514566_bu2m.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4363972719"
            >
                50% OFF Celebrate Your Creative Self: More than 25 Exercises To Unleash the Artist Within by Mary Todd Beam - Spiral-bound
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $14.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>14.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>29.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $29.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4363940351"
    data-shop-id="5334312"
    data-listing-id="4363940351"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4363940351"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4363940351/50-off-rethinking-acrylic-radical?click_key=ff98d3d859b010585fdaa087b0e5dbe78d5ee9e9%3A4363940351&click_sum=35b90858&ref=shop_home_active_18&pro=1"
                data-listing-link
        
                target="etsy.4363940351"
            title="50% OFF Rethinking Acrylic: Radical Solutions For Exploiting The World&#39;s Most Versatile Medium Spiralbound by Patti Brady"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #DC4C38;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_18 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/643ada/7219351661/il_340x270.7219351661_be5l.jpg"
    alt="50% OFF Rethinking Acrylic: Radical Solutions For Exploiting The World&amp;#39;s Most Versatile Medium Spiralbound by Patti Brady"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/643ada/7219351661/il_300x300.7219351661_be5l.jpg 300w, https://i.etsystatic.com/5334312/r/il/643ada/7219351661/il_600x600.7219351661_be5l.jpg 600w, https://i.etsystatic.com/5334312/r/il/643ada/7219351661/il_800x800.7219351661_be5l.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4363940351"
            >
                50% OFF Rethinking Acrylic: Radical Solutions For Exploiting The World&#39;s Most Versatile Medium Spiralbound by Patti Brady
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $15.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>15.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>30.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $30.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4363927814"
    data-shop-id="5334312"
    data-listing-id="4363927814"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4363927814"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4363927814/50-off-acrylic-revolution-new-tricks-and?click_key=90d164b43c5f841a391fbb139c89872a548114ca%3A4363927814&click_sum=07108ae5&ref=shop_home_active_19&pro=1"
                data-listing-link
        
                target="etsy.4363927814"
            title="50% OFF Acrylic Revolution: New Tricks and Techniques for Working with the World&#39;s Most Versatile Medium - Spiral-bound by Nancy Reyner"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #E2DDCF;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_19 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/31fe9a/7219340627/il_340x270.7219340627_gklw.jpg"
    alt="50% OFF Acrylic Revolution: New Tricks and Techniques for Working with the World&amp;#39;s Most Versatile Medium - Spiral-bound by Nancy Reyner"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/31fe9a/7219340627/il_300x300.7219340627_gklw.jpg 300w, https://i.etsystatic.com/5334312/r/il/31fe9a/7219340627/il_600x600.7219340627_gklw.jpg 600w, https://i.etsystatic.com/5334312/r/il/31fe9a/7219340627/il_800x800.7219340627_gklw.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4363927814"
            >
                50% OFF Acrylic Revolution: New Tricks and Techniques for Working with the World&#39;s Most Versatile Medium - Spiral-bound by Nancy Reyner
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $12.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>12.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>25.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $25.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4363918372"
    data-shop-id="5334312"
    data-listing-id="4363918372"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4363918372"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4363918372/50-off-transparent-art-imaginative?click_key=dcd161f4be31ab7738fcf242d1c8d3cf4a155e8f%3A4363918372&click_sum=fe15fe02&ref=shop_home_active_20&pro=1"
                data-listing-link
        
                target="etsy.4363918372"
            title="50% OFF Transparent Art: Imaginative Techniques to Enchance Your Crafting Projects by Jenny Doh (Editor), Angela Cartwright (Foreword)"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #D3D8D7;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_20 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/6b55d6/7219191721/il_340x270.7219191721_ikag.jpg"
    alt="50% OFF Transparent Art: Imaginative Techniques to Enchance Your Crafting Projects by Jenny Doh (Editor), Angela Cartwright (Foreword)"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/6b55d6/7219191721/il_300x300.7219191721_ikag.jpg 300w, https://i.etsystatic.com/5334312/r/il/6b55d6/7219191721/il_600x600.7219191721_ikag.jpg 600w, https://i.etsystatic.com/5334312/r/il/6b55d6/7219191721/il_800x800.7219191721_ikag.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4363918372"
            >
                50% OFF Transparent Art: Imaginative Techniques to Enchance Your Crafting Projects by Jenny Doh (Editor), Angela Cartwright (Foreword)
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $11.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>11.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>23.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $23.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4362506163"
    data-shop-id="5334312"
    data-listing-id="4362506163"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4362506163"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4362506163/50-off-papermaking-for-printmakers?click_key=0ce25bbdf7470623f2f85af1e623ed23dad47863%3A4362506163&click_sum=080d972a&ref=shop_home_active_21&pro=1"
                data-listing-link
        
                target="etsy.4362506163"
            title="50% OFF Papermaking for Printmakers (Printmaking Handbooks) by Elspeth Lamb"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #374969;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_21 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/ad3f13/7212063369/il_340x270.7212063369_67iz.jpg"
    alt="50% OFF Papermaking for Printmakers (Printmaking Handbooks) by Elspeth Lamb"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/ad3f13/7212063369/il_300x300.7212063369_67iz.jpg 300w, https://i.etsystatic.com/5334312/r/il/ad3f13/7212063369/il_600x600.7212063369_67iz.jpg 600w, https://i.etsystatic.com/5334312/r/il/ad3f13/7212063369/il_800x800.7212063369_67iz.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4362506163"
            >
                50% OFF Papermaking for Printmakers (Printmaking Handbooks) by Elspeth Lamb
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $11.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>11.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>22.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $22.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="213450925"
    data-shop-id="5334312"
    data-listing-id="213450925"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="213450925"
        data-palette-listing-image
                href="https://www.etsy.com/listing/213450925/1-yard-indelible-paper-phrases-sunny-idl?click_key=1675e85eb1eb476d39cde28b958dbcd96ebfe553%3A213450925&click_sum=eb3729d7&ref=shop_home_active_22&pro=1"
                data-listing-link
        
                target="etsy.213450925"
            title="1 yard Indelible Paper Phrases Sunny  IDL-1226 Art Gallery Fabrics - no.696"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #BEBDB5;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_22 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/c28656/692023444/il_340x270.692023444_5cws.jpg"
    alt="1 yard Indelible Paper Phrases Sunny  IDL-1226 Art Gallery Fabrics - no.696"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/c28656/692023444/il_300x300.692023444_5cws.jpg 300w, https://i.etsystatic.com/5334312/r/il/c28656/692023444/il_600x600.692023444_5cws.jpg 600w, https://i.etsystatic.com/5334312/r/il/c28656/692023444/il_800x800.692023444_5cws.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-213450925"
            >
                1 yard Indelible Paper Phrases Sunny  IDL-1226 Art Gallery Fabrics - no.696
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $5.25
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>5.25</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>10.50</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $10.50
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4362460561"
    data-shop-id="5334312"
    data-listing-id="4362460561"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4362460561"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4362460561/50-off-nature-inspired-mixed-media?click_key=e16168cc5dc6717af5bd74b439f12cb2f7f9f811%3A4362460561&click_sum=4defe966&ref=shop_home_active_23&pro=1"
                data-listing-link
        
                target="etsy.4362460561"
            title="50% OFF Nature Inspired: Mixed-Media Techniques for Gathering, Sketching, Painting, Journaling, and Assemblage by Tracie Lyn Huskamp"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #CECDB5;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_23 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/f47d9d/7163758490/il_340x270.7163758490_sjlk.jpg"
    alt="50% OFF Nature Inspired: Mixed-Media Techniques for Gathering, Sketching, Painting, Journaling, and Assemblage by Tracie Lyn Huskamp"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/f47d9d/7163758490/il_300x300.7163758490_sjlk.jpg 300w, https://i.etsystatic.com/5334312/r/il/f47d9d/7163758490/il_600x600.7163758490_sjlk.jpg 600w, https://i.etsystatic.com/5334312/r/il/f47d9d/7163758490/il_800x800.7163758490_sjlk.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4362460561"
            >
                50% OFF Nature Inspired: Mixed-Media Techniques for Gathering, Sketching, Painting, Journaling, and Assemblage by Tracie Lyn Huskamp
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $11.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>11.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>23.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $23.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4362441078"
    data-shop-id="5334312"
    data-listing-id="4362441078"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4362441078"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4362441078/50-off-colorful-stitchery-65-hot?click_key=c03f4e1e44d25b7a9d73a8cd821863a56046b1d9%3A4362441078&click_sum=84b7f05e&ref=shop_home_active_24&pro=1"
                data-listing-link
        
                target="etsy.4362441078"
            title="50% OFF Colorful Stitchery: 65 Hot Embroidery Projects to Personalize Your Home by Kristin Nicholas"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #423428;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_24 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/2ad174/7211711791/il_340x270.7211711791_44np.jpg"
    alt="50% OFF Colorful Stitchery: 65 Hot Embroidery Projects to Personalize Your Home by Kristin Nicholas"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/2ad174/7211711791/il_300x300.7211711791_44np.jpg 300w, https://i.etsystatic.com/5334312/r/il/2ad174/7211711791/il_600x600.7211711791_44np.jpg 600w, https://i.etsystatic.com/5334312/r/il/2ad174/7211711791/il_800x800.7211711791_44np.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4362441078"
            >
                50% OFF Colorful Stitchery: 65 Hot Embroidery Projects to Personalize Your Home by Kristin Nicholas
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $10.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>10.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>20.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $20.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4362252787"
    data-shop-id="5334312"
    data-listing-id="4362252787"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4362252787"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4362252787/50-off-mastering-digital-printing-second?click_key=ca79c3061bccc4d961962ae08a4c7bdf5bc8f2bb%3A4362252787&click_sum=1a52a32c&ref=shop_home_active_25&pro=1"
                data-listing-link
        
                target="etsy.4362252787"
            title="50% OFF Mastering Digital Printing, Second Edition by Harald Johnson"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #2C2427;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_25 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/847845/7210419933/il_340x270.7210419933_3663.jpg"
    alt="50% OFF Mastering Digital Printing, Second Edition by Harald Johnson"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/847845/7210419933/il_300x300.7210419933_3663.jpg 300w, https://i.etsystatic.com/5334312/r/il/847845/7210419933/il_600x600.7210419933_3663.jpg 600w, https://i.etsystatic.com/5334312/r/il/847845/7210419933/il_800x800.7210419933_3663.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4362252787"
            >
                50% OFF Mastering Digital Printing, Second Edition by Harald Johnson
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $25.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>25.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>50.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $50.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4362165167"
    data-shop-id="5334312"
    data-listing-id="4362165167"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4362165167"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4362165167/50-off-secrets-of-digital-quilting-from?click_key=802549b2131af8e2495c8f651d2d2cce1e6a6eca%3A4362165167&click_sum=48c641da&ref=shop_home_active_26&pro=1"
                data-listing-link
        
                target="etsy.4362165167"
            title="50% OFF Secrets of Digital Quilting From Camera to Quilt:8 Projects; 25 Techniques; Embellish with Paints, Inks by L Schwarz Smith, K Smith"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #C1B7B0;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_26 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/72e50a/7209895619/il_340x270.7209895619_r59h.jpg"
    alt="50% OFF Secrets of Digital Quilting From Camera to Quilt:8 Projects; 25 Techniques; Embellish with Paints, Inks by L Schwarz Smith, K Smith"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/72e50a/7209895619/il_300x300.7209895619_r59h.jpg 300w, https://i.etsystatic.com/5334312/r/il/72e50a/7209895619/il_600x600.7209895619_r59h.jpg 600w, https://i.etsystatic.com/5334312/r/il/72e50a/7209895619/il_800x800.7209895619_r59h.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4362165167"
            >
                50% OFF Secrets of Digital Quilting From Camera to Quilt:8 Projects; 25 Techniques; Embellish with Paints, Inks by L Schwarz Smith, K Smith
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $14.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>14.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>28.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $28.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4362129437"
    data-shop-id="5334312"
    data-listing-id="4362129437"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4362129437"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4362129437/50-off-altered-surfaces-using-acrylic?click_key=6a7c69b6a42724df9439b37655e7f1df74703404%3A4362129437&click_sum=dfcee60e&ref=shop_home_active_27&pro=1"
                data-listing-link
        
                target="etsy.4362129437"
            title="50% OFF Altered Surfaces: Using Acrylic Paints With Gels, Mediums, Grounds + Pastes for Paper, Canvas, Board, Plastic by Chris Cozen 48 pgs."
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #38413F;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_27 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/af606b/7209677459/il_340x270.7209677459_6i1i.jpg"
    alt="50% OFF Altered Surfaces: Using Acrylic Paints With Gels, Mediums, Grounds + Pastes for Paper, Canvas, Board, Plastic by Chris Cozen 48 pgs."
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/af606b/7209677459/il_300x300.7209677459_6i1i.jpg 300w, https://i.etsystatic.com/5334312/r/il/af606b/7209677459/il_600x600.7209677459_6i1i.jpg 600w, https://i.etsystatic.com/5334312/r/il/af606b/7209677459/il_800x800.7209677459_6i1i.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4362129437"
            >
                50% OFF Altered Surfaces: Using Acrylic Paints With Gels, Mediums, Grounds + Pastes for Paper, Canvas, Board, Plastic by Chris Cozen 48 pgs.
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $8.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>8.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>17.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $17.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="1758600414"
    data-shop-id="5334312"
    data-listing-id="1758600414"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1758600414"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1758600414/50-off-78-yard-of-luxe-in-bloom-by-sarah?click_key=0cbf5809b6e8a5e66bb3a5f1573356b6e9e2cec4%3A1758600414&click_sum=7b47b17a&ref=shop_home_active_28&pro=1"
                data-listing-link
        
                target="etsy.1758600414"
            title="50% OFF 7/8 yard of Luxe in Bloom by Sarah Watson Art Gallery Fabrics OOP HTF"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #DE765C;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_28 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/7fd304/6171507596/il_340x270.6171507596_4pky.jpg"
    alt="50% OFF 7/8 yard of Luxe in Bloom by Sarah Watson Art Gallery Fabrics OOP HTF"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/7fd304/6171507596/il_300x300.6171507596_4pky.jpg 300w, https://i.etsystatic.com/5334312/r/il/7fd304/6171507596/il_600x600.6171507596_4pky.jpg 600w, https://i.etsystatic.com/5334312/r/il/7fd304/6171507596/il_800x800.6171507596_4pky.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1758600414"
            >
                50% OFF 7/8 yard of Luxe in Bloom by Sarah Watson Art Gallery Fabrics OOP HTF
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $5.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>5.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>10.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $10.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4361700494"
    data-shop-id="5334312"
    data-listing-id="4361700494"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4361700494"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4361700494/50-off-art-revolution-alternative?click_key=bd86c3f09b00745f3632c23ba42c3ddf339f2fb0%3A4361700494&click_sum=0798407b&ref=shop_home_active_29&pro=1"
                data-listing-link
        
                target="etsy.4361700494"
            title="50% OFF Art Revolution: Alternative Approaches for Fine Artists and Illustrators, Flexibound by Lisa Cyr"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #301E19;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_29 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/3edf30/7159337258/il_340x270.7159337258_qsjw.jpg"
    alt="50% OFF Art Revolution: Alternative Approaches for Fine Artists and Illustrators, Flexibound by Lisa Cyr"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/3edf30/7159337258/il_300x300.7159337258_qsjw.jpg 300w, https://i.etsystatic.com/5334312/r/il/3edf30/7159337258/il_600x600.7159337258_qsjw.jpg 600w, https://i.etsystatic.com/5334312/r/il/3edf30/7159337258/il_800x800.7159337258_qsjw.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4361700494"
            >
                50% OFF Art Revolution: Alternative Approaches for Fine Artists and Illustrators, Flexibound by Lisa Cyr
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $13.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>13.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>27.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $27.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4361695647"
    data-shop-id="5334312"
    data-listing-id="4361695647"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4361695647"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4361695647/50-off-acrylic-innovation-styles-and?click_key=c7a90fce21ccfababea96d70084e45fea36a88b4%3A4361695647&click_sum=950f6d3c&ref=shop_home_active_30&pro=1"
                data-listing-link
        
                target="etsy.4361695647"
            title="50% OFF Acrylic Innovation: Styles and Techniques Featuring 64 Visionary Artists Hardcover-spiral by Nancy Reyner"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #B85835;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_30 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/5f34a1/7207237155/il_340x270.7207237155_2xfl.jpg"
    alt="50% OFF Acrylic Innovation: Styles and Techniques Featuring 64 Visionary Artists Hardcover-spiral by Nancy Reyner"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/5f34a1/7207237155/il_300x300.7207237155_2xfl.jpg 300w, https://i.etsystatic.com/5334312/r/il/5f34a1/7207237155/il_600x600.7207237155_2xfl.jpg 600w, https://i.etsystatic.com/5334312/r/il/5f34a1/7207237155/il_800x800.7207237155_2xfl.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4361695647"
            >
                50% OFF Acrylic Innovation: Styles and Techniques Featuring 64 Visionary Artists Hardcover-spiral by Nancy Reyner
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $15.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>15.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>30.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $30.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4361184555"
    data-shop-id="5334312"
    data-listing-id="4361184555"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4361184555"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4361184555/50-off-mixed-media-workshopa?click_key=151e9202aa5fa940597773bef25ddbc81c8ddb78%3A4361184555&click_sum=1e14ed78&ref=shop_home_active_31&pro=1"
                data-listing-link
        
                target="etsy.4361184555"
            title="50% OFF Mixed Media Workshop:A multifaceted approach to creating unique works of art-step by step. Spiral-bound,see description for authors."
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #ADBA53;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_31 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/e6a7d6/7156700192/il_340x270.7156700192_1y5e.jpg"
    alt="50% OFF Mixed Media Workshop:A multifaceted approach to creating unique works of art-step by step. Spiral-bound,see description for authors."
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/e6a7d6/7156700192/il_300x300.7156700192_1y5e.jpg 300w, https://i.etsystatic.com/5334312/r/il/e6a7d6/7156700192/il_600x600.7156700192_1y5e.jpg 600w, https://i.etsystatic.com/5334312/r/il/e6a7d6/7156700192/il_800x800.7156700192_1y5e.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4361184555"
            >
                50% OFF Mixed Media Workshop:A multifaceted approach to creating unique works of art-step by step. Spiral-bound,see description for authors.
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $10.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>10.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>20.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $20.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4361144673"
    data-shop-id="5334312"
    data-listing-id="4361144673"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4361144673"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4361144673/50-off-mixed-media-revolution-creative?click_key=01dcc27e204ec083fa54edc60874eb9014ce1cf2%3A4361144673&click_sum=18dca68d&ref=shop_home_active_32&pro=1"
                data-listing-link
        
                target="etsy.4361144673"
            title="50% OFF  Mixed Media Revolution: Creative Ideas for Reusing Your Art by Darlene Olivia McElroy, Sandra Duran Wilson"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #EDDEC7;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_32 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/8bcb0c/7204509799/il_340x270.7204509799_3zat.jpg"
    alt="50% OFF  Mixed Media Revolution: Creative Ideas for Reusing Your Art by Darlene Olivia McElroy, Sandra Duran Wilson"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/8bcb0c/7204509799/il_300x300.7204509799_3zat.jpg 300w, https://i.etsystatic.com/5334312/r/il/8bcb0c/7204509799/il_600x600.7204509799_3zat.jpg 600w, https://i.etsystatic.com/5334312/r/il/8bcb0c/7204509799/il_800x800.7204509799_3zat.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4361144673"
            >
                50% OFF  Mixed Media Revolution: Creative Ideas for Reusing Your Art by Darlene Olivia McElroy, Sandra Duran Wilson
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $12.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>12.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>25.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $25.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4359591585"
    data-shop-id="5334312"
    data-listing-id="4359591585"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4359591585"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4359591585/50-off-digital-textile-design-by-melanie?click_key=910d74849e31041a77b4b95a255a75ce3fc1d22d%3A4359591585&click_sum=15655bf4&ref=shop_home_active_33&pro=1"
                data-listing-link
        
                target="etsy.4359591585"
            title="50% OFF  Digital Textile Design by Melanie Bowles and Ceri Isaac - book has been in storage"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #F2E8E7;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_33 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/862359/7196610627/il_340x270.7196610627_a5p4.jpg"
    alt="50% OFF  Digital Textile Design by Melanie Bowles and Ceri Isaac - book has been in storage"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/862359/7196610627/il_300x300.7196610627_a5p4.jpg 300w, https://i.etsystatic.com/5334312/r/il/862359/7196610627/il_600x600.7196610627_a5p4.jpg 600w, https://i.etsystatic.com/5334312/r/il/862359/7196610627/il_800x800.7196610627_a5p4.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4359591585"
            >
                50% OFF  Digital Textile Design by Melanie Bowles and Ceri Isaac - book has been in storage
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $17.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>17.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>35.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $35.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="4359585617"
    data-shop-id="5334312"
    data-listing-id="4359585617"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="4359585617"
        data-palette-listing-image
                href="https://www.etsy.com/listing/4359585617/50-off-collage-discovery-workshopbeyond?click_key=dda8bb22c8bcd0990e5f860ba5da026d187a280d%3A4359585617&click_sum=a172969a&ref=shop_home_active_34&pro=1"
                data-listing-link
        
                target="etsy.4359585617"
            title="50% OFF Collage Discovery Workshop:Beyond the Unexpected by Claudine Hellmuth.New techniques using color,personal imagery, creative surfaces"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #CDE1C8;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_34 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/aa774c/7148608542/il_340x270.7148608542_62zx.jpg"
    alt="50% OFF Collage Discovery Workshop:Beyond the Unexpected by Claudine Hellmuth.New techniques using color,personal imagery, creative surfaces"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/aa774c/7148608542/il_300x300.7148608542_62zx.jpg 300w, https://i.etsystatic.com/5334312/r/il/aa774c/7148608542/il_600x600.7148608542_62zx.jpg 600w, https://i.etsystatic.com/5334312/r/il/aa774c/7148608542/il_800x800.7148608542_62zx.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-4359585617"
            >
                50% OFF Collage Discovery Workshop:Beyond the Unexpected by Claudine Hellmuth.New techniques using color,personal imagery, creative surfaces
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $11.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>11.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>23.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $23.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="1767908880"
    data-shop-id="5334312"
    data-listing-id="1767908880"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1767908880"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1767908880/50-off-the-applique-book-traditional?click_key=bad9d8fcb72cfb9434a3acae15f9ae758a355bc9%3A1767908880&click_sum=f013fe6a&ref=shop_home_active_35&pro=1"
                data-listing-link
        
                target="etsy.1767908880"
            title="50% OFF! The Appliqué Book: Traditional Techniques, Modern Style - 16 Quilt Projects by Casey York"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #395080;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_35 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/176022/6214142328/il_340x270.6214142328_awcj.jpg"
    alt="50% OFF! The Appliqué Book: Traditional Techniques, Modern Style - 16 Quilt Projects by Casey York"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/176022/6214142328/il_300x300.6214142328_awcj.jpg 300w, https://i.etsystatic.com/5334312/r/il/176022/6214142328/il_600x600.6214142328_awcj.jpg 600w, https://i.etsystatic.com/5334312/r/il/176022/6214142328/il_800x800.6214142328_awcj.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1767908880"
            >
                50% OFF! The Appliqué Book: Traditional Techniques, Modern Style - 16 Quilt Projects by Casey York
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $14.00
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>14.00</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>28.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $28.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

            
            listing-card-experimental-style"
    data-palette-listing-id="1766821150"
    data-shop-id="5334312"
    data-listing-id="1766821150"
    data-page-type="shop"
    data-behat-listing-card
    data-listing-card-v2-requires-setup
    data-listing-card-v2
    
    
    
>
    <a
        class="listing-link
                wt-display-inline-block
            
                wt-transparent-card
"
        data-listing-id="1766821150"
        data-palette-listing-image
                href="https://www.etsy.com/listing/1766821150/50-off-painted-pages-fueling-creativity?click_key=5bcb3c56b89e368a519bad43ed6a238415ba0925%3A1766821150&click_sum=ef299aeb&ref=shop_home_active_36&pro=1"
                data-listing-link
        
                target="etsy.1766821150"
            title="50% OFF!  Painted Pages Fueling Creativity with Sketchbooks and Mixed Media by Sarah Ahearn Bellemare"
    >
            
                <div class="v2-listing-card__img wt-position-relative
                        listing-card-image-no-shadow
"
                >
                    <div class="placeholder 
             placeholder-square 
                 wt-mb-xs-1 
            
            
"
>
    <div class="placeholder vertically-centered-placeholder
                 placeholder-content placeholder-square 
                
                
                "
            style="background-color: #1F7982;" 
    >
            <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute shop_home_active_36 wt-image--cover wt-image"
    src="https://i.etsystatic.com/5334312/r/il/dbe89b/6209103108/il_340x270.6209103108_g3to.jpg"
    alt="50% OFF!  Painted Pages Fueling Creativity with Sketchbooks and Mixed Media by Sarah Ahearn Bellemare"
    style="aspect-ratio: 1;"
    data-listing-card-listing-image="" loading="lazy"
    sizes="(max-width: 639px) 50vw, (max-width: 899px) 33vw, (max-width: 1199px) 25vw, 20vw"
    srcset="https://i.etsystatic.com/5334312/r/il/dbe89b/6209103108/il_300x300.6209103108_g3to.jpg 300w, https://i.etsystatic.com/5334312/r/il/dbe89b/6209103108/il_600x600.6209103108_g3to.jpg 600w, https://i.etsystatic.com/5334312/r/il/dbe89b/6209103108/il_800x800.6209103108_g3to.jpg 800w"
/>

            
            
    </div>
        
</div>
                    
                </div>
        
                <div class="v2-listing-card__info
    
    
    "
>
        
    
            <h3 class="wt-text-caption v2-listing-card__title
                wt-text-truncate
                
                 "
                id="listing-title-1766821150"
            >
                50% OFF!  Painted Pages Fueling Creativity with Sketchbooks and Mixed Media by Sarah Ahearn Bellemare
            </h3>

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


                    <p class="
                              
                               wt-text-slime
                              wt-pr-xs-1 wt-text-title-01">
                        <span class="wt-screen-reader-only">
                            Sale Price $12.50
                        </span>
                        <span aria-hidden="true">
                            <span class='currency-symbol'>$</span><span class='currency-value'>12.50</span>
                        </span>
                        <p class="wt-text-caption
                            search-collage-promotion-price
                            
                            
                            wt-text-gray
                            wt-text-truncate wt-no-wrap"
                        >
                            <span class="wt-text-strikethrough wt-text-grey" aria-hidden="true"><span class='currency-symbol'>$</span><span class='currency-value'>25.00</span></span>
                            <span class="wt-screen-reader-only">
                                Original Price $25.00
                            </span>
                            <span class="wt-text-grey ">
                                
                                (50% off)
                                
                            </span>
                        </p>
                    </p>

</div>
                        
                        
                            
                        
            
                    
                
            



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

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

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


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

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

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


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

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

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


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

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

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


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

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

</div>
        </div>

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

            <div class="wt-body-max-width">
                <div data-appears-component-name="shop_home_announcement_section">
<div data-track-highlights="shop_home_text_highlighted">
    <div class="announcement-section wt-display-flex-lg wt-bt-xs wt-pb-xs-5 wt-bt-xs wt-pt-xs-4 wt-pt-lg-7 wt-pl-xs-1 wt-pr-xs-1 wt-pl-md-0 wt-pr-md-0 no-focus-outline">
        <div class="shop-home-wider-sections wt-pl-xs-0 wt-mr-lg-4 wt-pb-xs-3 wt-pb-lg-0">
            <h2 class="wt-text-title-large conform-lower-heading">
                Announcement
            </h2>
                <div class="wt-sem-text-secondary wt-text-caption">
                    Last updated on <span class="wt-no-wrap">Feb 2, 2024</span>
                </div>
        </div>
        <div class="flex-grow-1 wt-pr-xs-6">
<div id="announcement" tabindex="-1" class="wt-content-toggle__body wt-content-toggle__body--truncated-01 wt-content-toggle__body--truncated" aria-hidden="true" >
                    <p class="wt-mt-xs-0 wt-sem-text-secondary announcement">
                        <span data-inplace-editable-text="announcement"
                                data-endpoint="DataPost"
                                data-key="message"
                                data-placeholder="Use this space to share important, up-to-date information with buyers. You can mention new products and special promotions. Just keep it short so they can start shopping!"
                                data-add-class="display-block">SHIPPING OVERAGES always REFUNDED. - We are always adding more fabrics. Convo w/any questions! ~~~<br />
<br />
Since 2001, we had an online fabric store website for modern + specialty fabrics. We closed the website in 2014 but will have discounted quality fabrics for sale in our Etsy Store, in addition to Japanese Papers. <br />
Thank you for your support!<br />
Best to you,<br />
Sondra<br />
<br />
Connect + Join.<br />
Facebook: https://www.facebook.com/pages/Contemporary-Cloth-Inc/169151655837?ref=hl<br />
Pinterest: http://www.pinterest.com/ccloth/</span>
                </p>

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

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

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

            

            <div data-region="reviews">
                <div data-appears-component-name="shop_home_reviews_section" data-appears-event-data='{"transaction_ids":[4726718135,4720088610,4683763726,4702659218,4677347896,4662983767,4661265915,4611684757,4564039194,4577730725],"has_text":[4726718135,4720088610,4683763726,4702659218,4677347896,4662983767,4661265915,4611684757,4564039194,4577730725],"over_three_months_old":[4683763726,4702659218,4677347896,4662983767,4661265915,4611684757,4564039194,4577730725],"under_three_stars":[],"shop_review_count":826}'>
<div data-appears-component-name="shop_home_reviews_section_top" data-appears-event-data='{"transaction_ids":[4726718135,4720088610,4683763726,4702659218,4677347896,4662983767,4661265915,4611684757,4564039194,4577730725],"has_text":[4726718135,4720088610,4683763726,4702659218,4677347896,4662983767,4661265915,4611684757,4564039194,4577730725],"over_three_months_old":[4683763726,4702659218,4677347896,4662983767,4661265915,4611684757,4564039194,4577730725],"under_three_stars":[],"shop_review_count":826}' data-offset="0.01">
<div class="reviews-section no-focus-outline wt-bt-xs wt-pt-xs-3 wt-pt-lg-6 border-darker wt-mb-xs-3 wt-mb-lg-6"
     id="reviews" data-reviews-container tabindex="-1">

    <div class=""> 

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

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


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

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

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


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

                    

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




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

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

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">You can’t go wrong with this vendor.  I’m so impressed I’m gonna regularly check to see if she lists more books.  There’s no such thing as too many books, is there?  And she ships FAST</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1845062379/50-off-the-decorative-painters-color?ref=shop_review" aria-label="50% OFF!  The Decorative Painter&#39;s Color Shaper Book by Paula DeSimone - book has been in storage - hardcover" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/6559197469/r/il/228782/6559197469/il_170x135.6559197469_89pg.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/6559197469/r/il/228782/6559197469/il_170x135.6559197469_89pg.jpg 170w, https://i.etsystatic.com/6559197469/r/il/228782/6559197469/il_340x270.6559197469_89pg.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>50% OFF!  The Decorative Painter&#39;s Color Shaper Book by Paula DeSimone - book has been in storage - hardcover</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">50% OFF!  The Decorative Painter&#39;s Color Shaper Book by Paula DeSimone - book has been in storage - hardcover</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">All items were in excellent condition, reasonably priced, and excess shipping costs were refunded.</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/4362431526/50-off-mixed-media-and-color-fabrics?ref=shop_review" aria-label="50% OFF Mixed Media and Color: Fabrics, Quilts, Canvas, Papers by Chris Cozen  52 pgs." class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/7211670109/r/il/12257e/7211670109/il_170x135.7211670109_rd6u.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/7211670109/r/il/12257e/7211670109/il_170x135.7211670109_rd6u.jpg 170w, https://i.etsystatic.com/7211670109/r/il/12257e/7211670109/il_340x270.7211670109_rd6u.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>50% OFF Mixed Media and Color: Fabrics, Quilts, Canvas, Papers by Chris Cozen  52 pgs.</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">50% OFF Mixed Media and Color: Fabrics, Quilts, Canvas, Papers by Chris Cozen  52 pgs.</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Received this beautiful mixed media book quickly and well packaged. I’m very happy with this purchase. It will make a great addition to my collection.</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1748958352/50-off-the-pulse-of-mixed-media-secrets?ref=shop_review" aria-label="50% OFF! The Pulse of Mixed Media: Secrets and Passions of 100 Artists Revealed by Seth Apter" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/6178671107/r/il/7ad0af/6178671107/il_170x135.6178671107_lgsi.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/6178671107/r/il/7ad0af/6178671107/il_170x135.6178671107_lgsi.jpg 170w, https://i.etsystatic.com/6178671107/r/il/7ad0af/6178671107/il_340x270.6178671107_lgsi.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>50% OFF! The Pulse of Mixed Media: Secrets and Passions of 100 Artists Revealed by Seth Apter</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">50% OFF! The Pulse of Mixed Media: Secrets and Passions of 100 Artists Revealed by Seth Apter</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">New to quilting, these past issues gave me lots of ideas for fun and non-traditional quilts. Fun!</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1820161691/40-off-9-quilting-arts-magazines-from?ref=shop_review" aria-label="40% OFF! 9 Quilting Arts Magazines from 2007, 2009, 2010 See Images and Description  OOP - Box 2 - Not digital, paper hard copy of magazines" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/6449145067/r/il/fdb07e/6449145067/il_170x135.6449145067_2s67.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/6449145067/r/il/fdb07e/6449145067/il_170x135.6449145067_2s67.jpg 170w, https://i.etsystatic.com/6449145067/r/il/fdb07e/6449145067/il_340x270.6449145067_2s67.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>40% OFF! 9 Quilting Arts Magazines from 2007, 2009, 2010 See Images and Description  OOP - Box 2 - Not digital, paper hard copy of magazines</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">40% OFF! 9 Quilting Arts Magazines from 2007, 2009, 2010 See Images and Description  OOP - Box 2 - Not digital, paper hard copy of magazines</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Beautiful and easy to work with.</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/4324269960/clearance-bundle-of-2-yards-stripes-in-1?ref=shop_review" aria-label="Clearance! Bundle of 2 yards --- Stripes in 1 yard, and a 1/2 yard, Pink dots 1/2 yard by Maude Asbury for Blend Fabrics OOP HTF" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/7008236331/r/il/5798ac/7008236331/il_170x135.7008236331_odtp.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/7008236331/r/il/5798ac/7008236331/il_170x135.7008236331_odtp.jpg 170w, https://i.etsystatic.com/7008236331/r/il/5798ac/7008236331/il_340x270.7008236331_odtp.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Clearance! Bundle of 2 yards --- Stripes in 1 yard, and a 1/2 yard, Pink dots 1/2 yard by Maude Asbury for Blend Fabrics OOP HTF</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Clearance! Bundle of 2 yards --- Stripes in 1 yard, and a 1/2 yard, Pink dots 1/2 yard by Maude Asbury for Blend Fabrics OOP HTF</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Just received my book on journaling artistically and having skimmed through the pages I can hardly wait to spend a quiet afternoon reading each page thoroughly!  The pictures are spectacular and will be a great help to me.  I’m very pleased with my purchase.</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/4322751814/clearance-the-decorated-journal-creating?ref=shop_review" aria-label="Clearance! The Decorated Journal: Creating Beautifully Expressive Journal Pages by Gwen Diehn - this hard cover book has been in storage" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/6999882511/r/il/58d97c/6999882511/il_170x135.6999882511_ojp1.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/6999882511/r/il/58d97c/6999882511/il_170x135.6999882511_ojp1.jpg 170w, https://i.etsystatic.com/6999882511/r/il/58d97c/6999882511/il_340x270.6999882511_ojp1.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Clearance! The Decorated Journal: Creating Beautifully Expressive Journal Pages by Gwen Diehn - this hard cover book has been in storage</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Clearance! The Decorated Journal: Creating Beautifully Expressive Journal Pages by Gwen Diehn - this hard cover book has been in storage</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Beautiful hardcover book I m happy I was lucky to buy the last one</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/4322755862/clearance-the-decorated-page-journals?ref=shop_review" aria-label="Clearance! The Decorated Page: Journals Scrapbooks and Albums Made Simply Beautiful  by Gwen Diehn  This hard cover book has been in storage" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/6999914289/r/il/e0553d/6999914289/il_170x135.6999914289_pr7b.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/6999914289/r/il/e0553d/6999914289/il_170x135.6999914289_pr7b.jpg 170w, https://i.etsystatic.com/6999914289/r/il/e0553d/6999914289/il_340x270.6999914289_pr7b.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Clearance! The Decorated Page: Journals Scrapbooks and Albums Made Simply Beautiful  by Gwen Diehn  This hard cover book has been in storage</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Clearance! The Decorated Page: Journals Scrapbooks and Albums Made Simply Beautiful  by Gwen Diehn  This hard cover book has been in storage</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Book arrived quickly and was packaged well for shipping. Book is in excellent condition. Thank you!</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1736684250/sale-photo-craft-creative-mixed-media?ref=shop_review" aria-label="Sale! Photo Craft: Creative Mixed Media and Digital Approaches to Transforming Your Photographs by Susan Tuttle and Christy Hydeck" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/6075203550/r/il/8a795f/6075203550/il_170x135.6075203550_ekvv.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/6075203550/r/il/8a795f/6075203550/il_170x135.6075203550_ekvv.jpg 170w, https://i.etsystatic.com/6075203550/r/il/8a795f/6075203550/il_340x270.6075203550_ekvv.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Sale! Photo Craft: Creative Mixed Media and Digital Approaches to Transforming Your Photographs by Susan Tuttle and Christy Hydeck</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Sale! Photo Craft: Creative Mixed Media and Digital Approaches to Transforming Your Photographs by Susan Tuttle and Christy Hydeck</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">Excellent lot of books. Perfect start to my archetype library.</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1562444357/deal-5-archetype-books-and-1-additional?ref=shop_review" aria-label="Deal! 5 Archetype Books and 1 additional - total 6 books - Used - Marks in some - Huge Discount - Read Description" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/5319225821/r/il/5fb378/5319225821/il_170x135.5319225821_7774.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/5319225821/r/il/5fb378/5319225821/il_170x135.5319225821_7774.jpg 170w, https://i.etsystatic.com/5319225821/r/il/5fb378/5319225821/il_340x270.5319225821_7774.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>Deal! 5 Archetype Books and 1 additional - total 6 books - Used - Marks in some - Huge Discount - Read Description</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">Deal! 5 Archetype Books and 1 additional - total 6 books - Used - Marks in some - Huge Discount - Read Description</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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




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

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

                    <div class="wt-sem-text-secondary">
                        <p class="prose wt-break-word wt-m-xs-0">I&#39;m thrilled to have these fabrics in my stash. I&#39;m planning to make something wonderful with them in the near future! Thanks again.</p>
                    </div>

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




                </div>


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

                <div data-region="listing">
                    <div class="wt-mt-xs-3">
                        <div class="wt-grid">
    <div class="wt-grid__item-xs-12 wt-grid__item-lg-10 listing-group wt-pl-xs-0 wt-pr-xs-0">
            <a href="/listing/1906376041/50-rare-2-12-yards-of-shannon-newlin?ref=shop_review" aria-label="50% Rare! 2 1/2 yards of Shannon Newlin Fabric Free Spirit Fabrics OOP HTF See Description" class="wt-display-block wt-text-link-no-underline">
                <div class="wt-display-table wt-width-full">
                    <div class="wt-pr-xs-2 wt-display-table-cell wt-vertical-align-middle">
                        <div class="">
                            <div class="wt-position-relative wt-ml-xs-0">
                                <img
    data-clg-id="WtImage"
    class="listing-image wt-rounded-01 wt-overflow-hidden wt-b-xs wt-image--cover wt-image"
    src="https://i.etsystatic.com/6808057080/r/il/3fde26/6808057080/il_170x135.6808057080_7d9z.jpg"
    alt=""
    style="aspect-ratio: 1.25925925926;"
    loading="lazy" width="128" height="102"
    sizes="128px"
    srcset="https://i.etsystatic.com/6808057080/r/il/3fde26/6808057080/il_170x135.6808057080_7d9z.jpg 170w, https://i.etsystatic.com/6808057080/r/il/3fde26/6808057080/il_340x270.6808057080_7d9z.jpg 340w"
/>

                            </div>
                        </div>
                    </div>
                    <div class="wt-display-table-cell wt-width-full wt-vertical-align-middle wt-hide-xs wt-show-md">
                        <p>50% Rare! 2 1/2 yards of Shannon Newlin Fabric Free Spirit Fabrics OOP HTF See Description</p>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md">
                    <p class="wt-pt-xs-1 wt-text-caption wt-mb-xs-0">50% Rare! 2 1/2 yards of Shannon Newlin Fabric Free Spirit Fabrics OOP HTF See Description</p>
                </div>
            </a>
    </div>
</div>
                    </div>
                </div>

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

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

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


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

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

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


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

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

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


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

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

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

            
        </div>

        <div data-appears-component-name="shop_home_simple_about_section">
<div id="shop-home-about-section" class="about-section">
    <div class="anchor no-focus-outline wt-bt-xs wt-bt-lg-none border-darker wt-body-max-width wt-pr-xs-2 wt-pr-md-4 wt-pl-xs-2 wt-pl-md-4"
         id="about"
         tabindex="-1">
        <div class="wt-pl-xs-1 wt-pr-xs-1 wt-pl-lg-0 wt-pr-lg-0">
            <div class="wt-display-flex-md wt-bt-lg wt-pt-xs-3 wt-pt-lg-6 border-darker">
                <div class="shop-home-wider-sections wt-mr-md-8 wt-mr-lg-4">
                    <h2 class="wt-text-title wt-mb-xs-3 wt-mb-md-8 conform-lower-heading">
                        About contemporarycloth
                    </h2>
                        <div class="wt-show-xs wt-hide-md wt-mb-xs-3">
                            <p class="wt-text-body sb-shop-headline" data-in-modal-editable-text="title" data-endpoint="DataPost" data-key="headline">
        50% Off cotton fabrics, quilt and art books
    </p>
                        </div>
                    <div class="wt-display-flex-sm wt-justify-content-space-between wt-flex-wrap">
                        <div class="wt-display-flex-xs wt-mb-xs-4 wt-mb-md-8">
                            <div class="wt-mr-xs-6">
                                Sales
                                <span class="wt-text-title-larger wt-display-block">4,010</span>
                            </div>
                            <div>On Etsy since <span class="wt-text-title-larger wt-display-block">2008</span></div>
                        </div>
                    </div>

                    
                </div>

                <div class="wt-flex-grow-xs-1">
                        <div class="wt-hide-xs wt-show-md wt-mb-xs-3">
                            <p class="wt-text-body sb-shop-headline" data-in-modal-editable-text="title" data-endpoint="DataPost" data-key="headline">
        50% Off cotton fabrics, quilt and art books
    </p>
                        </div>
                </div>
            </div>
        </div>
    </div>
</div>
</div>

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

            <div data-appears-component-name="shop_home_policies_section">
<div class="shop-policies-section no-focus-outline wt-bt-xs wt-bt-lg-none border-darker" id="policies" tabindex="-1">

    <div class="wt-pl-xs-1 wt-pr-xs-1 wt-pl-lg-0 wt-pr-lg-0"> 

        <div class="wt-grid wt-bt-lg wt-pl-xs-0 wt-pr-xs-0 wt-pt-xs-3 wt-mb-xs-1 wt-pt-lg-6 wt-mb-lg-2 border-darker">

            <div class="wt-grid__item-lg-3 wt-p-xs-0 wt-mb-xs-4">
                <h4 class="wt-text-title-large">Shop policies</h4>
                <div class="wt-text-caption wt-sem-text-secondary">
                    <span class="wt-display-inline-block">Last updated on</span/>
                    <span class="wt-display-inline-block">February 13, 2011</span>
                </div>
            </div>
            <div class="">
                <div class="wt-grid__item-lg-9 wt-mb-xs-2 wt-mb-lg-4 wt-bt-xs wt-bt-lg-none wt-pl-xs-0 wt-pr-xs-0 wt-pt-xs-2 wt-pt-lg-0">
                    <div class="max-width-760px">


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

                    </div>
                </div>

                    <div class="shop-policies-section wt-p-xs-0 wt-grid__item-lg-12 wt-grid" data-region="returns-and-exchanges">
    <div class="wt-grid__item-lg-3 wt-bt-xs wt-bt-lg-none wt-pt-xs-4 wt-pl-xs-0 wt-pr-xs-0">
        <h3 class="wt-text-title-01">Returns & exchanges</h3>
    </div>
    <div class="wt-grid__item-lg-9 wt-pl-xs-0 wt-pr-xs-0 wt-bt-lg wt-pt-xs-4">
        <div class="wt-grid wt-pl-xs-0">
            <div class="wt-grid__item-lg-8 wt-p-xs-0">
                <div class="wt-pb-xs-2 wt-sem-text-secondary prose">
                    See item details for return and exchange eligibility.
                </div>
            </div>
        </div>
    </div>
</div>
                    
                


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

            

            <div data-appears-component-name="seo_internal_link_module_shop_home_page_US">
<div id="internal-link-module-toggle--read-more" class="wt-body-max-width wt-bt-xs border-darker wt-mb-xs-1 wt-mb-lg-2 wt-pl-xs-1 wt-pl-lg-0 wt-pr-xs-1 wt-pr-lg-0 wt-pt-xs-3 wt-pt-lg-6">
<p class="wt-screen-reader-only" id="wt-read-more-content-summary692e19dac4616" data-read-more-content-summary=true>
    Looking for more? Find it on Etsy
</p>
<div id="etsywebtoolkitcontenttoggleswtreadmore692e19dac4613" tabindex="-1" class="wt-content-toggle__body wt-content-toggle__body--truncated-03 wt-content-toggle__body--truncated" aria-hidden="true" data-read-more="true">
            <p class="wt-text-title wt-pb-xs-2">Looking for more? Find it on Etsy</p>
        <div class="wt-block-grid-xs-2 wt-block-grid-md-4 wt-pb-xs-2">
            <div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Mens Shoes</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/listing/1376381509/mens-chikankari-wedding-bridal-shoes-for" data-ilm-link-id="-6354138587640469195">Men's Chikankari Wedding Bridal Shoes For Men's - Men's Shoes</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Necklaces</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/print_locket_photo" data-ilm-link-id="-548627868496629578">Buy Print Locket Photo Online</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Handbags</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/kids_size_birkin" data-ilm-link-id="-8212626353964157934">Shop Kids Size Birkin</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Bracelets</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/listing/213996421/inspirational-bracelet-motivational" data-ilm-link-id="1918038874569695009">Inspirational Bracelet - Bracelets</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Fabric & Notions</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/dobby_striped_fabric" data-ilm-link-id="1333659255712724406">Buy Dobby Striped Fabric Online</a>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/28_x_28_in_fabric" data-ilm-link-id="-6063802973791903186">28 X 28 In Fabric - US</a>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/brooks_spool_cotton" data-ilm-link-id="-6128415437296861806">Brooks Spool Cotton - US</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Mens Clothing</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/rare_arcteryx" data-ilm-link-id="4755573531872415113">Buy Rare Arcteryx Online</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Drawing & Illustration</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/vector_download" data-ilm-link-id="-3142491772774242333">Buy Vector Download Online</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Spirituality & Religion</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/altar_bag" data-ilm-link-id="-1146792286364300107">Altar Bag for Sale</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Shoes</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/engagement_heels" data-ilm-link-id="-7237583156075946380">Buy Engagement Heels Online</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Gender Neutral Kids Clothing</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/hornets_baby" data-ilm-link-id="-5471110528099061519">Shop Hornets Baby</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Books</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/gaming_journal" data-ilm-link-id="7187739288323331696">Buy Gaming Journal Online</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Womens Clothing</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/munki_munki_pajamas" data-ilm-link-id="5777988860582143133">Munki Munki Pajamas for Sale</a>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/red_peasant_dress" data-ilm-link-id="2197381997972193104">Buy Red Peasant Dress Online</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Video Games</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/simagic_ddu_mount" data-ilm-link-id="-8855326907755010612">Buy Simagic Ddu Mount Online</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Decorations</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/navy_blue_wedding_centerpieces" data-ilm-link-id="-147885791593383364">Buy Navy Blue Wedding Centerpieces Online</a>
</div><div class="wt-block-grid__item wt-display-flex-xs wt-flex-direction-column-xs wt-mt-xs-2">
    <p class="wt-text-title-small">Beads Gems & Cabochons</p>
        <a class="wt-mt-xs-1" href="https://www.etsy.com/market/zelda_beads" data-ilm-link-id="5546844270617578238">Buy Zelda Beads Online</a>
</div>
        </div>

</div>
<div data-clg-id="WtReadMore" class="wt-text-center-xs">
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-content-toggle--btn" data-read-more-label-open="Show Less" data-read-more-label-closed="Show More" data-wt-content-toggle="true" data-read-more="true" aria-controls="etsywebtoolkitcontenttoggleswtreadmore692e19dac4613" aria-describedby="wt-read-more-content-summary692e19dac4616">
            Show More

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


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

    
        <script async defer nonce="6z5bvqalbF4m/CemVG+fTEFG" src="//assets.pinterest.com/js/pinit.js"></script>
        </main>

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

        <input type="hidden" name="campaign_name" value=""/>
        <input type="hidden" name="campaign_slug" value="new_at_etsy"/>
        <input type="hidden" name="subscribe" value="true"/>
        <input type="hidden" name="ref" value=""/>
        <input type="hidden" name="_nnc" value="3:1764628954:6WnQBv4FE78S3k_RBrjSig0p14zq:7323ea771d1f6f26291a499e5e429edf456333365409d9f3a8c5072ae42feef2" class="wt-display-none" />

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

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

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

        

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

        

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

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

            

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

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

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

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

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

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

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

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

    </div>
</div>

    </footer>
</div>

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


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

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

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

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

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

        

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

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

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


        <div id="google-tag-manager-container" aria-hidden="true">
            <script nonce="6z5bvqalbF4m/CemVG+fTEFG">
        window.dataLayer = [
    {
        "tp_consent": "yes",
        "Language": "en-US",
        "Region": "US",
        "Currency": "USD",
        "UAID": "xyATfq99TBn_etvXjIZ4x2VTxbfE",
        "DetectedRegion": "US",
        "uuid": 1764628954,
        "request_start_time": 1764628954
    }
];
    </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='6z5bvqalbF4m/CemVG+fTEFG'>(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='6z5bvqalbF4m/CemVG+fTEFG'>
    window.__etsy_logging=window.__etsy_logging||{perf:{}};window.__etsy_logging.url="\/\/www.etsy.com\/bcn\/beacon";window.__etsy_logging.defaults={"ab":{"xplat.runtime_config_service.ramp":["on","x","b4354c"],"orm_latency":["off","x","091448"],"neu_runtime_tracing_always_on":["off","x","106c3b"],"neu_runtime_tracing":["off","w","6631e5"],"google_tag_manager":["on","x","43dc13"],"site_chrome\/buyer_to_seller_navbar_signed_out":["ineligible","e","0efe99"],"offers.cyber_monday.experiment":["on","w","4feb2c"],"checkout.gift_card_cta_in_search_dropdown":["on","x","931866"],"local_pe.q3_2024.search.browser.traffic_split":["on","x","33df41"],"ranking\/search.experience.xml_autosuggest_v4":["all_xml","x","2b2623"],"lingtools\/trending_searches.gcp":["on","x","5cfa03"],"site_chrome\/buyer_to_seller_navbar_signed_in":["ineligible","e","67649b"],"site_chrome\/buyer_zipcode_in_header_desktop":["off","x","eb55bf"],"site_chrome\/buyer_zipcode_in_header_mweb":["ineligible","e","5d612c"],"builda_scss":["sasquatch","x","96bd82"],"iat.mt.de":["ineligible","e","1fa3e1"],"iat.mt.fr":["ineligible","e","706981"],"growth_regx.sh_add_price_filters_desktop":["on","x","40cfa5"],"collections.shop_home_listing_card_videos_v2":["on","x","40ba1a"],"ranking\/search.experience.lcc_orm_migration_perf_v1":["on","x","f5ca3a"],"badx.2024_q2.strv_in_shop_home.desktop":["off","x","89450b"],"home_web.gift_link":["on","x","a3ba0e"],"iat.local_shops_subnav_ingress":["off","x","7a8ec5"],"navx.fnb_gift_cards_multivariate":["at_end","x","0fd1cc"],"eu_crd_compliance.sellers":["on","x","1060a1"],"android_image_filename_hack":["ineligible","e","9c9013"],"structured_data_attributes_order_dependent":["on","x","691833"],"growth_regx.lp_sh_tenure_to_open_date":["on","x","8dfce1"],"buyer_reviews.allow_submit_ip_infringement_report":["off","x","4ce57a"],"growth_regx.sh_mask_generated_names_in_reviews":["off","x","1e3aa0"],"site_chrome\/fullstory\/use_track_event":["ineligible","e","ae465c"],"google_tag_manager_async":["off","x","7585d0"],"qualtrics_survey":["on","x","c3c730"],"growth_regx.sh_contact_to_message_seller":["off","x","9102a8"],"coreloc.digital_download_signal_placement_expansion_desktop":["on","x","70b59f"],"buyers_often_buying.show_discount_prices_on_the_hp_listings":["on","x","e60c20"],"quality_signals.shop_reviews_hide_keyword_filters":["on","x","9dbf35"],"prodperfect\/monthly_data_capture":["off","x","137afb"],"polyfills":["on","x","db574b"],"polyfill_experiment_4":["no_filtering","x","0e8409"],"ltv_tactics.cd_1509_two_steps_login_on_nav":["off","x","c7e15e"],"disambiguate_usd_outside_usa":["ineligible","e","c8897d"],"ranking\/ad_delivery.ubo_obfuscated_grey_class":["on","x","264198"],"eu_cookie_nag":["ineligible","e","f8045f"],"growth_regx.sh_desktop_zero_review":["on","x","19d866"],"ranking\/search.experience.footer_persistent_ship_to_filter":["on","x","1ddf5e"],"seller_platform_web.buyer_inquiry":["off","x","ee9de4"],"seller_platform_web.seller_local_time":["ineligible","e","98a5ac"],"seller_platform_web.item_detail_overlay":["ineligible","e","cf46a1"],"buyer_promise.issue_resolution.fee_avoidance_v2":["ineligible","e","3a7a9c"],"risk_experience.buyer_email_verification":["ineligible","e","4f296d"]},"user_id":null,"page_guid":"100c98d1e5bb.7dca192fcbf3a7f5be3e.00","version":1,"request_uuid":"EuMAXEANwIO4AvJSTEY7aYf5sb0b","cdn-provider":"fastly","header_fingerprint":"au","header_signature":"9ee3c80e60993e86fc88af3b6b1b8e73","ip_org":"Google Proxy","ref":"","loc":"http:\/\/www.etsy.com\/shop\/contemporarycloth?feed=rss2","locale_currency_code":"USD","pref_language":"en-US","region":"US","detected_currency_code":"USD","detected_language":"en-US","detected_region":"US","isWhiteListedMobileDevice":false,"isMobileRequestIgnoreCookie":false,"isMobileRequest":false,"isMobileDevice":false,"isMobileSupported":false,"isTabletSupported":false,"isTouch":false,"isEtsyApp":false,"isPreviewRequest":false,"isChromeInstantRequest":false,"isMozPrefetchRequest":false,"isTestAccount":false,"isSupportLogin":false,"isInternal":false,"isInWebView":false,"botCheck":["da","dc","ua"],"isBot":true,"isSyntheticTest":false,"ebid":"D0oBalvznc12HVXRSfIx_VpvedO3SEZL","event_source":"web","browser_id":"xyATfq99TBn_etvXjIZ4x2VTxbfE","gdpr_tp":3,"gdpr_p":3,"transcend_strategy_consent_loaded_status":"FetchMiss","transcend_strategy_initial_fetch_time_ms":null,"transcend_strategy_consent_reconciled_time_ms":null,"legacy_p":3,"legacy_tp":3,"cmp_tp":false,"cmp_p":false,"page_time":457,"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='6z5bvqalbF4m/CemVG+fTEFG'>window.__etsy_logging.perf.event={"attributes":{"guid":"100c98d1f4d3.eeeeb52eb95d3418c530.00","event_name":"perf","event_logger":"perf","page_type":"shop_home","ip_country_code":"US","boromir":true}};window.__etsy_logging.shouldLogAbMismatch=false;!function(e,t){if(!t.hidden){var n=e.__etsy_logging||{},r=n.perf||{},i=n.url,a=n.defaults,o=r.event,s=n.sendEvents,c=0===Object.keys(r).length,u=e.webVitals||{},_=n.mergeObject,d=r.isDev||!1,m=r.skipLoggingEvent||!1,l=r.keepPerfObserverActive||!1,f=null,p=0;if(!c&&i&&a&&o&&s){var v=r.MARK_MEASURE_PREFIX||"_etsy_mark_measure_",g=function(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}},y=function(){return void 0!==e.PerformanceObserver},h=function(){return"onpagehide"in e},T=function(e,n){var r=function(e){var n=t.createElement("a");n.href=e;var r=n.pathname.split(".");return r[r.length-1]||""}(e);return/jpe?g|png|svg|gif/i.test(r)?"image":/eot|woff2?|ttf/i.test(r)?"font":"js"===r?"js":"css"===r?"css":"xmlhttprequest"===n?"xhr":"unknown"},E=function(e){return Math.round(e<Math.pow(2,64)-1?e:0)},b=function(e,n){var r=null,i=null;if(n.transferSize>0)for(var a=0;a<n.serverTiming.length;a++){var o=n.serverTiming[a];e.i_etsystatic_cdn||"cdn"!==o.name?"cache_status"===o.name&&(i=o.description):r=o.description}r&&(e.i_etsystatic_cdn=r);var s=null,c=null;i&&(e.cdn_image_caching||(e.cdn_image_caching={miss:0,hit:0}),s=0===i.indexOf("HIT"),c=0===i.indexOf("MISS"),s&&(e.cdn_image_caching.hit+=1),c&&(e.cdn_image_caching.miss+=1)),function(e,n,r,i){f||(f={},t.querySelectorAll("img[data-perf-group]").forEach((function(e){e.currentSrc&&(f[e.currentSrc]=e)})));var a=f[n.name];if(a){var o=a.dataset.perfGroup;e.categorized_images||(e.categorized_images=[]);var s={category:o,duration:E(n.duration),encodedBodySize:E(n.encodedBodySize),transferSize:E(n.transferSize),width:a.width,height:a.height};if(n.transferSize>0){(r||i)&&(s.cdn_hit=r);for(var c=0;c<n.serverTiming.length;c++){var u=n.serverTiming[c];"clientrtt"===u.name?s.clientrtt=E(u.duration):"clienttt"===u.name?s.clienttt=E(u.duration):"cdntime"===u.name?s.cdntime=E(u.duration):"origin"===u.name&&(s.origin=E(u.duration))}}e.categorized_images.push(s)}}(e,n,s,c)},S=function(e){var t=e.match(/^(?:https?:\/\/)?(?:www\.)?([a-z0-9-.]*etsy(?:static)?(?:cloud)?\.com)/i);return t?t[1]:null},k=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))},L=function(e){var t={nav_start:E(e.navigationStart||e.startTime),activation_start:E(e.activationStart||0),fetch_start:E(e.fetchStart),dns_start:E(e.domainLookupStart),dns_end:E(e.domainLookupEnd),connect_start:E(e.connectStart),connect_end:E(e.connectEnd),interim_response_start:E(e.firstInterimResponseStart||0),request_start:E(e.requestStart),response_start:E(e.responseStart),response_end:E(e.responseEnd),dom_completed:E(e.domComplete),dom_interactive:E(e.domInteractive),secure_connect_start:E(e.secureConnectionStart)||null,loaded_start:E(e.loadEventStart)||null,loaded_end:E(e.loadEventEnd)||null,dom_content_loaded_start:E(e.domContentLoadedEventStart)||null,dom_content_loaded_end:E(e.domContentLoadedEventEnd)||null,html_tx_size:E(e.transferSize),html_enc_size:E(e.encodedBodySize),html_dec_size:E(e.decodedBodySize),type:e.type};return e.redirectStart&&(t.redirect_start=E(e.redirectStart)),e.redirectEnd&&(t.redirect_end=E(e.redirectEnd)),e.redirectCount&&(t.redirect_count=e.redirectCount),t},z=function(e){return e.reduce((function(e,t){if("entryType"in t){if("resource"===t.entryType)return function(e,t){var n=T(t.name,t.initiatorType);if("unknown"===n)return e;var r=S(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)),k(e,t.nextHopProtocol,r),"image"===n&&"etsy"===i&&t.serverTiming&&"i.etsystatic.com"===r&&b(e,t);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)+E(t.decodedBodySize),e[o]=(e[o]||0)+E(t.encodedBodySize),e[s]=(e[s]||0)+E(t.transferSize),e[c]=(e[c]||0)+E(t.duration),e[u]=(e[u]||0)+1,e}(e,t);if("paint"===t.entryType)return function(e,t){return e[t.name.replace(/-/g,"_")]=E(t.startTime),e}(e,t);if("longtask"===t.entryType)return function(e,t){return e.long_tasks_count=(e.long_tasks_count||0)+1,e.long_tasks_dur=(e.long_tasks_dur||0)+E(t.duration),e}(e,t);if("mark"===t.entryType||"measure"===t.entryType)return function(e,t){return 0===t.name.lastIndexOf(v,0)&&(e[0===t.name.lastIndexOf(v+"async_spec_",0)?t.name.substring(v.length):t.name]=E("mark"===t.entryType?t.startTime:t.duration)),e}(e,t);if("layout-shift"===t.entryType&&!t.hadRecentInput)return function(e,t){return e.layout_shift_count=(e.layout_shift_count||0)+1,e.layout_shift=(e.layout_shift||0)+t.value,t.value>.05&&(e.layout_shift_elements=e.layout_shift_elements||[],e.layout_shift_elements.push({value:t.value,elements:(t.sources||[]).filter((function(e){return!!e.node})).map((function(e){return{className:e.node.classList&&Array.prototype.slice.call(e.node.classList).join(" "),tagName:e.node.tagName,id:e.node.id}}))})),e}(e,t);if("navigation"===t.entryType)return r.t=!0,k(e,t.nextHopProtocol,S(t.name)),_(e,L(t));if("element"===t.entryType)return function(e,t){return e.element_timings||(e.element_timings={}),e.element_timings[t.identifier]=t.renderTime,e}(e,t);if("long-animation-frame"===t.entryType)return function(e,t){e.loaf_entries||(e.loaf_entries=[]);var n={start:E(t.startTime),duration:E(t.duration),blockingDuration:E(t.blockingDuration)},r=t.scripts.slice().sort((function(e,t){t.duration,e.duration}))[0];if(r){var i=r.invoker||r.name;n.longestScript={invokerType:r.invokerType||r.type,duration:E(r.duration),invoker:i.substring(0,1024),sourceURL:r.sourceURL||null}}return e.loaf_entries.push(n),e}(e,t)}else if("name"in t){if("INP"===t.name)return function(e,t){return e.interaction_next_paint=t.value,t.attribution&&(e.interaction_next_paint_element=t.attribution.eventTarget,e.interaction_next_paint_time=E(t.attribution.eventTime),e.interaction_next_paint_type=t.attribution.eventType,e.interaction_next_paint_loadstate=t.attribution.loadState),e}(e,t);if("LCP"===t.name)return function(e,t){var n=t.entries[0];return e.largest_contentful_paint=E(n.renderTime||n.loadTime),e.largest_contentful_paint_type=n.renderTime?"renderTime":"loadTime",n.element?(e.largest_contentful_paint_element={className:n.element.classList&&Array.prototype.slice.call(n.element.classList).join(" "),tagName:n.element.tagName,url:n.url},t.attribution.lcpResourceEntry&&(e.largest_contentful_paint_element.resource_size=E(t.attribution.lcpResourceEntry.encodedBodySize))):delete e.largest_contentful_paint_element,e.lcp_element_render_delay=E(t.attribution.elementRenderDelay),e.lcp_resource_load_delay=E(t.attribution.resourceLoadDelay),e.lcp_resource_load_time=E(t.attribution.resourceLoadTime),e}(e,t)}return e}),{})},P=function(){var n,i=!y()&&performance&&performance.getEntries?performance.getEntries():r.e,a=z(i);return r.e=[],r.t||(a.unixTimingNavigation=!0,_(a,L(e.performance.timing))),_(a,function(){if(performance&&performance.getEntriesByName){var e=performance.getEntriesByName("TTP","mark");if(e.length)return{time_to_parsing:E(e[0].startTime)}}return{}}()),_(a,{dom_count_server:p,dom_count_client:t.getElementsByTagName("*").length}),_(a,{dom_max_depth:(n=function(e){if(!e)return 0;for(var t=0,r=0,i=e.children.length;r<i;r++)t=Math.max(t,n(e.children[r]));return t+1})(t.documentElement)}),function(e){var t=navigator;t&&t.connection&&t.connection.effectiveType&&(e.effective_connection_type=t.connection.effectiveType)}(a),a.has_sendbeacon=navigator&&"function"==typeof navigator.sendBeacon,a.has_observer=y(),y()&&PerformanceObserver.supportedEntryTypes&&(a.observer_types=PerformanceObserver.supportedEntryTypes),a.has_pagehide=h(),r.vm_hostname&&(a.vm_hostname=r.vm_hostname),a},x=g((function(r){var i=_(r,o.attributes);i.beacon_send_time=0===i.nav_start?E(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(!!u.onINP&&u.onINP(n,{reportAllChanges:!0}),u.onLCP&&u.onLCP(n),y()&&PerformanceObserver.supportedEntryTypes&&PerformanceObserver.supportedEntryTypes.includes("long-animation-frame")){var i=new PerformanceObserver((function(e){e.getEntries().forEach((function(e){e.duration>150&&e.firstUIEventTimestamp>0&&n(e)}))}));i.observe({type:"long-animation-frame",buffered:!0})}if(!m){var a,o=g((function(e){if(!t.hidden||"on_vischange"===e){clearTimeout(a);var n=P();!l&&y()&&(r.o.disconnect(),i&&i.disconnect()),n[e]=!0,x(n)}})),s=function(){return d&&e.__KEVIN_IS_STILL_BUILDING};d||(a=setTimeout((function(){o("on_fallbacktimeout")}),6e4),"complete"===t.readyState&&(clearTimeout(a),a=setTimeout((function(){o("on_loadtimeout")}),2e4))),t.addEventListener("readystatechange",(function(){"interactive"===t.readyState&&(p=t.getElementsByTagName("*").length)})),e.addEventListener("load",(function(){clearTimeout(a),s()||(a=setTimeout((function(){o("on_loadtimeout")}),2e4))}));var c=function(e){var t=e||"on_unload";s()?(0===performance.getEntriesByName(`${r.MARK_MEASURE_PREFIX}dev_kevin-overlay-end`).length&&performance.mark(`${r.MARK_MEASURE_PREFIX}dev_kevin-overlay-abandoned-before-done`),setTimeout((function(){o(t)}),0)):o(t)},_=h()?"pagehide":"unload";e.addEventListener(_,c),d&&e.addEventListener("beforeunload",c),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='6z5bvqalbF4m/CemVG+fTEFG'>window.__etsy_logging.eventpipe.primary_complement={"attributes":{"guid":"100c98d1f4d1.f4ca72de4f22db847bac.00","event_name":"shop_home_complementary","event_logger":"frontend","primary_complement":true}};!function(e){var t=e.__etsy_logging,i=t.eventpipe,n=i.primary_complement,o=t.defaults.page_guid,r=t.sendEvents,a=i.q,c=void 0,d=[],h=0,u="frontend",l="perf";function g(){var e,t,i=(h++).toString(16);return o.substr(0,o.length-2)+((t=2-(e=i).length)>0?new Array(t+1).join("0")+e:e)}function v(e){e.guid=g(),c&&(clearTimeout(c),c=void 0),d.push(e),c=setTimeout((function(){r(d,u),d=[]}),50)}!function(t){var i=document.documentElement;i&&(i.clientWidth&&(t.viewport_width=i.clientWidth),i.clientHeight&&(t.viewport_height=i.clientHeight));var n=e.screen;n&&(n.height&&(t.screen_height=n.height),n.width&&(t.screen_width=n.width)),e.devicePixelRatio&&(t.device_pixel_ratio=e.devicePixelRatio),e.orientation&&(t.orientation=e.orientation),e.matchMedia&&(t.dark_mode_enabled=e.matchMedia("(prefers-color-scheme: dark)").matches)}(n.attributes),v(n.attributes),i.logEvent=v,i.logEventImmediately=function(e){var t="perf"===e.event_name?l:u;e.guid=g(),r([e],t)},a.forEach((function(e){v(e)}))}(window);</script>

        <!--BEGIN QUALTRICS SITE INTERCEPT-->
<script nonce="6z5bvqalbF4m/CemVG+fTEFG">
    (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="6z5bvqalbF4m/CemVG+fTEFG">
    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="6z5bvqalbF4m/CemVG+fTEFG">if(window.console){console.log("Is code your craft? https://careers.etsy.com")}</script>
    </body>
</html>