CINXE.COM

Fashion & Jewellery | 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>Fashion &amp; Jewellery | Christmas at Tate | Tate Shop | Tate</title> <link href="/on/demandware.static/Sites-tate-Site/-/default/dwca5b2f39/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="Find the perfect piece of wearable art for the fashion forward on your list at Tate Shop"/> <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/v1733038087182/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/v1733038087182/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/v1733038087182/css/pinchzoomer.min.css" /> <link rel="stylesheet" href="/on/demandware.static/Sites-tate-Site/-/default/v1733038087182/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' : 'fashion-and-jewellery-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="/fashion-3" /> </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/dw472b98e1/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/dwac971ec4/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/dw8976c4f4/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">&pound;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>&nbsp;<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 &amp; 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 &pound;25" class="" href="/christmasunder-25" title=""> Gifts under &pound;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 &amp; contemporary art" class="" href="/books/modern-and-contemporary-art" title=""> Modern &amp; 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 &amp; film" class="" href="/books/photography-and-film" title=""> Photography &amp; 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 &amp; fashion accessories" class="" href="/bags-fashion-accessories" title=""> Bags &amp; 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 &amp; apparel" class="" href="/t-shirts-apparel" title=""> T-shirts &amp; 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 &amp; textiles" class="" href="/home/cushions-and-textiles" title=""> Cushions &amp; 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 &amp; tableware" class="" href="/home/kitchen-and-tableware" title=""> Kitchen &amp; 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 &amp; Drink" class="" href="/home/food-and-drink" title=""> Food &amp; 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 &amp; games" class="" href="/jigsaws-puzzles-games" title=""> Jigsaw puzzles &amp; 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 &amp; diaries" class="" href="/stationery-calendars-diaries-1" title=""> Stationery, calendars &amp; 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/dw60751040/category-banners/AOG-24/ListBanner-6.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">Fashion and jewellery</h1> <p class="inc__ta-center category-hit-description">Elevate fashion to an art form with handmade jewellery, art inspired Dr Martens, and stylish clothing for creatives.</p> </div> </div> <div class="search-result-options search-result-top" data-cgid="fashion-and-jewellery-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&#32;of&#32; </span> <span class="total-products-count">234 </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="234">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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=32&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=64&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=96&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=128&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=32&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=224&amp;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="/fashion-3" 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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;srule=MostRelevant&amp;start=0&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;srule=PriceLowToHigh&amp;start=0&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;srule=PriceHightoLow&amp;start=0&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;srule=MostPopular&amp;start=0&amp;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&#32;of&#32; </span> <span class="total-products-count">234 </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="234">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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=32&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=64&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=96&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=128&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=32&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=224&amp;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="/fashion-3"> <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/fashion-3?prefn1=ShopArtist&amp;prefv1=Barbara%20Hepworth&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Barbara%20Hepworth&amp;prefn2=ShopProduct&amp;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 | Artist" data-label="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Bernard%20Cohen&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Bernard%20Cohen&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Bernard Cohen"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Bernard Cohen (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Bob%20and%20Roberta%20Smith&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Bob%20and%20Roberta%20Smith&amp;prefn2=ShopProduct&amp;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 (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Carlos%20Cruz-Diez&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Carlos%20Cruz-Diez&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Chila%20Kumari%20Singh%20Burman&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Chila%20Kumari%20Singh%20Burman&amp;prefn2=ShopProduct&amp;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 (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/fashion-3?prefn1=ShopArtist&amp;prefv1=David%20Bomberg&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=David%20Bomberg&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:David Bomberg"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">David Bomberg (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/fashion-3?prefn1=ShopArtist&amp;prefv1=David%20Hockney&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=David%20Hockney&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:David Hockney"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">David Hockney (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/fashion-3?prefn1=ShopArtist&amp;prefv1=David%20Shrigley&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=David%20Shrigley&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:David Shrigley"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">David Shrigley (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Eduardo%20Kac&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Eduardo%20Kac&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Eduardo Kac"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Eduardo Kac (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Fran%C3%A7ois%20Morellet&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Fran%C3%A7ois%20Morellet&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Fran&ccedil;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Grayson%20Perry&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Grayson%20Perry&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Guerrilla%20Girls&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Guerrilla%20Girls&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Guerrilla Girls"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Guerrilla Girls (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Henri%20Matisse&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Henri%20Matisse&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Henri Matisse"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Henri Matisse (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Hilma%20af%20Klint&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Hilma%20af%20Klint&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Hilma af Klint"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Hilma af Klint (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Ithell%20Colquhoun&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Ithell%20Colquhoun&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Ithell Colquhoun"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Ithell Colquhoun (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Jean%20Spencer&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Jean%20Spencer&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Jean Spencer"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Jean Spencer (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Joan%20Mir%C3%B3&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Joan%20Mir%C3%B3&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Joan Mir&oacute;"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Joan Mir贸 (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/fashion-3?prefn1=ShopArtist&amp;prefv1=John%20Singer%20Sargent&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=John%20Singer%20Sargent&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:John Singer Sargent"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">John Singer Sargent (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Kangan%20Arora&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Kangan%20Arora&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Kangan Arora"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Kangan Arora (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Louise%20Bourgeois&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Louise%20Bourgeois&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Marc%20Chaghall&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Marc%20Chaghall&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Marina%20Apollonio&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Marina%20Apollonio&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Marina Apollonio"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Marina Apollonio (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Marlow%20Moss&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Marlow%20Moss&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Martin%20Parr&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Martin%20Parr&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Morris%20Louis&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Morris%20Louis&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Norman%20Adams&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Norman%20Adams&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Norman Adams"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Norman Adams (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Patrick%20Heron&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Patrick%20Heron&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Philip%20Guston&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Philip%20Guston&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Philip Guston"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Philip Guston (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Piet%20Mondrian&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Piet%20Mondrian&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Piet Mondrian"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Piet Mondrian (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Ren%C3%A9%20Magritte&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Ren%C3%A9%20Magritte&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Ren&eacute; Magritte"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Ren茅 Magritte (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Rene%20Mati%C4%87&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Rene%20Mati%C4%87&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Rene Mati膰"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Rene Mati膰 (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Roy%20Lichtenstein&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Roy%20Lichtenstein&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Samia%20Halaby&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Samia%20Halaby&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Samia Halaby"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Samia Halaby (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Sarah%20Lucas&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Sarah%20Lucas&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Sarah Lucas"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Sarah Lucas (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Suzanne%20Treister&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Suzanne%20Treister&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Suzanne Treister"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Suzanne Treister (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Terry%20Frost&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Terry%20Frost&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Thomas%20Lowinsky&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Thomas%20Lowinsky&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Thomas Lowinsky"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Thomas Lowinsky (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Winifred%20Nicholson&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Winifred%20Nicholson&amp;prefn2=ShopProduct&amp;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/fashion-3?prefn1=ShopArtist&amp;prefv1=Wolfgang%20Tillmans&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Wolfgang%20Tillmans&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Wolfgang Tillmans"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Wolfgang Tillmans (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/fashion-3?prefn1=ShopArtist&amp;prefv1=Yayoi%20Kusama&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopArtist&amp;prefv1=Yayoi%20Kusama&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Yayoi Kusama"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Yayoi Kusama (3)</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="/fashion-3"> <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/fashion-3?prefn1=ShopDesigner&amp;prefv1=Ally%20Capellino&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopDesigner&amp;prefv1=Ally%20Capellino&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Ally Capellino"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Ally Capellino (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 | Designer" data-label="https://shop.tate.org.uk/fashion-3?prefn1=ShopDesigner&amp;prefv1=Chatty%20Feet&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopDesigner&amp;prefv1=Chatty%20Feet&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Chatty Feet"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Chatty Feet (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/fashion-3?prefn1=ShopDesigner&amp;prefv1=Dorothy%20x%20Tate&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopDesigner&amp;prefv1=Dorothy%20x%20Tate&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Dorothy x Tate"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Dorothy x Tate (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/fashion-3?prefn1=ShopDesigner&amp;prefv1=Kate%20Rowland&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopDesigner&amp;prefv1=Kate%20Rowland&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Kate Rowland"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Kate Rowland (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/fashion-3?prefn1=ShopDesigner&amp;prefv1=Kemi%20Telford&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopDesigner&amp;prefv1=Kemi%20Telford&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Kemi Telford"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Kemi Telford (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="/fashion-3"> <i class="icon btn__icon icon--chevron-down"></i> Exhibition </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 | Exhibition" data-label="https://shop.tate.org.uk/fashion-3?prefn1=ShopExhibition&amp;prefv1=David%20Hockney&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopExhibition&amp;prefv1=David%20Hockney&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:David Hockney"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">David Hockney (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/fashion-3?prefn1=ShopExhibition&amp;prefv1=Electric%20dreams%3A%20Art%20and%20Technology%20before%20the%20Internet&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopExhibition&amp;prefv1=Electric%20dreams%3A%20Art%20and%20Technology%20before%20the%20Internet&amp;prefn2=ShopProduct&amp;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 (19)</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/fashion-3?prefn1=ShopExhibition&amp;prefv1=Women%20in%20Revolt%21&amp;prefn2=ShopProduct&amp;prefv2=true" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopExhibition&amp;prefv1=Women%20in%20Revolt%21&amp;prefn2=ShopProduct&amp;prefv2=true" title="Refine by:Women in Revolt!"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Women in Revolt! (2)</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="/fashion-3"> <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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Badges" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Bags" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Bags" title="Refine by:Bags"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Bags (34)</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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Boots" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Bracelets" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Bracelets" title="Refine by:Bracelets"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Bracelets (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 | Product" data-label="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Brooches" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Brooches" title="Refine by:Brooches"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Brooches (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Caps" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Card%20holders" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Card%20holders" title="Refine by:Card holders"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Card holders (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Clothing" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Clothing" title="Refine by:Clothing"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Clothing (27)</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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Craft%20kits" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Craft%20kits" title="Refine by:Craft kits"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Craft kits (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Custom%20print%20clothing" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;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 (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Earrings" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Earrings" title="Refine by:Earrings"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Earrings (60)</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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Hair%20accessories" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Hair%20accessories" title="Refine by:Hair accessories"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Hair accessories (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Handkerchiefs%20and%20pocket%20squares" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;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 (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Hats" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Hats" title="Refine by:Hats"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Hats (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Jewellery" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Jewellery" title="Refine by:Jewellery"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Jewellery (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Necklace" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Necklace" title="Refine by:Necklace"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Necklace (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Necklaces" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Necklaces" title="Refine by:Necklaces"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Necklaces (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 | Product" data-label="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Pouches" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Pouches" title="Refine by:Pouches"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Pouches (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Purses%20%26%20wallets" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Purses%20%26%20wallets" title="Refine by:Purses &amp; wallets"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Purses & wallets (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Rings" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Rings" title="Refine by:Rings"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Rings (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 | Product" data-label="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Scarves" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Scarves" title="Refine by:Scarves"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Scarves (20)</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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Socks" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Socks" title="Refine by:Socks"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Socks (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Sunglasses" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Sunglasses" title="Refine by:Sunglasses"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Sunglasses (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Wallets" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Wallets" title="Refine by:Wallets"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Wallets (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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Zip%20pockets" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;prefn2=ShopProductType&amp;prefv2=Zip%20pockets" title="Refine by:Zip pockets"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">Zip pockets (3)</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="/fashion-3"> <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 - &pound;19.99" data-pmax="19.0" data-pmin="0.0" data-decimalmark="." title="Refine by price: 5 - &pound;19.99" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;pmin=0.00&amp;pmax=19.00"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">&pound;5 - &pound;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 - &pound;49.99" data-pmax="49.0" data-pmin="19.0" data-decimalmark="." title="Refine by price: 20 - &pound;49.99" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;pmin=19.00&amp;pmax=49.00"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">&pound;20 - &pound;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 - &pound;99.99" data-pmax="99.0" data-pmin="49.0" data-decimalmark="." title="Refine by price: 50 - &pound;99.99" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;pmin=49.00&amp;pmax=99.00"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">&pound;50 - &pound;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 - &pound;249.99" data-pmax="249.0" data-pmin="99.0" data-decimalmark="." title="Refine by price: 100 - &pound;249.99" href="https://shop.tate.org.uk/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;pmin=99.00&amp;pmax=249.00"> <i class="fa refinement-checkbox fa-lg"></i> <span class="refinement-option">&pound;100 - &pound;249.99</span> </a> </li> </ul> </div> <div class="refinements-panel-buttons-wrapper"> <div class="btn-row"> <a href="/fashion-3" 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: '9094', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "9094", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="9f4a919c02743e71a89a4d9590" data-itemid="9094"><!-- dwMarker="product" dwContentID="9f4a919c02743e71a89a4d9590" --> <div class="product-image"><!-- dwMarker="product" dwContentID="9f4a919c02743e71a89a4d9590" --> <a class="thumb-link inc__position-relative" href="/grayson-perry-silk-scarf/9094.html?cgid=fashion-and-jewellery-gifts" title="Grayson Perry silk scarf" data-fullga="true" data-event="card_link_image" data-label="Card Image | /grayson-perry-silk-scarf/9094.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw4906bbcf/grayson-perry-scarf-9094-front-1.jpg?sw=265" alt="Grayson Perry 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="/grayson-perry-silk-scarf/9094.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Grayson Perry silk scarf" data-fullga="true" data-event="card_link_title" data-label="Card Title | /grayson-perry-silk-scarf/9094.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Grayson Perry silk scarf</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;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: '29420', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29420", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="777a2b0bfc4a1ce00149f39aab" data-itemid="29420"><!-- dwMarker="product" dwContentID="777a2b0bfc4a1ce00149f39aab" --> <div class="product-image"><!-- dwMarker="product" dwContentID="777a2b0bfc4a1ce00149f39aab" --> <a class="thumb-link inc__position-relative" href="/purple-textured-cuff-ring/29420.html?cgid=fashion-and-jewellery-gifts" title="Purple textured cuff ring" data-fullga="true" data-event="card_link_image" data-label="Card Image | /purple-textured-cuff-ring/29420.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw29a97854/cuffring-purple-29420.jpg?sw=265" alt="Purple textured cuff ring" /> </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="/purple-textured-cuff-ring/29420.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Purple textured cuff ring" data-fullga="true" data-event="card_link_title" data-label="Card Title | /purple-textured-cuff-ring/29420.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Purple textured cuff ring</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;27 </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 = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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"> &pound;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: 'g1406', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "g1406", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="35de1590318d38dbe0ca498b36" data-itemid="g1406"><!-- dwMarker="product" dwContentID="35de1590318d38dbe0ca498b36" --> <div class="product-image"><!-- dwMarker="product" dwContentID="35de1590318d38dbe0ca498b36" --> <a class="thumb-link inc__position-relative" href="/lazy-oaf-art-block-gilet-dress/g1406.html?cgid=fashion-and-jewellery-gifts" title="Lazy Oaf Art Block gilet dress" data-fullga="true" data-event="card_link_image" data-label="Card Image | /lazy-oaf-art-block-gilet-dress/g1406.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwecb6c7bd/lazy-oaf-tate-arty-gilet-dress-g1406.jpg?sw=265" alt="Lazy Oaf Art Block gilet dress" /> </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="/lazy-oaf-art-block-gilet-dress/g1406.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Lazy Oaf Art Block gilet dress" data-fullga="true" data-event="card_link_title" data-label="Card Title | /lazy-oaf-art-block-gilet-dress/g1406.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Lazy Oaf Art Block gilet dress</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;98 </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: '28820', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "28820", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="ac999fc368c101170986934bb8" data-itemid="28820"><!-- dwMarker="product" dwContentID="ac999fc368c101170986934bb8" --> <div class="product-image"><!-- dwMarker="product" dwContentID="ac999fc368c101170986934bb8" --> <a class="thumb-link inc__position-relative" href="/pink-and-green-3d-printed-drop-earrings/28820.html?cgid=fashion-and-jewellery-gifts" title="Pink and green 3D printed drop earrings" data-fullga="true" data-event="card_link_image" data-label="Card Image | /pink-and-green-3d-printed-drop-earrings/28820.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw443acb6f/Christmas 2023/pink-green-3d-printed-drop-earrings-rentaro-nishimura-28820.jpg?sw=265" alt="Pink and green 3D printed drop earrings" /> </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="/pink-and-green-3d-printed-drop-earrings/28820.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Pink and green 3D printed drop earrings" data-fullga="true" data-event="card_link_title" data-label="Card Title | /pink-and-green-3d-printed-drop-earrings/28820.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Pink and green 3D printed drop earrings</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;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: '29501', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29501", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="e05698eaf7574d5606c5844ad0" data-itemid="29501"><!-- dwMarker="product" dwContentID="e05698eaf7574d5606c5844ad0" --> <div class="product-image"><!-- dwMarker="product" dwContentID="e05698eaf7574d5606c5844ad0" --> <a class="thumb-link inc__position-relative" href="/pink-googly-eye-string-purse/29501.html?cgid=fashion-and-jewellery-gifts" title="Pink Googly Eye string purse" data-fullga="true" data-event="card_link_image" data-label="Card Image | /pink-googly-eye-string-purse/29501.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwaa72dfa2/pink-mini-googly-eyes-leather-purse-29501-1.jpg?sw=265" alt="Pink Googly Eye string purse" /> </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="/pink-googly-eye-string-purse/29501.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Pink Googly Eye string purse" data-fullga="true" data-event="card_link_title" data-label="Card Title | /pink-googly-eye-string-purse/29501.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Pink Googly Eye string purse</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;12.50 </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: '29603', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29603", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="861b24fd31ffc1af9a4c8e8412" data-itemid="29603"><!-- dwMarker="product" dwContentID="861b24fd31ffc1af9a4c8e8412" --> <div class="product-image"><!-- dwMarker="product" dwContentID="861b24fd31ffc1af9a4c8e8412" --> <a class="thumb-link inc__position-relative" href="/grey-and-pink-tate-banner-apple-leather-card-holder/29603.html?cgid=fashion-and-jewellery-gifts" title="Grey &amp; pink Tate banner apple leather card holder" data-fullga="true" data-event="card_link_image" data-label="Card Image | /grey-and-pink-tate-banner-apple-leather-card-holder/29603.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw9e91375d/Card-holder-Grey-Pink-Banner-Been-London-29603-1.jpg?sw=265" alt="Grey &amp; pink Tate banner apple leather card holder" /> </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="/grey-and-pink-tate-banner-apple-leather-card-holder/29603.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Grey &amp; pink Tate banner apple leather card holder" data-fullga="true" data-event="card_link_title" data-label="Card Title | /grey-and-pink-tate-banner-apple-leather-card-holder/29603.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Grey &amp; pink Tate banner apple leather card holder</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;60 </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: '28256', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "28256", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="a38f7e28b2a92619fde69d24cb" data-itemid="28256"><!-- dwMarker="product" dwContentID="a38f7e28b2a92619fde69d24cb" --> <div class="product-image"><!-- dwMarker="product" dwContentID="a38f7e28b2a92619fde69d24cb" --> <a class="thumb-link inc__position-relative" href="/pink-recycled-cotton-rib-knit-hat/28256.html?cgid=fashion-and-jewellery-gifts" title="Pink recycled cotton rib knit hat" data-fullga="true" data-event="card_link_image" data-label="Card Image | /pink-recycled-cotton-rib-knit-hat/28256.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw31df0852/Christmas 2023/pink-recycled-cotton-rib-knit-beanie-hat-28256-1.jpg?sw=265" alt="Pink recycled cotton rib knit hat" /> </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="/pink-recycled-cotton-rib-knit-hat/28256.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Pink recycled cotton rib knit hat" data-fullga="true" data-event="card_link_title" data-label="Card Title | /pink-recycled-cotton-rib-knit-hat/28256.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Pink recycled cotton rib knit hat</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;35 </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: 'g1404', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "g1404", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="fc3b8ffb5e0f499b4e6be63a99" data-itemid="g1404"><!-- dwMarker="product" dwContentID="fc3b8ffb5e0f499b4e6be63a99" --> <div class="product-image"><!-- dwMarker="product" dwContentID="fc3b8ffb5e0f499b4e6be63a99" --> <a class="thumb-link inc__position-relative" href="/lazy-oaf-art-block-jumper/g1404.html?cgid=fashion-and-jewellery-gifts" title="Lazy Oaf Art Block jumper" data-fullga="true" data-event="card_link_image" data-label="Card Image | /lazy-oaf-art-block-jumper/g1404.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwd552cd74/lazy-oaf-tate-art-jumper-g1404-front.jpg?sw=265" alt="Lazy Oaf Art Block jumper" /> </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="/lazy-oaf-art-block-jumper/g1404.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Lazy Oaf Art Block jumper" data-fullga="true" data-event="card_link_title" data-label="Card Title | /lazy-oaf-art-block-jumper/g1404.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Lazy Oaf Art Block jumper</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;95 </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: '29604', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29604", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="8fe6b074464a49e35326f6c50e" data-itemid="29604"><!-- dwMarker="product" dwContentID="8fe6b074464a49e35326f6c50e" --> <div class="product-image"><!-- dwMarker="product" dwContentID="8fe6b074464a49e35326f6c50e" --> <a class="thumb-link inc__position-relative" href="/blue-apple-leather-zip-wallet/29604.html?cgid=fashion-and-jewellery-gifts" title="Blue apple leather zip wallet" data-fullga="true" data-event="card_link_image" data-label="Card Image | /blue-apple-leather-zip-wallet/29604.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw9fc61b06/been-london-tate-blue-zip-wallet-29604-1.jpg?sw=265" alt="Blue apple leather zip wallet" /> </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="/blue-apple-leather-zip-wallet/29604.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Blue apple leather zip wallet" data-fullga="true" data-event="card_link_title" data-label="Card Title | /blue-apple-leather-zip-wallet/29604.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Blue apple leather zip wallet</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;105 </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: '29797', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29797", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="cf819df60dd7673e0bb1d97e6c" data-itemid="29797"><!-- dwMarker="product" dwContentID="cf819df60dd7673e0bb1d97e6c" --> <div class="product-image"><!-- dwMarker="product" dwContentID="cf819df60dd7673e0bb1d97e6c" --> <a class="thumb-link inc__position-relative" href="/scarf-knitting-kit/29797.html?cgid=fashion-and-jewellery-gifts" title="Scarf knitting kit" data-fullga="true" data-event="card_link_image" data-label="Card Image | /scarf-knitting-kit/29797.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw8670d3cc/scarf-knitting-kit-29797-1.jpg?sw=265" alt="Scarf knitting kit" /> </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="/scarf-knitting-kit/29797.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Scarf knitting kit" data-fullga="true" data-event="card_link_title" data-label="Card Title | /scarf-knitting-kit/29797.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Scarf knitting kit</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;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: '29798', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29798", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="6c956378ec1e9275844d70e08e" data-itemid="29798"><!-- dwMarker="product" dwContentID="6c956378ec1e9275844d70e08e" --> <div class="product-image"><!-- dwMarker="product" dwContentID="6c956378ec1e9275844d70e08e" --> <a class="thumb-link inc__position-relative" href="/hat-knitting-kit/29798.html?cgid=fashion-and-jewellery-gifts" title="Hat knitting kit" data-fullga="true" data-event="card_link_image" data-label="Card Image | /hat-knitting-kit/29798.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwcad47b1f/chunky-red-hat-knitting-kit-29798-1.jpg?sw=265" alt="Hat knitting kit" /> </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="/hat-knitting-kit/29798.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Hat knitting kit" data-fullga="true" data-event="card_link_title" data-label="Card Title | /hat-knitting-kit/29798.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Hat knitting kit</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;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: '29419', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29419", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="049062ce35883ecd2e5e379e86" data-itemid="29419"><!-- dwMarker="product" dwContentID="049062ce35883ecd2e5e379e86" --> <div class="product-image"><!-- dwMarker="product" dwContentID="049062ce35883ecd2e5e379e86" --> <a class="thumb-link inc__position-relative" href="/orange-textured-cuff-ring/29419.html?cgid=fashion-and-jewellery-gifts" title="Orange textured cuff ring" data-fullga="true" data-event="card_link_image" data-label="Card Image | /orange-textured-cuff-ring/29419.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw15abd719/cuffring-orange-29419.jpg?sw=265" alt="Orange textured cuff ring" /> </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="/orange-textured-cuff-ring/29419.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Orange textured cuff ring" data-fullga="true" data-event="card_link_title" data-label="Card Title | /orange-textured-cuff-ring/29419.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Orange textured cuff ring</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;27 </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: '29602', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29602", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="ca913323a1744352fc798ff630" data-itemid="29602"><!-- dwMarker="product" dwContentID="ca913323a1744352fc798ff630" --> <div class="product-image"><!-- dwMarker="product" dwContentID="ca913323a1744352fc798ff630" --> <a class="thumb-link inc__position-relative" href="/grey-and-orange-tate-banner-apple-leather-card-holder/29602.html?cgid=fashion-and-jewellery-gifts" title="Grey &amp; orange Tate banner apple leather card holder" data-fullga="true" data-event="card_link_image" data-label="Card Image | /grey-and-orange-tate-banner-apple-leather-card-holder/29602.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw17e784e4/been-london-tate-grey-orange-banner-card-holder-29602-2.jpg?sw=265" alt="Grey &amp; orange Tate banner apple leather card holder" /> </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="/grey-and-orange-tate-banner-apple-leather-card-holder/29602.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Grey &amp; orange Tate banner apple leather card holder" data-fullga="true" data-event="card_link_title" data-label="Card Title | /grey-and-orange-tate-banner-apple-leather-card-holder/29602.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Grey &amp; orange Tate banner apple leather card holder</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;60 </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: '29036', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29036", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="16f40f29d42531c45d9c9caa7a" data-itemid="29036"><!-- dwMarker="product" dwContentID="16f40f29d42531c45d9c9caa7a" --> <div class="product-image"><!-- dwMarker="product" dwContentID="16f40f29d42531c45d9c9caa7a" --> <a class="thumb-link inc__position-relative" href="/multicolour-utility-bag/29036.html?cgid=fashion-and-jewellery-gifts" title="Multicolour utility bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /multicolour-utility-bag/29036.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw02a99f9d/Tate logo/tate-multicolour-utility-bag-29036-1.jpg?sw=265" alt="Multicolour utility 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="/multicolour-utility-bag/29036.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Multicolour utility bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /multicolour-utility-bag/29036.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Multicolour utility bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;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: '29711', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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"> &pound;100 </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: '29606', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29606", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="2bcedc205d167c762cee931ace" data-itemid="29606"><!-- dwMarker="product" dwContentID="2bcedc205d167c762cee931ace" --> <div class="product-image"><!-- dwMarker="product" dwContentID="2bcedc205d167c762cee931ace" --> <a class="thumb-link inc__position-relative" href="/recycled-leather-and-pink-tate-banner-tote-bag/29606.html?cgid=fashion-and-jewellery-gifts" title="Recycled leather and pink Tate banner tote bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /recycled-leather-and-pink-tate-banner-tote-bag/29606.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw253d7cad/Tote-Bag-Black-Pink-Banner-Been-London-29606-2.jpg?sw=265" alt="Recycled leather and pink Tate banner tote 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="/recycled-leather-and-pink-tate-banner-tote-bag/29606.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Recycled leather and pink Tate banner tote bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /recycled-leather-and-pink-tate-banner-tote-bag/29606.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Recycled leather and pink Tate banner tote bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;170 </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: '29605', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29605", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="2ef3713f5df304e4b195f94b00" data-itemid="29605"><!-- dwMarker="product" dwContentID="2ef3713f5df304e4b195f94b00" --> <div class="product-image"><!-- dwMarker="product" dwContentID="2ef3713f5df304e4b195f94b00" --> <a class="thumb-link inc__position-relative" href="/recycled-leather-crossbody-phone-holder/29605.html?cgid=fashion-and-jewellery-gifts" title="Recycled leather crossbody phone holder" data-fullga="true" data-event="card_link_image" data-label="Card Image | /recycled-leather-crossbody-phone-holder/29605.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw3c4d4c5c/been-tate-cross-body-phone-holder-29605-1.jpg?sw=265" alt="Recycled leather crossbody phone holder" /> </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="/recycled-leather-crossbody-phone-holder/29605.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Recycled leather crossbody phone holder" data-fullga="true" data-event="card_link_title" data-label="Card Title | /recycled-leather-crossbody-phone-holder/29605.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Recycled leather crossbody phone holder</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;135 </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: '29818', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29818", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="f2bea1a10b7111712ab283891e" data-itemid="29818"><!-- dwMarker="product" dwContentID="f2bea1a10b7111712ab283891e" --> <div class="product-image"><!-- dwMarker="product" dwContentID="f2bea1a10b7111712ab283891e" --> <a class="thumb-link inc__position-relative" href="/recycled-leather-and-purple-tate-banner-tote-bag/29818.html?cgid=fashion-and-jewellery-gifts" title="Recycled leather and purple Tate banner tote bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /recycled-leather-and-purple-tate-banner-tote-bag/29818.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw3e830b3b/been-tate-leather-banner-tote-bag-29818-1.jpg?sw=265" alt="Recycled leather and purple Tate banner tote 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="/recycled-leather-and-purple-tate-banner-tote-bag/29818.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Recycled leather and purple Tate banner tote bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /recycled-leather-and-purple-tate-banner-tote-bag/29818.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Recycled leather and purple Tate banner tote bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;170 </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: '28254', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "28254", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="232198a1c9b5e10718ac972dd0" data-itemid="28254"><!-- dwMarker="product" dwContentID="232198a1c9b5e10718ac972dd0" --> <div class="product-image"><!-- dwMarker="product" dwContentID="232198a1c9b5e10718ac972dd0" --> <a class="thumb-link inc__position-relative" href="/grey-recycled-cotton-rib-knit-hat/28254.html?cgid=fashion-and-jewellery-gifts" title="Grey recycled cotton rib knit hat" data-fullga="true" data-event="card_link_image" data-label="Card Image | /grey-recycled-cotton-rib-knit-hat/28254.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwc8b773ae/Christmas 2023/grey-recycled-cotton-rib-knit-beanie-hat-28254-1.jpg?sw=265" alt="Grey recycled cotton rib knit hat" /> </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="/grey-recycled-cotton-rib-knit-hat/28254.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Grey recycled cotton rib knit hat" data-fullga="true" data-event="card_link_title" data-label="Card Title | /grey-recycled-cotton-rib-knit-hat/28254.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Grey recycled cotton rib knit hat</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;35 </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: 'g1332', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "g1332", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="9690f679fedd6607c4483c40a0" data-itemid="g1332"><!-- dwMarker="product" dwContentID="9690f679fedd6607c4483c40a0" --> <div class="product-image"><!-- dwMarker="product" dwContentID="9690f679fedd6607c4483c40a0" --> <a class="thumb-link inc__position-relative" href="/rene-mati%C4%87-ione%E2%80%99s-shoes-t-shirt/g1332.html?cgid=fashion-and-jewellery-gifts" title="Rene Mati膰 Ione&rsquo;s Shoes t-shirt" data-fullga="true" data-event="card_link_image" data-label="Card Image | /rene-mati%C4%87-ione%E2%80%99s-shoes-t-shirt/g1332.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwd7cb7cff/Andy Wahloo, Tilmans, Matic t-shirts/rene-matic-iones-shoe-tshirt-front.jpg?sw=265" alt="Rene Mati膰 Ione&rsquo;s Shoes 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="/rene-mati%C4%87-ione%E2%80%99s-shoes-t-shirt/g1332.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Rene Mati膰 Ione&rsquo;s Shoes t-shirt" data-fullga="true" data-event="card_link_title" data-label="Card Title | /rene-mati%C4%87-ione%E2%80%99s-shoes-t-shirt/g1332.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Rene Mati膰 Ione&rsquo;s Shoes t-shirt</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;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: '29267', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29267", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="c1dce94891ffa1eec0a89a6d6c" data-itemid="29267"><!-- dwMarker="product" dwContentID="c1dce94891ffa1eec0a89a6d6c" --> <div class="product-image"><!-- dwMarker="product" dwContentID="c1dce94891ffa1eec0a89a6d6c" --> <a class="thumb-link inc__position-relative" href="/souvenir-of-a-modern-artist-pin-badge/29267.html?cgid=fashion-and-jewellery-gifts" title="Souvenir of a Modern Artist pin badge" data-fullga="true" data-event="card_link_image" data-label="Card Image | /souvenir-of-a-modern-artist-pin-badge/29267.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw9b1e9130/8.7.24/Souvenir-of-a-modern-artist-tate-pin-badge-29367-1.jpg?sw=265" alt="Souvenir of a Modern Artist pin badge" /> </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-pin-badge/29267.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Souvenir of a Modern Artist pin badge" data-fullga="true" data-event="card_link_title" data-label="Card Title | /souvenir-of-a-modern-artist-pin-badge/29267.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Souvenir of a Modern Artist pin badge</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;7 </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 = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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"> &pound;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: '28258', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "28258", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="a7b9fb2a2edb0481f1dc0ebb0f" data-itemid="28258"><!-- dwMarker="product" dwContentID="a7b9fb2a2edb0481f1dc0ebb0f" --> <div class="product-image"><!-- dwMarker="product" dwContentID="a7b9fb2a2edb0481f1dc0ebb0f" --> <a class="thumb-link inc__position-relative" href="/pink-recycled-cashmere-rib-knit-scarf/28258.html?cgid=fashion-and-jewellery-gifts" title="Pink recycled cashmere rib knit scarf" data-fullga="true" data-event="card_link_image" data-label="Card Image | /pink-recycled-cashmere-rib-knit-scarf/28258.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwcc68aa2b/Christmas 2023/pink-recycled-cashmere-rib-knit-scarf-28258-1.jpg?sw=265" alt="Pink recycled cashmere rib knit 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="/pink-recycled-cashmere-rib-knit-scarf/28258.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Pink recycled cashmere rib knit scarf" data-fullga="true" data-event="card_link_title" data-label="Card Title | /pink-recycled-cashmere-rib-knit-scarf/28258.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Pink recycled cashmere rib knit scarf</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;80 </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: '28983', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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"> &pound;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: 'g1397', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "g1397", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="c18dc38fc5f1dd4b2515c57f9c" data-itemid="g1397"><!-- dwMarker="product" dwContentID="c18dc38fc5f1dd4b2515c57f9c" --> <div class="product-image"><!-- dwMarker="product" dwContentID="c18dc38fc5f1dd4b2515c57f9c" --> <a class="thumb-link inc__position-relative" href="/tate-black-and-orange-socks/g1397.html?cgid=fashion-and-jewellery-gifts" title="Tate black and orange socks" data-fullga="true" data-event="card_link_image" data-label="Card Image | /tate-black-and-orange-socks/g1397.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw0a9c03bb/Tate logo 2/black-orange-tate-socks-g1397-1.jpg?sw=265" alt="Tate black and orange socks" /> </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="/tate-black-and-orange-socks/g1397.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Tate black and orange socks" data-fullga="true" data-event="card_link_title" data-label="Card Title | /tate-black-and-orange-socks/g1397.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Tate black and orange socks</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;12 </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: 'g1344', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "g1344", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="2def7476969d25700bada30a5d" data-itemid="g1344"><!-- dwMarker="product" dwContentID="2def7476969d25700bada30a5d" --> <div class="product-image"><!-- dwMarker="product" dwContentID="2def7476969d25700bada30a5d" --> <a class="thumb-link inc__position-relative" href="/ithell-colquhoun-decalcomania-boots/g1344.html?cgid=fashion-and-jewellery-gifts" title="Ithell Colquhoun Decalcomania boots" data-fullga="true" data-event="card_link_image" data-label="Card Image | /ithell-colquhoun-decalcomania-boots/g1344.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwad8301c7/dr-martens-g1344.jpg?sw=265" alt="Ithell Colquhoun Decalcomania boots" /> </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="/ithell-colquhoun-decalcomania-boots/g1344.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Ithell Colquhoun Decalcomania boots" data-fullga="true" data-event="card_link_title" data-label="Card Title | /ithell-colquhoun-decalcomania-boots/g1344.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Ithell Colquhoun Decalcomania boots</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;189 </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: '29507', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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=fashion-and-jewellery-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"> &pound;40 </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: 'g1363', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "g1363", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="9d8d35db86a588b75b52b7920a" data-itemid="g1363"><!-- dwMarker="product" dwContentID="9d8d35db86a588b75b52b7920a" --> <div class="product-image"><!-- dwMarker="product" dwContentID="9d8d35db86a588b75b52b7920a" --> <a class="thumb-link inc__position-relative" href="/how-the-stars-came-to-be-childrens-socks/g1363.html?cgid=fashion-and-jewellery-gifts" title="How the Stars Came to Be children's socks" data-fullga="true" data-event="card_link_image" data-label="Card Image | /how-the-stars-came-to-be-childrens-socks/g1363.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dwcceaad0f/Jan 16/how-the-stars-kids-socks-26726.jpg?sw=265" alt="How the Stars Came to Be children's socks" /> </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="/how-the-stars-came-to-be-childrens-socks/g1363.html?cgid=fashion-and-jewellery-gifts" title="Go to product: How the Stars Came to Be children's socks" data-fullga="true" data-event="card_link_title" data-label="Card Title | /how-the-stars-came-to-be-childrens-socks/g1363.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">How the Stars Came to Be children&#39;s socks</span> </a> </div> <div class="product-pricing"> <span class="product-discounted-price" title="Sale price"> &pound;5 </span> <span class="product-standard-price" title="Standard price"> &pound;9 </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: '28937', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "28937", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="409eefe4964954c40f72b35446" data-itemid="28937"><!-- dwMarker="product" dwContentID="409eefe4964954c40f72b35446" --> <div class="product-image"><!-- dwMarker="product" dwContentID="409eefe4964954c40f72b35446" --> <a class="thumb-link inc__position-relative" href="/bronze-geometric-rectangle-ring/28937.html?cgid=fashion-and-jewellery-gifts" title="Bronze geometric rectangle ring" data-fullga="true" data-event="card_link_image" data-label="Card Image | /bronze-geometric-rectangle-ring/28937.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw956ec3b7/December jewellery/bronze-geo-block-ring-28937-1.jpg?sw=265" alt="Bronze geometric rectangle ring" /> </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="/bronze-geometric-rectangle-ring/28937.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Bronze geometric rectangle ring" data-fullga="true" data-event="card_link_title" data-label="Card Title | /bronze-geometric-rectangle-ring/28937.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Bronze geometric rectangle ring</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;24 </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: '27031', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "27031", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="92ad61e2f2351e17963065c9ef" data-itemid="27031"><!-- dwMarker="product" dwContentID="92ad61e2f2351e17963065c9ef" --> <div class="product-image"><!-- dwMarker="product" dwContentID="92ad61e2f2351e17963065c9ef" --> <a class="thumb-link inc__position-relative" href="/guerrilla-girls-wool-scarf/27031.html?cgid=fashion-and-jewellery-gifts" title="Guerrilla Girls wool scarf" data-fullga="true" data-event="card_link_image" data-label="Card Image | /guerrilla-girls-wool-scarf/27031.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw9d2085dd/Guerrilla Girls - print, buyins/guerrilla-girls-wool-scarf-28848-1.jpg?sw=265" alt="Guerrilla Girls wool 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="/guerrilla-girls-wool-scarf/27031.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Guerrilla Girls wool scarf" data-fullga="true" data-event="card_link_title" data-label="Card Title | /guerrilla-girls-wool-scarf/27031.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Guerrilla Girls wool scarf</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;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: '29677', sku: '' }]; cq_params.categoryId = 'fashion-and-jewellery-gifts'; cq_params.refinements = '[{\"name\":\"ShopProduct\",\"value\":\"true\"},{\"name\":\"Category\",\"value\":\"fashion-and-jewellery-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\":\"fashion-and-jewellery-gifts\"}]'; search_params.sort = 'catalog-sorting'; search_params.imageUUID = ''; search_params.searchID = '65f770a9-7eda-4fb8-b32e-3e02d704b8b5'; search_params.locale = 'default'; search_params.queryLocale = 'default'; search_params.showProducts = 'true'; dw.ac.applyContext({category: "fashion-and-jewellery-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: "29677", type: "searchhit"}); /* ]]> */ // --> </script> <div class="product-tile " id="0d12c00cac54ec17145fee3b39" data-itemid="29677"><!-- dwMarker="product" dwContentID="0d12c00cac54ec17145fee3b39" --> <div class="product-image"><!-- dwMarker="product" dwContentID="0d12c00cac54ec17145fee3b39" --> <a class="thumb-link inc__position-relative" href="/lazy-oaf-art-block-tote-bag/29677.html?cgid=fashion-and-jewellery-gifts" title="Lazy Oaf Art Block tote bag" data-fullga="true" data-event="card_link_image" data-label="Card Image | /lazy-oaf-art-block-tote-bag/29677.html?cgid=fashion-and-jewellery-gifts" data-action=""> <img src="https://shop.tate.org.uk/dw/image/v2/BBPB_PRD/on/demandware.static/-/Sites-TateMasterShop/default/dw766a71c2/lazy-oaf-tate-arty-tote-bag-29677-1.jpg?sw=265" alt="Lazy Oaf Art Block tote 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="/lazy-oaf-art-block-tote-bag/29677.html?cgid=fashion-and-jewellery-gifts" title="Go to product: Lazy Oaf Art Block tote bag" data-fullga="true" data-event="card_link_title" data-label="Card Title | /lazy-oaf-art-block-tote-bag/29677.html?cgid=fashion-and-jewellery-gifts" data-action=""> <span class="inc__display-block">Lazy Oaf Art Block tote bag</span> </a> </div> <div class="product-pricing"> <span class="product-sales-price" title="Sale price"> &pound;55 </span> </div> </div><!-- END: .product-tile --> </li> <script> dataLayer.push({ 'event':'impressionsPushed', 'ecommerce': { 'currencyCode': 'GBP', 'impressions': [{"id":"9094","name":"Grayson Perry silk scarf","price":"100.00","brand":"Grayson Perry","category":"T-shirts & apparel","list":"Fashion and jewellery","position":1,"variant":""},{"id":"29420","name":"Purple textured cuff ring","price":"27.00","brand":"S&ERS","category":"Fashion and jewellery","list":"Fashion and jewellery","position":2,"variant":""},{"id":"29754","name":"Chila Burman No More Ms Nice Person silk scarf","price":"90.00","brand":"Tate","category":"Scarves","list":"Fashion and jewellery","position":3,"variant":""},{"id":"g1406","name":"Lazy Oaf Art Block gilet dress","price":"98.00","brand":"Lazy Oaf + Tate","category":"View all fashion","list":"Fashion and jewellery","position":4,"variant":""},{"id":"28820","name":"Pink and green 3D printed drop earrings","price":"30.00","brand":"Rentaro Nishimura","category":"Fashion and jewellery","list":"Fashion and jewellery","position":5,"variant":""},{"id":"29501","name":"Pink Googly Eye string purse","price":"12.50","brand":"Ark","category":"View all gifts","list":"Fashion and jewellery","position":6,"variant":""},{"id":"29603","name":"Grey & pink Tate banner apple leather card holder","price":"60.00","brand":"BEEN London + Tate","category":"Bags & fashion accessories","list":"Fashion and jewellery","position":7,"variant":""},{"id":"28256","name":"Pink recycled cotton rib knit hat","price":"35.00","brand":"Rif貌","category":"View all fashion","list":"Fashion and jewellery","position":8,"variant":""},{"id":"g1404","name":"Lazy Oaf Art Block jumper","price":"95.00","brand":"Lazy Oaf + Tate","category":"View all fashion","list":"Fashion and jewellery","position":9,"variant":""},{"id":"29604","name":"Blue apple leather zip wallet","price":"105.00","brand":"BEEN London + Tate","category":"View all fashion","list":"Fashion and jewellery","position":10,"variant":""},{"id":"29797","name":"Scarf knitting kit","price":"30.00","brand":"Kith & Kin","category":"View all gifts","list":"Fashion and jewellery","position":11,"variant":""},{"id":"29798","name":"Hat knitting kit","price":"25.00","brand":"Kith & Kin","category":"View all gifts","list":"Fashion and jewellery","position":12,"variant":""},{"id":"29419","name":"Orange textured cuff ring","price":"27.00","brand":"S&ERS","category":"Fashion and jewellery","list":"Fashion and jewellery","position":13,"variant":""},{"id":"29602","name":"Grey & orange Tate banner apple leather card holder","price":"60.00","brand":"BEEN London + Tate","category":"Bags & fashion accessories","list":"Fashion and jewellery","position":14,"variant":""},{"id":"29036","name":"Multicolour utility bag","price":"30.00","brand":"Cora + Spink + Tate","category":"New","list":"Fashion and jewellery","position":15,"variant":""},{"id":"29711","name":"Henri Matisse The Snail silk scarf","price":"100.00","brand":"Tate","category":"Fashion and jewellery","list":"Fashion and jewellery","position":16,"variant":""},{"id":"29606","name":"Recycled leather and pink Tate banner tote bag","price":"170.00","brand":"BEEN London + Tate","category":"View all fashion","list":"Fashion and jewellery","position":17,"variant":""},{"id":"29605","name":"Recycled leather crossbody phone holder","price":"135.00","brand":"BEEN London + Tate","category":"View all fashion","list":"Fashion and jewellery","position":18,"variant":""},{"id":"29818","name":"Recycled leather and purple Tate banner tote bag","price":"170.00","brand":"BEEN London + Tate","category":"View all fashion","list":"Fashion and jewellery","position":19,"variant":""},{"id":"28254","name":"Grey recycled cotton rib knit hat","price":"35.00","brand":"Rif貌","category":"View all fashion","list":"Fashion and jewellery","position":20,"variant":""},{"id":"g1332","name":"Rene Mati膰 Ione鈥檚 Shoes t-shirt","price":"40.00","brand":"Tate","category":"T-shirts & apparel","list":"Fashion and jewellery","position":21,"variant":""},{"id":"29267","name":"Souvenir of a Modern Artist pin badge","price":"7.00","brand":"Antoni & Alison for Tate","category":"View all fashion","list":"Fashion and jewellery","position":22,"variant":""},{"id":"27288","name":"Guerrilla Girls Dearest Art Collector bag","price":"15.00","brand":"LOQI + Tate","category":"Fashion and jewellery","list":"Fashion and jewellery","position":23,"variant":""},{"id":"28258","name":"Pink recycled cashmere rib knit scarf","price":"80.00","brand":"Rif貌","category":"View all fashion","list":"Fashion and jewellery","position":24,"variant":""},{"id":"28983","name":"Souvenir of a Modern Artist cap","price":"20.00","brand":"Antoni & Alison for Tate","category":"View all fashion","list":"Fashion and jewellery","position":25,"variant":""},{"id":"g1397","name":"Tate black and orange socks","price":"12.00","brand":"Tate","category":"Bags & fashion accessories","list":"Fashion and jewellery","position":26,"variant":""},{"id":"g1344","name":"Ithell Colquhoun Decalcomania boots","price":"189.00","brand":"Dr. Martens x Tate","category":"Dr. Martens x Tate","list":"Fashion and jewellery","position":27,"variant":""},{"id":"29507","name":"Roy Lichtenstein Whaam! mini weekend bag","price":"40.00","brand":"LOQI + Tate","category":"Bags & fashion accessories","list":"Fashion and jewellery","position":28,"variant":""},{"id":"g1363","name":"How the Stars Came to Be children's socks","price":"5.00","brand":"Tate","category":"Clearance","list":"Fashion and jewellery","position":29,"variant":""},{"id":"28937","name":"Bronze geometric rectangle ring","price":"24.00","brand":"Fontini Liami","category":"Jewellery","list":"Fashion and jewellery","position":30,"variant":""},{"id":"27031","name":"Guerrilla Girls wool scarf","price":"80.00","brand":"Third Drawer Down","category":"Tate Modern shop","list":"Fashion and jewellery","position":31,"variant":""},{"id":"29677","name":"Lazy Oaf Art Block tote bag","price":"55.00","brand":"Lazy Oaf + Tate","category":"View all fashion","list":"Fashion and jewellery","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&#32;of&#32; </span> <span class="total-products-count">234 </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="234">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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=32&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=64&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=96&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=128&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=32&amp;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/fashion-3?prefn1=ShopProduct&amp;prefv1=true&amp;start=224&amp;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&#63;</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 &amp; 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 &amp; cookies</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/termsandconditions.html">T&amp;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 &amp; cookies</a> </li> <li class="list__item"> <a data-gtm-name="Navigation-footer" href="https://shop.tate.org.uk/termsandconditions.html">T&amp;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/v1733038087182/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/v1733038087182/lib/jquery/ui/jquery-ui.min.js" type="text/javascript"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1733038087182/lib/jquery/jquery.jcarousel.min.js" type="text/javascript"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1733038087182/lib/jquery/jquery.validate.min.js" type="text/javascript"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1733038087182/lib/jquery/jquery.zoom.min.js"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1733038087182/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 &pound;5 and maximum of &pound;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/v1733038087182/","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/dw50253fd7/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/dw29672b69/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/v1733038087182/tate/js/modernizr.min.js"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1733038087182/tate/js/TateUI.min.js"></script> <script src="/on/demandware.static/Sites-tate-Site/-/default/v1733038087182/js/app.min.js"></script> <!-- ****** SCRIPTS END ****** --> <script>pageContext = {"title":"Product Search Results","type":"search","ns":"search"};</script> <script> var meta = "Find the perfect piece of wearable art for the fashion forward on your list at Tate Shop"; 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/v1733038087182/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/v1733038087182/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>

Pages: 1 2 3 4 5 6 7 8 9 10