CINXE.COM
Art Inspired Gifts | Christmas at Tate | Tate Shop | Tate
<!doctype html> <!--[if lt IE 11]><!--> <html class="nosupport oldie" lang="en"> <!--<![endif]--> <!--[if IE 11]> <html class="ie11 oldie" lang="en"> <![endif]--> <!--[if gt IE 11]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset=UTF-8> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>.async-hide { opacity: 0 !important} </style> <script>(function(a,s,y,n,c,h,i,d,e){if (a[n] && a[n].length && a[n].length > 0) { s.className+=' '+y;h.start=1*new Date; h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')}; (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c; }})(window,document.documentElement,'async-hide','dataLayer',4000, {'GTM-WQPJ9H':true});</script> <!-- OneTrust Cookies Consent Notice start for tate.org.uk --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="902d65e7-e39b-4a06-94d5-a53d18697590" ></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for tate.org.uk --> <title>Art Inspired Gifts | Christmas at Tate | Tate Shop | Tate</title> <link href="/on/demandware.static/Sites-tate-Site/-/default/dw6f42d3e4/images/favicon.ico" rel="shortcut icon" /> <link rel="dns-prefetch" href="//images.tate.org.uk" /> <link rel="dns-prefetch" href="//static.tate.org.uk" /> <link rel="dns-prefetch" href="//storage.googleapis.com" /> <meta http-equiv="x-dns-prefetch-control" content="on" /> <meta name="description" content="Presents as an art form: prints, books, clothing and homeware inspired by Tate art and artists"/> <meta name="keywords" content="Return to the Tate home page"/> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> <link href="//storage.googleapis.com/tate-digital/ui/fonts-compressed.css" type="text/css" rel="stylesheet"> <!--[if lt IE 9]> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/js/lib/html5.js"></script> <![endif]--> <script type="text/javascript">//<!-- /* <![CDATA[ (head-active_data.js) */ var dw = (window.dw || {}); dw.ac = { _analytics: null, _events: [], _category: "", _searchData: "", _anact: "", _anact_nohit_tag: "", _analytics_enabled: "true", _timeZone: "Etc/UTC", _capture: function(configs) { if (Object.prototype.toString.call(configs) === "[object Array]") { configs.forEach(captureObject); return; } dw.ac._events.push(configs); }, capture: function() { dw.ac._capture(arguments); // send to CQ as well: if (window.CQuotient) { window.CQuotient.trackEventsFromAC(arguments); } }, EV_PRD_SEARCHHIT: "searchhit", EV_PRD_DETAIL: "detail", EV_PRD_RECOMMENDATION: "recommendation", EV_PRD_SETPRODUCT: "setproduct", applyContext: function(context) { if (typeof context === "object" && context.hasOwnProperty("category")) { dw.ac._category = context.category; } if (typeof context === "object" && context.hasOwnProperty("searchData")) { dw.ac._searchData = context.searchData; } }, setDWAnalytics: function(analytics) { dw.ac._analytics = analytics; }, eventsIsEmpty: function() { return 0 == dw.ac._events.length; } }; /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (head-cquotient.js) */ var CQuotient = window.CQuotient = {}; CQuotient.clientId = 'bbpb-tate'; CQuotient.realm = 'BBPB'; CQuotient.siteId = 'tate'; CQuotient.instanceType = 'prd'; CQuotient.locale = 'default'; CQuotient.fbPixelId = '__UNKNOWN__'; CQuotient.activities = []; CQuotient.cqcid=''; CQuotient.cquid=''; CQuotient.cqeid=''; CQuotient.cqlid=''; CQuotient.apiHost='api.cquotient.com'; /* Turn this on to test against Staging Einstein */ /* CQuotient.useTest= true; */ CQuotient.useTest = ('true' === 'false'); CQuotient.initFromCookies = function () { var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf('cqcid=') == 0) { CQuotient.cqcid=c.substring('cqcid='.length,c.length); } else if (c.indexOf('cquid=') == 0) { var value = c.substring('cquid='.length,c.length); if (value) { var split_value = value.split("|", 3); if (split_value.length > 0) { CQuotient.cquid=split_value[0]; } if (split_value.length > 1) { CQuotient.cqeid=split_value[1]; } if (split_value.length > 2) { CQuotient.cqlid=split_value[2]; } } } } } CQuotient.getCQCookieId = function () { if(window.CQuotient.cqcid == '') window.CQuotient.initFromCookies(); return window.CQuotient.cqcid; }; CQuotient.getCQUserId = function () { if(window.CQuotient.cquid == '') window.CQuotient.initFromCookies(); return window.CQuotient.cquid; }; CQuotient.getCQHashedEmail = function () { if(window.CQuotient.cqeid == '') window.CQuotient.initFromCookies(); return window.CQuotient.cqeid; }; CQuotient.getCQHashedLogin = function () { if(window.CQuotient.cqlid == '') window.CQuotient.initFromCookies(); return window.CQuotient.cqlid; }; CQuotient.trackEventsFromAC = function (/* Object or Array */ events) { try { if (Object.prototype.toString.call(events) === "[object Array]") { events.forEach(_trackASingleCQEvent); } else { CQuotient._trackASingleCQEvent(events); } } catch(err) {} }; CQuotient._trackASingleCQEvent = function ( /* Object */ event) { if (event && event.id) { if (event.type === dw.ac.EV_PRD_DETAIL) { CQuotient.trackViewProduct( {id:'', alt_id: event.id, type: 'raw_sku'} ); } // not handling the other dw.ac.* events currently } }; CQuotient.trackViewProduct = function(/* Object */ cqParamData){ var cq_params = {}; cq_params.cookieId = CQuotient.getCQCookieId(); cq_params.userId = CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.product = cqParamData.product; cq_params.realm = cqParamData.realm; cq_params.siteId = cqParamData.siteId; cq_params.instanceType = cqParamData.instanceType; cq_params.locale = CQuotient.locale; if(CQuotient.sendActivity) { CQuotient.sendActivity(CQuotient.clientId, 'viewProduct', cq_params); } else { CQuotient.activities.push({activityType: 'viewProduct', parameters: cq_params}); } }; /* ]]> */ // --> </script> <link rel="stylesheet" media="all" href="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/css/app.css" /> <link rel="stylesheet" href="//storage.googleapis.com/tate-digital/ui/1.6-compressed/static/css/vendor/slick.css" /> <link rel="stylesheet" href="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/css/pinchzoomer.min.css" /> <link rel="stylesheet" href="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/css/swiper.min.css" /> <meta name="google-site-verification" content="8Ja6ZFnEpmFFPZ--TsliL3QwPORNSYI6gn_hEZahQF4" /> <script type="text/javascript"> if (window.jQuery) { jQuery(document).ready(function(){ if(screen.width < 768){ jQuery('#footer').append('<a href="/" class="full-site-link">View Full Site</a>'); jQuery('.full-site-link') .attr('href', '/on/demandware.store/Sites-tate-Site/default/Home-FullSite') .on('click', function(e) { e.preventDefault(); jQuery.ajax({ url: '/on/demandware.store/Sites-tate-Site/default/Home-FullSite', success: function(){ window.location.reload(); } }); } ); } }); } </script> <script> window.dataLayer = window.dataLayer || []; </script> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WQPJ9H" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(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;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WQPJ9H');</script> <!-- End Google Tag Manager --> <script> window.dataLayer = window.dataLayer || []; dataLayer.push( {'setCustomerId' : ''}, {'categoryPath' : 'artist-inspired-gifts'}, {'view' : ''} ); if (typeof confirmationPage != 'undefined' && confirmationPage) { if(typeof cartItems !== 'undefined' && typeof orderNumber !== 'undefined'){ var purchase = {}; purchase.items = JSON.parse(''); purchase.orderId = ''; dataLayer.push({'purchase' : purchase}); } } </script> <link rel="canonical" href="/christmasartist-inspired" /> </head> <body class="pt_search"> <div id="page"> <!-- ****** HEADER ****** --> <header class="page__header shop-header" id="header"> <div class="container"> <div class="container__inner"> <div class="header-menu"> <i data-fullga="true" data-event="showMenu" data-category="Shop Navigation" data-label="Header" data-action="Primary Nav" class="icon--menu"></i> </div> <div class="header-menu-close"> <i class="icon--close"></i> </div> <div class="header-search-icon"> <i role="button" aria-haspopup="true" tabindex="0" data-fullga="true" data-event="navigation_header" data-category="Shop Navigation" data-action="Header Nav" data-label="search" class="icon--search" aria-label="Search"></i> </div> <div class="header-branding"> <div class="site-logo" itemscope="" itemtype="http://schema.org/Organization"> <a href="/" id="logo-shop" itemprop="url" title="Return to the Tate home page Home"> <img data-fullga="true" data-event="navigation_header" data-category="Shop Navigation" data-label="Tate Shop" alt="Tate Shop" data-action="Header Nav" alt="Tate" itemprop="logo" src="/on/demandware.static/Sites-tate-Site/-/default/dwae0ba432/images/Tateshop.svg" width="200" typeof="foaf:Image" /> </a> </div> </div> <div class="header-nav shop-header-nav"> <div class="header-nav__item header-nav-account"> <a href="https://shop.tate.org.uk/account" class="register-modal-link"> <img src="/on/demandware.static/Sites-tate-Site/-/default/dw8184b804/images/account.svg" alt="Account" /> </a> </div> <div class="account-main-menu"> <div class="header-nav__item header-nav__home"> <a class="header-btn btn btn--type__no-bg btn--size__small btn--style__text" href="http://www.tate.org.uk"> <span data-fullga="true" data-event="navigation_header" data-category="Shop Navigation" data-label="Tate Home" data-action="Header Nav" class="btn__text">Tate Home</span> </a> </div> <div class="header-nav__item header-nav__login " id="tate-login"> <a data-fullga="true" data-event="navigation_header" data-category="Shop Navigation" data-action="Header Nav" data-label="Log In" href="https://shop.tate.org.uk/account" title="User: Sign In" class="header-btn btn btn--type__no-bg btn--size__small btn--style__text header-username register-modal-link" data-gtm-name="Navigation-header"> <i class="btn__icon icon--user"></i> <span class="btn__text">Sign In</span> </a> <ul class="list list--links"> </ul> </div> <div class="header-nav__item header-nav__search"> <span role="button" tabindex="0" aria-haspopup="true" data-event="showSearch" data-label="Header" class="header-btn btn btn--type__no-bg btn--size__small btn--style__text site-search--overlay__open-button header-search-img"> <img alt="Search" src="/on/demandware.static/Sites-tate-Site/-/default/dw5bc736cb/images/i_search.svg" width="21" height="21" /> </span> <form accept-charset="UTF-8" action="/search" autocomplete="off" class="site-search site-search--overlay" id="search-block-form" method="get" name="search-block-form" style="margin-top: -240px;" aria-hidden="true"> <div class="site-search__inner"> <div class="input-wrapper input-wrapper--btn-over"> <label for="navigation-search" class="h-e">Search Tate</label> <input id="navigation-search" class="input--size__small" name="q" placeholder="Search" title="Search Tate" type="text" tabindex="-1"> <button class="btn btn--size__small btn--style__icon" data-gtm-name="Navigation-search-search" aria-label="search" type="submit" tabindex="-1"> <i class="btn__icon icon--search"></i> <span class="btn__text">Search</span> </button> <div class="search-suggestions-result-wrapper"></div> </div> </div> <span role="button" tabindex="-1" aria-label="Close" class="btn btn--style__icon site-search--overlay__close-button" data-gtm-name="Navigation-search-close"> <i class="btn__icon icon--close"></i> <span class="btn__text">Close</span> </span> <input type="hidden" id="reportSearch" name="reportSearch" value="true" /> </form> </div> </div> </div> <!-- Report any requested source code --> <!-- Report the active source code --> <div class="header-nav empty-basket header-nav__shop account-cart header-nav--has-basket" id=""> <div class="header-nav__item header-nav__shop "> <span class="h-e">Shop</span> <div class="btn__text"> <div id="mini-cart" data-event="showBasket" data-label="Header"> <div class="mini-cart-total"> <a class="mini-cart-link" data-fullga="true" data-category="Shop Navigation" data-action="Header Nav" data-label="Basket" data-event="navigation_header" href="https://shop.tate.org.uk/basket" title="View basket"> <i class="minicart-icon icon icon--shop"></i> </a> <div class="mini-cart-total-price">£0.00</div> </div> </div> </div> </div> </div> </div> </div> </header> <!-- ****** HEADER ENDS ****** --> <nav class="page__nav nav--relaxed" id="nav"> <div class="nav-close shopheader"> <i class="icon--close"></i> </div> <div class="container"> <div class="container__inner"> <div class="block site-menu-block"> <h2 class="block__title h-e">Main menu</h2> <ul class="site-menu site-menu--level-1"> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a aria-haspopup="true" class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="Exhibitions" data-event="navigation_header" href="/exhibitions-and-tickets" title=""> Exhibitions </a> <span class="mobile-expand-btn"> <i class="icon icon--chevron-down"></i> <i class="icon icon--chevron-up"></i> </span> </div> <div class="expanded-menu"> <div class="expanded-menu-inner"> <div class="expanded-list-column expanded-list-column-tickets"> <div class="tickets-navigation-column-title">Now booking</div> <ul class="expanded-list"><!-- <li class="expanded-menu__item"> <a class="" href="https://shop.tate.org.uk/search?cgid=exhibitions-and-tickets" title="">View all</a> </li> --> <li class="expanded-menu__item"><a href="/ticket/date?cgid=346310" title="">Ma艂gorzata Mirga-Tas</a> <span class="tickets-until">Now booking</span></li> <li class="expanded-menu__item"><a href="/ticket/date?cgid=344944" title="">Turner Prize 2024</a> <span class="tickets-until">Now booking</span></li> <li class="expanded-menu__item"><a href="/ticket/date?cgid=341415" title="">Zanele Muholi</a> <span class="tickets-until">Now booking</span></li> <li class="expanded-menu__item"><a href="/ticket/date?cgid=340985" title="">Anthony McCall</a> <span class="tickets-until">Now booking</span></li> <li class="expanded-menu__item"><a href="/ticket/date?cgid=344775" title="">Mike Kelley</a> <span class="tickets-until">Now booking</span></li> <li class="expanded-menu__item"><a href="/ticket/date?cgid=346821" title="">The 80's: Photographing Britain</a> <span class="tickets-until">Now booking</span></li> <li class="expanded-menu__item"><a href="/ticket/date?cgid=345097" title="">Electric Dreams</a> <span class="tickets-until">Now booking</span></li> </ul> </div> <div class="expanded-list-column expanded-list-column-tickets"> <div class="tickets-navigation-column-title">Prints, books & gifts</div> <ul class="expanded-list"> <li class="expanded-menu__item"> <a data-fullga="true" data-action="Primary Nav" data-event="navigation_primary_dropdown" data-category="Shop Navigation" data-label="Exhibitions & Tickets | David Hockney" data-action="Primary Nav" class="" href="/exhibitions/prints-books-and-gifts/david-hockney" title="">David Hockney</a> </li> <li class="expanded-menu__item"> <a data-fullga="true" data-action="Primary Nav" data-event="navigation_primary_dropdown" data-category="Shop Navigation" data-label="Exhibitions & Tickets | Yayoi Kusama" data-action="Primary Nav" class="" href="/yayoi-kusama" title="">Yayoi Kusama</a> </li> <li class="expanded-menu__item"> <a data-fullga="true" data-action="Primary Nav" data-event="navigation_primary_dropdown" data-category="Shop Navigation" data-label="Exhibitions & Tickets | Guerrilla Girls" data-action="Primary Nav" class="" href="/guerrilla-girls" title="">Guerrilla Girls</a> </li> <li class="expanded-menu__item"> <a data-fullga="true" data-action="Primary Nav" data-event="navigation_primary_dropdown" data-category="Shop Navigation" data-label="Exhibitions & Tickets | JMW Turner" data-action="Primary Nav" class="" href="/jmw-turner" title="">JMW Turner</a> </li> <li class="expanded-menu__item"> <a data-fullga="true" data-action="Primary Nav" data-event="navigation_primary_dropdown" data-category="Shop Navigation" data-label="Exhibitions & Tickets | Cezanne" data-action="Primary Nav" class="" href="/cezanne" title="">Cezanne</a> </li> <li class="expanded-menu__item"> <a data-fullga="true" data-action="Primary Nav" data-event="navigation_primary_dropdown" data-category="Shop Navigation" data-label="Exhibitions & Tickets | Cornelia Parker" data-action="Primary Nav" class="" href="/cornelia-parker-2" title="">Cornelia Parker</a> </li> </ul> </div> <div class="promo-spot"> <div class="nav-promo-slot"> <div class="text-btn-wrapper"> <div class="promo-spot-title">Zanele Muholi</div> <a class="btn btn--type__secondary" href="/zanele-muholi"> <i class="icon btn__icon icon--arrow-right"></i> <span class="btn__text">Shop now</span> </a> </div> <img alt="EXPRESSIONIST" src="https://shop.tate.org.uk/on/demandware.static/-/Sites-tate-Library/default/dwa3646534/tate-shop-images/homepage/navigation/ZANELEMUHOLI-Promo-Spot-A.gif" title="ZANELE MUHOLI" /> </div> </div> </div> </div> </li> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a aria-haspopup="true" class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="The Art of Gifting" data-event="navigation_header" href="/christmas" title=""> The Art of Gifting </a> <span class="mobile-expand-btn"> <i class="icon icon--chevron-down"></i> <i class="icon icon--chevron-up"></i> </span> </div> <div class="expanded-menu"> <div class="expanded-menu-inner"> <div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Artist inspired gifts" class="" href="/christmasartist-inspired" title=""> Artist inspired gifts </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Christmas cards, calendars and diaries" class="" href="/christmascards-calendars" title=""> Christmas cards, calendars and diaries </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Creative gifts" class="" href="/creative-gifts-1" title=""> Creative gifts </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Fashion and jewellery" class="" href="/fashion-3" title=""> Fashion and jewellery </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Homeware gifts" class="" href="/christmashome" title=""> Homeware gifts </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Kids" class="" href="/kids-4" title=""> Kids </a> </li> </ul></div><div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Puzzles and games" class="" href="/the-art-of-gifting/puzzles-and-games" title=""> Puzzles and games </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Statement gifts" class="" href="/statement-gifts" title=""> Statement gifts </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Stocking fillers" class="" href="/christmasstocking" title=""> Stocking fillers </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Gifts under £25" class="" href="/christmasunder-25" title=""> Gifts under £25 </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Gift membership" class="" href="/the-art-of-gifting/gift-membership" title=""> Gift membership </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - Gift certificates" class="" href="/the-art-of-gifting/gift-certificates" title=""> Gift certificates </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="The Art of Gifting - View all gifts" class="" href="/the-art-of-gifting/view-all-gifts" title=""> View all gifts </a> </li> </ul></div> <div class="promo-spot"> <div class="nav-promo-slot"> <div class="text-btn-wrapper"> <div class="promo-spot-title">The Art of Gifting</div> <a class="btn btn--type__secondary" href="/the-art-of-gifting/view-all-gifts"> <i class="icon btn__icon icon--arrow-right"></i> <span class="btn__text">Shop now</span> </a> </div> <img alt="The Art of Gifting" src="https://shop.tate.org.uk/on/demandware.static/-/Sites-tate-Library/default/dwac86e369/tate-shop-images/nav/promo-spot-AOG24.jpg" title="The Art of Gifting" /> </div> </div> </div> </div> </li> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a aria-haspopup="true" class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="Prints" data-event="navigation_header" href="/prints-1" title=""> Prints </a> <span class="mobile-expand-btn"> <i class="icon icon--chevron-down"></i> <i class="icon icon--chevron-up"></i> </span> </div> <div class="expanded-menu"> <div class="expanded-menu-inner"> <div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Prints - View all prints" class="" href="/prints/view-all-prints" title=""> View all prints </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Prints - New In" class="" href="/prints/new-in" title=""> New In </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Prints - Vintage exhibition posters" class="" href="/prints/vintage-exhibition-posters" title=""> Vintage exhibition posters </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Prints - Prints by artist A - Z" class="" href="/prints/prints-by-artist-a---z" title=""> Prints by artist A - Z </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Prints - Custom prints" class="" href="/prints/custom-prints" title=""> Custom prints </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Prints - Limited editions" class="" href="/prints/limited-editions" title=""> Limited editions </a> </li> </ul></div><div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Prints - Prints by colour" class="" href="/prints/prints-by-colour" title=""> Prints by colour </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Prints - Prints by theme" class="" href="/prints/prints-by-theme" title=""> Prints by theme </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Prints - Picture frames" class="" href="/picture-frames" title=""> Picture frames </a> </li> </ul></div> <div class="promo-spot"> <div class="nav-promo-slot"> <div class="text-btn-wrapper"> <div class="promo-spot-title">Martin Parr</div> <a class="btn btn--type__secondary" href="/martin-parr-from-the-last-resort-series-new-brighton-england-1984-2024/ed1114.html"> <i class="icon btn__icon icon--arrow-right"></i> <span class="btn__text">Shop now</span> </a> </div> <img alt="Martin Parr Limited Edition" src="https://shop.tate.org.uk/on/demandware.static/-/Sites-tate-Library/default/dwb2966456/tate-shop-images/homepage/navigation/promo-slot-editions-MartinParr.jpg" title="Martin Parr Limited Edition" /> </div> </div> </div> </div> </li> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="Editions" data-event="navigation_header" href="/editions" title=""> Editions </a> </div> </li> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a aria-haspopup="true" class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="Books" data-event="navigation_header" href="/books" title=""> Books </a> <span class="mobile-expand-btn"> <i class="icon icon--chevron-down"></i> <i class="icon icon--chevron-up"></i> </span> </div> <div class="expanded-menu"> <div class="expanded-menu-inner"> <div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Books - View all books" class="" href="/books/view-all-books" title=""> View all books </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Books - About artists" class="" href="/books/about-artists" title=""> About artists </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Books - Art history" class="" href="/books/art-history" title=""> Art history </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Books - Art movement" class="" href="/books/art-movement" title=""> Art movement </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Books - Exhibition books" class="" href="/books/exhibition-books" title=""> Exhibition books </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Books - Modern & contemporary art" class="" href="/books/modern-and-contemporary-art" title=""> Modern & contemporary art </a> </li> </ul></div><div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Books - Photography & film" class="" href="/books/photography-and-film" title=""> Photography & film </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Books - Kids" class="" href="/books/kids" title=""> Kids </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Books - Signed, exclusive and limited editions" class="" href="/books/signed-exclusive-and-limited-editions" title=""> Signed, exclusive and limited editions </a> </li> </ul></div> <div class="promo-spot"> <div class="nav-promo-slot"> <div class="text-btn-wrapper"> <div class="promo-spot-title">Gathering of Strangers</div> <a class="btn btn--type__secondary" href="/gathering-of-strangers-why-museums-matter/29460.html"> <i class="icon btn__icon icon--arrow-right"></i> <span class="btn__text">Shop now</span> </a> </div> <img alt="Maria Balshaw" src="https://shop.tate.org.uk/on/demandware.static/-/Sites-tate-Library/default/dwc453f693/tate-shop-images/homepage/navigation/BOOKS-Promo-Spot-MariaBalshaw.jpg" title="Maria Balshaw" /> </div> </div> </div> </div> </li> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a aria-haspopup="true" class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="Fashion" data-event="navigation_header" href="/fashion-1" title=""> Fashion </a> <span class="mobile-expand-btn"> <i class="icon icon--chevron-down"></i> <i class="icon icon--chevron-up"></i> </span> </div> <div class="expanded-menu"> <div class="expanded-menu-inner"> <div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Fashion - View all fashion" class="" href="/fashion-view-all" title=""> View all fashion </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Fashion - Bags & fashion accessories" class="" href="/bags-fashion-accessories" title=""> Bags & fashion accessories </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Fashion - Jewellery" class="" href="/jewellery-1" title=""> Jewellery </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Fashion - Custom print clothing" class="" href="/fashion/custom-print-clothing" title=""> Custom print clothing </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Fashion - T-shirts & apparel" class="" href="/t-shirts-apparel" title=""> T-shirts & apparel </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Fashion - Scarves" class="" href="/scarves" title=""> Scarves </a> </li> </ul></div><div class="expanded-list-column"><ul class="expanded-list"> </ul></div> <div class="promo-spot"> <div class="nav-promo-slot"> <div class="text-btn-wrapper"> <div class="promo-spot-title">LOQI X TATE</div> <a class="btn btn--type__secondary" href="/loqi-tate"> <i class="icon btn__icon icon--arrow-right"></i> <span class="btn__text">Shop now</span> </a> </div> <img alt="LOQIxTATE" src="https://shop.tate.org.uk/on/demandware.static/-/Sites-tate-Library/default/dw02d95ecb/tate-shop-images/homepage/navigation/FASHION-promo-spot-LOQI.jpg" title="LOQIxTATE" /> </div> </div> </div> </div> </li> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a aria-haspopup="true" class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="Home" data-event="navigation_header" href="/home-3" title=""> Home </a> <span class="mobile-expand-btn"> <i class="icon icon--chevron-down"></i> <i class="icon icon--chevron-up"></i> </span> </div> <div class="expanded-menu"> <div class="expanded-menu-inner"> <div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Home - View all home" class="" href="/home/view-all-home" title=""> View all home </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Home - Art rugs" class="" href="/home/art-rugs" title=""> Art rugs </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Home - Candles" class="" href="/candles" title=""> Candles </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Home - Cushions & textiles" class="" href="/home/cushions-and-textiles" title=""> Cushions & textiles </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Home - Decorative accessories" class="" href="/home/decorative-accessories" title=""> Decorative accessories </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Home - Kitchen & tableware" class="" href="/home/kitchen-and-tableware" title=""> Kitchen & tableware </a> </li> </ul></div><div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Home - Food & Drink" class="" href="/home/food-and-drink" title=""> Food & Drink </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Home - Neon lights" class="" href="/neon-lights" title=""> Neon lights </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Home - New Arrivals" class="" href="/home-new-arrivals" title=""> New Arrivals </a> </li> </ul></div> <div class="promo-spot"> <div class="nav-promo-slot"> <div class="text-btn-wrapper"> <div class="promo-spot-title">New Arrivals</div> <a class="btn btn--type__secondary" href="/home-new-arrivals"> <i class="icon btn__icon icon--arrow-right"></i> <span class="btn__text">Shop now</span> </a> </div> <img alt="Home new arrivals" src="https://shop.tate.org.uk/on/demandware.static/-/Sites-tate-Library/default/dwf67d6f64/tate-shop-images/homepage/navigation/HOME-PromoSpot-NewArrivals.gif" title="Home new arrivals" /> </div> </div> </div> </div> </li> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a aria-haspopup="true" class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="Gifts" data-event="navigation_header" href="/lifestyle-1" title=""> Gifts </a> <span class="mobile-expand-btn"> <i class="icon icon--chevron-down"></i> <i class="icon icon--chevron-up"></i> </span> </div> <div class="expanded-menu"> <div class="expanded-menu-inner"> <div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Art supplies" class="" href="/art-supplies" title=""> Art supplies </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Gift certificates" class="" href="/gift-certificates-1" title=""> Gift certificates </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Greetings cards" class="" href="/greetings-cards" title=""> Greetings cards </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Gifts" class="" href="/gifts-1" title=""> Gifts </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Coffee by Tate" class="" href="/coffee" title=""> Coffee by Tate </a> </li> </ul></div><div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Jigsaw puzzles & games" class="" href="/jigsaws-puzzles-games" title=""> Jigsaw puzzles & games </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Stationery, calendars & diaries" class="" href="/stationery-calendars-diaries-1" title=""> Stationery, calendars & diaries </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Tate Britain shop" class="" href="/tate-britain-shop" title=""> Tate Britain shop </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Tate Liverpool shop" class="" href="/tate-liverpool-shop" title=""> Tate Liverpool shop </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Tate Modern shop" class="" href="/tate-modern-shop" title=""> Tate Modern shop </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Gifts - Tate St Ives shop" class="" href="/tate-st-ives-shop" title=""> Tate St Ives shop </a> </li> </ul></div> <div class="promo-spot"> <div class="nav-promo-slot"> <div class="text-btn-wrapper"> <div class="promo-spot-title">FERIAN<br>JEWELLERY</div> <a class="btn btn--type__secondary" href="/ferian"> <i class="icon btn__icon icon--arrow-right"></i> <span class="btn__text">Shop now</span> </a> </div> <img alt="Ferian Jewellery" src="https://shop.tate.org.uk/on/demandware.static/-/Sites-tate-Library/default/dweb6c0dc0/tate-shop-images/homepage/navigation/GIFTS-PromoSpot-FerianJewellery.jpg" title="Ferian Jewellery" /> </div> </div> </div> </div> </li> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a aria-haspopup="true" class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="Kids" data-event="navigation_header" href="/kids-3" title=""> Kids </a> <span class="mobile-expand-btn"> <i class="icon icon--chevron-down"></i> <i class="icon icon--chevron-up"></i> </span> </div> <div class="expanded-menu"> <div class="expanded-menu-inner"> <div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Kids - Meet the Artist" class="" href="/kids/meet-the-artist" title=""> Meet the Artist </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Kids - Mildred the Gallery Cat" class="" href="/kids/mildred-the-gallery-cat" title=""> Mildred the Gallery Cat </a> </li> </ul></div> <div class="promo-spot"> </div> </div> </div> </li> <li class="menu-item-wrapper"> <div class="site-menu__item"> <a aria-haspopup="true" class="main-nav-item" tabindex="0" data-fullga="true" data-category="Shop Navigation" data-action="Primary Nav" data-label="Membership" data-event="navigation_header" href="/membership-redirect" title=""> Membership </a> <span class="mobile-expand-btn"> <i class="icon icon--chevron-down"></i> <i class="icon icon--chevron-up"></i> </span> </div> <div class="expanded-menu"> <div class="expanded-menu-inner"> <div class="expanded-list-column"><ul class="expanded-list"> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Membership - Join as a Member" class="" href="/membership/join-as-a-member" title=""> Join as a Member </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Membership - Give a Christmas gift membership" class="" href="/membership/give-a-christmas-gift-membership" title=""> Give a Christmas gift membership </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Membership - Join Tate Collective" class="" href="/membership/join-tate-collective" title=""> Join Tate Collective </a> </li> <li class="expanded-menu__item "> <a data-fullga="true" data-event="navigation_primary_dropdown" data-action="Primary Nav" data-category="Shop Navigation" data-label="Membership - Donate" class="" href="/membership/donate" title=""> Donate </a> </li> </ul></div><div class="expanded-list-column"><ul class="expanded-list"> </ul></div> <div class="promo-spot"> <div class="nav-promo-slot"> <div class="text-btn-wrapper"> <div class="promo-spot-title">GIVE A GIFT MEMBERSHIP</div> <a class="btn btn--type__secondary" href="/gift-membership"> <i class="icon btn__icon icon--arrow-right"></i> <span class="btn__text">Order now</span> </a> </div> <img alt="" src="https://shop.tate.org.uk/on/demandware.static/-/Sites-tate-Library/default/dw78cb840d/tate-shop-images/nav/winter24-members-promospot.jpg" title="" /> </div> </div> </div> </div> </li> </ul> </div> <div class="block site-menu-block mob-second-block"> <ul class="site-menu--handheld site-menu--handheld--level-1"> <li class="site-menu--handheld__item site-menu--handheld__item--first"> <a title="Contact us" href="/contactus.html"> Contact us </a> </li> <li class="site-menu--handheld__item hamburger-log-in"> <a data-fullga="true" data-event="navigation_header" data-category="Shop Navigation" data-label="Tate Home" data-action="Header Nav" href="/login-old" title="Sign In to Tate" class="register-modal-link"> Sign In </a> </li> <li class="site-menu--handheld__item site-menu--handheld__item--last"> <a href="http://www.tate.org.uk" title="Tate Home"> Tate Home </a> </li> </ul> </div> </div> </div> </nav> <div class="mobile-member-discount"> </div> <!-- ****** NAV ENDS ****** --> <div class="page__content" id="content" itemscope="" itemtype="http://schema.org/WebPage" role="main"> <article class="event event--tour"> <header class="content-header splash-header splash-header"> <div class="container"> <div class="category-header-wrapper grid grid-outer" style="background: url(https://shop.tate.org.uk/on/demandware.static/-/Sites-TateStorefront/default/dw5e2a5090/category-banners/AOG-24/ListBanner-2.jpg) 100% 100%; background-size: cover;"> <div class="category-header-inner-wrapper grid__inner"> <h1 class="beta inc__ta-center inc__text-uppercase category-hit-name">Artist inspired gifts</h1> <p class="inc__ta-center category-hit-description">Truly inspired gifts celebrating Tate collection artworks, exhibitions, and artists like Hepworth, Hockney, Lucas and Shrigley.</p> </div> </div> <div class="search-result-options search-result-top" data-cgid="artist-inspired-gifts"> <div class="search-result-settings-wrapper"> <div class="paging-bar-top"> <script type="text/javascript"> </script> <div class="pagination"> <div class="results-hits"> <span>Showing</span> <span class="paging-count-wrapper"> <span> 1 - 32 of  </span> <span class="total-products-count">166 </span> </span> <a data-fullga="true" data-event="view_100" data-category="Grid Page" data-action="View/Sort/Refine" data-label="View 100" href="#" class="change-view" data-amount="100" data-total="166">View 100</a> </div> <ul class="pagination-wrapper"> <li class="current-page single-page" title="Currently on page: 1"> 1 </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="2.0" data-category="Grid Page" data-action="Page Select" class="page-2" title="Go to page number: 2" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=32&sz=32">2</a> </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="3.0" data-category="Grid Page" data-action="Page Select" class="page-3" title="Go to page number: 3" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=64&sz=32">3</a> </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="4.0" data-category="Grid Page" data-action="Page Select" class="page-4" title="Go to page number: 4" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=96&sz=32">4</a> </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="5.0" data-category="Grid Page" data-action="Page Select" class="page-5" title="Go to page number: 5" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=128&sz=32">5</a> </li> <li class="first-last single-page"> <a data-fullga="true" data-event="Page Select" data-action="Page Select" data-label="Next" data-category="Grid Page" class="page-next" title="Go to next page" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=32&sz=32"><i class="fa fa-angle-right"></i><span class="visually-hidden">Next page</span></a> </li> <li class="first-last single-page"> <a data-fullga="true" data-event="Page Select" data-action="Page Select" data-label="End" data-category="Grid Page" class="page-last" title="Go to last page" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=160&sz=32"><i class="fa fa-angle-double-right"></i><span class="visually-hidden">Last page</span></a> </li> </ul> </div> </div> <div class="sort-refine"> <div class="sort-by"> <form action="/christmasartist-inspired" method="post" name="Product-Sorting-Options"> <fieldset> <label for="grid-sort-header" class="grid-sort-header-label">Sort by:</label> <select id="grid-sort-header"> <option style="font-style:italic" selected>Most popular</option> <option data-fullga="true" data-event="sortby" data-category="Grid Page" data-action="View/Sort/Refine" data-label="Sort by | Most relevant" value="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&srule=MostRelevant&start=0&sz=32">Most relevant</option> <option data-fullga="true" data-event="sortby" data-category="Grid Page" data-action="View/Sort/Refine" data-label="Sort by | Price (low to high)" value="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&srule=PriceLowToHigh&start=0&sz=32">Price (low to high)</option> <option data-fullga="true" data-event="sortby" data-category="Grid Page" data-action="View/Sort/Refine" data-label="Sort by | Price (high to low)" value="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&srule=PriceHightoLow&start=0&sz=32">Price (high to low)</option> <option data-fullga="true" data-event="sortby" data-category="Grid Page" data-action="View/Sort/Refine" data-label="Sort by | Most popular" value="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&srule=MostPopular&start=0&sz=32">Most popular</option> </select> </fieldset> </form> </div><!-- END: sortby --> <div class="refinement-btn-wrapper btn-row"> <a href="#" class="btn search-refine-btn"> <i class="icon btn__icon icon--chevron-down" data-fullga='true' data-event='product_panel' data-category='Grid Page' data-action='View/Sort/Refine' data-label='Refine Open'></i> <span class="btn__text btn-text-desktop" data-fullga='true' data-event='product_panel' data-category='Grid Page' data-action='View/Sort/Refine' data-label='Refine Open'>Refine your search</span> <span class="btn__text btn-text-mobile" data-fullga='true' data-event='product_panel' data-category='Grid Page' data-action='View/Sort/Refine' data-label='Refine Open'>Refined by</span> </a> </div> </div> <div class="paging-bar-bottom"> <script type="text/javascript"> </script> <div class="pagination"> <div class="results-hits"> <span>Showing</span> <span class="paging-count-wrapper"> <span> 1 - 32 of  </span> <span class="total-products-count">166 </span> </span> <a data-fullga="true" data-event="view_100" data-category="Grid Page" data-action="View/Sort/Refine" data-label="View 100" href="#" class="change-view" data-amount="100" data-total="166">View 100</a> </div> <ul class="pagination-wrapper"> <li class="current-page single-page" title="Currently on page: 1"> 1 </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="2.0" data-category="Grid Page" data-action="Page Select" class="page-2" title="Go to page number: 2" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=32&sz=32">2</a> </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="3.0" data-category="Grid Page" data-action="Page Select" class="page-3" title="Go to page number: 3" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=64&sz=32">3</a> </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="4.0" data-category="Grid Page" data-action="Page Select" class="page-4" title="Go to page number: 4" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=96&sz=32">4</a> </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="5.0" data-category="Grid Page" data-action="Page Select" class="page-5" title="Go to page number: 5" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=128&sz=32">5</a> </li> <li class="first-last single-page"> <a data-fullga="true" data-event="Page Select" data-action="Page Select" data-label="Next" data-category="Grid Page" class="page-next" title="Go to next page" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=32&sz=32"><i class="fa fa-angle-right"></i><span class="visually-hidden">Next page</span></a> </li> <li class="first-last single-page"> <a data-fullga="true" data-event="Page Select" data-action="Page Select" data-label="End" data-category="Grid Page" class="page-last" title="Go to last page" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=160&sz=32"><i class="fa fa-angle-double-right"></i><span class="visually-hidden">Last page</span></a> </li> </ul> </div> </div> </div> <div class="selected-refinement-attributes"><div class="selected-refinement-attributes-inner-wrapper"></div></div> <h2 class="visually-hidden">Refine your results by:</h2> <div class="refinement-outer-wrapper"> <div class="refinement-inner-wrapper"> <div class="refinement ShopArtist "> <h3 role="button" tabindex="0" class="toggle refinement-heading" data-refinement-heading="" data-remove-url="" data-category-url="/christmasartist-inspired"> <i class="icon btn__icon icon--chevron-up"></i> Artist </h3> <ul class="scrollable"> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Andy%20Warhol&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Andy%20Warhol&prefn2=ShopProduct&prefv2=true" title="Refine by:Andy Warhol"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Andy Warhol (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Barbara%20Hepworth&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Barbara%20Hepworth&prefn2=ShopProduct&prefv2=true" title="Refine by:Barbara Hepworth"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Barbara Hepworth (6)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Bob%20and%20Roberta%20Smith&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Bob%20and%20Roberta%20Smith&prefn2=ShopProduct&prefv2=true" title="Refine by:Bob and Roberta Smith"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Bob and Roberta Smith (3)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Carlos%20Cruz-Diez&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Carlos%20Cruz-Diez&prefn2=ShopProduct&prefv2=true" title="Refine by:Carlos Cruz-Diez"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Carlos Cruz-Diez (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Chila%20Burman&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Chila%20Burman&prefn2=ShopProduct&prefv2=true" title="Refine by:Chila Burman"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Chila Burman (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Chila%20Kumari%20Singh%20Burman&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Chila%20Kumari%20Singh%20Burman&prefn2=ShopProduct&prefv2=true" title="Refine by:Chila Kumari Singh Burman"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Chila Kumari Singh Burman (9)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=David%20Bomberg&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=David%20Bomberg&prefn2=ShopProduct&prefv2=true" title="Refine by:David Bomberg"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">David Bomberg (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=David%20Hockney&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=David%20Hockney&prefn2=ShopProduct&prefv2=true" title="Refine by:David Hockney"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">David Hockney (7)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=David%20Shrigley&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=David%20Shrigley&prefn2=ShopProduct&prefv2=true" title="Refine by:David Shrigley"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">David Shrigley (14)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=El%20Lissitzky&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=El%20Lissitzky&prefn2=ShopProduct&prefv2=true" title="Refine by:El Lissitzky"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">El Lissitzky (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Fernand%20L%C3%A9ger&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Fernand%20L%C3%A9ger&prefn2=ShopProduct&prefv2=true" title="Refine by:Fernand Léger"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Fernand L茅ger (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Fran%C3%A7ois%20Morellet&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Fran%C3%A7ois%20Morellet&prefn2=ShopProduct&prefv2=true" title="Refine by:François Morellet"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Fran莽ois Morellet (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Frida%20Kahlo&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Frida%20Kahlo&prefn2=ShopProduct&prefv2=true" title="Refine by:Frida Kahlo"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Frida Kahlo (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Grayson%20Perry&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Grayson%20Perry&prefn2=ShopProduct&prefv2=true" title="Refine by:Grayson Perry"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Grayson Perry (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Guerrilla%20Girls&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Guerrilla%20Girls&prefn2=ShopProduct&prefv2=true" title="Refine by:Guerrilla Girls"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Guerrilla Girls (8)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Henri%20Matisse&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Henri%20Matisse&prefn2=ShopProduct&prefv2=true" title="Refine by:Henri Matisse"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Henri Matisse (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Hilma%20af%20Klint&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Hilma%20af%20Klint&prefn2=ShopProduct&prefv2=true" title="Refine by:Hilma af Klint"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Hilma af Klint (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Ithell%20Colquhoun&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Ithell%20Colquhoun&prefn2=ShopProduct&prefv2=true" title="Refine by:Ithell Colquhoun"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Ithell Colquhoun (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Jean%20Spencer&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Jean%20Spencer&prefn2=ShopProduct&prefv2=true" title="Refine by:Jean Spencer"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Jean Spencer (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=JMW%20Turner&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=JMW%20Turner&prefn2=ShopProduct&prefv2=true" title="Refine by:JMW Turner"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">JMW Turner (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Joan%20Mir%C3%B3&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Joan%20Mir%C3%B3&prefn2=ShopProduct&prefv2=true" title="Refine by:Joan Miró"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Joan Mir贸 (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=John%20Piper&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=John%20Piper&prefn2=ShopProduct&prefv2=true" title="Refine by:John Piper"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">John Piper (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=John%20Singer%20Sargent&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=John%20Singer%20Sargent&prefn2=ShopProduct&prefv2=true" title="Refine by:John Singer Sargent"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">John Singer Sargent (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Louise%20Bourgeois&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Louise%20Bourgeois&prefn2=ShopProduct&prefv2=true" title="Refine by:Louise Bourgeois"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Louise Bourgeois (3)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Marc%20Chagall&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Marc%20Chagall&prefn2=ShopProduct&prefv2=true" title="Refine by:Marc Chagall"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Marc Chagall (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Marc%20Chaghall&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Marc%20Chaghall&prefn2=ShopProduct&prefv2=true" title="Refine by:Marc Chaghall"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Marc Chaghall (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Marlow%20Moss&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Marlow%20Moss&prefn2=ShopProduct&prefv2=true" title="Refine by:Marlow Moss"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Marlow Moss (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Martin%20Parr&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Martin%20Parr&prefn2=ShopProduct&prefv2=true" title="Refine by:Martin Parr"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Martin Parr (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Morris%20Louis&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Morris%20Louis&prefn2=ShopProduct&prefv2=true" title="Refine by:Morris Louis"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Morris Louis (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Patrick%20Heron&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Patrick%20Heron&prefn2=ShopProduct&prefv2=true" title="Refine by:Patrick Heron"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Patrick Heron (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Paul%20Cezanne&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Paul%20Cezanne&prefn2=ShopProduct&prefv2=true" title="Refine by:Paul Cezanne"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Paul Cezanne (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Philip%20Guston&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Philip%20Guston&prefn2=ShopProduct&prefv2=true" title="Refine by:Philip Guston"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Philip Guston (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Piet%20Mondrian&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Piet%20Mondrian&prefn2=ShopProduct&prefv2=true" title="Refine by:Piet Mondrian"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Piet Mondrian (9)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Roy%20Lichtenstein&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Roy%20Lichtenstein&prefn2=ShopProduct&prefv2=true" title="Refine by:Roy Lichtenstein"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Roy Lichtenstein (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Samia%20Halaby&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Samia%20Halaby&prefn2=ShopProduct&prefv2=true" title="Refine by:Samia Halaby"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Samia Halaby (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Sarah%20Lucas&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Sarah%20Lucas&prefn2=ShopProduct&prefv2=true" title="Refine by:Sarah Lucas"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Sarah Lucas (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Sophie%20Taeuber-Arp&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Sophie%20Taeuber-Arp&prefn2=ShopProduct&prefv2=true" title="Refine by:Sophie Taeuber-Arp"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Sophie Taeuber-Arp (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Terry%20Frost&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Terry%20Frost&prefn2=ShopProduct&prefv2=true" title="Refine by:Terry Frost"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Terry Frost (3)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Tom%20Wesselmann&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Tom%20Wesselmann&prefn2=ShopProduct&prefv2=true" title="Refine by:Tom Wesselmann"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Tom Wesselmann (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Wassily%20Kandinsky&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Wassily%20Kandinsky&prefn2=ShopProduct&prefv2=true" title="Refine by:Wassily Kandinsky"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Wassily Kandinsky (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Wilhelmina%20Barns-Graham&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Wilhelmina%20Barns-Graham&prefn2=ShopProduct&prefv2=true" title="Refine by:Wilhelmina Barns-Graham"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Wilhelmina Barns-Graham (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Winifred%20Nicholson&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Winifred%20Nicholson&prefn2=ShopProduct&prefv2=true" title="Refine by:Winifred Nicholson"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Winifred Nicholson (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Yayoi%20Kusama&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Yayoi%20Kusama&prefn2=ShopProduct&prefv2=true" title="Refine by:Yayoi Kusama"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Yayoi Kusama (7)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Artist" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Yoko%20Ono&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopArtist&prefv1=Yoko%20Ono&prefn2=ShopProduct&prefv2=true" title="Refine by:Yoko Ono"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Yoko Ono (5)</span> </a> </li> </ul> <!-- PRICE REFINEMENTS --> </div> <div class="refinement ShopDesigner "> <h3 role="button" tabindex="0" class="toggle refinement-heading" data-refinement-heading="" data-remove-url="" data-category-url="/christmasartist-inspired"> <i class="icon btn__icon icon--chevron-down"></i> Designer </h3> <ul > <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Designer" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopDesigner&prefv1=Chatty%20Feet&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopDesigner&prefv1=Chatty%20Feet&prefn2=ShopProduct&prefv2=true" title="Refine by:Chatty Feet"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Chatty Feet (5)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Designer" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopDesigner&prefv1=LAMMFROMM%20Tokyo%20x%20Yayoi%20Kusama&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopDesigner&prefv1=LAMMFROMM%20Tokyo%20x%20Yayoi%20Kusama&prefn2=ShopProduct&prefv2=true" title="Refine by:LAMMFROMM Tokyo x Yayoi Kusama"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">LAMMFROMM Tokyo x Yayoi Kusama (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Designer" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopDesigner&prefv1=STIK%20DESIGNS&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopDesigner&prefv1=STIK%20DESIGNS&prefn2=ShopProduct&prefv2=true" title="Refine by:STIK DESIGNS"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">STIK DESIGNS (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Designer" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopDesigner&prefv1=Stolen%20Goat%20%2B%20Tate&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopDesigner&prefv1=Stolen%20Goat%20%2B%20Tate&prefn2=ShopProduct&prefv2=true" title="Refine by:Stolen Goat + Tate"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Stolen Goat + Tate (1)</span> </a> </li> </ul> <!-- PRICE REFINEMENTS --> </div> <div class="refinement ShopExhibition "> <h3 role="button" tabindex="0" class="toggle refinement-heading" data-refinement-heading="" data-remove-url="" data-category-url="/christmasartist-inspired"> <i class="icon btn__icon icon--chevron-down"></i> Exhibition </h3> <ul class="scrollable"> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Barbara%20Hepworth&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Barbara%20Hepworth&prefn2=ShopProduct&prefv2=true" title="Refine by:Barbara Hepworth"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Barbara Hepworth (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Barbara%20Hepworth%3A%20Sculpture%20for%20a%20Modern%20World&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Barbara%20Hepworth%3A%20Sculpture%20for%20a%20Modern%20World&prefn2=ShopProduct&prefv2=true" title="Refine by:Barbara Hepworth: Sculpture for a Modern World"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Barbara Hepworth: Sculpture for a Modern World (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Cezanne&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Cezanne&prefn2=ShopProduct&prefv2=true" title="Refine by:Cezanne"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Cezanne (3)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=David%20Hockney&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=David%20Hockney&prefn2=ShopProduct&prefv2=true" title="Refine by:David Hockney"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">David Hockney (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Electric%20dreams%3A%20Art%20and%20Technology%20before%20the%20Internet&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Electric%20dreams%3A%20Art%20and%20Technology%20before%20the%20Internet&prefn2=ShopProduct&prefv2=true" title="Refine by:Electric dreams: Art and Technology before the Internet"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Electric dreams: Art and Technology before the Internet (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Expressionists%3A%20Kandinsky%2C%20M%C3%BCnter%20and%20The%20Blue%20Rider&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Expressionists%3A%20Kandinsky%2C%20M%C3%BCnter%20and%20The%20Blue%20Rider&prefn2=ShopProduct&prefv2=true" title="Refine by:Expressionists: Kandinsky, Münter and The Blue Rider"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Expressionists: Kandinsky, M眉nter and The Blue Rider (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Hilma%20af%20Klint%20%26%20Piet%20Mondrian%3A%20Forms%20of%20Life&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Hilma%20af%20Klint%20%26%20Piet%20Mondrian%3A%20Forms%20of%20Life&prefn2=ShopProduct&prefv2=true" title="Refine by:Hilma af Klint & Piet Mondrian: Forms of Life"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Hilma af Klint & Piet Mondrian: Forms of Life (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Women%20in%20Revolt%21&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Women%20in%20Revolt%21&prefn2=ShopProduct&prefv2=true" title="Refine by:Women in Revolt!"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Women in Revolt! (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Yayoi%20Kusama%20Infinity%20Mirror%20Rooms&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=Yayoi%20Kusama%20Infinity%20Mirror%20Rooms&prefn2=ShopProduct&prefv2=true" title="Refine by:Yayoi Kusama Infinity Mirror Rooms"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Yayoi Kusama Infinity Mirror Rooms (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Exhibition" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=YOKO%20ONO%20MUSIC%20OF%20THE%20MIND&prefn2=ShopProduct&prefv2=true" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopExhibition&prefv1=YOKO%20ONO%20MUSIC%20OF%20THE%20MIND&prefn2=ShopProduct&prefv2=true" title="Refine by:YOKO ONO MUSIC OF THE MIND"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">YOKO ONO MUSIC OF THE MIND (5)</span> </a> </li> </ul> <!-- PRICE REFINEMENTS --> </div> <div class="refinement ShopProductType "> <h3 role="button" tabindex="0" class="toggle refinement-heading" data-refinement-heading="" data-remove-url="" data-category-url="/christmasartist-inspired"> <i class="icon btn__icon icon--chevron-down"></i> Product </h3> <ul class="scrollable"> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Aprons" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Aprons" title="Refine by:Aprons"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Aprons (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Badges" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Badges" title="Refine by:Badges"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Badges (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Bags" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Bags" title="Refine by:Bags"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Bags (14)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Blankets" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Blankets" title="Refine by:Blankets"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Blankets (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Books" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Books" title="Refine by:Books"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Books (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Boots" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Boots" title="Refine by:Boots"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Boots (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Bracelets" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Bracelets" title="Refine by:Bracelets"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Bracelets (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Calendars" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Calendars" title="Refine by:Calendars"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Calendars (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Caps" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Caps" title="Refine by:Caps"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Caps (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Clocks" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Clocks" title="Refine by:Clocks"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Clocks (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Clothing" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Clothing" title="Refine by:Clothing"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Clothing (17)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Coasters" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Coasters" title="Refine by:Coasters"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Coasters (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Cushion%20covers" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Cushion%20covers" title="Refine by:Cushion covers"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Cushion covers (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Cushions" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Cushions" title="Refine by:Cushions"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Cushions (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Custom%20print%20clothing" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Custom%20print%20clothing" title="Refine by:Custom print clothing"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Custom print clothing (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Custom%20prints" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Custom%20prints" title="Refine by:Custom prints"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Custom prints (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Cycling%20jerseys" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Cycling%20jerseys" title="Refine by:Cycling jerseys"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Cycling jerseys (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Decorative%20objects" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Decorative%20objects" title="Refine by:Decorative objects"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Decorative objects (3)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Diaries" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Diaries" title="Refine by:Diaries"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Diaries (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Earrings" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Earrings" title="Refine by:Earrings"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Earrings (7)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Exhibition%20books" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Exhibition%20books" title="Refine by:Exhibition books"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Exhibition books (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Games" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Games" title="Refine by:Games"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Games (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Greetings%20cards" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Greetings%20cards" title="Refine by:Greetings cards"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Greetings cards (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Handkerchiefs%20and%20pocket%20squares" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Handkerchiefs%20and%20pocket%20squares" title="Refine by:Handkerchiefs and pocket squares"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Handkerchiefs and pocket squares (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Hats" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Hats" title="Refine by:Hats"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Hats (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Keyrings" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Keyrings" title="Refine by:Keyrings"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Keyrings (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Luggage%20tags" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Luggage%20tags" title="Refine by:Luggage tags"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Luggage tags (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Magnets" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Magnets" title="Refine by:Magnets"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Magnets (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Mirrors" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Mirrors" title="Refine by:Mirrors"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Mirrors (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Mugs%20and%20cups" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Mugs%20and%20cups" title="Refine by:Mugs and cups"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Mugs and cups (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Music" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Music" title="Refine by:Music"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Music (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Napkins" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Napkins" title="Refine by:Napkins"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Napkins (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Necklaces" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Necklaces" title="Refine by:Necklaces"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Necklaces (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Neon%20lights" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Neon%20lights" title="Refine by:Neon lights"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Neon lights (11)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Notebooks%20and%20sketchbooks" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Notebooks%20and%20sketchbooks" title="Refine by:Notebooks and sketchbooks"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Notebooks and sketchbooks (6)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Paints" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Paints" title="Refine by:Paints"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Paints (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Patches" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Patches" title="Refine by:Patches"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Patches (5)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Placemats" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Placemats" title="Refine by:Placemats"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Placemats (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Plates" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Plates" title="Refine by:Plates"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Plates (3)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Playing%20cards" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Playing%20cards" title="Refine by:Playing cards"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Playing cards (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Postcards" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Postcards" title="Refine by:Postcards"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Postcards (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Posters" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Posters" title="Refine by:Posters"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Posters (4)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Prints" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Prints" title="Refine by:Prints"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Prints (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Rings" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Rings" title="Refine by:Rings"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Rings (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Scarves" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Scarves" title="Refine by:Scarves"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Scarves (14)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Socks" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Socks" title="Refine by:Socks"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Socks (5)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Stickers" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Stickers" title="Refine by:Stickers"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Stickers (2)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Toys" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Toys" title="Refine by:Toys"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Toys (3)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Vases" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Vases" title="Refine by:Vases"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Vases (1)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Watches" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Watches" title="Refine by:Watches"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Watches (7)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Water%20bottles" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Water%20bottles" title="Refine by:Water bottles"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Water bottles (6)</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link" data-fullga="true" data-event="refinements" data-category="Grid Page" data-action="Refinements | Product" data-label="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Zip%20pockets" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&prefn2=ShopProductType&prefv2=Zip%20pockets" title="Refine by:Zip pockets"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Zip pockets (2)</span> </a> </li> </ul> <!-- PRICE REFINEMENTS --> </div> <div class="refinement last-refinement "> <!-- PRICE REFINEMENTS --> <h3 role="button" tabindex="0" class="toggle refinement-heading" data-refinement-heading="" data-remove-url="" data-category-url="/christmasartist-inspired"> <i class="icon btn__icon icon--chevron-down"></i> Price </h3> <ul> <li> <a role="checkbox" aria-checked="false" class="refinement-link price-from-to" data-fullga="true" data-event="refine_price" data-category="Grid Page" data-action="Refinements | Price" data-label="Refine by price: 5 - £19.99" data-pmax="19.0" data-pmin="0.0" data-decimalmark="." title="Refine by price: 5 - £19.99" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&pmin=0.00&pmax=19.00"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">£5 - £19.99</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link price-from-to" data-fullga="true" data-event="refine_price" data-category="Grid Page" data-action="Refinements | Price" data-label="Refine by price: 20 - £49.99" data-pmax="49.0" data-pmin="19.0" data-decimalmark="." title="Refine by price: 20 - £49.99" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&pmin=19.00&pmax=49.00"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">£20 - £49.99</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link price-from-to" data-fullga="true" data-event="refine_price" data-category="Grid Page" data-action="Refinements | Price" data-label="Refine by price: 50 - £99.99" data-pmax="99.0" data-pmin="49.0" data-decimalmark="." title="Refine by price: 50 - £99.99" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&pmin=49.00&pmax=99.00"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">£50 - £99.99</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link price-from-to" data-fullga="true" data-event="refine_price" data-category="Grid Page" data-action="Refinements | Price" data-label="Refine by price: 100 - £249.99" data-pmax="249.0" data-pmin="99.0" data-decimalmark="." title="Refine by price: 100 - £249.99" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&pmin=99.00&pmax=249.00"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">£100 - £249.99</span> </a> </li> <li> <a role="checkbox" aria-checked="false" class="refinement-link price-from-to" data-fullga="true" data-event="refine_price" data-category="Grid Page" data-action="Refinements | Price" data-label="Refine by price: 250+" data-pmax="500000.0" data-pmin="249.0" data-decimalmark="." title="Refine by price: 250+" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&pmin=249.00&pmax=500%2C000.00"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">£250+</span> </a> </li> </ul> </div> <div class="refinements-panel-buttons-wrapper"> <div class="btn-row"> <a href="/christmasartist-inspired" class="btn btn--style__text clearall-btn" data-fullga="true" data-event="refine" data-category="Grid Page" data-action="View/Sort/Refine" data-label="Refine Remove"> <i class="icon btn__icon icon--arrow-right"></i> <span class="btn__text">Clear all</span> </a> </div> </div> </div> </div> </div> <div class="container__inner"> <div id="browser-check"> <noscript> <div class="browser-compatibility-alert"> <span class="browser-error">Your browser's Javascript functionality is turned off. Please turn it on so that you can experience the full capabilities of this site.</span> </div> </noscript> </div> <div id="primary" class="primary-content"> <div class="search-result-content"> <ul id="search-result-items" class="search-result-items tiles-container clearfix hide-compare "> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 new-row" data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29712', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29712", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="d8e84374fe2ea2a89bcaf450fd" data-itemid="29712"><!-- dwMarker="product" dwContentID="d8e84374fe2ea2a89bcaf450fd" --> <div class="product-image"><!-- dwMarker="product" dwContentID="d8e84374fe2ea2a89bcaf450fd" --> <a class="thumb-link inc__position-relative" href="/henri-matisse-the-snail-cushion-cover/29712.html?cgid=artist-inspired-gifts" title="Henri Matisse The Snail cushion cover" data-fullga="true" data-event="card_link_image" data-label="Card Image | /henri-matisse-the-snail-cushion-cover/29712.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw84bae1d1/matisse-the-snail-cushion-29712-insert.jpg?sw=265" alt="Henri Matisse The Snail cushion cover" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/henri-matisse-the-snail-cushion-cover/29712.html?cgid=artist-inspired-gifts" title="Go to product: Henri Matisse The Snail cushion cover" data-fullga="true" data-event="card_link_title" data-label="Card Title | /henri-matisse-the-snail-cushion-cover/29712.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Henri Matisse The Snail cushion cover</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £25 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29024', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29024", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="b2d5a8794aa9e202720dd5799d" data-itemid="29024"><!-- dwMarker="product" dwContentID="b2d5a8794aa9e202720dd5799d" --> <div class="product-image"><!-- dwMarker="product" dwContentID="b2d5a8794aa9e202720dd5799d" --> <a class="thumb-link inc__position-relative" href="/expressionists-exhibition-book-paperback/29024.html?cgid=artist-inspired-gifts" title="Expressionists exhibition book (paperback)" data-fullga="true" data-event="card_link_image" data-label="Card Image | /expressionists-exhibition-book-paperback/29024.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw44451d86/Expressionists books/expressionists-paperback-exhibition-book-29024-angle.jpg?sw=265" alt="Expressionists exhibition book (paperback)" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/expressionists-exhibition-book-paperback/29024.html?cgid=artist-inspired-gifts" title="Go to product: Expressionists exhibition book (paperback)" data-fullga="true" data-event="card_link_title" data-label="Card Title | /expressionists-exhibition-book-paperback/29024.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Expressionists exhibition book (paperback)</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £32 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29537', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29537", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="9519bcf1ab5fa7b1fbfabe470a" data-itemid="29537"><!-- dwMarker="product" dwContentID="9519bcf1ab5fa7b1fbfabe470a" --> <div class="product-image"><!-- dwMarker="product" dwContentID="9519bcf1ab5fa7b1fbfabe470a" --> <a class="thumb-link inc__position-relative" href="/de-stijl-tumbling-tower-game/29537.html?cgid=artist-inspired-gifts" title="De Stijl Tumbling Tower game" data-fullga="true" data-event="card_link_image" data-label="Card Image | /de-stijl-tumbling-tower-game/29537.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw9ffed15c/Mox studio/de-stijl-tumbling-tower-game-29537-1.jpg?sw=265" alt="De Stijl Tumbling Tower game" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/de-stijl-tumbling-tower-game/29537.html?cgid=artist-inspired-gifts" title="Go to product: De Stijl Tumbling Tower game" data-fullga="true" data-event="card_link_title" data-label="Card Title | /de-stijl-tumbling-tower-game/29537.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">De Stijl Tumbling Tower game</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £80 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29538', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29538", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="ed681a9644c04720adfed1f137" data-itemid="29538"><!-- dwMarker="product" dwContentID="ed681a9644c04720adfed1f137" --> <div class="product-image"><!-- dwMarker="product" dwContentID="ed681a9644c04720adfed1f137" --> <a class="thumb-link inc__position-relative" href="/de-stijl-wall-clock/29538.html?cgid=artist-inspired-gifts" title="De Stijl wall clock" data-fullga="true" data-event="card_link_image" data-label="Card Image | /de-stijl-wall-clock/29538.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw99317e29/Mox studio/de-stijl-mondrian-wall-clock-29538-1.jpg?sw=265" alt="De Stijl wall clock" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/de-stijl-wall-clock/29538.html?cgid=artist-inspired-gifts" title="Go to product: De Stijl wall clock" data-fullga="true" data-event="card_link_title" data-label="Card Title | /de-stijl-wall-clock/29538.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">De Stijl wall clock</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £115 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 new-row" data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '28195', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "28195", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="8f9429d84cd9a3337d1a7e59fc" data-itemid="28195"><!-- dwMarker="product" dwContentID="8f9429d84cd9a3337d1a7e59fc" --> <div class="product-image"><!-- dwMarker="product" dwContentID="8f9429d84cd9a3337d1a7e59fc" --> <a class="thumb-link inc__position-relative" href="/chila-burman-book-hardback/28195.html?cgid=artist-inspired-gifts" title="Chila Burman book (hardback)" data-fullga="true" data-event="card_link_image" data-label="Card Image | /chila-burman-book-hardback/28195.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw15ea6281/Chila Burman (HB)/chila-burman-hardback-28195-front.jpg?sw=265" alt="Chila Burman book (hardback)" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/chila-burman-book-hardback/28195.html?cgid=artist-inspired-gifts" title="Go to product: Chila Burman book (hardback)" data-fullga="true" data-event="card_link_title" data-label="Card Title | /chila-burman-book-hardback/28195.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Chila Burman book (hardback)</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £45 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29543', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29543", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="4fa00fcb67ae8624de082290fe" data-itemid="29543"><!-- dwMarker="product" dwContentID="4fa00fcb67ae8624de082290fe" --> <div class="product-image"><!-- dwMarker="product" dwContentID="4fa00fcb67ae8624de082290fe" --> <a class="thumb-link inc__position-relative" href="/set-of-6-lily-pad-coasters/29543.html?cgid=artist-inspired-gifts" title="Set of 6 Lily Pad coasters" data-fullga="true" data-event="card_link_image" data-label="Card Image | /set-of-6-lily-pad-coasters/29543.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwe91771a0/Mox studio/lily-pad-coloured-coasters-29543-1.jpg?sw=265" alt="Set of 6 Lily Pad coasters" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/set-of-6-lily-pad-coasters/29543.html?cgid=artist-inspired-gifts" title="Go to product: Set of 6 Lily Pad coasters" data-fullga="true" data-event="card_link_title" data-label="Card Title | /set-of-6-lily-pad-coasters/29543.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Set of 6 Lily Pad coasters</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £40 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29025', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29025", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="d85b093df5b2c181a6f4cbd972" data-itemid="29025"><!-- dwMarker="product" dwContentID="d85b093df5b2c181a6f4cbd972" --> <div class="product-image"><!-- dwMarker="product" dwContentID="d85b093df5b2c181a6f4cbd972" --> <a class="thumb-link inc__position-relative" href="/expressionists-exhibition-book-hardback/29025.html?cgid=artist-inspired-gifts" title="Expressionists exhibition book (hardback)" data-fullga="true" data-event="card_link_image" data-label="Card Image | /expressionists-exhibition-book-hardback/29025.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwc23ec717/Expressionists books/expressionists-hardback-exhibition-book-29025-angle.jpg?sw=265" alt="Expressionists exhibition book (hardback)" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/expressionists-exhibition-book-hardback/29025.html?cgid=artist-inspired-gifts" title="Go to product: Expressionists exhibition book (hardback)" data-fullga="true" data-event="card_link_title" data-label="Card Title | /expressionists-exhibition-book-hardback/29025.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Expressionists exhibition book (hardback)</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £45 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29446', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29446", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="0692e2df51ec306b95c2bfafe8" data-itemid="29446"><!-- dwMarker="product" dwContentID="0692e2df51ec306b95c2bfafe8" --> <div class="product-image"><!-- dwMarker="product" dwContentID="0692e2df51ec306b95c2bfafe8" --> <a class="thumb-link inc__position-relative" href="/marc-chagall-the-blue-circus-bag/29446.html?cgid=artist-inspired-gifts" title="Marc Chagall The Blue Circus bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /marc-chagall-the-blue-circus-bag/29446.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw796937ea/marc-chagall-the-blue-circus-bag-29446-1.jpg?sw=265" alt="Marc Chagall The Blue Circus bag" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/marc-chagall-the-blue-circus-bag/29446.html?cgid=artist-inspired-gifts" title="Go to product: Marc Chagall The Blue Circus bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /marc-chagall-the-blue-circus-bag/29446.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Marc Chagall The Blue Circus bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £15 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 new-row" data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29447', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29447", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="df2e8b4bd40e2c78e7712adea4" data-itemid="29447"><!-- dwMarker="product" dwContentID="df2e8b4bd40e2c78e7712adea4" --> <div class="product-image"><!-- dwMarker="product" dwContentID="df2e8b4bd40e2c78e7712adea4" --> <a class="thumb-link inc__position-relative" href="/martin-parr-st-ives-bag/29447.html?cgid=artist-inspired-gifts" title="Martin Parr St Ives bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /martin-parr-st-ives-bag/29447.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwe12b7f73/martin-parr-loqi-bag-29447-1.jpg?sw=265" alt="Martin Parr St Ives bag" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/martin-parr-st-ives-bag/29447.html?cgid=artist-inspired-gifts" title="Go to product: Martin Parr St Ives bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /martin-parr-st-ives-bag/29447.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Martin Parr St Ives bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £15 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29711', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29711", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="09e167abac278f481f8ffc8499" data-itemid="29711"><!-- dwMarker="product" dwContentID="09e167abac278f481f8ffc8499" --> <div class="product-image"><!-- dwMarker="product" dwContentID="09e167abac278f481f8ffc8499" --> <a class="thumb-link inc__position-relative" href="/henri-matisse-the-snail-silk-scarf/29711.html?cgid=artist-inspired-gifts" title="Henri Matisse The Snail silk scarf" data-fullga="true" data-event="card_link_image" data-label="Card Image | /henri-matisse-the-snail-silk-scarf/29711.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwa9f56e0c/matisse-snail-silk-scarf-1.jpg?sw=265" alt="Henri Matisse The Snail silk scarf" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/henri-matisse-the-snail-silk-scarf/29711.html?cgid=artist-inspired-gifts" title="Go to product: Henri Matisse The Snail silk scarf" data-fullga="true" data-event="card_link_title" data-label="Card Title | /henri-matisse-the-snail-silk-scarf/29711.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Henri Matisse The Snail silk scarf</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £100 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '28983', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "28983", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="a13155d3693cfefbfbf19b5872" data-itemid="28983"><!-- dwMarker="product" dwContentID="a13155d3693cfefbfbf19b5872" --> <div class="product-image"><!-- dwMarker="product" dwContentID="a13155d3693cfefbfbf19b5872" --> <a class="thumb-link inc__position-relative" href="/souvenir-of-a-modern-artist-cap/28983.html?cgid=artist-inspired-gifts" title="Souvenir of a Modern Artist cap" data-fullga="true" data-event="card_link_image" data-label="Card Image | /souvenir-of-a-modern-artist-cap/28983.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw3feb272a/8.7.24/Souvenir-of-a-modern-artist-tate-cap-28983-2.jpg?sw=265" alt="Souvenir of a Modern Artist cap" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/souvenir-of-a-modern-artist-cap/28983.html?cgid=artist-inspired-gifts" title="Go to product: Souvenir of a Modern Artist cap" data-fullga="true" data-event="card_link_title" data-label="Card Title | /souvenir-of-a-modern-artist-cap/28983.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Souvenir of a Modern Artist cap</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £20 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29324', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29324", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="93e6ff5770766ecffc9bcdd8bc" data-itemid="29324"><!-- dwMarker="product" dwContentID="93e6ff5770766ecffc9bcdd8bc" --> <div class="product-image"><!-- dwMarker="product" dwContentID="93e6ff5770766ecffc9bcdd8bc" --> <a class="thumb-link inc__position-relative" href="/souvenir-of-a-modern-artist-poster/29324.html?cgid=artist-inspired-gifts" title="Souvenir of a Modern Artist poster" data-fullga="true" data-event="card_link_image" data-label="Card Image | /souvenir-of-a-modern-artist-poster/29324.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw27a86bb3/Souvenir-of-a-modern-artist-poster-coloured-edition.jpg?sw=265" alt="Souvenir of a Modern Artist poster" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/souvenir-of-a-modern-artist-poster/29324.html?cgid=artist-inspired-gifts" title="Go to product: Souvenir of a Modern Artist poster" data-fullga="true" data-event="card_link_title" data-label="Card Title | /souvenir-of-a-modern-artist-poster/29324.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Souvenir of a Modern Artist poster</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £15 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 new-row" data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '27290', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "27290", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="fef9658de193ed084c87c562b5" data-itemid="27290"><!-- dwMarker="product" dwContentID="fef9658de193ed084c87c562b5" --> <div class="product-image"><!-- dwMarker="product" dwContentID="fef9658de193ed084c87c562b5" --> <a class="thumb-link inc__position-relative" href="/guerrilla-girls-set-of-3-zip-pockets/27290.html?cgid=artist-inspired-gifts" title="Guerrilla Girls set of 3 zip pockets" data-fullga="true" data-event="card_link_image" data-label="Card Image | /guerrilla-girls-set-of-3-zip-pockets/27290.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwbf59863b/guerrilla-girls-tate-loqi-set-of-3-zip-pockets-27290-1.jpg?sw=265" alt="Guerrilla Girls set of 3 zip pockets" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/guerrilla-girls-set-of-3-zip-pockets/27290.html?cgid=artist-inspired-gifts" title="Go to product: Guerrilla Girls set of 3 zip pockets" data-fullga="true" data-event="card_link_title" data-label="Card Title | /guerrilla-girls-set-of-3-zip-pockets/27290.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Guerrilla Girls set of 3 zip pockets</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £16 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29754', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29754", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="6be533a0f345e0ade1af71a8f4" data-itemid="29754"><!-- dwMarker="product" dwContentID="6be533a0f345e0ade1af71a8f4" --> <div class="product-image"><!-- dwMarker="product" dwContentID="6be533a0f345e0ade1af71a8f4" --> <a class="thumb-link inc__position-relative" href="/chila-burman-no-more-ms-nice-person-silk-scarf/29754.html?cgid=artist-inspired-gifts" title="Chila Burman No More Ms Nice Person silk scarf" data-fullga="true" data-event="card_link_image" data-label="Card Image | /chila-burman-no-more-ms-nice-person-silk-scarf/29754.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwd9ba47b0/chila-burman-Ms-Nice-Person-silk-scarf-29754-front.jpg?sw=265" alt="Chila Burman No More Ms Nice Person silk scarf" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/chila-burman-no-more-ms-nice-person-silk-scarf/29754.html?cgid=artist-inspired-gifts" title="Go to product: Chila Burman No More Ms Nice Person silk scarf" data-fullga="true" data-event="card_link_title" data-label="Card Title | /chila-burman-no-more-ms-nice-person-silk-scarf/29754.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Chila Burman No More Ms Nice Person silk scarf</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £90 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '27288', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "27288", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="b3763fc199285f91a5912ba5ed" data-itemid="27288"><!-- dwMarker="product" dwContentID="b3763fc199285f91a5912ba5ed" --> <div class="product-image"><!-- dwMarker="product" dwContentID="b3763fc199285f91a5912ba5ed" --> <a class="thumb-link inc__position-relative" href="/guerrilla-girls-dearest-art-collector-bag/27288.html?cgid=artist-inspired-gifts" title="Guerrilla Girls Dearest Art Collector bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /guerrilla-girls-dearest-art-collector-bag/27288.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwbf491ee0/guerrilla-girls-dearest-loqi-bag-27288-1.jpg?sw=265" alt="Guerrilla Girls Dearest Art Collector bag" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/guerrilla-girls-dearest-art-collector-bag/27288.html?cgid=artist-inspired-gifts" title="Go to product: Guerrilla Girls Dearest Art Collector bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /guerrilla-girls-dearest-art-collector-bag/27288.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Guerrilla Girls Dearest Art Collector bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £15 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '28711', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "28711", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="03ec3510cf7c83b0378026094b" data-itemid="28711"><!-- dwMarker="product" dwContentID="03ec3510cf7c83b0378026094b" --> <div class="product-image"><!-- dwMarker="product" dwContentID="03ec3510cf7c83b0378026094b" --> <a class="thumb-link inc__position-relative" href="/guerrilla-girls-dearest-art-collector-cap/28711.html?cgid=artist-inspired-gifts" title="Guerrilla Girls Dearest Art Collector cap" data-fullga="true" data-event="card_link_image" data-label="Card Image | /guerrilla-girls-dearest-art-collector-cap/28711.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwdff9c54a/Guerrilla Girls - print, buyins/guerrilla-girls-cap-28711-1.jpg?sw=265" alt="Guerrilla Girls Dearest Art Collector cap" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/guerrilla-girls-dearest-art-collector-cap/28711.html?cgid=artist-inspired-gifts" title="Go to product: Guerrilla Girls Dearest Art Collector cap" data-fullga="true" data-event="card_link_title" data-label="Card Title | /guerrilla-girls-dearest-art-collector-cap/28711.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Guerrilla Girls Dearest Art Collector cap</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £25 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 new-row" data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '28645', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "28645", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="7b6056187db995ee265809b613" data-itemid="28645"><!-- dwMarker="product" dwContentID="7b6056187db995ee265809b613" --> <div class="product-image"><!-- dwMarker="product" dwContentID="7b6056187db995ee265809b613" --> <a class="thumb-link inc__position-relative" href="/guerrilla-girls-magic-mug/28645.html?cgid=artist-inspired-gifts" title="Guerrilla Girls Magic Mug" data-fullga="true" data-event="card_link_image" data-label="Card Image | /guerrilla-girls-magic-mug/28645.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwfc1dbdaa/Guerrilla Girls - print, buyins/guerrilla-girls-magic-mug-28645-1.jpg?sw=265" alt="Guerrilla Girls Magic Mug" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/guerrilla-girls-magic-mug/28645.html?cgid=artist-inspired-gifts" title="Go to product: Guerrilla Girls Magic Mug" data-fullga="true" data-event="card_link_title" data-label="Card Title | /guerrilla-girls-magic-mug/28645.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Guerrilla Girls Magic Mug</span> </a> </div> <div class="product-pricing"> <span class="product-discounted-price" title="Sale price"> £17.50 </span> <span class="product-standard-price" title="Standard price"> £35 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: 'g1099', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "g1099", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="b9df88e5e2a512ff9e0014bf10" data-itemid="g1099"><!-- dwMarker="product" dwContentID="b9df88e5e2a512ff9e0014bf10" --> <div class="product-image"><!-- dwMarker="product" dwContentID="b9df88e5e2a512ff9e0014bf10" --> <a class="thumb-link inc__position-relative" href="/guerrilla-girls-t-shirt/g1099.html?cgid=artist-inspired-gifts" title="Guerrilla Girls t-shirt" data-fullga="true" data-event="card_link_image" data-label="Card Image | /guerrilla-girls-t-shirt/g1099.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwb36347f8/22816-guerrilla-girls-t-shirt-yellow-1.jpg?sw=265" alt="Guerrilla Girls t-shirt" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/guerrilla-girls-t-shirt/g1099.html?cgid=artist-inspired-gifts" title="Go to product: Guerrilla Girls t-shirt" data-fullga="true" data-event="card_link_title" data-label="Card Title | /guerrilla-girls-t-shirt/g1099.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Guerrilla Girls t-shirt</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £30 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: 'g1412', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "g1412", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="f1314a863e17f3ed042a60b0d4" data-itemid="g1412"><!-- dwMarker="product" dwContentID="f1314a863e17f3ed042a60b0d4" --> <div class="product-image"><!-- dwMarker="product" dwContentID="f1314a863e17f3ed042a60b0d4" --> <a class="thumb-link inc__position-relative" href="/henri-matisse-the-snail-t-shirt/g1412.html?cgid=artist-inspired-gifts" title="Henri Matisse The Snail t-shirt" data-fullga="true" data-event="card_link_image" data-label="Card Image | /henri-matisse-the-snail-t-shirt/g1412.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw2d9aa917/matisse-the-snail-tshirt-g1412-front.jpg?sw=265" alt="Henri Matisse The Snail t-shirt" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/henri-matisse-the-snail-t-shirt/g1412.html?cgid=artist-inspired-gifts" title="Go to product: Henri Matisse The Snail t-shirt" data-fullga="true" data-event="card_link_title" data-label="Card Title | /henri-matisse-the-snail-t-shirt/g1412.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Henri Matisse The Snail t-shirt</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £25 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29506', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29506", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="315b1dd53589a05b653c1660bd" data-itemid="29506"><!-- dwMarker="product" dwContentID="315b1dd53589a05b653c1660bd" --> <div class="product-image"><!-- dwMarker="product" dwContentID="315b1dd53589a05b653c1660bd" --> <a class="thumb-link inc__position-relative" href="/roy-lichtenstein-whaam-bag/29506.html?cgid=artist-inspired-gifts" title="Roy Lichtenstein Whaam! bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /roy-lichtenstein-whaam-bag/29506.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwd09d4ed9/LOQI bags/tate-roy-lichtenstein-whaam-bag-front-29506-1.jpg?sw=265" alt="Roy Lichtenstein Whaam! bag" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/roy-lichtenstein-whaam-bag/29506.html?cgid=artist-inspired-gifts" title="Go to product: Roy Lichtenstein Whaam! bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /roy-lichtenstein-whaam-bag/29506.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Roy Lichtenstein Whaam! bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £16 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 new-row" data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29507', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29507", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="f12ccb8bf709f570648dddd3b1" data-itemid="29507"><!-- dwMarker="product" dwContentID="f12ccb8bf709f570648dddd3b1" --> <div class="product-image"><!-- dwMarker="product" dwContentID="f12ccb8bf709f570648dddd3b1" --> <a class="thumb-link inc__position-relative" href="/roy-lichtenstein-whaam-mini-weekend-bag/29507.html?cgid=artist-inspired-gifts" title="Roy Lichtenstein Whaam! mini weekend bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /roy-lichtenstein-whaam-mini-weekend-bag/29507.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwe563e2f2/LOQI bags/tate-lichtenstein-whaam-mini-weekend-bag-29506-1.jpg?sw=265" alt="Roy Lichtenstein Whaam! mini weekend bag" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/roy-lichtenstein-whaam-mini-weekend-bag/29507.html?cgid=artist-inspired-gifts" title="Go to product: Roy Lichtenstein Whaam! mini weekend bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /roy-lichtenstein-whaam-mini-weekend-bag/29507.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Roy Lichtenstein Whaam! mini weekend bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £40 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '29508', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "29508", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="8c2f31c2f8c5a0b412f2a4e3e9" data-itemid="29508"><!-- dwMarker="product" dwContentID="8c2f31c2f8c5a0b412f2a4e3e9" --> <div class="product-image"><!-- dwMarker="product" dwContentID="8c2f31c2f8c5a0b412f2a4e3e9" --> <a class="thumb-link inc__position-relative" href="/roy-lichtenstein-whaam-set-of-3-zip-pockets/29508.html?cgid=artist-inspired-gifts" title="Roy Lichtenstein Whaam! set of 3 zip pockets" data-fullga="true" data-event="card_link_image" data-label="Card Image | /roy-lichtenstein-whaam-set-of-3-zip-pockets/29508.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw1723b703/LOQI bags/tate-lichtenstein-whaam-zip-pockets-29508-1.jpg?sw=265" alt="Roy Lichtenstein Whaam! set of 3 zip pockets" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/roy-lichtenstein-whaam-set-of-3-zip-pockets/29508.html?cgid=artist-inspired-gifts" title="Go to product: Roy Lichtenstein Whaam! set of 3 zip pockets" data-fullga="true" data-event="card_link_title" data-label="Card Title | /roy-lichtenstein-whaam-set-of-3-zip-pockets/29508.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Roy Lichtenstein Whaam! set of 3 zip pockets</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £16 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '27842', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "27842", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="87a3538beb07ac0fc6c833fdc6" data-itemid="27842"><!-- dwMarker="product" dwContentID="87a3538beb07ac0fc6c833fdc6" --> <div class="product-image"><!-- dwMarker="product" dwContentID="87a3538beb07ac0fc6c833fdc6" --> <a class="thumb-link inc__position-relative" href="/hilma-af-klint-childhood--bag/27842.html?cgid=artist-inspired-gifts" title="Hilma af Klint Childhood bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /hilma-af-klint-childhood--bag/27842.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw5116a695/Mondrian af Klint loqi products/hilma-af-klint-ten-largest-childhood-bag-27842-1.jpg?sw=265" alt="Hilma af Klint Childhood bag" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/hilma-af-klint-childhood--bag/27842.html?cgid=artist-inspired-gifts" title="Go to product: Hilma af Klint Childhood bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /hilma-af-klint-childhood--bag/27842.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Hilma af Klint Childhood bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £15 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '28705', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "28705", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="ed13a0bb7376da75277b6267fe" data-itemid="28705"><!-- dwMarker="product" dwContentID="ed13a0bb7376da75277b6267fe" --> <div class="product-image"><!-- dwMarker="product" dwContentID="ed13a0bb7376da75277b6267fe" --> <a class="thumb-link inc__position-relative" href="/guerrilla-girls-women-get-resentful-neon-light/28705.html?cgid=artist-inspired-gifts" title="Guerrilla Girls Women Get Resentful neon light" data-fullga="true" data-event="card_link_image" data-label="Card Image | /guerrilla-girls-women-get-resentful-neon-light/28705.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwf1b36328/Guerrilla Girls - print, buyins/guerrilla-girls-women-get-resentful-neon-light-28705-1.jpg?sw=265" alt="Guerrilla Girls Women Get Resentful neon light" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/guerrilla-girls-women-get-resentful-neon-light/28705.html?cgid=artist-inspired-gifts" title="Go to product: Guerrilla Girls Women Get Resentful neon light" data-fullga="true" data-event="card_link_title" data-label="Card Title | /guerrilla-girls-women-get-resentful-neon-light/28705.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Guerrilla Girls Women Get Resentful neon light</span> </a> </div> <div class="product-pricing"> <span class="product-discounted-price" title="Sale price"> £960 </span> <span class="product-standard-price" title="Standard price"> £1200 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 new-row" data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '26503', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "26503", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="5db3f8a6aa435fa184e57dcac3" data-itemid="26503"><!-- dwMarker="product" dwContentID="5db3f8a6aa435fa184e57dcac3" --> <div class="product-image"><!-- dwMarker="product" dwContentID="5db3f8a6aa435fa184e57dcac3" --> <a class="thumb-link inc__position-relative" href="/chila-kumari-singh-burman-flamingo-neon-light/26503.html?cgid=artist-inspired-gifts" title="Chila Kumari Singh Burman Flamingo neon light" data-fullga="true" data-event="card_link_image" data-label="Card Image | /chila-kumari-singh-burman-flamingo-neon-light/26503.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwb3c5d4c8/tate-chila-kumari-singh-burman-flamingo-neon-light-26503-1.jpg?sw=265" alt="Chila Kumari Singh Burman Flamingo neon light" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/chila-kumari-singh-burman-flamingo-neon-light/26503.html?cgid=artist-inspired-gifts" title="Go to product: Chila Kumari Singh Burman Flamingo neon light" data-fullga="true" data-event="card_link_title" data-label="Card Title | /chila-kumari-singh-burman-flamingo-neon-light/26503.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Chila Kumari Singh Burman Flamingo neon light</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £395 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '26504', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "26504", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="98015b2fd989fb91aeb955333d" data-itemid="26504"><!-- dwMarker="product" dwContentID="98015b2fd989fb91aeb955333d" --> <div class="product-image"><!-- dwMarker="product" dwContentID="98015b2fd989fb91aeb955333d" --> <a class="thumb-link inc__position-relative" href="/chila-kumari-singh-burman-shine-light-neon-light/26504.html?cgid=artist-inspired-gifts" title="Chila Kumari Singh Burman Shine Light neon light" data-fullga="true" data-event="card_link_image" data-label="Card Image | /chila-kumari-singh-burman-shine-light-neon-light/26504.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw4350737d/tate-chila-kumari-singh-burman-shine-light-neon-light-26504-1.jpg?sw=265" alt="Chila Kumari Singh Burman Shine Light neon light" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/chila-kumari-singh-burman-shine-light-neon-light/26504.html?cgid=artist-inspired-gifts" title="Go to product: Chila Kumari Singh Burman Shine Light neon light" data-fullga="true" data-event="card_link_title" data-label="Card Title | /chila-kumari-singh-burman-shine-light-neon-light/26504.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Chila Kumari Singh Burman Shine Light neon light</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £595 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '26505', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "26505", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="b6fbaf50978b5f19be87e6fdbe" data-itemid="26505"><!-- dwMarker="product" dwContentID="b6fbaf50978b5f19be87e6fdbe" --> <div class="product-image"><!-- dwMarker="product" dwContentID="b6fbaf50978b5f19be87e6fdbe" --> <a class="thumb-link inc__position-relative" href="/chila-kumari-singh-burman-peacock-neon-light/26505.html?cgid=artist-inspired-gifts" title="Chila Kumari Singh Burman Peacock neon light" data-fullga="true" data-event="card_link_image" data-label="Card Image | /chila-kumari-singh-burman-peacock-neon-light/26505.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw65bcdbd9/tate-chila-kumari-singh-burman-peacock-neon-light-26505-1.jpg?sw=265" alt="Chila Kumari Singh Burman Peacock neon light" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/chila-kumari-singh-burman-peacock-neon-light/26505.html?cgid=artist-inspired-gifts" title="Go to product: Chila Kumari Singh Burman Peacock neon light" data-fullga="true" data-event="card_link_title" data-label="Card Title | /chila-kumari-singh-burman-peacock-neon-light/26505.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Chila Kumari Singh Burman Peacock neon light</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £995 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '26583', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "26583", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="cbbc0c4839c6fd5a2b719083c1" data-itemid="26583"><!-- dwMarker="product" dwContentID="cbbc0c4839c6fd5a2b719083c1" --> <div class="product-image"><!-- dwMarker="product" dwContentID="cbbc0c4839c6fd5a2b719083c1" --> <a class="thumb-link inc__position-relative" href="/chila-kumari-singh-burman-dream-neon-light/26583.html?cgid=artist-inspired-gifts" title="Chila Kumari Singh Burman Dream neon light" data-fullga="true" data-event="card_link_image" data-label="Card Image | /chila-kumari-singh-burman-dream-neon-light/26583.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwa939b1ec/tate-chila-kumari-singh-burman-dream-neon-light-26583-1.jpg?sw=265" alt="Chila Kumari Singh Burman Dream neon light" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/chila-kumari-singh-burman-dream-neon-light/26583.html?cgid=artist-inspired-gifts" title="Go to product: Chila Kumari Singh Burman Dream neon light" data-fullga="true" data-event="card_link_title" data-label="Card Title | /chila-kumari-singh-burman-dream-neon-light/26583.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Chila Kumari Singh Burman Dream neon light</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £395 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 new-row" data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '26584', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "26584", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="900b195b379d7958defa4437af" data-itemid="26584"><!-- dwMarker="product" dwContentID="900b195b379d7958defa4437af" --> <div class="product-image"><!-- dwMarker="product" dwContentID="900b195b379d7958defa4437af" --> <a class="thumb-link inc__position-relative" href="/chila-kumari-singh-burman-eye-neon-light/26584.html?cgid=artist-inspired-gifts" title="Chila Kumari Singh Burman Eye neon light" data-fullga="true" data-event="card_link_image" data-label="Card Image | /chila-kumari-singh-burman-eye-neon-light/26584.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwb3f1b149/tate-chila-kumari-singh-burman-eye-neon-light-26584-1.jpg?sw=265" alt="Chila Kumari Singh Burman Eye neon light" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/chila-kumari-singh-burman-eye-neon-light/26584.html?cgid=artist-inspired-gifts" title="Go to product: Chila Kumari Singh Burman Eye neon light" data-fullga="true" data-event="card_link_title" data-label="Card Title | /chila-kumari-singh-burman-eye-neon-light/26584.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Chila Kumari Singh Burman Eye neon light</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £395 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '26585', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "26585", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="994956f735d8b9ce059bbc5793" data-itemid="26585"><!-- dwMarker="product" dwContentID="994956f735d8b9ce059bbc5793" --> <div class="product-image"><!-- dwMarker="product" dwContentID="994956f735d8b9ce059bbc5793" --> <a class="thumb-link inc__position-relative" href="/chila-kumari-singh-burman-ice-cream-neon-light/26585.html?cgid=artist-inspired-gifts" title="Chila Kumari Singh Burman Ice Cream neon light" data-fullga="true" data-event="card_link_image" data-label="Card Image | /chila-kumari-singh-burman-ice-cream-neon-light/26585.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw458c5538/tate-chila-kumari-singh-burman-ice-cream-neon-light-26585-1.jpg?sw=265" alt="Chila Kumari Singh Burman Ice Cream neon light" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/chila-kumari-singh-burman-ice-cream-neon-light/26585.html?cgid=artist-inspired-gifts" title="Go to product: Chila Kumari Singh Burman Ice Cream neon light" data-fullga="true" data-event="card_link_title" data-label="Card Title | /chila-kumari-singh-burman-ice-cream-neon-light/26585.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Chila Kumari Singh Burman Ice Cream neon light</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £695 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '26586', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "26586", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="dc4ea0cf9456a2f01816757f65" data-itemid="26586"><!-- dwMarker="product" dwContentID="dc4ea0cf9456a2f01816757f65" --> <div class="product-image"><!-- dwMarker="product" dwContentID="dc4ea0cf9456a2f01816757f65" --> <a class="thumb-link inc__position-relative" href="/chila-kumari-singh-burman-tiger-neon-light/26586.html?cgid=artist-inspired-gifts" title="Chila Kumari Singh Burman Tiger neon light" data-fullga="true" data-event="card_link_image" data-label="Card Image | /chila-kumari-singh-burman-tiger-neon-light/26586.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw11a6f720/tate-chila-kumari-singh-burman-tiger-neon-light-26586-1.jpg?sw=265" alt="Chila Kumari Singh Burman Tiger neon light" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/chila-kumari-singh-burman-tiger-neon-light/26586.html?cgid=artist-inspired-gifts" title="Go to product: Chila Kumari Singh Burman Tiger neon light" data-fullga="true" data-event="card_link_title" data-label="Card Title | /chila-kumari-singh-burman-tiger-neon-light/26586.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Chila Kumari Singh Burman Tiger neon light</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £995 </span> </div> </div><!-- END: .product-tile --> </li> <li class="grid-tile col-mobile-2 col-tablet-3 col-desktop-4 " data-colors-to-show=""> <!-- CQuotient Activity Tracking (viewCategory-cquotient.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ (function(){ try { if(window.CQuotient) { var cq_params = {}; cq_params.cookieId = window.CQuotient.getCQCookieId(); cq_params.userId = window.CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.accumulate = true; cq_params.products = [{ id: '27811', sku: '' }]; cq_params.categoryId = 'artist-inspired-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; cq_params.personalized = 'false'; cq_params.sortingRule = 'catalog-sorting'; cq_params.imageUUID = '__UNDEFINED__'; cq_params.realm = "BBPB"; cq_params.siteId = "tate"; cq_params.instanceType = "prd"; cq_params.queryLocale = "default"; cq_params.locale = window.CQuotient.locale; if(window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewCategory', cq_params); else window.CQuotient.activities.push({ activityType: 'viewCategory', parameters: cq_params }); } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewCategoryProduct-active_data.js) */ (function(){ try { if (dw.ac) { var search_params = {}; search_params.persd = 'false'; search_params.refs = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"artist-inspired-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '49202c8c-eadc-4220-a006-15d723263db8'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "artist-inspired-gifts", searchData: search_params}); if (typeof dw.ac._scheduleDataSubmission === "function") { dw.ac._scheduleDataSubmission(); } } } catch(err) {} })(); /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (viewProduct-active_data.js) */ dw.ac._capture({id: "27811", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="ded888be3cdacd56376bcda1f1" data-itemid="27811"><!-- dwMarker="product" dwContentID="ded888be3cdacd56376bcda1f1" --> <div class="product-image"><!-- dwMarker="product" dwContentID="ded888be3cdacd56376bcda1f1" --> <a class="thumb-link inc__position-relative" href="/andy-warhol-marilyn-neon-light/27811.html?cgid=artist-inspired-gifts" title="Andy Warhol Marilyn neon light" data-fullga="true" data-event="card_link_image" data-label="Card Image | /andy-warhol-marilyn-neon-light/27811.html?cgid=artist-inspired-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwf91ed93e/Haring + Warhol neons/Andy-Warhol-marilyn-pink-neon-light-27811-1.jpg?sw=265" alt="Andy Warhol Marilyn neon light" /> </a> </div> <div class="product-promo"> <div class="promotional-message"> <style> #product-content .promotion, .custom-print-bottom-right .promotion, .custom-print-bottom-mob .promotion {display:none !important; } </style> </div> </div> <div class="plp-label inc__text-uppercase"></div> <div class="product-name"> <a class="name-link" href="/andy-warhol-marilyn-neon-light/27811.html?cgid=artist-inspired-gifts" title="Go to product: Andy Warhol Marilyn neon light" data-fullga="true" data-event="card_link_title" data-label="Card Title | /andy-warhol-marilyn-neon-light/27811.html?cgid=artist-inspired-gifts" data-action=""> <span class="inc__display-block">Andy Warhol Marilyn neon light</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> £470 </span> </div> </div><!-- END: .product-tile --> </li> <script> dataLayer.push({ 'event':'impressionsPushed', 'ecommerce': { 'currencyCode': 'GBP', 'impressions': [{"id":"29712","name":"Henri Matisse The Snail cushion cover","price":"25.00","brand":"Tate","category":"Artist inspired gifts","list":"Artist inspired gifts","position":1,"variant":""},{"id":"29024","name":"Expressionists exhibition book (paperback)","price":"32.00","brand":"Natalia Sidlina","category":"Exhibition books","list":"Artist inspired gifts","position":2,"variant":""},{"id":"29537","name":"De Stijl Tumbling Tower game","price":"80.00","brand":"MoMA","category":"View all home","list":"Artist inspired gifts","position":3,"variant":""},{"id":"29538","name":"De Stijl wall clock","price":"115.00","brand":"MoMA","category":"View all home","list":"Artist inspired gifts","position":4,"variant":""},{"id":"28195","name":"Chila Burman book (hardback)","price":"45.00","brand":null,"category":"About artists","list":"Artist inspired gifts","position":5,"variant":""},{"id":"29543","name":"Set of 6 Lily Pad coasters","price":"40.00","brand":"MoMA","category":"View all home","list":"Artist inspired gifts","position":6,"variant":""},{"id":"29025","name":"Expressionists exhibition book (hardback)","price":"45.00","brand":"Natalia Sidlina","category":"Exhibition books","list":"Artist inspired gifts","position":7,"variant":""},{"id":"29446","name":"Marc Chagall The Blue Circus bag","price":"15.00","brand":"LOQI + Tate","category":"Bags & fashion accessories","list":"Artist inspired gifts","position":8,"variant":""},{"id":"29447","name":"Martin Parr St Ives bag","price":"15.00","brand":"LOQI","category":"Bags & fashion accessories","list":"Artist inspired gifts","position":9,"variant":""},{"id":"29711","name":"Henri Matisse The Snail silk scarf","price":"100.00","brand":"Tate","category":"Fashion and jewellery","list":"Artist inspired gifts","position":10,"variant":""},{"id":"28983","name":"Souvenir of a Modern Artist cap","price":"20.00","brand":"Antoni & Alison for Tate","category":"View all fashion","list":"Artist inspired gifts","position":11,"variant":""},{"id":"29324","name":"Souvenir of a Modern Artist poster","price":"15.00","brand":"Antoni & Alison for Tate","category":"View all prints","list":"Artist inspired gifts","position":12,"variant":""},{"id":"27290","name":"Guerrilla Girls set of 3 zip pockets","price":"16.00","brand":"LOQI + Tate","category":"Fashion and jewellery","list":"Artist inspired gifts","position":13,"variant":""},{"id":"29754","name":"Chila Burman No More Ms Nice Person silk scarf","price":"90.00","brand":"Tate","category":"Scarves","list":"Artist inspired gifts","position":14,"variant":""},{"id":"27288","name":"Guerrilla Girls Dearest Art Collector bag","price":"15.00","brand":"LOQI + Tate","category":"Fashion and jewellery","list":"Artist inspired gifts","position":15,"variant":""},{"id":"28711","name":"Guerrilla Girls Dearest Art Collector cap","price":"25.00","brand":"Tate","category":"Tate Modern shop","list":"Artist inspired gifts","position":16,"variant":""},{"id":"28645","name":"Guerrilla Girls Magic Mug","price":"17.50","brand":"Third Drawer Down","category":"Tate Modern shop","list":"Artist inspired gifts","position":17,"variant":""},{"id":"g1099","name":"Guerrilla Girls t-shirt","price":"30.00","brand":"Tate","category":"Fashion and jewellery","list":"Artist inspired gifts","position":18,"variant":""},{"id":"g1412","name":"Henri Matisse The Snail t-shirt","price":"25.00","brand":"Tate","category":"Fashion and jewellery","list":"Artist inspired gifts","position":19,"variant":""},{"id":"29506","name":"Roy Lichtenstein Whaam! bag","price":"16.00","brand":"LOQI + Tate","category":"Bags & fashion accessories","list":"Artist inspired gifts","position":20,"variant":""},{"id":"29507","name":"Roy Lichtenstein Whaam! mini weekend bag","price":"40.00","brand":"LOQI + Tate","category":"Bags & fashion accessories","list":"Artist inspired gifts","position":21,"variant":""},{"id":"29508","name":"Roy Lichtenstein Whaam! set of 3 zip pockets","price":"16.00","brand":"LOQI + Tate","category":"Bags & fashion accessories","list":"Artist inspired gifts","position":22,"variant":""},{"id":"27842","name":"Hilma af Klint Childhood bag","price":"15.00","brand":"LOQI","category":"Hilma af Klint & Piet Mondrian","list":"Artist inspired gifts","position":23,"variant":""},{"id":"28705","name":"Guerrilla Girls Women Get Resentful neon light","price":"960.00","brand":"Yellowpop x Tate","category":"Neon lights","list":"Artist inspired gifts","position":24,"variant":""},{"id":"26503","name":"Chila Kumari Singh Burman Flamingo neon light","price":"395.00","brand":"Yellowpop x Tate","category":"Neon lights","list":"Artist inspired gifts","position":25,"variant":""},{"id":"26504","name":"Chila Kumari Singh Burman Shine Light neon light","price":"595.00","brand":"Yellowpop x Tate","category":"Neon lights","list":"Artist inspired gifts","position":26,"variant":""},{"id":"26505","name":"Chila Kumari Singh Burman Peacock neon light","price":"995.00","brand":"Yellowpop x Tate","category":"Neon lights","list":"Artist inspired gifts","position":27,"variant":""},{"id":"26583","name":"Chila Kumari Singh Burman Dream neon light","price":"395.00","brand":"Yellowpop x Tate","category":"Neon lights","list":"Artist inspired gifts","position":28,"variant":""},{"id":"26584","name":"Chila Kumari Singh Burman Eye neon light","price":"395.00","brand":"Yellowpop x Tate","category":"Neon lights","list":"Artist inspired gifts","position":29,"variant":""},{"id":"26585","name":"Chila Kumari Singh Burman Ice Cream neon light","price":"695.00","brand":"Yellowpop x Tate","category":"Neon lights","list":"Artist inspired gifts","position":30,"variant":""},{"id":"26586","name":"Chila Kumari Singh Burman Tiger neon light","price":"995.00","brand":"Yellowpop x Tate","category":"Neon lights","list":"Artist inspired gifts","position":31,"variant":""},{"id":"27811","name":"Andy Warhol Marilyn neon light","price":"470.00","brand":"Yellowpop x The Andy Warhol Foundation","category":"Neon lights","list":"Artist inspired gifts","position":32,"variant":""}] } }); </script> </ul> </div> <div class="search-result-options search-result-bottom"> <script type="text/javascript"> </script> <div class="pagination"> <div class="results-hits"> <span>Showing</span> <span class="paging-count-wrapper"> <span> 1 - 32 of  </span> <span class="total-products-count">166 </span> </span> <a data-fullga="true" data-event="view_100" data-category="Grid Page" data-action="View/Sort/Refine" data-label="View 100" href="#" class="change-view" data-amount="100" data-total="166">View 100</a> </div> <ul class="pagination-wrapper"> <li class="current-page single-page" title="Currently on page: 1"> 1 </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="2.0" data-category="Grid Page" data-action="Page Select" class="page-2" title="Go to page number: 2" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=32&sz=32">2</a> </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="3.0" data-category="Grid Page" data-action="Page Select" class="page-3" title="Go to page number: 3" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=64&sz=32">3</a> </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="4.0" data-category="Grid Page" data-action="Page Select" class="page-4" title="Go to page number: 4" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=96&sz=32">4</a> </li> <li class="next-page single-page"> <a data-fullga="true" data-event="Page Select" data-label="5.0" data-category="Grid Page" data-action="Page Select" class="page-5" title="Go to page number: 5" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=128&sz=32">5</a> </li> <li class="first-last single-page"> <a data-fullga="true" data-event="Page Select" data-action="Page Select" data-label="Next" data-category="Grid Page" class="page-next" title="Go to next page" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=32&sz=32"><i class="fa fa-angle-right"></i><span class="visually-hidden">Next page</span></a> </li> <li class="first-last single-page"> <a data-fullga="true" data-event="Page Select" data-action="Page Select" data-label="End" data-category="Grid Page" class="page-last" title="Go to last page" href="https://shop.tate.org.uk/christmasartist-inspired?prefn1=ShopProduct&prefv1=true&start=160&sz=32"><i class="fa fa-angle-double-right"></i><span class="visually-hidden">Last page</span></a> </li> </ul> </div> </div> <div class="search-promo"> </div> </div> </div> </div> </header> </header> </div> <!-- ****** FOOTER ****** --> <footer class="page__footer " id="footer"> <div class="container shop-footer-container inc__bt--solid hide-kiosk"> <div class="container__inner shop-container-inner"> <div class="footer-main"> <div class="socials-newsletter-wrapper"> <div class="mobile-centered tablet-centered"> <div class="grid-col--100 footer__social-links"> <div class="list-wrapper"> <h2 class="list__title block__title--small">Join in</h2> <ul class="list list--inline list--social list--social--blue"> <li class="list__item list__item--social list__item--twitter list__item--first"> <a data-fullga="true" data-event="navigation_footer" data-action="Social Footer" data-category="Shop Navigation" data-label="http://twitter.com/tate" href="http://twitter.com/tate" target="_blank" title="Checkout us on Twitter"> Twitter </a> </li> <li class="list__item list__item--social list__item--facebook"> <a data-fullga="true" data-event="navigation_footer" data-action="Social Footer" data-category="Shop Navigation" data-label="http://www.facebook.com/tategallery" href="http://www.facebook.com/tategallery" target="_blank" title="Check our Facebook"> Facebook </a> </li> <li class="list__item list__item--social list__item--youtube"> <a data-fullga="true" data-event="navigation_footer" data-action="Social Footer" data-category="Shop Navigation" data-label="http://www.youtube.com/user/tate" href="http://www.youtube.com/user/tate" target="_blank" title="Checkout our Youtube channel"> Youtube </a> </li> <li class="list__item list__item--social list__item--instagram"> <a data-fullga="true" data-event="navigation_footer" data-action="Social Footer" data-category="Shop Navigation" data-label="http://instagram.com/tate" href="http://instagram.com/tate" target="_blank" title="Visit us at Instagram"> Instagram </a> </li> <li class="list__item list__item--social list__item--pinterest"> <a data-fullga="true" data-event="navigation_footer" data-action="Social Footer" data-category="Shop Navigation" data-label="http://pinterest.com/tategallery" href="http://pinterest.com/tategallery" target="_blank" title="Visit us at Pinterest"> Pinterest </a> </li> </ul> </div> </div> <div class="grid-col--100 footer__newsletter"> <script> var captchaSiteKey = '6LelrMMcAAAAAGjgfa_7vNO772YI9PNimZ2FDi0e'; </script> <script src="https://www.google.com/recaptcha/api.js?render=6LelrMMcAAAAAGjgfa_7vNO772YI9PNimZ2FDi0e"></script> <form name="formsignup" action="https://www.tate.org.uk/subscribe" class="form__newsletter-signup" method="post"> <input type="hidden" name="action_step" value="opt_in"/> <input type="hidden" name="source" id="id_source" value="shop-website"/> <input type="hidden" name="UpdateTessituraAttrURL" value="/on/demandware.store/Sites-tate-Site/default/Newsletter-UpdateNewsltterAttributesInTessitura" /> <input type="hidden" id="g-recaptcha-token" name="g-recaptcha-token"/> <div class="form-section form-section--multicolumn"> <div class="form-section__inner"> <div class="form-section__content"> <fieldset class="fieldset--button-inline fieldset--label-hidden"> <legend class="h-e">Stay in the know</legend> <h3 class="fieldset-title">Stay in the know</h3> <div class="form-item form-item--text"> <div class="form-row form-item--text form-item--no-label login-name required"> <div class="field-wrapper"> <input aria-label="Newsletter" type="text" id="id_email" name="email" maxlength="100" value="email address" placeholder="email address" onfocus="if (this.value=='email address') {this.value=''};" class="email"> </div> </div> </div> <div class="form-item form-item--button"> <button id="newslettersubmit" class="btn btn--submit" type="submit" value="Apply" name="dwfrm_profile_confirm"> <span class="btn__text">Sign Up</span> </button> </div> </fieldset> <p><small> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply. </p></small> </div> </div> </div> </form> <script> grecaptcha.ready(function() { grecaptcha.execute(captchaSiteKey, {action: 'submit'}).then(function(token) { document.getElementById('g-recaptcha-token').value = token; }); }); </script> </div> </div> </div> <style> /* TEMPORARY FIX FOR PROMOTION DOUBLE FROM PRICE */ .product-sales-price ~ .product-standard-price div { display:none; } </style> <div class="footer-quick-links-wrapper grid__inner grid-col--65 tablet-centered"> <div class="grid-col--50 mobile-centered footer__quick-links footer__quick-links--support"> <div class="list-wrapper"> <h2 class="list__title block__title--small inc__text-uppercase">Shopping at Tate</h2> <ul class="list list--links"> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/whyshopattate.html">Why shop at Tate?</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/visitourshops.html">Visit our shops</a> </li> </li> </ul> </div> </div> <div class="grid-col--45 mobile-centered footer__quick-links footer__quick-links--about"> <div class="list-wrapper"> <h2 class="list__title block__title--small inc__text-uppercase">Customer services</h2> <ul class="list list--links"> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/deliveryinformation.html">Delivery information</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/contactus.html">Contact us</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/frequentlyaskedquestions.html">FAQs</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/refundsandreturns.html">Refunds & returns</a> </li> </ul> </div> </div> </div> </div> </div> </div> <div class="container shop-container-footer container__footer_third inc__bt--solid hide-kiosk"> <div class="container__inner"> <div class="grid-outer"> <div class="grid-col--75 shop-footer__site-links hide-desktop"> <div class="list-wrapper"> <script> /* Workaround for pre-selecting the membership types for xmas membership */ var categoriesMap = {}; categoriesMap['join-as-a-member'] = 'membership'; categoriesMap['membership-redirect'] = 'membership'; categoriesMap['give-a-gift-membership-2'] = 'giftMembership'; categoriesMap['gift-membership'] = 'giftMembership'; categoriesMap['give-a-christmas-gift-membership'] = 'xmas'; document.addEventListener('DOMContentLoaded', function() { // attach the on click events on the navigation categories const elems = document.querySelectorAll('a[data-event="navigation_primary_dropdown"], a[href="/gift-membership"], .site-menu__item a[data-label="Membership"]'); elems.forEach(element => element.addEventListener('click', e => { const element = e.target; const lastUrlItem = element.getAttribute('href').split('/').at(-1); const membershipType = lastUrlItem in categoriesMap && categoriesMap[lastUrlItem]; if (membershipType) { e.preventDefault(); localStorage.setItem('membershipType', membershipType); window.location.href = element.getAttribute('href'); return false; } }, {once : true})); // attach the on click events on the membership buttons const membElems = document.querySelectorAll('.membership-for-who label'); membElems.forEach(element => element.addEventListener('click', e => { const membershipType = element.getAttribute('for'); localStorage.setItem('membershipType', membershipType); }, {once : true})); // pre-select the radio buttons var membershipType = localStorage.getItem('membershipType') || 'xmas'; if (window.location.href.indexOf('membership') !== -1 && membershipType) { const el = document.querySelector('.membership-for-who label[for="' + membershipType + '"]'); if (el) { if (el.onclick) { el.onclick(); } else if (el.click) { el.click(); } } } }); </script> <ul class="list list--links list--inline inc__ta-right"> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://www.tate.org.uk/about-us/policies-and-procedures/website-terms-use/cookie-policy">Privacy & cookies</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/termsandconditions.html">T&Cs</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://www.tate.org.uk/about-us/accessibility-statement">Accessibility</a> </li> </ul> <style> /* Workaround for the Homepage banner height for bigger devices than Full HD */ .pt_home .homepage-carousel-wrapper .banner-container { max-height: none; } </style> </div> </div> <div class="grid-col--25 footer__logo"> <div class="grid-col--100"> <a aria-label="Tate Home" href="https://www.tate.org.uk"><span class="icon icon--logo footer-logo"></span></a> </div> <div class="grid-col--100 btn-tate-home"> <a href="https://www.tate.org.uk" class="btn btn--style__icon-left"> <i class="icon btn__icon icon--arrow-left"></i> <span class="btn__text">Go to Tate Home</span> </a> </div> </div> <div class="grid-col--75 footer__site-links hide-mobile hide-tablet"> <div class="list-wrapper"> <script> /* Workaround for pre-selecting the membership types for xmas membership */ var categoriesMap = {}; categoriesMap['join-as-a-member'] = 'membership'; categoriesMap['membership-redirect'] = 'membership'; categoriesMap['give-a-gift-membership-2'] = 'giftMembership'; categoriesMap['gift-membership'] = 'giftMembership'; categoriesMap['give-a-christmas-gift-membership'] = 'xmas'; document.addEventListener('DOMContentLoaded', function() { // attach the on click events on the navigation categories const elems = document.querySelectorAll('a[data-event="navigation_primary_dropdown"], a[href="/gift-membership"], .site-menu__item a[data-label="Membership"]'); elems.forEach(element => element.addEventListener('click', e => { const element = e.target; const lastUrlItem = element.getAttribute('href').split('/').at(-1); const membershipType = lastUrlItem in categoriesMap && categoriesMap[lastUrlItem]; if (membershipType) { e.preventDefault(); localStorage.setItem('membershipType', membershipType); window.location.href = element.getAttribute('href'); return false; } }, {once : true})); // attach the on click events on the membership buttons const membElems = document.querySelectorAll('.membership-for-who label'); membElems.forEach(element => element.addEventListener('click', e => { const membershipType = element.getAttribute('for'); localStorage.setItem('membershipType', membershipType); }, {once : true})); // pre-select the radio buttons var membershipType = localStorage.getItem('membershipType') || 'xmas'; if (window.location.href.indexOf('membership') !== -1 && membershipType) { const el = document.querySelector('.membership-for-who label[for="' + membershipType + '"]'); if (el) { if (el.onclick) { el.onclick(); } else if (el.click) { el.click(); } } } }); </script> <ul class="list list--links list--inline inc__ta-right"> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://www.tate.org.uk/about-us/policies-and-procedures/website-terms-use/cookie-policy">Privacy & cookies</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/termsandconditions.html">T&Cs</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://www.tate.org.uk/about-us/accessibility-statement">Accessibility</a> </li> </ul> <style> /* Workaround for the Homepage banner height for bigger devices than Full HD */ .pt_home .homepage-carousel-wrapper .banner-container { max-height: none; } </style> </div> </div> </div> </div> </div> </footer> <!-- ****** FOOTER END ******--> <!--[if gte IE 9 | !IE]><!--> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/lib/jquery/jquery-3.3.1.min.js" type="text/javascript"></script> <!--<![endif]--> <!--[if IE 9]> <script src="//cdn.rawgit.com/paulirish/matchMedia.js/master/matchMedia.js" type="text/javascript"></script> <script src="//cdn.rawgit.com/paulirish/matchMedia.js/master/matchMedia.addListener.js" type="text/javascript"></script> <![endif]--> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/lib/jquery/ui/jquery-ui.min.js" type="text/javascript"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/lib/jquery/jquery.jcarousel.min.js" type="text/javascript"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/lib/jquery/jquery.validate.min.js" type="text/javascript"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/lib/jquery/jquery.zoom.min.js"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/lib/jquery/jquery.colorbox-min.js"></script> <script type="text/javascript"> (function(){ window.Constants = {"AVAIL_STATUS_IN_STOCK":"IN_STOCK","AVAIL_STATUS_PREORDER":"PREORDER","AVAIL_STATUS_BACKORDER":"BACKORDER","AVAIL_STATUS_NOT_AVAILABLE":"NOT_AVAILABLE"}; window.Resources = {"I_AGREE":"I agree","CLOSE":"Close","NO_THANKS":"No, thanks","OK":"OK","ARE_YOU_HUMAN":"Please confirm you are not a robot","FEW_FAILED_LOGIN_ATTEMPTS":"There seems to have been a few failed attempts to access your account","CONFIRM":"Confirm","COOKIE_WARNING_TITLE":"We use cookies to make our website work more efficiently, to provide you with more personalised services or advertising to you, and to analyse traffic on our website.","COOKIE_WARNING_MESSAGE1":"For more information on how we use cookies and how to manage cookies on your device, please read our","COOKIE_WARNING_MESSAGE2":"Please click below to accept the use of our cookies.","COOKIE_WARNING_ANCHOR_TEXT":"Cookies Policy","COOKIE_WARNING_BUTTON_TEXT":"Accept cookies","SHOW_DETAILS":"Show details","HIDE_DETAILS":"Hide details","COOKIE_PAGE_URL":"https://www.tate.org.uk/about-us/policies-and-procedures/website-terms-use/cookie-policy","QUANTITY":"Quantity","PLUS":"plus","MINUS":"minus","SHIP_QualifiesFor":"shipment.qualifiesfor","CC_LOAD_ERROR":"billing.creditcardloaderror","COULD_NOT_SAVE_ADDRESS":"multishippingaddresses.couldnotsaveaddress","ENTER_ADDRESS":"Enter delivery details","COLLECTION_DETAILS":"Collection details","RECIPIENTS_DETAILS":"Recipient's delivery details","ENTER_DETAILS":"Enter Your Details","MEMBERSHIP_DETAILS":"Membership details","PATRON_DETAILS":"Patron details","WE_NEED_YOUR_ADDRESS":"We need your address to send your welcome pack and Tate ETC magazine","WE_NEED_YOUR_ADDRESS_COANY":"We need your address to send your Tate ETC magazine","WE_NEED_YOUR_ADDRESS_GIFT_MEM":"We need your address for billing and to send recipients Membership Welcome pack for you to give to them","WE_NEED_YOUR_ADDRESS_GIFT_RECIP":"We need your address for our Membership billing records<br>We will despatch the Membership Welcome pack directly to the address you have provided for the Recipient","WE_NEED_YOUR_ADDRESS_PATRONAGE":"We need your address to send your welcome pack and Tate ETC magazine. We will also send you emails updating you on our programme.","CLICK_AND_COLLECT":"Click & Collect","CLICK_AND_COLLECT_FREE":"FREE","CARD_VISA":"Visa","CARD_JCB":"JCB","CARD_AMEX":"Amex","CARD_MASTERCARD":"Mastercard","CARD_DISCOVER":"Discover","CARD_DINERSCLUB":"DinersClub","CARD_VISAELECTRON":"VisaElectron","CARD_MAESTRO":"Maestro","CARD_DANKORT":"Dankort","CARD_NUMBER_IS_INVALID":"The card number entered is invalid","SECURITY_CODE_IS_INVALID":"The security code is invalid","EXPIRY_DATE_MUST_BE_IN_FUTURE":"'Expiry month' and 'Expiry year' together must be a date in the future","OWNER_NAME_CANNOT_EXCEED_30_CHR":"'Card holder' name cannot exceed thirty (30) characters","OWNER_NAME_CANNOT_BE_EMPTY":"'Card holder' name cannot be empty","LOOK_UP_NEW_ADDRESS":"Look up new address","REDEEM_ANOTHER_CERTIFICATE":"Redeem another gift certificate","ONLY_UK_DELIVERY":"One or more items in your basket is UK only delivery","SELECT_AN_ADDRESS":"Select an address","COUNTRY_RESTRICTED":"Some items cannot be delivered to this country. Please remove from your <a href=\"https://shop.tate.org.uk/basket\">basket</a> or update delivery address to proceed.","REG_ADDR_ERROR":"Could not load address","BONUS_PRODUCT":"Bonus product","BONUS_PRODUCTS":"Bonus products","SELECT_BONUS_PRODUCTS":"Select bonus products","SELECT_BONUS_PRODUCT":"product.selectbonusproduct","BONUS_PRODUCT_MAX":"The maximum number of bonus products has been selected. Please remove one in order to add additional bonus products.","BONUS_PRODUCT_TOOMANY":"You have selected too many bonus products. Please change the quantity.","SIMPLE_SEARCH":"Enter keyword or item no.","SUBSCRIBE_EMAIL_DEFAULT":"Email address","CURRENCY_SYMBOL":"拢","MISSINGVAL":"Please enter {0}","SERVER_ERROR":"Server connection failed!","MISSING_LIB":"jQuery is undefined.","BAD_RESPONSE":"Bad response - parser error!","INVALID_PHONE":"Please specify a valid phone number.","REMOVE":"Remove","QTY":"Qty","EMPTY_IMG_ALT":"Remove","COMPARE_BUTTON_LABEL":"Compare items","COMPARE_CONFIRMATION":"This will remove the first product added for comparison. Is that OK?","COMPARE_REMOVE_FAIL":"Unable to remove item from list","COMPARE_ADD_FAIL":"Unable to add item to list","ADD_TO_CART_FAIL":"Unable to add item '{0}' to basket","REGISTRY_SEARCH_ADVANCED_CLOSE":"Close advanced aearch","GIFT_CERT_INVALID":"Invalid gift certificate code.","GIFT_CERT_BALANCE":"Your current gift certificate balance is","GIFT_CERT_AMOUNT_INVALID":"Gift certificate can only be purchased with a minimum of £5 and maximum of £250","GIFT_CERT_MISSING":"Please enter a gift certificate code.","INVALID_OWNER":"billing.ownerparseerror","COUPON_CODE_MISSING":"Please enter a promo code.","COOKIES_DISABLED":"Your browser is currently not set to accept cookies. Please turn this functionality on or check if you have another program set to block cookies.","BML_AGREE_TO_TERMS":"You must agree to the terms and conditions","CHAR_LIMIT_MSG":"Characters remaining [ {0} ]","CONFIRM_DELETE":"Do you want to remove this {0}?","CANNOT_EDIT_ADDRESS":"Service down, you cannot currently edit this address","TITLE_GIFTREGISTRY":"gift registry","TITLE_ADDRESS":"address","TITLE_CREDITCARD":"credit card","SERVER_CONNECTION_ERROR":"Server connection failed!","IN_STOCK_DATE":"The expected in-stock date is {0}.","ITEM_STATUS_NOTAVAILABLE":"This item is currently not available.","INIFINITESCROLL":"Show all","STORE_NEAR_YOU":"What's available at a store near you","SELECT_STORE":"Select store","SELECTED_STORE":"Selected store","PREFERRED_STORE":"Preferred store","SET_PREFERRED_STORE":"Set preferred store","ENTER_ZIP":"Enter ZIP code","INVALID_ZIP":"Please enter a valid ZIP code","SEARCH":"Search","CHANGE_LOCATION":"Change location","CONTINUE_WITH_STORE":"Continue with preferred store","CONTINUE":"Continue","SEE_MORE":"See More stores","SEE_LESS":"See Fewer stores","QUICK_VIEW":"Quick view","QUICK_VIEW_POPUP":"Product quick view","TLS_WARNING":"We value your security!<br/>We detected that you are using an outdated browser.<br/>Update you browser to continue a secure shopping experience.","VALIDATE_REQUIRED":"This field is required.","VALIDATE_REMOTE":"Please fix this field.","VALIDATE_EMAIL":"Please enter a valid email address.","VALIDATE_URL":"Please enter a valid URL.","VALIDATE_DATE":"Please enter a valid date.","VALIDATE_DATEISO":"Please enter a valid date ( ISO ).","VALIDATE_NUMBER":"Please enter a valid number.","VALIDATE_DIGITS":"Please enter only digits.","VALIDATE_CREDITCARD":"Please enter a valid credit card number.","VALIDATE_EQUALTO":"Please enter the same value again.","VALIDATE_EMAIL_MATCH":"Email address doesn't match","VALIDATE_MAXLENGTH":"Please enter no more than {0} characters.","VALIDATE_MINLENGTH":"Please enter at least {0} characters.","VALIDATE_RANGELENGTH":"Please enter a value between {0} and {1} characters long.","VALIDATE_RANGE":"Please enter a value between {0} and {1}.","VALIDATE_MAX":"Please enter a value less than or equal to {0}.","VALIDATE_MIN":"Please enter a value greater than or equal to {0}.","VALIDATE_POSTCODE":"Please enter your postcode","VALIDATE_LATIN":"Sorry, we can only accept Latin alphanumeric characters at the moment","VALIDATE_TAT_PHONE":"Invalid phone number","VALIDATE_MEMBERSHIP_ID":"Please enter a valid Membership ID","VALIDATE_PID_COUNTRY":"PID is required for this country","PASSWORD_NOT_MATCH":"Password does not match","ENTER_ONLY_DIGITS":"Please enter only digits","ENTER_EIGHT_DIGITS":"Please enter 8 digits","FILL_EACH_FIELDS":"Please enter 2 digits in each field","VALIDATE_ADDRESS":"You can't select this address","VALIDATE_PO_BOX":"We are unable to deliver to a PO Box address","VALIDATE_ADDRESS_SPECIAL_CHARS":"We are unable to deliver to this address","VERIFICATION_EMAIL_OK":"New verification email was sent.","VERIFICATION_EMAIL_FAIL":"Something went wrong, please try again.","U25_GOOGLE_LOGIN":"Log in with Google","U25_FACEBOOK_LOGIN":"Log in with Facebook","U25_GOOGLE_REGISTER":"Sign up with Google","U25_FACEBOOK_REGISTER":"Sign up with Facebook","ADD_TO_MEMBERSHIP":"Add to membership","SELECT":"Select","SELECTED":"Selected","ADD":"Add","ADDED":"Added","CARD_HOLDERS_VALIDATION":"We can only print 50 characters on the card. You have used {3}. Please adjust your input","THANK_YOU":"Thank you","SKIP_FIELDS_ERROR":"Please fill either all {0} fields or none","GIFT_AID_YES":"Add to basket with Gift Aid","GIFT_AID_NO":"Add to basket without Gift Aid","REPLACEMENT_CARD_ORDERED":"Your replacement card has been re-issued.","REPLACEMENT_CARD_ORDER_FAIL":"Sorry, your replacement card could not be ordered. Please try again","MOBILE_MEMBERSHIP_DOWNLOAD_ERROR":"There has been an error downloading your membership, please try again later","INSTALLMENT_AMOUNT_PER_MONTH":"/month <br> For 12 months","RENEW_BUTTON":"Renew your membership","RENEW_BUTTON_MOBILE":"Renew","MOBILE_COLLECTIVE_DOWNLOAD_ERROR":"There has been an error downloading your collective card, please try again later","DONATION_SELECTAMOUNT":"Donation - Select amount","DONATION_URL":"/donation","ALL_DAY":"All day","MOBILE_TICKET_DOWNLOAD_ERROR":"There has been an error downloading your ticket, please try again later","ETC_GTM_TITLE":"Tate Etc. Magazine","ADD_TO_BASKET":"Add to basket","ADD_TO_BASKET_WITHOUT_DONATION":"Add to basket without donation","PLEASE_SELECT_YOUR_ADDRESS":"Please select your address","UPDATE":"Update","NEWSLETTER_UPDATED":"Updated","MEMBERPREF_UPDATED":"Updated","COUPON_MESSAGE":"Please note this is for promotional codes only and not Tate gift certificates","APPLY_COUPON":"Apply","COUPON_APPLIED":"Promo code applied","COUPON_ERROR":"Promo code cannot be applied","SPECIAL_PREFIX":"pcd","COLLECTIVE_OPTION_ID":"","ENTER_PROMO_CODE":"Enter promo code","ENTER_TICKETS_QTY_FOR":"Enter tickets qty for","GIFT_CERT_MIN_AMOUNT":5,"GIFT_CERT_MAX_AMOUNT":250,"VIEW":"View","VIEW_32":"View 32","REFINEMENT_BUTTON":"Refined by","LOW_STOCK_WARNING_VALUE":8,"LOW_STOCK_WARNING_MESSAGE":"Last few remaining","ADDDED_TO_BASKET":"Added to basket","MAX_QTY_PDP":30,"NO_SEARCH_HITS":"No matches were found, please search for something else","REMOVE_FROM_WISHLIST":"Remove from wishlist","ADD_TO_WISHLIST":"Add to wishlist","REMOVED_FROM_WISHLIST":"Product removed from wishlist","ADDED_TO_WISHLIST":"Product added to wishlist","DIALOG_TITLE":"Enter delivery details","DELIVERY_FREE":"FREE","GIFT_WRAP_UPDATE":"Update","GIFT_WRAP_UPDATED":"Updated","MODAL_MSG":"To add your product to a wishlist please log in or create an account","ONLY_HAVE":"Sorry, we only have","IN_STOCK":"In stock","NOT_ENOUGHT_TICKETS":"We don't have enough tickets available for this entry time","WE_REDUCE_QUANTITY":"We've reduced the quantity but you may wish to choose another time","SEARCH_REFINEMENTS_CLEARED":"Your search refinements have been cleared","PASSWORD_WEAK":"Weak","PASSWORD_AVERAGE":"Average","PASSWORD_STRONG":"Strong","PASSWORD_EXCELLENT":"Excellent","US_COUNTY":"State","CA_COUNTY":"Province","AU_COUNTY":"State","GB_COUNTY":"County","QTY_IN_STOCK":"{0} item(s) in stock","PREORDER":"Pre-order","QTY_PREORDER":"{0} item(s) are available for pre-order.","REMAIN_PREORDER":"The remaining items are available for pre-order.","BACKORDER":"Back order","QTY_BACKORDER":"Back order {0} item(s)","REMAIN_BACKORDER":"The remaining items are available on back order.","NOT_AVAILABLE":"This item is currently not available.","REMAIN_NOT_AVAILABLE":"The remaining items are currently not available. Please adjust the quantity."}; window.Urls = {"appResources":"/on/demandware.store/Sites-tate-Site/default/Resources-Load","pageInclude":"/on/demandware.store/Sites-tate-Site/default/Page-Include","continueUrl":"https://shop.tate.org.uk/search","staticPath":"/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/","addGiftCert":"/giftcertpurchase","minicartGC":"/on/demandware.store/Sites-tate-Site/default/GiftCert-ShowMiniCart","addProduct":"/on/demandware.store/Sites-tate-Site/default/Cart-AddProduct","minicart":"/on/demandware.store/Sites-tate-Site/default/Cart-MiniAddProduct","cartShow":"/basket","giftRegAdd":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Address-GetAddressDetails?addressID=","paymentsList":"https://shop.tate.org.uk/wallet","addressesList":"https://shop.tate.org.uk/addressbook","wishlistShow":"https://shop.tate.org.uk/wishlist","wishlistAddress":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Wishlist-SetShippingAddress","wishlistAdd":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Wishlist-Add","wishlistRemove":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Wishlist-Remove","wishlistLoginRegisterModal":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Wishlist-RegisterLoginModal","wishlistAddProductToCart":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Wishlist-AddProductToCart","wishlistUpdateQTY":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Wishlist-UpdateListItemQuantity","deleteAddress":"/on/demandware.store/Sites-tate-Site/default/Address-Delete","getProductUrl":"/on/demandware.store/Sites-tate-Site/default/Product-Show","getBonusProducts":"/on/demandware.store/Sites-tate-Site/default/Product-GetBonusProducts","addBonusProduct":"/on/demandware.store/Sites-tate-Site/default/Cart-AddBonusProduct","getSetItem":"/on/demandware.store/Sites-tate-Site/default/Product-GetSetItem","productDetail":"/on/demandware.store/Sites-tate-Site/default/Product-Detail","getAvailability":"/on/demandware.store/Sites-tate-Site/default/Product-GetAvailability","removeImg":"/on/demandware.static/Sites-tate-Site/-/default/dwd2d156cc/images/icon_remove.gif","searchsuggest":"/on/demandware.store/Sites-tate-Site/default/Search-GetSuggestions","productNav":"/on/demandware.store/Sites-tate-Site/default/Product-Productnav","summaryRefreshURL":"/on/demandware.store/Sites-tate-Site/default/COBilling-UpdateSummary","billingSelectCC":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COBilling-SelectCreditCard","updateAddressDetails":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-UpdateAddressDetails","updateAddressDetailsBilling":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COBilling-UpdateAddressDetails","shippingMethodsJSON":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-GetApplicableShippingMethodsJSON","shippingMethodsList":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-UpdateShippingMethodList","selectShippingMethodsList":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-SelectShippingMethod","changeShippingMethod":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-ChangeShippingMethod","updateSingleGiftWrap":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-UpdateSingleGiftWrap","updateGiftWrapMultishipping":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShippingMultiple-UpdateSingleGiftWrap","shopShippingMethodChange":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShippingMultiple-OnChangeShopProductShippingMethod","resetPaymentForms":"/on/demandware.store/Sites-tate-Site/default/COBilling-ResetPaymentForms","compareShow":"/compare","compareAdd":"/on/demandware.store/Sites-tate-Site/default/Compare-AddProduct","compareRemove":"/on/demandware.store/Sites-tate-Site/default/Compare-RemoveProduct","compareEmptyImage":"/on/demandware.static/Sites-tate-Site/-/default/dw7d30ad78/images/comparewidgetempty.png","giftCardCheckBalance":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COBilling-GetGiftCertificateBalance","redeemGiftCert":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COBilling-RedeemGiftCertificateJson","isSessionAvailable":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COBilling-IsSessionAvailable","addCoupon":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Cart-AddCouponJson","storesInventory":"/on/demandware.store/Sites-tate-Site/default/StoreInventory-Inventory","setPreferredStore":"/on/demandware.store/Sites-tate-Site/default/StoreInventory-SetPreferredStore","getPreferredStore":"/on/demandware.store/Sites-tate-Site/default/StoreInventory-GetPreferredStore","setStorePickup":"/on/demandware.store/Sites-tate-Site/default/StoreInventory-SetStore","setZipCode":"/on/demandware.store/Sites-tate-Site/default/StoreInventory-SetZipCode","getZipCode":"/on/demandware.store/Sites-tate-Site/default/StoreInventory-GetZipCode","billing":"/billing","setSessionCurrency":"/on/demandware.store/Sites-tate-Site/default/Currency-SetSessionCurrency","addEditAddress":"/on/demandware.store/Sites-tate-Site/default/COShippingMultiple-AddEditAddressJSON","cookieHint":"/on/demandware.store/Sites-tate-Site/default/Page-Show?cid=cookie_hint","rateLimiterReset":"/on/demandware.store/Sites-tate-Site/default/RateLimiter-HideCaptcha","csrffailed":"/on/demandware.store/Sites-tate-Site/default/CSRF-Failed","membershipOptions":"/on/demandware.store/Sites-tate-Site/default/Membership-Options","saveToSession":"/on/demandware.store/Sites-tate-Site/default/Membership-SaveToSession","saveToSessionV2":"/on/demandware.store/Sites-tate-Site/default/MembershipV2-SaveToSession","deleteProduct":"/on/demandware.store/Sites-tate-Site/default/Cart-DeleteProduct","updateQuantity":"/on/demandware.store/Sites-tate-Site/default/Cart-UpdateOptionQuantity","updateShopProductQuantity":"/on/demandware.store/Sites-tate-Site/default/Cart-UpdateShopProductQuantity","updateGuideQuantity":"/on/demandware.store/Sites-tate-Site/default/Cart-UpdateGuideQuantity","myAccount":"/account","updateDisabledCompanion":"/on/demandware.store/Sites-tate-Site/default/Cart-UpdateDisabledCompanionTicket","handleQuestionAnswer":"/on/demandware.store/Sites-tate-Site/default/Membership-HandleQuestionAnswer","updatePaginationCount":"/search","showMembership":"/membership","cardHolders":"/membership/cardholders","membershipProcess":"/on/demandware.store/Sites-tate-Site/default/MembershipV2-Process","replacementCard":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Account-ReIssueMembershipCard","contactUs":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/CustomerService-Submit","updateShippingPrice":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-UpdateShippingPrice","transformTickets":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COBilling-TransformTickets","getTateExhibitions":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COSummary-GetTateExhibitions","getMembershipRecipietData":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-GetGiftMembershipRecipientData","getCustomerData":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-GetCustomerData","accountMemberPrefs":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Account-MemberPrefs","checkCountryRestriction":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-GetProductsThatRestrictCountry","hasRestrictedProducts":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-HasRestrictedProducts","countriesOfRestrictedProductsOnly":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-GetCountriesOfBasketWithRestrictedProductsOnly","membershipProductJsonData":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/MembershipV2-ProductJsonData","updateMembershipPaymentOption":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COBilling-UpdateMembershipPaymentOption","RenderMembershipGiftSection":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/MembershipV2-RenderMembershipGiftSection","getMembershipSummaryDescription":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/MembershipV2-GetMembershipSummaryDescription","getHeroBannerCustomerData":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/MembershipV2-GetHeroBannerCustomerData","RenderExhibitionsByQuery":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/MembershipV2-RenderExhibitionsByQuery","saveGiftAid":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Account-SaveGiftAid","cancelTicketsModal":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Account-CancelTicketsModal","cancelTickets":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Account-CancelTickets","cancelTicketsPageCancel":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Account-CancelTicketsPageCancel","updateNewsletterCheckbox":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COBilling-UpdateNewsletterCheckbox","getABTastyScript":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/JSSnippets-GetABTastyScript","getTicketsNumbers":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/QuickTicketSales-GetTickets","registerModal":"https://shop.tate.org.uk/login?modal=true","sessionLogin":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COBilling-SessionLogin","passwordModal":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Account-ShowPasswordModal","setOptionsForCounty":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COShipping-OptionsForCounty","checkoutLoginModal":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COCustomer-StartModal?modal=true","orderConfirmationRequests":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COSummary-orderConfirmationRequests","orderConfirmationRequests2":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/COSummary-orderConfirmationRequests2","alignBasket":"https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/Cart-AlignBasket"}; window.SitePreferences = {"LISTING_INFINITE_SCROLL":false,"LISTING_REFINE_SORT":true,"STORE_PICKUP":true,"CHECK_TLS":false,"WP_ENABLE_CLIENT_SIDE_ENCRYPTION":false,"WP_CSE_PUBLIC_KEY":"1#10001#872711975070abd16933eb744b36746123bfe8e75cecb3329e754e00b081eef294f47f0a5c60a22b00b9eb80677378adfe4787c19ae00705985aeeaac2a60109af492789070eb9d42a4c4dcba966d8c39f6d0129f55e856a773e6e5988845e9c383a14f9d79a1a3eacaa40d33a77b310fce3b87b62c78211150c8351dfa77a996084ae3327a0caec7a282afcf1a0ec4789afddc0eb566cf53724530e6e2b8a0020c42faf18c8ac3ae656863617676063c52f57704a210bec387f8ae9d8db2aa68cc3ac320354c99c9bc9a02396a463a24de7ac63e51e971497e5a3c93039224d2329dab0726532ccdcf8fcd65ac26e710d11965c3d617e08fa5ae28459216081","TICKET_MORE_OPTIONS":["26","89","90","80","135","81","58","59","77","67","68"],"TICKET_SUPPRESSION":["11","12"],"TICKET_GIFT_AID_EXEMPT":["13","14","16","20","21","22","23","26","27","28","29","30","31","32","33","35","36","47","48","49","50","51","52","53","54","55","56","57","58","59","60","61","62","63","64","65","66","67","68","69","70","71","72","77","80","81","89","90","98","99","100","101","102","103","104","105","106","107","108","109","114","118","126","127","128","129","133","134","135","153","154","155","156","177","180","181","182","184","185","179","186","187","192","193","194","195","196","197","198","199","201","202","203","204","205","206","207","209","211","212","37","130","131","213","214","215","25","218","219","220","221","222","223","224","225","226","227","229","230","231","232","233","234","235","236","237","238","239","240","241","242","243","245","246","247","248","249","254","255","256","257","258","259","260","261","262","263","265","266","268","270","269","271","275","276","277","278","279","283","284","282","285","288","289","290","291","292","293","294","295","296","297","298","299","300","303","304","305","306","309","317","322","323","324","325","326","327","319","320","321","328","151","330","335","336","399"],"GTM_VIRTUAL_PAGES":{"/membership/options?pid=gift-membership":{"pipelineName":"Membership-ProductOptions","params":{"pid":"gift-membership"},"title":"Gift Membership - Extras"},"/on/demandware.store/Sites-tate-Site/default/Membership-CardHolders?pid=gift-membership":{"pipelineName":"Membership-CardHolders","params":{"pid":"gift-membership"},"title":"Gift Membership - CardHolders"},"/ticket/time":{"pipelineName":"Ticket-SelectEntryTime","params":{},"title":"Ticket - Select a time"},"/ticket/options":{"pipelineName":"Ticket-SelectTickets","params":{},"title":"Ticket - Select a ticket"},"/ticket/donation":{"pipelineName":"Ticket-Donations","params":{},"title":"Ticket - Donation"},"/membership/options":{"pipelineName":"Membership-ProductOptions","params":{},"title":"Membership - Extras"},"/on/demandware.store/Sites-tate-Site/default/Membership-CardHolders":{"pipelineName":"Membership-CardHolders","params":{},"title":"Membership - Cardholders"},"/on/demandware.store/Sites-tate-Site/default/Membership-GiftAid":{"pipelineName":"Membership-GiftAid","params":{},"title":"Membership - Gift Aid"},"/on/demandware.store/Sites-tate-Site/default/Membership-GiftRecipient":{"pipelineName":"Membership-GiftRecipient","params":{},"title":"Gift Membership - Set up"},"/on/demandware.store/Sites-tate-Site/default/Membership-Renew":{"pipelineName":"Membership-Renew","params":{},"title":"Renew Membership - Select type"},"/on/demandware.store/Sites-tate-Site/default/Membership-Upgrade":{"pipelineName":"Membership-Upgrade","params":{},"title":"Membership - Upgrade"},"/on/demandware.store/Sites-tate-Site/default/Membership-GiftAid?pid=patronage":{"pipelineName":"Membership-GiftAid","params":{"pid":"patronage"},"title":"Patronage - Gift Aid"}},"GTM_DATA_EVENTS_LABELS":{"patronage-pyo":{"type":"patYoung","more":"patFomY"},"patronage-psi":{"type":"patSilver","more":"patFomS"},"patronage-pgo":{"type":"patGold","more":"patFomG"},"patronage-ppl":{"type":"patPlatinum","more":"patFomP"},"membership-M":{"type":"memSingle"},"membership-G":{"type":"memGuest"},"membership-D":{"type":"memTwo"},"gift-membership-M":{"type":"memSingle"},"gift-membership-G":{"type":"memGuest"},"gift-membership-D":{"type":"memTwo"},"1year":{"type":"etcOneYear"},"2year":{"type":"etcTwoYear"},"LPV-2":{"type":"addPrivate"},"LPO-2":{"type":"addLiverpool"},"SIPO-2":{"type":"addStIves"}},"KIOSK_REDIRECT":{"/membership-redirect":"/membership"},"REMOVED_SHIPPING_COUNTRIES":{"countryCodes":["RU","BE","BG","CZ","DK","EE","EL","ES","HR","IT","CY","LV","LT","LU","HU","MT","PL","PT","RO","SI","SK","FI","SE","AF","CF","IR","LR","ML","KP","SO","SD","SS","SY","YE"]},"TICKET_MAX_PURCHASE_LIMIT":9,"ENABLE_AB_TASTY":true,"CUSTOM_PRINTS_DELIVERY_MESSAGE_INTERVAL":3,"COUNTRIES_WITH_PID":["NO"]}; }()); </script> <script type="text/javascript"> (function(){ window.SessionAttributes = {"SHOW_CAPTCHA":null,"MEMBERSHIP_VARIANT":null,"MEMBERSHIP_OPTION":"[]","MEMBERSHIP_PAYMENT_OPTION":null,"MEMBERSHIP_GIFTAID":null,"MEMBERSHIP_PRIMARYNAME":null,"MEMBERSHIP_PRIMARY_TITLE":"","MEMBERSHIP_PRIMARY_FIRST":"","MEMBERSHIP_PRIMARY_LAST":"","MEMBERSHIP_SECONDARYNAME":null,"MEMBERSHIP_SECONDARY_TITLE":"","MEMBERSHIP_SECONDARY_FIRST":"","MEMBERSHIP_SECONDARY_LAST":"","IS_KIOSK":false,"HTTP_HOST":"shop.tate.org.uk","IS_USER_AGENT":false}; window.User = {"zip":null,"storeId":null,"IS_LOGGED":false}; }()); </script> <!-- ****** SCRIPTS ****** --> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/tate/js/modernizr.min.js"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/tate/js/TateUI.min.js"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/js/app.min.js"></script> <!-- ****** SCRIPTS END ****** --> <script>pageContext = {"title":"Product Search Results","type":"search","ns":"search"};</script> <script> var meta = "Presents as an art form: prints, books, clothing and homeware inspired by Tate art and artists"; var keywords = ""; </script> </div><!-- /page --> <div class="notification-container" id="notifications-footer"></div> <!-- Demandware Analytics code 1.0 (body_end-analytics-tracking-asynch.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ function trackPage() { try{ var trackingUrl = "https://shop.tate.org.uk/on/demandware.store/Sites-tate-Site/default/__Analytics-Start"; var dwAnalytics = dw.__dwAnalytics.getTracker(trackingUrl); if (typeof dw.ac == "undefined") { dwAnalytics.trackPageView(); } else { dw.ac.setDWAnalytics(dwAnalytics); } }catch(err) {}; } /* ]]> */ // --> </script> <script type="text/javascript" src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/internal/jscript/dwanalytics-22.2.js" async="async" onload="trackPage()"></script> <!-- Demandware Active Data (body_end-active_data.js) --> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1732519702183/internal/jscript/dwac-21.7.js" type="text/javascript" async="async"></script><!-- CQuotient Activity Tracking (body_end-cquotient.js) --> <script src="https://cdn.cquotient.com/js/v2/gretel.min.js" type="text/javascript" async="async"></script> </body> </html>