onebox 1.8.39 → 1.8.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/.travis.yml +0 -1
  4. data/README.md +1 -1
  5. data/lib/onebox/engine/amazon_onebox.rb +98 -17
  6. data/lib/onebox/version.rb +3 -1
  7. data/onebox.gemspec +5 -5
  8. data/templates/amazon.mustache +7 -1
  9. metadata +7 -177
  10. data/spec/fixtures/amazon-og.response +0 -3675
  11. data/spec/fixtures/amazon.response +0 -3040
  12. data/spec/fixtures/cloudapp-gif.response +0 -66
  13. data/spec/fixtures/cloudapp-jpg.response +0 -66
  14. data/spec/fixtures/cloudapp-mp4.response +0 -65
  15. data/spec/fixtures/cloudapp-others.response +0 -66
  16. data/spec/fixtures/dailymail.response +0 -5914
  17. data/spec/fixtures/discourse_topic.response +0 -344
  18. data/spec/fixtures/discourse_topic_reply.response +0 -345
  19. data/spec/fixtures/douban.response +0 -4399
  20. data/spec/fixtures/etsy.response +0 -5827
  21. data/spec/fixtures/etsy_mobile.response +0 -4230
  22. data/spec/fixtures/gfycat.response +0 -1
  23. data/spec/fixtures/githubblob.response +0 -46
  24. data/spec/fixtures/githubcommit.response +0 -87
  25. data/spec/fixtures/githubgist.response +0 -310
  26. data/spec/fixtures/githubpullrequest.response +0 -216
  27. data/spec/fixtures/googleplayapp.response +0 -138
  28. data/spec/fixtures/image.response +0 -0
  29. data/spec/fixtures/meetup.response.html +0 -4419
  30. data/spec/fixtures/meetup_oembed.response +0 -1
  31. data/spec/fixtures/pubmed-electronic-xml.response +0 -175
  32. data/spec/fixtures/pubmed-electronic.response +0 -307
  33. data/spec/fixtures/pubmed-xml.response +0 -122
  34. data/spec/fixtures/pubmed.response +0 -300
  35. data/spec/fixtures/slides.response +0 -2852
  36. data/spec/fixtures/stackexchange-answer.response +0 -1
  37. data/spec/fixtures/stackexchange-question.response +0 -1
  38. data/spec/fixtures/twitterstatus.response +0 -2814
  39. data/spec/fixtures/video.response +0 -0
  40. data/spec/fixtures/wechat-mp.response +0 -631
  41. data/spec/fixtures/wikimedia.response +0 -1
  42. data/spec/fixtures/wikipedia.response +0 -566
  43. data/spec/fixtures/wikipediaredirected.response +0 -899
  44. data/spec/fixtures/xkcd.response +0 -1
  45. data/spec/fixtures/youku-meta.response +0 -1
  46. data/spec/fixtures/youku.response +0 -1443
  47. data/spec/fixtures/youtube-channel.response +0 -5446
  48. data/spec/fixtures/youtube-json.response +0 -1
  49. data/spec/fixtures/youtube-list-json.response +0 -1
  50. data/spec/fixtures/youtube.response +0 -1625
  51. data/spec/lib/onebox/engine/amazon_onebox_spec.rb +0 -116
  52. data/spec/lib/onebox/engine/audio_onebox_spec.rb +0 -31
  53. data/spec/lib/onebox/engine/cloudapp_onebox_spec.rb +0 -26
  54. data/spec/lib/onebox/engine/douban_onebox_spec.rb +0 -29
  55. data/spec/lib/onebox/engine/gfycat_onebox_spec.rb +0 -34
  56. data/spec/lib/onebox/engine/github_blob_onebox_spec.rb +0 -21
  57. data/spec/lib/onebox/engine/github_commit_onebox_spec.rb +0 -108
  58. data/spec/lib/onebox/engine/github_gist_onebox_spec.rb +0 -67
  59. data/spec/lib/onebox/engine/github_pullrequest_onebox_spec.rb +0 -46
  60. data/spec/lib/onebox/engine/google_docs_onebox_spec.rb +0 -35
  61. data/spec/lib/onebox/engine/google_maps_onebox_spec.rb +0 -72
  62. data/spec/lib/onebox/engine/google_play_app_onebox_spec.rb +0 -28
  63. data/spec/lib/onebox/engine/html_spec.rb +0 -25
  64. data/spec/lib/onebox/engine/image_onebox_spec.rb +0 -39
  65. data/spec/lib/onebox/engine/json_spec.rb +0 -25
  66. data/spec/lib/onebox/engine/pdf_onebox_spec.rb +0 -28
  67. data/spec/lib/onebox/engine/pubmed_onebox_spec.rb +0 -78
  68. data/spec/lib/onebox/engine/slides_onebox_spec.rb +0 -24
  69. data/spec/lib/onebox/engine/stack_exchange_onebox_spec.rb +0 -97
  70. data/spec/lib/onebox/engine/trello_onebox_spec.rb +0 -30
  71. data/spec/lib/onebox/engine/twitch_clips_onebox_spec.rb +0 -10
  72. data/spec/lib/onebox/engine/twitch_stream_onebox_spec.rb +0 -15
  73. data/spec/lib/onebox/engine/twitch_video_onebox_spec.rb +0 -10
  74. data/spec/lib/onebox/engine/twitter_status_onebox_spec.rb +0 -187
  75. data/spec/lib/onebox/engine/video_onebox_spec.rb +0 -31
  76. data/spec/lib/onebox/engine/wechat_mp_onebox_spec.rb +0 -26
  77. data/spec/lib/onebox/engine/whitelisted_generic_onebox_spec.rb +0 -179
  78. data/spec/lib/onebox/engine/wikimedia_onebox_spec.rb +0 -23
  79. data/spec/lib/onebox/engine/wikipedia_onebox_spec.rb +0 -21
  80. data/spec/lib/onebox/engine/xkcd_spec.rb +0 -27
  81. data/spec/lib/onebox/engine/youku_onebox_spec.rb +0 -13
  82. data/spec/lib/onebox/engine/youtube_onebox_spec.rb +0 -84
  83. data/spec/lib/onebox/engine_spec.rb +0 -101
  84. data/spec/lib/onebox/helpers_spec.rb +0 -73
  85. data/spec/lib/onebox/layout_spec.rb +0 -79
  86. data/spec/lib/onebox/matcher_spec.rb +0 -74
  87. data/spec/lib/onebox/preview_spec.rb +0 -74
  88. data/spec/lib/onebox/status_check_spec.rb +0 -68
  89. data/spec/lib/onebox_spec.rb +0 -65
  90. data/spec/spec_helper.rb +0 -90
  91. data/spec/support/html_spec_helper.rb +0 -18
  92. data/web/assets/javascripts/jquery.js +0 -4
  93. data/web/assets/javascripts/main.js +0 -23
  94. data/web/assets/stylesheets/normalize.css +0 -427
  95. data/web/assets/stylesheets/style.css +0 -25
  96. data/web/views/index.haml +0 -29
  97. data/web/views/layout.haml +0 -11
@@ -1,4230 +0,0 @@
1
-
2
-
3
-
4
-
5
-
6
- <!DOCTYPE html>
7
- <html xmlns="http://www.w3.org/1999/xhtml"
8
- xml:lang="en-GB"
9
- lang="en-GB"
10
- xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml"
11
- >
12
- <head>
13
- <title>Personalized Word Pillow Case Letter Symbol Text Cushion</title>
14
- <meta name="description" content="Allow your personality to shine through your decor; this contemporary and modern accent will help you do just that. Personalize this 18 x 18 (45 x 45 cm) pillow cover with your favorite letter, symbol (& or ?) or word (hey, you, me, live, love, xoxo, omg, amour, inspire) in the fabric and vinyl color of your choice, have fun! >>> Here is how to create your own pillow cover (Its easy!): You just have to select a Letter, symbol or word you prefer (Appliqué option) in the scrolling bar and indicate the following information in the comment box to seller during checkout, see chart on picture 5: 1. The vinyl color. 2. The fabric . . . Simply write your choices! . . . SPECIFICATIONS: ▲ Designed and handmade by us! ▲ 18 x 18 (45 x 45 cm) pillow cover {made to fit this pillow insert size}. ▲ 100% cotton, 50% cotton / 50% linen or 55% ramie / 45% cotton canvases {Pre-shrunk fabrics: the cover will keep its original shape after the first wash (No shrinkage!)}. ▲ Durable vinyl leather like sewn all around. ▲ Invisible zipper at the bottom {for an easy removal and clean finish}. ▲ Serged interior seams {makes it resistant to wash}. ▲ Pillow form is not included. ▲*This item is made to order just for you in 2 to 4 business days!* CARE: Wash upside down and closed in cold water at gentle cycle or by hand with a gentle detergent. Do not use bleach. Dry flat or hang to dry. Iron *upside down* at medium high (cotton) temperature with medium steam. ▲ 12 x 18 (30 x 45 cm) lumbar size: http://www.etsy.com/listing/69325334 ▲ 16 x 16 (40 x 40 cm) size: http://www.etsy.com/listing/103762611 ▲ 20 x 20 (50 x 50 cm) size: http://www.etsy.com/listing/99807109 Contact us for any questions ;-) Thanks for visiting! More from us, here on Etsy (!) : Digital art prints: http://www.rocailart.etsy.com Vintage finds: http://www.rocailoldandloved.etsy.com All Designs & images © 2010-2018 ROCAIL / ROCAIL Studio. All rights reserved." >
15
- <link rel="canonical" href="https://www.etsy.com/in-en/listing/87673424/personalized-word-pillow-case-letter" />
16
- <link rel="alternate" hreflang="en" href="https://www.etsy.com/listing/87673424/personalized-word-pillow-case-letter" />
17
- <link rel="alternate" hreflang="en-AU" href="https://www.etsy.com/au/listing/87673424/personalized-word-pillow-case-letter" />
18
- <link rel="alternate" hreflang="en-CA" href="https://www.etsy.com/ca/listing/87673424/personalized-word-pillow-case-letter" />
19
- <link rel="alternate" hreflang="en-DK" href="https://www.etsy.com/dk-en/listing/87673424/personalized-word-pillow-case-letter" />
20
- <link rel="alternate" hreflang="en-HK" href="https://www.etsy.com/hk-en/listing/87673424/personalized-word-pillow-case-letter" />
21
- <link rel="alternate" hreflang="en-IE" href="https://www.etsy.com/ie/listing/87673424/personalized-word-pillow-case-letter" />
22
- <link rel="alternate" hreflang="en-IL" href="https://www.etsy.com/il-en/listing/87673424/personalized-word-pillow-case-letter" />
23
- <link rel="alternate" hreflang="en-IN" href="https://www.etsy.com/in-en/listing/87673424/personalized-word-pillow-case-letter" />
24
- <link rel="alternate" hreflang="en-NZ" href="https://www.etsy.com/nz/listing/87673424/personalized-word-pillow-case-letter" />
25
- <link rel="alternate" hreflang="en-NO" href="https://www.etsy.com/no-en/listing/87673424/personalized-word-pillow-case-letter" />
26
- <link rel="alternate" hreflang="en-SE" href="https://www.etsy.com/se-en/listing/87673424/personalized-word-pillow-case-letter" />
27
- <link rel="alternate" hreflang="en-SG" href="https://www.etsy.com/sg-en/listing/87673424/personalized-word-pillow-case-letter" />
28
- <link rel="alternate" hreflang="en-GB" href="https://www.etsy.com/uk/listing/87673424/personalized-word-pillow-case-letter" />
29
- <link rel="alternate" hreflang="de" href="https://www.etsy.com/de/listing/87673424/personalisierte-wort-kopfkissenbezug-o" />
30
- <link rel="alternate" hreflang="fr" href="https://www.etsy.com/fr/listing/87673424/coussin-personnalise-avec-mot-texte" />
31
- <link rel="alternate" hreflang="fr-CA" href="https://www.etsy.com/ca-fr/listing/87673424/coussin-personnalise-avec-mot-texte" />
32
- <link rel="alternate" hreflang="nl" href="https://www.etsy.com/nl/listing/87673424/gepersonaliseerde-word-kussensloop-brief" />
33
- <link rel="alternate" hreflang="it" href="https://www.etsy.com/it/listing/87673424/personalizzato-federa-di-parola-fodera" />
34
- <link rel="alternate" hreflang="es" href="https://www.etsy.com/es/listing/87673424/personalizado-caja-de-la-almohadilla-de" />
35
- <link rel="alternate" hreflang="es-MX" href="https://www.etsy.com/mx/listing/87673424/personalizado-caja-de-la-almohadilla-de" />
36
- <link rel="alternate" hreflang="ja" href="https://www.etsy.com/jp/listing/87673424/personalized-word-pillow-case-letter" />
37
- <link rel="alternate" type="application/rss+xml" title="Shop RSS for RocailStudio on Etsy" href="https://www.etsy.com/in-en/shop/RocailStudio/rss/" />
38
- <meta name="js_dist_path" content="/ac/primary/js/" />
39
- <meta name="css_dist_path" content="/ac/primary/css/" />
40
- <meta name="dist" content="201711011509564034" />
41
-
42
-
43
- <meta name="viewport" content="width=device-width, initial-scale=1.0" >
44
-
45
-
46
- <link rel="stylesheet" href="https://www.etsy.com/ac/primary/css/mweb-listing-perf-improvements/base.20171101170220.css" type="text/css" />
47
-
48
-
49
-
50
-
51
- <link rel="stylesheet" href="https://www.etsy.com/ac/primary/css/modules/collections/button.20171023145258.css" type="text/css" />
52
- <link rel="stylesheet" href="https://www.etsy.com/ac/primary/css/category-nav/category_nav_mw.20171023145258.css" type="text/css" />
53
-
54
- <meta name="csrf_nonce" content="3:1509565386:wAi5atK8DVZuerEFgjPJ2Ps1CMOm:08c172a7c64e2620d9571615ef6c9702673bde42e6dd918bfc11bc7b86782e81" />
55
- <meta name="uaid_nonce" content="3:1509565386:HKFjmVC928zySwxrWgy8pjv867iP:4e0824eea652d1139779584589aafdf15264e1da3fb82465249d557ce82572c4" />
56
-
57
- <script type="application/ld+json">
58
- {
59
- "@type": "Product",
60
- "@context": "http:\/\/schema.org",
61
- "url": "https:\/\/www.etsy.com\/in-en\/listing\/87673424\/personalized-word-pillow-case-letter",
62
- "name": "Personalized Word Pillow Case | Letter, Symbol, Text Cushion Cover | 18x18 inch \/ 45x45 cm Decorative Pillow | Modern Home Decor",
63
- "image": "https:\/\/img1.etsystatic.com\/028\/1\/6088772\/il_570xN.613262127_e0zl.jpg",
64
- "description": "Allow your personality to shine through your decor; this contemporary and modern accent will help you do just that. Personalize this 18&quot; x 18&quot; (45 x 45 cm) pillow cover with your favorite letter, symbol (& or ?) or word (hey, you, me, live, love, xoxo, omg, amour, inspire) in the fabric and vinyl color of your choice, have fun!\n\n&gt;&gt;&gt; Here is how to create your own pillow cover (It&#39;s easy!): You just have to select a Letter, symbol or word you prefer (Appliqu\u00e9 option) in the scrolling bar and indicate the following information in the comment box to seller during checkout, see chart on picture 5:\n1. The vinyl color. \n2. The fabric\n. . . Simply write your choices! . . .\n\nSPECIFICATIONS:\n\u25b2 Designed and handmade by us!\n\u25b2 18&quot; x 18&quot; (45 x 45 cm) pillow cover {made to fit this pillow insert size}.\n\u25b2 100% cotton, 50% cotton \/ 50% linen or 55% ramie \/ 45% cotton canvases {Pre-shrunk fabrics: the cover will keep its original shape after the first wash (No shrinkage!)}.\n\u25b2 Durable vinyl leather like sewn all around.\n\u25b2 Invisible zipper at the bottom {for an easy removal and clean finish}.\n\u25b2 Serged interior seams {makes it resistant to wash}.\n\u25b2 Pillow form is not included.\n\u25b2*This item is made to order just for you in 2 to 4 business days!*\n\nCARE: \nWash upside down and closed in cold water at gentle cycle or by hand with a gentle detergent. Do not use bleach. Dry flat or hang to dry. Iron *upside down* at medium high (cotton) temperature with medium steam.\n\n\u25b2 12&quot; x 18&quot; (30 x 45 cm) lumbar size:\nhttp:\/\/www.etsy.com\/listing\/69325334\n\n\u25b2 16&quot; x 16&quot; (40 x 40 cm) size:\nhttp:\/\/www.etsy.com\/listing\/103762611\n\n\u25b2 20&quot; x 20&quot; (50 x 50 cm) size:\nhttp:\/\/www.etsy.com\/listing\/99807109\n\nContact us for any questions ;-) Thanks for visiting!\n\nMore from us, here on Etsy (!) :\nDigital art prints: http:\/\/www.rocailart.etsy.com\nVintage finds: http:\/\/www.rocailoldandloved.etsy.com\n\nAll Designs & images \u00a9 2010-2018 ROCAIL \/ ROCAIL Studio. All rights reserved.",
65
- "brand": "RocailStudio",
66
- "category": "Home & Living < Home D\u00e9cor < Decorative Pillows",
67
- "logo": "https:\/\/img0.etsystatic.com\/133\/0\/6088772\/isla_75x75.19343584_6bbhwgdp.jpg",
68
- "offers": {
69
- "@type": "AggregateOffer",
70
- "priceCurrency": "CAD",
71
- "lowPrice": "46.00",
72
- "highPrice": "62.00"
73
- },
74
- "aggregateRating": {
75
- "@type": "AggregateRating",
76
- "ratingValue": 4.9139999999999997015720509807579219341278076171875,
77
- "ratingCount": 1012,
78
- "reviewCount": 1012
79
- }
80
- }
81
- </script>
82
-
83
- <meta property="fb:app_id" content="89186614300" />
84
- <meta property="og:site_name" content="Etsy" />
85
-
86
- <meta name="affiliate-click-tracking-enabled" content="0">
87
-
88
- <meta property="al:ios:url" content="etsy://listing/87673424?ref=applinks_ios" />
89
- <meta property="al:ios:app_store_id" content="477128284" />
90
- <meta property="al:ios:app_name" content="Etsy" />
91
- <meta property="al:android:url" content="etsy://listing/87673424?ref=applinks_android" />
92
- <meta property="al:android:package" content="com.etsy.android" />
93
- <meta property="al:android:app_name" content="Etsy" />
94
-
95
- <script src="https://cdn.ravenjs.com/3.19.1/raven.min.js" crossorigin="anonymous"></script>
96
- <script>(function () {
97
- if (typeof Raven !== 'object') {
98
- return;
99
- }
100
- function __generate_sentry_crumb_callback (arr_xhr, arr_console) {
101
- return function (crumb) {
102
- if (typeof crumb === 'object') {
103
- if (crumb.category === 'xhr'
104
- && typeof crumb.data === 'object'
105
- && typeof crumb.data.url === 'string') {
106
- return !arr_xhr.some(function (re) {
107
- return crumb.data.url.match(re);
108
- });
109
- } else if (crumb.category === 'console'
110
- && typeof crumb.message === 'string') {
111
- return !arr_console.some(function (re) {
112
- return crumb.message.match(re);
113
- });
114
- }
115
- }
116
- return crumb;
117
- };
118
- }
119
- function __shouldSendCallback (data) {
120
- if (typeof data.exception === 'object'
121
- && Array.isArray(data.exception.values)
122
- && data.exception.values.some(function (err) {
123
- return (
124
- err.type === 'ReferenceError'
125
- || err.type === 'TypeError'
126
- );
127
- })
128
- && typeof window.requirejs === 'undefined') {
129
- Raven.captureMessage('Failed to load RequireJS');
130
- return false;
131
- }
132
- return true;
133
- }
134
- Raven.config(
135
- 'https://517767ad9b354791bac174c07c0437c6@sentry.io/215641',
136
- {
137
- release: 'd6615e2b059fcf80',
138
- breadcrumbCallback: __generate_sentry_crumb_callback([/etsy.com\/bcn\/beacon$/i, /\/icht.etsysecure.com\//i], [/https\:\/\/www\.etsy\.com\/careers/]),
139
- ignoreUrls: [/connect\.facebook\.net/],
140
- ignoreErrors: [/https\:\/\/www\.youtube\.com/, /https\:\/\/tpc\.googlesyndication\.com/, /http\:\/\/fairytrade\.co\.uk/, /http\:\/\/100actsofsewing\.com/, /https\:\/\/www\.nobiggie\.net/, /staticxx\.facebook\.com/, /__firefox__/, /JSON syntax error/, /https\:\/\/bid\.g\.doubleclick\.net/, /https\:\/\/5094987\.fls\.doubleclick\.net/, /https\:\/\/www\.google\.com/, /https\:\/\/www\.zenaps\.com/, /https\:\/\/accounts\.google\.com/],
141
- shouldSendCallback: __shouldSendCallback
142
- }
143
- );
144
- Raven.setUserContext({"id":0,"ip_address":"103.61.113.8"});
145
- Raven.setTagsContext({"sentry_js":"on","listings2.cleanup.routeLegacy":"on"});
146
- Raven.setExtraContext({"locale":"en-GB"});
147
- Raven.install();
148
- })();</script>
149
-
150
- </head>
151
-
152
-
153
- <!-- show design update: 1 -->
154
-
155
-
156
-
157
- <body class="mobile is-responsive guest android en-GB new_header is-global-nav is-touch ds-reduced-colors">
158
-
159
-
160
- <script type="text/javascript">
161
- window.dataLayer = [
162
- {
163
- "Language": "en-GB",
164
- "Region": "IN",
165
- "Currency": "USD",
166
- "UAID": "h7lR95setJEkcBmxt2Wy45gPuoeq",
167
- "DetectedRegion": "IN"
168
- },
169
- {
170
- "event": "sellerTrackerEvent",
171
- "sellerTrackerID": "UA-21751318-1",
172
- "sellerTrackerDomain": "etsy.com"
173
- }
174
- ];
175
- </script>
176
-
177
- <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KWW5SS"
178
- height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
179
- <script type="text/javascript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
180
- new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
181
- j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
182
- '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
183
- })(window,document,'script','dataLayer','GTM-KWW5SS');</script>
184
-
185
- <div id="frame" class="">
186
-
187
-
188
-
189
-
190
- <!--[if lte IE 7]>
191
- <div id="gnav-header" class="global-nav clear lte-ie7" data-count-ajax=true>
192
- <![endif]-->
193
-
194
- <div class="smart-banner
195
-
196
- grey-banner tall banner_page_type_view_listing off">
197
- <div class="smart-banner-content">
198
- <a href="#" class="dismiss-banner">
199
- <span title="close app banner" class="ss-icon ss-delete"></span>
200
- </a>
201
- <div class="smart-banner-col smart-banner-img android"></div>
202
-
203
-
204
- <p class="smart-banner-col">
205
- Find more to love, in less time
206
- </p>
207
-
208
- <div class="smart-banner-col">
209
- <form class="smart-banner-form" action="#">
210
- <button type="submit" class="btn btn-primary" disabled="disabled">Open in App</button>
211
- </form>
212
- </div>
213
- </div>
214
- </div>
215
- <div id="gnav-header" class="gnav-header global-nav clear
216
- gnav-3
217
-
218
- button-text
219
-
220
- android-nag
221
-
222
- "
223
-
224
- data-as-version="10_12672349415_15"
225
-
226
-
227
- data-as-extras="{&amp;quot;expt&amp;quot;:&amp;quot;off&amp;quot;,&amp;quot;lang&amp;quot;:&amp;quot;en-GB&amp;quot;,&amp;quot;extras&amp;quot;:[]}"
228
- data-count-ajax=true
229
- data-inline_async_omit="1"
230
- >
231
-
232
- <header id="gnav-header-inner" class="body-max-width gnav-header-inner clear apply-nav-height col-group widened-nav has-svg-icons" role="banner">
233
- <div class="col-xs-12">
234
- <div id="etsy-logo" class="apply-nav-height etsy-logo-svg">
235
- <a href="/in-en/?ref=lgo" aria-label="Etsy Logo">
236
- Etsy
237
- <span class="etsy-icon etsy-logo-svg-e"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9.786,5.391V11.4s2.117,0,3.25-.086a1.087,1.087,0,0,0,1.219-1.133l0.328-1.3h0.969l-0.164,2.852,0.086,2.922H14.5l-0.242-1.141a1.2,1.2,0,0,0-1.219-1.055c-0.812-.086-3.25-0.086-3.25-0.086v5.039c0,0.969.492,1.383,1.625,1.383h3.414a2.512,2.512,0,0,0,2.766-1.625l0.883-1.953h0.82c-0.086.406-.492,3.984-0.57,4.789,0,0-3.086-.078-4.383-0.078H8.489L5,20V19.117l1.133-.25c0.82-.164,1.063-0.406,1.063-1.055,0,0,.086-2.2.086-5.852S7.192,6.117,7.192,6.117c0-.727-0.242-0.891-1.062-1.055L5,4.82V3.93L8.411,4h6.5c1.3,0,3.484-.234,3.484-0.234s-0.078,1.375-.164,4.625H17.34L17.012,7.25c-0.32-1.461-.8-2.187-1.7-2.187H10.2C9.786,5.062,9.786,5.141,9.786,5.391Z"/></svg></span>
238
- <span class="etsy-icon etsy-logo-svg-full"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 24" aria-hidden="true" focusable="false"><path d="M6.547,3.125v6.008c0,0,2.117,0,3.25-0.086c0.891-0.156,1.055-0.242,1.219-1.133l0.328-1.305h0.969l-0.164,2.852 l0.086,2.922h-0.977l-0.242-1.141c-0.242-0.812-0.57-0.977-1.219-1.055c-0.812-0.086-3.25-0.086-3.25-0.086v5.039 c0,0.969,0.492,1.383,1.625,1.383h3.414c1.055,0,2.109-0.086,2.766-1.625l0.883-1.953h0.82c-0.086,0.406-0.492,3.984-0.57,4.789 c0,0-3.086-0.078-4.383-0.078H5.25l-3.492,0.078v-0.883l1.133-0.25c0.82-0.164,1.062-0.406,1.062-1.055 c0,0,0.086-2.195,0.086-5.852c0-3.648-0.086-5.844-0.086-5.844c0-0.727-0.242-0.891-1.062-1.055L1.758,2.555V1.664l3.414,0.07h6.5 c1.297,0,3.484-0.234,3.484-0.234s-0.078,1.375-0.164,4.625h-0.891l-0.328-1.141c-0.32-1.461-0.805-2.188-1.703-2.188H6.961 C6.547,2.797,6.547,2.875,6.547,3.125z M19.703,3.766h0.977V7.18l3.336-0.164l-0.164,1.547l-3.25-0.25v6.016 c0,1.703,0.57,2.359,1.547,2.359c0.883,0,1.539-0.492,1.781-0.898l0.484,0.57c-0.484,1.133-1.859,1.703-3.164,1.703 c-1.617,0-2.93-0.969-2.93-2.836V8.398h-1.938V7.586C18.008,7.422,19.219,6.445,19.703,3.766z M26.695,14.242l0.648,1.547 c0.242,0.648,0.812,1.305,2.109,1.305c1.383,0,1.953-0.734,1.953-1.625c0-2.766-5.445-1.953-5.445-5.688c0-2.109,1.703-3.094,3.898-3.094c0.977,0,2.438,0.164,3.172,0.492c-0.164,0.812-0.25,1.867-0.25,2.68l-0.805,0.078l-0.57-1.625 c-0.164-0.398-0.82-0.727-1.625-0.727c-0.977,0-1.953,0.406-1.953,1.461c0,2.516,5.609,1.953,5.609,5.688c0,2.117-1.867,3.25-4.148,3.25c-1.703,0-3.414-0.656-3.414-0.656c0.164-0.969,0.086-2.023,0-3.086H26.695z M33.031,22.039 c0.242-0.891,0.406-2.023,0.57-3.086l0.891-0.078l0.328,1.703c0.078,0.406,0.32,0.734,0.969,0.734c1.055,0,2.438-0.648,3.742-2.922 c-0.578-1.383-2.281-5.844-3.828-9.258c-0.406-0.898-0.484-0.977-1.047-1.141l-0.414-0.156v-0.82l2.445,0.086l3-0.164V7.75 l-0.734,0.164c-0.57,0.078-0.805,0.398-0.805,0.727c0,0.086,0,0.164,0.078,0.328c0.156,0.492,1.461,4.141,2.438,6.578c0.805-1.703,2.352-5.523,2.594-6.172c0.086-0.328,0.164-0.406,0.164-0.648c0-0.414-0.242-0.656-0.805-0.812L42.039,7.75V6.938 l2.281,0.078l2.109-0.078V7.75l-0.406,0.32c-0.812,0.328-0.898,0.406-1.219,1.062l-3.57,8.359 c-2.117,4.797-4.312,5.203-5.852,5.203C34.406,22.695,33.672,22.445,33.031,22.039z"/></svg></span>
239
- </a>
240
- </div>
241
-
242
- <a class="search-browse-nav nav-link apply-nav-height" href="#" aria-label='search'>
243
- <span class="screen-reader-only">Search</span>
244
- <span class="inline-svg nav-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" version="1.1" width="22" height="32" aria-hidden="true" focusable="false">
245
- <path d="M20.9008823,22.852642 C20.8150902,22.9384341 20.709639,22.9813294 20.5845256,22.9813294 C20.4594122,22.9813294 20.3503864,22.9384341 20.257445,22.852642 L15.292254,17.8767271 C16.3074601,17.1689425 17.1689425,16.3074601 17.8767271,15.292254 L22.852642,20.257445 C22.9384341,20.3503864 22.9813294,20.4594122 22.9813294,20.5845256 C22.9813294,20.709639 22.9384341,20.8150902 22.852642,20.9008823 L20.9008823,22.852642 Z M9.25466764,1.01867055 C10.7488794,1.01867055 12.1268938,1.38685597 13.3887521,2.12323787 C14.6506104,2.85961976 15.6497155,3.85872487 16.3860974,5.12058316 C17.1224793,6.38244146 17.4906647,7.76045583 17.4906647,9.25466764 C17.4906647,10.7488794 17.1224793,12.1268938 16.3860974,13.3887521 C15.6497155,14.6506104 14.6506104,15.6497155 13.3887521,16.3860974 C12.1268938,17.1224793 10.7488794,17.4906647 9.25466764,17.4906647 C7.76045583,17.4906647 6.38244146,17.1224793 5.12058316,16.3860974 C3.85872487,15.6497155 2.85961976,14.6506104 2.12323787,13.3887521 C1.38685597,12.1268938 1.01867055,10.7488794 1.01867055,9.25466764 C1.01867055,7.76045583 1.38685597,6.38244146 2.12323787,5.12058316 C2.85961976,3.85872487 3.85872487,2.85961976 5.12058316,2.12323787 C6.38244146,1.38685597 7.76045583,1.01867055 9.25466764,1.01867055 Z M9.25466764,14.7453324 C10.7703275,14.7453324 12.0643384,14.20914 13.1367392,13.1367392 C14.20914,12.0643384 14.7453324,10.7703275 14.7453324,9.25466764 C14.7453324,7.73900782 14.20914,6.44499691 13.1367392,5.37259609 C12.0643384,4.30019528 10.7703275,3.76400291 9.25466764,3.76400291 C7.73900782,3.76400291 6.44499691,4.30019528 5.37259609,5.37259609 C4.30019528,6.44499691 3.76400291,7.73900782 3.76400291,9.25466764 C3.76400291,10.7703275 4.30019528,12.0643384 5.37259609,13.1367392 C6.44499691,14.20914 7.73900782,14.7453324 9.25466764,14.7453324 Z"/>
246
- </svg></span>
247
- </a>
248
- <div class="search-browse-wrapper">
249
- <div class="search-browse-inner with-pointer">
250
- <form id="gnav-search"
251
- class="search-nav expanded-search apply-nav-height search-mobile"
252
- method="GET"
253
- action="/in-en/search.php"
254
- role="search">
255
-
256
- <div class="gnav-search-inner clearable search-mobile">
257
- <label for="search-query" class="screen-reader-only">Search for items or shops</label>
258
- <div class="search-input-wrapper text-field-wrapper">
259
- <input
260
- id="search-query"
261
- class="search-input clearable dropdown-relative-positioned rounded search-mobile"
262
- type="text"
263
- placeholder="Search for items or shops"
264
- name="search_query"
265
- value=""
266
- autocomplete="off"
267
- autocorrect="off"
268
- autocapitalize="off"
269
- aria-label="Search for items or shops"
270
- />
271
- <div id="search-suggestions"
272
- ></div>
273
- </div>
274
- <div class="search-button-wrapper hide">
275
- <button class="btn btn-primary search-mobile"
276
- type="submit"
277
- value="Search">
278
- <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,18a8,8,0,1,1,8-8A8.009,8.009,0,0,1,10,18ZM10,4a6,6,0,1,0,6,6A6.007,6.007,0,0,0,10,4Z"/><path d="M21,22a1,1,0,0,1-.707-0.293l-4-4a1,1,0,0,1,1.414-1.414l4,4A1,1,0,0,1,21,22Z"/></svg></span>
279
-
280
- </button>
281
- </div>
282
- </div>
283
-
284
-
285
-
286
- <input id="search-js-router-enabled" type="hidden" value="true" />
287
- <input type="hidden" value="all" name="search_type" id="search-type" />
288
- </form> </div>
289
- </div>
290
- <a class="apply-nav-height header__skip-to-content screen-reader-only focusable" href="#content">Skip to Content</a>
291
-
292
-
293
-
294
- <ul class="account-nav apply-nav-height ">
295
-
296
- <li class="sell-on-etsy-link">
297
- <a id="sell-on-etsy" class="sell-on-etsy-trigger" href="/in-en/sell?ref=hdr&from_page=https%3A%2F%2Fwww.etsy.com%2Fin-en%2Flisting%2F87673424%2Fpersonalized-word-pillow-case-letter"
298
- title="Sell on Etsy">
299
- <span class="sell-copy">
300
- Sell on Etsy
301
- </span>
302
- <span class="sell-copy short">
303
- Sell
304
- </span>
305
- </a>
306
- </li>
307
- <li class="register-link">
308
- <a id="register" class="inline-overlay-trigger register-header-action select-register"
309
- rel="nofollow"
310
- data-downtime-overlay-type="register"
311
- href="/in-en/join?ref=hdr&from_page=https%3A%2F%2Fwww.etsy.com%2Fin-en%2Flisting%2F87673424%2Fpersonalized-word-pillow-case-letter"
312
-
313
- title="Register"
314
- role="button">
315
- Register
316
- </a>
317
- </li>
318
-
319
- <li class="sign-in-link">
320
- <a id="sign-in" class="inline-overlay-trigger signin-header-action select-signin"
321
- rel="nofollow"
322
- href="/in-en/signin/router?ref=hdr&from_action=signin-header&from_page=https%3A%2F%2Fwww.etsy.com%2Fin-en%2Flisting%2F87673424%2Fpersonalized-word-pillow-case-letter"
323
-
324
- title='Sign in'
325
- role="button">
326
- Sign in
327
- </a>
328
- </li>
329
-
330
-
331
- <li class="cart" data-sub-nav="cart">
332
- <a rel="nofollow" href="/in-en/cart?ref=hdr" class="nav-link" title='Cart' aria-labelledby="gnav-account-cart-description">
333
- <span class="inline-svg nav-icon etsy-icon-cart"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" version="1.1" width="22" height="32" aria-hidden="true" focusable="false">
334
- <path d="M10.1530072,20.7117446 C10.1530072,21.3419507 9.92921578,21.8808404 9.48162624,22.32843 C9.0340367,22.7760195 8.49514699,22.9998109 7.86494092,22.9998109 C7.23473485,22.9998109 6.69584513,22.7760195 6.24825559,22.32843 C5.80066606,21.8808404 5.57687465,21.3419507 5.57687465,20.7117446 C5.57687465,20.0743771 5.80066606,19.5319068 6.24825559,19.0843172 C6.69584513,18.6367277 7.23473485,18.4129363 7.86494092,18.4129363 C8.49514699,18.4129363 9.0340367,18.6367277 9.48162624,19.0843172 C9.92921578,19.5319068 10.1530072,20.0743771 10.1530072,20.7117446 Z M19.7779245,20.7117446 C19.7779245,21.3419507 19.554133,21.8808404 19.1065435,22.32843 C18.658954,22.7760195 18.1200643,22.9998109 17.4898582,22.9998109 C16.8596521,22.9998109 16.3207624,22.7760195 15.8731729,22.32843 C15.4255833,21.8808404 15.2017919,21.3419507 15.2017919,20.7117446 C15.2017919,20.0743771 15.4255833,19.5319068 15.8731729,19.0843172 C16.3207624,18.6367277 16.8596521,18.4129363 17.4898582,18.4129363 C18.1200643,18.4129363 18.658954,18.6367277 19.1065435,19.0843172 C19.554133,19.5319068 19.7779245,20.0743771 19.7779245,20.7117446 Z M7.40303083,17.0379481 C7.08076636,17.0379481 6.79252302,16.9358992 6.53829216,16.7317984 C6.28406131,16.5276975 6.12472182,16.2645188 6.06026893,15.9422544 L3.53587656,3.74997636 L2.36498819,3.74997636 C1.98543226,3.74997636 1.6613823,3.61570152 1.39282858,3.34714779 C1.12427486,3.07859407 0.99000001,2.75454411 0.99000001,2.37498818 C0.99000001,1.99543225 1.12427486,1.67138229 1.39282858,1.40282857 C1.6613823,1.13427485 1.98543226,1 2.36498819,1 L4.65305446,1 C4.98248036,1 5.27251403,1.10383921 5.52316417,1.31152076 C5.77381431,1.5192023 5.93494413,1.78059067 6.00655845,2.09569371 L6.91963654,6.49995273 L21.6148227,6.49995273 C22.0803159,6.49995273 22.4527048,6.68972784 22.7320006,7.06928377 C22.9969736,7.4488397 23.0578449,7.86419656 22.9146163,8.31536681 L20.62655,15.1903077 C20.5406128,15.4481193 20.3884346,15.662959 20.1700109,15.8348334 C19.9515872,16.0067078 19.7027312,16.1033857 19.4234353,16.12487 L7.51045178,17.0379481 L7.40303083,17.0379481 Z"/>
335
- </svg></span>
336
- <span class="text-link">
337
- <span class="text-link-copy" id="gnav-account-cart-description">
338
- Cart
339
- </span>
340
- </span>
341
- <span class="count display-none" aria-hidden="true">0</span>
342
- </a>
343
- </li>
344
- </ul>
345
-
346
- </div>
347
- </header>
348
-
349
- <div class="sub-navs">
350
-
351
-
352
- </div>
353
-
354
- <div class="col-xs-12 pl-xs-0 pr-xs-0 nav-last" data-search-browse-wrapper>
355
-
356
- </div>
357
-
358
- </div>
359
-
360
- <button id="show-catnav-mweb" class="btn btn-link apply-nav-height header__mweb-cat-nav screen-reader-only focusable" href="#">Show Categories</button>
361
- <div class="catnav-overlay"></div>
362
- <div id="cnav-header" class="is-mobile cnav-header" role="navigation">
363
- <div id="cnav-header-inner">
364
- <nav class="catnav-primary">
365
- <ul>
366
- <li id="catnav-primary-link-" data-node_id="" class="catnav-all-label">
367
- All Categories
368
- <button class="catnav-close close" tabindex="0">
369
- <span class="etsy-icon close-icon icon-smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
370
- <span class="screen-reader-only">Close all categories menu</span>
371
- </button>
372
- </li>
373
- <li id="catnav-primary-link-1" class="catnav-primary-list-item" data-node_id="1">
374
- <a class="catnav-primary-item" href="/in-en/c/accessories?ref=catnav-1">
375
- <div class="placeholder-lazy-wrap">
376
- <noscript>
377
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-accessories.jpg" height="30" width="30" alt="">
378
- </noscript>
379
- </div>
380
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
381
- <span>Accessories</span>
382
- </a>
383
- </li>
384
- <li id="catnav-primary-link-66" class="catnav-primary-list-item" data-node_id="66">
385
- <a class="catnav-primary-item" href="/in-en/c/art-and-collectibles?ref=catnav-66">
386
- <div class="placeholder-lazy-wrap">
387
- <noscript>
388
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-art-and-collectibles.jpg" height="30" width="30" alt="">
389
- </noscript>
390
- </div>
391
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
392
- <span>Art & Collectibles</span>
393
- </a>
394
- </li>
395
- <li id="catnav-primary-link-132" class="catnav-primary-list-item" data-node_id="132">
396
- <a class="catnav-primary-item" href="/in-en/c/bags-and-purses?ref=catnav-132">
397
- <div class="placeholder-lazy-wrap">
398
- <noscript>
399
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-bags-and-purses.jpg" height="30" width="30" alt="">
400
- </noscript>
401
- </div>
402
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
403
- <span>Bags & Purses</span>
404
- </a>
405
- </li>
406
- <li id="catnav-primary-link-199" class="catnav-primary-list-item" data-node_id="199">
407
- <a class="catnav-primary-item" href="/in-en/c/bath-and-beauty?ref=catnav-199">
408
- <div class="placeholder-lazy-wrap">
409
- <noscript>
410
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-bath-and-beauty.jpg" height="30" width="30" alt="">
411
- </noscript>
412
- </div>
413
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
414
- <span>Bath & Beauty</span>
415
- </a>
416
- </li>
417
- <li id="catnav-primary-link-323" class="catnav-primary-list-item" data-node_id="323">
418
- <a class="catnav-primary-item" href="/in-en/c/books-movies-and-music?ref=catnav-323">
419
- <div class="placeholder-lazy-wrap">
420
- <noscript>
421
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-books-movies-and-music.jpg" height="30" width="30" alt="">
422
- </noscript>
423
- </div>
424
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
425
- <span>Books, Films & Music</span>
426
- </a>
427
- </li>
428
- <li id="catnav-primary-link-374" class="catnav-primary-list-item" data-node_id="374">
429
- <a class="catnav-primary-item" href="/in-en/c/clothing?ref=catnav-374">
430
- <div class="placeholder-lazy-wrap">
431
- <noscript>
432
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-clothing.jpg" height="30" width="30" alt="">
433
- </noscript>
434
- </div>
435
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
436
- <span>Clothing</span>
437
- </a>
438
- </li>
439
- <li id="catnav-primary-link-562" class="catnav-primary-list-item" data-node_id="562">
440
- <a class="catnav-primary-item" href="/in-en/c/craft-supplies-and-tools?ref=catnav-562">
441
- <div class="placeholder-lazy-wrap">
442
- <noscript>
443
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-craft-supplies-and-tools.jpg" height="30" width="30" alt="">
444
- </noscript>
445
- </div>
446
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
447
- <span>Craft Supplies & Tools</span>
448
- </a>
449
- </li>
450
- <li id="catnav-primary-link-825" class="catnav-primary-list-item" data-node_id="825">
451
- <a class="catnav-primary-item" href="/in-en/c/electronics-and-accessories?ref=catnav-825">
452
- <div class="placeholder-lazy-wrap">
453
- <noscript>
454
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-electronics-and-accessories.jpg" height="30" width="30" alt="">
455
- </noscript>
456
- </div>
457
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
458
- <span>Electronics & Accessories</span>
459
- </a>
460
- </li>
461
- <li id="catnav-primary-link-891" class="catnav-primary-list-item" data-node_id="891">
462
- <a class="catnav-primary-item" href="/in-en/c/home-and-living?ref=catnav-891">
463
- <div class="placeholder-lazy-wrap">
464
- <noscript>
465
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-home-and-living.jpg" height="30" width="30" alt="">
466
- </noscript>
467
- </div>
468
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
469
- <span>Home & Living</span>
470
- </a>
471
- </li>
472
- <li id="catnav-primary-link-1179" class="catnav-primary-list-item" data-node_id="1179">
473
- <a class="catnav-primary-item" href="/in-en/c/jewelry?ref=catnav-1179">
474
- <div class="placeholder-lazy-wrap">
475
- <noscript>
476
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-jewelry.jpg" height="30" width="30" alt="">
477
- </noscript>
478
- </div>
479
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
480
- <span>Jewellery</span>
481
- </a>
482
- </li>
483
- <li id="catnav-primary-link-1250" class="catnav-primary-list-item" data-node_id="1250">
484
- <a class="catnav-primary-item" href="/in-en/c/paper-and-party-supplies?ref=catnav-1250">
485
- <div class="placeholder-lazy-wrap">
486
- <noscript>
487
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-paper-and-party-supplies.jpg" height="30" width="30" alt="">
488
- </noscript>
489
- </div>
490
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
491
- <span>Paper & Party Supplies</span>
492
- </a>
493
- </li>
494
- <li id="catnav-primary-link-1351" class="catnav-primary-list-item" data-node_id="1351">
495
- <a class="catnav-primary-item" href="/in-en/c/pet-supplies?ref=catnav-1351">
496
- <div class="placeholder-lazy-wrap">
497
- <noscript>
498
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-pet-supplies.jpg" height="30" width="30" alt="">
499
- </noscript>
500
- </div>
501
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
502
- <span>Pet Supplies</span>
503
- </a>
504
- </li>
505
- <li id="catnav-primary-link-1429" class="catnav-primary-list-item" data-node_id="1429">
506
- <a class="catnav-primary-item" href="/in-en/c/shoes?ref=catnav-1429">
507
- <div class="placeholder-lazy-wrap">
508
- <noscript>
509
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-shoes.jpg" height="30" width="30" alt="">
510
- </noscript>
511
- </div>
512
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
513
- <span>Shoes</span>
514
- </a>
515
- </li>
516
- <li id="catnav-primary-link-1552" class="catnav-primary-list-item" data-node_id="1552">
517
- <a class="catnav-primary-item" href="/in-en/c/toys-and-games?ref=catnav-1552">
518
- <div class="placeholder-lazy-wrap">
519
- <noscript>
520
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-toys-and-games.jpg" height="30" width="30" alt="">
521
- </noscript>
522
- </div>
523
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
524
- <span>Toys & Games</span>
525
- </a>
526
- </li>
527
- <li id="catnav-primary-link-1633" class="catnav-primary-list-item" data-node_id="1633">
528
- <a class="catnav-primary-item" href="/in-en/c/weddings?ref=catnav-1633">
529
- <div class="placeholder-lazy-wrap">
530
- <noscript>
531
- <img class="catnav-primary-icon" src="/images/catnav/category-images/taxonomy-node-icon-weddings.jpg" height="30" width="30" alt="">
532
- </noscript>
533
- </div>
534
- <span class="etsy-icon subnav-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
535
- <span>Weddings</span>
536
- </a>
537
- </li>
538
- </ul>
539
- </nav>
540
- </div>
541
- </div>
542
-
543
-
544
- <noscript>
545
- <div id="javascript-nag" class="notice alert alert-warning notice">
546
- <div class="alert-message pt-xs-2 pb-xs-2">
547
- Take full advantage of our site features by enabling JavaScript. <a class="link-gray-darker" href="https://www.etsy.com/in-en/help/article/372">Learn more</a>
548
- </div>
549
- </div>
550
- </noscript>
551
-
552
-
553
- <script type="text/javascript" charset="utf-8">window.Etsy=window.Etsy||{};Etsy.Context={"page":null,"data":{"is_mobile":true,"FB_GRAPHQL_VERSION":"v2.10","locale_settings":{"language":{"code":"en-GB","id":2,"name":"English (UK)","translation":"English (UK)","is_detected":false,"is_default":false},"currency":{"currency_id":840,"code":"USD","name":"United States Dollar","number_precision":2,"symbol":"$","listing_enabled":true,"browsing_enabled":true,"buyer_location_restricted":false,"rate_updates_enabled":true,"is_detected":false,"is_default":true},"region":{"code":"IN","country_id":122,"name":"India","translation":"India","is_detected":false,"is_default":false,"is_EU_region":false},"subdir_code":"in-en"},"listingId":87673424,"shopId":6088772,"transaction_id":null,"machine_translation":{"mode":"disabled","listing_id":87673424,"to_lang_code":"en-GB","from_lang_code":"en-US","translated":null,"untranslated":null,"category_tags":null},"use_listzilla_image_carousel":false,"use_shipping_variant_view":false,"show_production_partners_instead_of_manufacturers":true,"is_using_structured_policies":false,"vacation_api":"https:\/\/www.etsy.com\/in-en\/shop\/RocailStudio\/api\/vacation","listing_id":87673424,"listings_to_collections":[],"favorite_event_source":null,"use_neu_buy_box":true,"neu_buy_box_type":"offerings","is_custom_listing":false,"custom_orders_listings2":true,"is_wholesale":false,"shop_name":"RocailStudio","similar_listings2_enabled":false,"should_auto_redirect":false,"use_responsive_footer":true},"config":[],"feature":{"sendreport":true,"fei_fontloader":false,"rnl.halloween_search_promo":false,"rnl.holiday_gift_guide":true,"perf_send_perf_beacon":true,"disable_old_frontend_logger":true,"localization.global_autocomplete":false,"checkout.etsy_com_mini_cart":false,"machine_translation.listings_click_to_translate":true,"listzilla.nudges.js_performance_bump":false,"mfg.dovetail":true,"mfg.buyer_facing_dovetail":true,"ads.prolist.log_clicks_and_impressions":true,"listzilla.listing_use_api_specs.estimated_shipping2":false},"variant":{"fei_fontloader":false},"locale":{"decimal_point":".","thousands_sep":",","int_curr_symbol":"","currency_symbol":"","mon_decimal_point":"","mon_thousands_sep":"","positive_sign":"","negative_sign":"","int_frac_digits":127,"frac_digits":127,"p_cs_precedes":127,"p_sep_by_space":127,"n_cs_precedes":127,"n_sep_by_space":127,"p_sign_posn":127,"n_sign_posn":127,"grouping":[3,3],"mon_grouping":[]}};</script>
554
-
555
-
556
-
557
- <div id="content">
558
-
559
-
560
- <div class="header min horizontal-button">
561
- <a class="shop-name" href="https://www.etsy.com/in-en/shop/RocailStudio?ref=s2-header-shopname">
562
- <img src='https://img0.etsystatic.com/133/0/6088772/isla_75x75.19343584_6bbhwgdp.jpg' width=75 height=75 class='avatar' />
563
- <h2>RocailStudio</h2>
564
- <div id="header-rating" class="header-rating ui-toolkit">
565
- <div class="stars-svg stars-smaller ">
566
- <input type="hidden" name="initial-rating" value="4.914" />
567
- <input type="hidden" name="rating" value="4.914" />
568
- <span class="screen-reader-only">5 out of 5 stars</span>
569
-
570
- <div data-rating="1" class="rating lit rating-first icon-b-2" aria-hidden="true">
571
- <span class="etsy-icon stars-svg-star" title="Disappointed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
572
- <div data-rating="2" class="rating lit">
573
- <span class="etsy-icon stars-svg-star" title="Not a fan"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
574
- <div data-rating="3" class="rating lit">
575
- <span class="etsy-icon stars-svg-star" title="It's okay"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
576
- <div data-rating="4" class="rating lit">
577
- <span class="etsy-icon stars-svg-star" title="Like it"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
578
- <div data-rating="5" class="rating lit">
579
- <span class="etsy-icon stars-svg-star" title="Love it"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
580
- </div>
581
- </div>
582
- </div>
583
- </div>
584
- </div>
585
- </div>
586
- <span class="count">(1012)</span>
587
- </div>
588
-
589
- <span class="etsy-icon icon-larger icon-navigateright"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,17a1,1,0,0,1-.707-1.707L12.586,12,9.293,8.707a1,1,0,0,1,1.414-1.414L15.414,12l-4.707,4.707A1,1,0,0,1,10,17Z"/></svg></span>
590
- </a>
591
- </div>
592
-
593
- <div class="shop-bin">
594
- </div>
595
-
596
-
597
-
598
-
599
- <form class="favorite-item" action="/in-en/signin/router"
600
- method="get"
601
- >
602
- <input type="hidden" name="from_page" value="/in-en/listing/87673424/personalized-word-pillow-case-letter" />
603
- <input type="hidden" name="from_action" value="favorite-item" />
604
- <input type="hidden" name="heart_source" value="listing-image" />
605
- <input type="hidden" name="workflow" value="ZmF2b3JpdGVfbGlzdGluZ19pZDo4NzY3MzQyNDoxNTA5NTY1OTg1OjQ3NzRlYmZmNWQ4MjdjODc1NGMxMzYyNTVlNzAxMjlm" />
606
-
607
- <div class="icon-group">
608
- <button type="submit" class="icon listing-image favorite" data-source="listing-casanova">
609
- <div class="ui-toolkit">
610
- <div class="spinner spinner-smaller"></div>
611
- </div>
612
- <div style="width: 0; height: 0; overflow: hidden">
613
- <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" aria-hidden="true" focusable="false">
614
- <filter id="etsy-icon-dropshadow">
615
- <feGaussianBlur in="SourceAlpha" stdDeviation="0.7"/>
616
- <feOffset dx="0.25" dy="0.8"/>
617
- <feComponentTransfer>
618
- <feFuncA type="linear" slope="0.6"/>
619
- </feComponentTransfer>
620
- <feMerge>
621
- <feMergeNode/>
622
- <feMergeNode in="SourceGraphic"/>
623
- </feMerge>
624
- </filter>
625
- </svg></span>
626
- </div>
627
- <span class="etsy-icon icon-favorite"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,21C10.349,21,2,14.688,2,9,2,5.579,4.364,3,7.5,3A6.912,6.912,0,0,1,12,5.051,6.953,6.953,0,0,1,16.5,3C19.636,3,22,5.579,22,9,22,14.688,13.651,21,12,21ZM7.5,5C5.472,5,4,6.683,4,9c0,4.108,6.432,9.325,8,10,1.564-.657,8-5.832,8-10,0-2.317-1.472-4-3.5-4-1.979,0-3.7,2.105-3.721,2.127L11.991,8.1,11.216,7.12C11.186,7.083,9.5,5,7.5,5Z" filter="url(#etsy-icon-dropshadow)"/></svg></span>
628
- <span class="etsy-icon icon-favorited"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16.5,3A6.953,6.953,0,0,0,12,5.051,6.912,6.912,0,0,0,7.5,3C4.364,3,2,5.579,2,9c0,5.688,8.349,12,10,12S22,14.688,22,9C22,5.579,19.636,3,16.5,3Z" filter="url(#etsy-icon-dropshadow)"/></svg></span>
629
- </button>
630
- </div>
631
- </form><div class="listing-image-wrap">
632
- <ul class="listing-images scroll">
633
- <li>
634
- <a href="#" class="embedded-video-toggle" data-full-img-src="https://img1.etsystatic.com/028/1/6088772/il_fullxfull.613262127_e0zl.jpg">
635
- <img data-src="https://img1.etsystatic.com/028/1/6088772/il_570xN.613262127_e0zl.jpg" width="100%"
636
- srcset="https://img1.etsystatic.com/028/1/6088772/il_224xN.613262127_e0zl.jpg 1x, https://img1.etsystatic.com/028/1/6088772/il_570xN.613262127_e0zl.jpg 2x" />
637
- </a>
638
- </li>
639
- <li>
640
- <a href="#" class="embedded-video-toggle" data-full-img-src="https://img1.etsystatic.com/038/0/6088772/il_fullxfull.612826347_4fpr.jpg">
641
- <img data-src="https://img1.etsystatic.com/038/0/6088772/il_570xN.612826347_4fpr.jpg" width="100%"
642
- srcset="https://img1.etsystatic.com/038/0/6088772/il_224xN.612826347_4fpr.jpg 1x, https://img1.etsystatic.com/038/0/6088772/il_570xN.612826347_4fpr.jpg 2x" />
643
- </a>
644
- </li>
645
- <li>
646
- <a href="#" class="embedded-video-toggle" data-full-img-src="https://img0.etsystatic.com/201/0/6088772/il_fullxfull.1285991720_slve.jpg">
647
- <img data-src="https://img0.etsystatic.com/201/0/6088772/il_570xN.1285991720_slve.jpg" width="100%"
648
- srcset="https://img0.etsystatic.com/201/0/6088772/il_224xN.1285991720_slve.jpg 1x, https://img0.etsystatic.com/201/0/6088772/il_570xN.1285991720_slve.jpg 2x" />
649
- </a>
650
- </li>
651
- <li>
652
- <a href="#" class="embedded-video-toggle" data-full-img-src="https://img1.etsystatic.com/215/0/6088772/il_fullxfull.1333239029_8jmd.jpg">
653
- <img data-src="https://img1.etsystatic.com/215/0/6088772/il_570xN.1333239029_8jmd.jpg" width="100%"
654
- srcset="https://img1.etsystatic.com/215/0/6088772/il_224xN.1333239029_8jmd.jpg 1x, https://img1.etsystatic.com/215/0/6088772/il_570xN.1333239029_8jmd.jpg 2x" />
655
- </a>
656
- </li>
657
- <li>
658
- <a href="#" class="embedded-video-toggle" data-full-img-src="https://img1.etsystatic.com/209/0/6088772/il_fullxfull.1333238457_7bd3.jpg">
659
- <img data-src="https://img1.etsystatic.com/209/0/6088772/il_570xN.1333238457_7bd3.jpg" width="100%"
660
- srcset="https://img1.etsystatic.com/209/0/6088772/il_224xN.1333238457_7bd3.jpg 1x, https://img1.etsystatic.com/209/0/6088772/il_570xN.1333238457_7bd3.jpg 2x" />
661
- </a>
662
- </li>
663
- <li>
664
- <a href="#" class="embedded-video-toggle" data-full-img-src="https://img0.etsystatic.com/187/0/6088772/il_fullxfull.1285989372_bhu4.jpg">
665
- <img data-src="https://img0.etsystatic.com/187/0/6088772/il_570xN.1285989372_bhu4.jpg" width="100%"
666
- srcset="https://img0.etsystatic.com/187/0/6088772/il_224xN.1285989372_bhu4.jpg 1x, https://img0.etsystatic.com/187/0/6088772/il_570xN.1285989372_bhu4.jpg 2x" />
667
- </a>
668
- </li>
669
- </ul>
670
- <ul class="indicator embedded-video-toggle">
671
- <li class="active"></li>
672
- <li class=""></li>
673
- <li class=""></li>
674
- <li class=""></li>
675
- <li class=""></li>
676
- <li class=""></li>
677
- </ul>
678
- </div>
679
-
680
-
681
- <div id='full-image-loading' class='ui-toolkit'>
682
- <div class="spinner spinner-large"></div>
683
- </div>
684
-
685
-
686
- <div id="full-image-hint">
687
- <span id="hint-text">Tap to close</span>
688
- </div>
689
- <div id="item-info" class="container bg-white" itemscope itemtype="http://data-vocabulary.org/Product">
690
-
691
- <h1 id="listing-title"
692
- itemprop="name">
693
- Personalized Word Pillow Case | Letter, Symbol, Text Cushion Cover | 18x18 inch / 45x45 cm Decorative Pillow | Modern Home Decor
694
- </h1>
695
-
696
- <div itemprop="offerDetails" itemscope itemtype="http://data-vocabulary.org/Offer">
697
- <div class="ui-toolkit">
698
- <div class="clearfix">
699
- <div class="buy-box__price ui-toolkit">
700
-
701
- <span id="listing-price" class="vertical-align-middle ">
702
- US$ 36.97+
703
- <meta itemprop="currency" content="USD"/>
704
- <meta itemprop="price" content="36.97"/>
705
- <meta itemprop="availability" content="in_stock"/>
706
- </span>
707
- <span class="buy-box__price-spinner display-none">
708
- <div class="spinner spinner-small display-inline-block vertical-align-middle"></div>
709
- </span>
710
-
711
-
712
-
713
- <div class="text-gray-lighter text-smaller">Local taxes included (where applicable). </div>
714
-
715
- <div class="text-gray-lighter text-smaller"></div>
716
-
717
- </div>
718
- <div class="buy-box__promotions ui-toolkit">
719
- </div>
720
- <div class="buy-box__quantity-text_mobile prose text-gray-lighter mb-xs-0">4 available</div>
721
- </div>
722
- </div>
723
- <div id="variations" class="buy-box__variations ui-toolkit " data-buy-box-view-options="&lbrace;&quot;user&lowbar;is&lowbar;listing&lowbar;owner&quot;&colon;false&comma;&quot;order&lowbar;already&lowbar;started&quot;&colon;false&comma;&quot;inline&lowbar;variation&lowbar;labels&quot;&colon;true&comma;&quot;listing&lowbar;mode&quot;&colon;&quot;listing&lowbar;mode&lowbar;default&quot;&comma;&quot;show&lowbar;preview&lowbar;warning&quot;&colon;false&comma;&quot;quantity&lowbar;behavior&quot;&colon;&quot;quantity&lowbar;hidden&quot;&comma;&quot;quantity&lowbar;related&lowbar;nudge&lowbar;is&lowbar;on&quot;&colon;true&comma;&quot;additional&lowbar;button&lowbar;class&quot;&colon;&quot;&quot;&comma;&quot;is&lowbar;mobile&quot;&colon;false&comma;&quot;channel&quot;&colon;1&rcub;">
724
- <p class="buy-box__quantity-text prose text-gray-lighter mt-lg-2 mb-xs-0 mb-lg-2">4 available</p>
725
- <div class="buy-box__variation item-variation-option">
726
- <label for="inventory-variation-select-0" >Appliqué</label>
727
- <span >
728
- <select id="inventory-variation-select-0" class="variation-select" name="listing_variation_id">
729
- <option value="" selected>Appliqué</option>
730
- <option value="560079731" >Me (US$ 41.79)</option>
731
- <option value="540686020" >Ok (US$ 41.79)</option>
732
- <option value="540686022" >Hey (US$ 41.79)</option>
733
- <option value="540686024" >You (US$ 41.79)</option>
734
- <option value="540686026" >OMG (US$ 41.79)</option>
735
- <option value="560079733" >Live (US$ 43.39)</option>
736
- <option value="540686028" >Love (US$ 43.39)</option>
737
- <option value="560079735" >XOXO (US$ 43.39)</option>
738
- <option value="540686030" >amour (US$ 46.61)</option>
739
- <option value="540686032" >Inspire (US$ 49.82)</option>
740
- <option value="540686034" >Ampersand (&amp;) (US$ 36.97)</option>
741
- <option value="560079737" >Question mark (?) (US$ 36.97)</option>
742
- <option value="560079739" >A (US$ 36.97)</option>
743
- <option value="540686036" >B (US$ 36.97)</option>
744
- <option value="540686038" >C (US$ 36.97)</option>
745
- <option value="540686040" >D (US$ 36.97)</option>
746
- <option value="540686042" >E (US$ 36.97)</option>
747
- <option value="540686044" >F (US$ 36.97)</option>
748
- <option value="560079741" >G (US$ 36.97)</option>
749
- <option value="560079743" >H (US$ 36.97)</option>
750
- <option value="560079745" >I (US$ 36.97)</option>
751
- <option value="560079747" >J (US$ 36.97)</option>
752
- <option value="560079749" >K (US$ 36.97)</option>
753
- <option value="540686046" >L (US$ 36.97)</option>
754
- <option value="540686048" >M (US$ 36.97)</option>
755
- <option value="540686050" >N (US$ 36.97)</option>
756
- <option value="540686052" >O (US$ 36.97)</option>
757
- <option value="560079751" >P (US$ 36.97)</option>
758
- <option value="560079753" >Q (US$ 36.97)</option>
759
- <option value="560079755" >R (US$ 36.97)</option>
760
- <option value="560079757" >S (US$ 36.97)</option>
761
- <option value="540686054" >T (US$ 36.97)</option>
762
- <option value="540686056" >U (US$ 36.97)</option>
763
- <option value="540686058" >V (US$ 36.97)</option>
764
- <option value="540686060" >W (US$ 36.97)</option>
765
- <option value="560079759" >X (US$ 36.97)</option>
766
- <option value="560079761" >Y (US$ 36.97)</option>
767
- <option value="560079763" >Z (US$ 36.97)</option>
768
- </select>
769
- </span>
770
- <div class="buy-box__variation-error p-xs-1 mt-xs-1 text-smaller bg-red text-white rounded display-none">Please select an option</div>
771
- </div>
772
- </div>
773
-
774
-
775
-
776
- <div class="buy-box__buttons">
777
-
778
-
779
-
780
- <div class="buy-button clear ">
781
- <form action="/in-en/cart/listing.php" method="post" class="add-to-cart-form" data-cart-style="view_cart">
782
- <input type="hidden" name="listing_id" value="87673424" />
783
- <input type="hidden"
784
- name="listing_inventory_id"
785
- value=""
786
- />
787
- <input type="hidden" name="shipping_method_id" value="" />
788
- <input type="hidden" name="quantity" value="1" />
789
- <input type="hidden" name="_nnc" value="3:1509565386:golGEP7YdHDkCJNwnq979dfj2grk:11725ac204af923abb3cf063bd96e87a0b8156c813d4bbb3e5fd6a9c733e96ac" class="hidden csrf" /> <button class="btn-transaction " type="submit">
790
- <div class="btn-text">Add to cart</div>
791
- <div class="ui-toolkit">
792
- <div class="btn-spinner spinner spinner-small display-none"></div>
793
- </div>
794
- </button>
795
- <div class="ui-toolkit">
796
- <div class="purchase-accept-terms display-none mt-xs-3 text-gray-lightest text-smaller"></div>
797
- </div>
798
- </form>
799
- </div>
800
-
801
-
802
- </div>
803
-
804
-
805
- <div data-appears-component-name="listings_nudge_incartcap20">
806
- <div class="ui-toolkit">
807
- <div class="nudge-wrapper bg-white p-xs-2 pl-md-0 pt-md-0 pb-md-3 mt-xs-2 mt-md-0 bt-xs-1 bt-md-0 bb-xs-1 mb-md-3">
808
- <div class="flag">
809
- <div class="flag-img vertical-align-top nudge-cart-ding-icon" data-add-class-when-in-view="is-in-view">
810
- <span class="inline-svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" height="48" width="48" aria-hidden="true" focusable="false">
811
- <g class="cart-frame">
812
- <path class="cart-fill" fill="#FFAC5D" d="M19,33h20l5-18H15"/>
813
- <path fill="#333333" d="M43,14H14.7L13,5.8C12.8,5.3,12.5,5,12,5H5C4.3,5,4,5.4,4,6s0.4,1,1,1h6.2l1.8,8c0,0.1,0,0.3,0.1,0.4 l4,17.8c0.1,0.5,0.5,0.8,1,0.8h20c0.6,0,1-0.4,1-1s-0.4-1-1-1H18.8l-3.6-16H43c0.6,0,1-0.4,1-1S43.6,14,43,14z"/>
814
- <path fill="#333333" d="M22.5,36c-1.9,0-3.5,1.6-3.5,3.5s1.6,3.5,3.5,3.5s3.5-1.6,3.5-3.5S24.3,36,22.5,36z M22.5,41 c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S23.2,41,22.5,41z"/>
815
- <path fill="#333333" d="M34.5,36c-1.9,0-3.5,1.6-3.5,3.5s1.6,3.5,3.5,3.5s3.5-1.6,3.5-3.5S36.3,36,34.5,36z M34.5,41 c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S35.3,41,34.5,41z"/>
816
- </g>
817
- <line class="line-right" fill="none" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="37" y1="8" x2="33.8" y2="11.1"/>
818
- <line class="line-center" fill="none" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="29" y1="6" x2="29" y2="10"/>
819
- <line class="line-left" fill="none" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="21" y1="8" x2="24" y2="11.1"/>
820
- </svg></span>
821
- </div>
822
- <div class="flag-body">
823
- <span class="strong">Other people want this.</span> 17 people have this in their carts right now.
824
- </div>
825
- </div>
826
- </div>
827
- </div>
828
- </div>
829
-
830
- </div>
831
-
832
- </div>
833
-
834
-
835
-
836
-
837
-
838
- <div class="ui-toolkit">
839
-
840
- <div class="col-group mt-xs-1 bg-white pl-xs-2 pr-xs-2 pb-xs-1 pt-xs-1">
841
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
842
- <h2 class="text-body-larger text-gray-darker strong mt-xs-1 mb-xs-1">
843
- Overview
844
- </h2>
845
-
846
-
847
-
848
- <div>
849
-
850
- <ul id="item-overview" class="text-gray-lighter prose pl-xs-0">
851
- <li class="">Handmade item</li><li class="">Length: 18 Inches</li><li class="">Width: 18 Inches</li><li class="">Design: Letters &amp; words</li><li class="">Materials: <span id="overview-materials" >Natural fiber fabrics, Vinyl, Threads, YKK invisible zipper</span></li><li class="">Made to order</li><li class="">Ships worldwide from Canada</li><li class="">Favourited by: 1525 people</li><li class="">View <a href="#shop-policies" class="text-link-underline">shop policies</a></li>
852
- <li class="mt-xs-2">
853
- Questions?
854
- <a
855
-
856
-
857
-
858
-
859
-
860
-
861
-
862
- rel="#convo-overlay"
863
- class="convo text-link-underline"
864
- data-to_username="ClassicByNature"
865
- data-to_user_id="11548582"
866
- data-to_user_display_name="
867
- Melanie and Valerie
868
-
869
-
870
- from RocailStudio
871
-
872
-
873
- "
874
- data-subject="Personalized Word Pillow Case | Letter, Symbol, Text Cushion Cover | 18x18 inch / 45x45 cm Decorative Pillow | Modern Home Decor"
875
- data-message="https://www.etsy.com/in-en/listing/87673424/personalized-word-pillow-case-letter
876
-
877
- "
878
-
879
- href="https://www.etsy.com/in-en/conversations/new?subject=Personalized+Word+Pillow+Case+%7C+Letter%2C+Symbol%2C+Text+Cushion+Cover+%7C+18x18+inch+%2F+45x45+cm+Decorative+Pillow+%7C+Modern+Home+Decor&message=https%3A%2F%2Fwww.etsy.com%2Fin-en%2Flisting%2F87673424%2Fpersonalized-word-pillow-case-letter&from_action=contact-seller&with=ClassicByNature"
880
- data-convo-overlay="#convo-overlay"
881
- data-to-avatar-src="https://img1.etsystatic.com/161/0/11548582/iusa_75x75.48982361_cnej.jpg"
882
- >
883
-
884
- Contact the shop owner
885
- </a>
886
- </li>
887
- </ul>
888
- </div>
889
-
890
- </div>
891
-
892
- </div>
893
- </div>
894
-
895
-
896
-
897
-
898
- <div data-appears-component-name="listing_page_description">
899
- <div class="ui-toolkit">
900
- <div class="col-group mt-xs-1 mt-lg-3 bg-white b-lg-0 bt-lg-1 bb-lg-1 pl-xs-2 pr-xs-2 pb-xs-2 pt-xs-0 pt-lg-2 pl-lg-0 pr-lg-0">
901
- <div class="col-xs-12 pl-lg-0 pr-lg-0 pb-xs-1">
902
- <h2 class="text-body-larger strong mt-xs-2 text-gray-darker">Details</h2>
903
- </div>
904
- <div class="col-xs-12 pl-lg-0 pr-lg-0 break-word">
905
-
906
-
907
- <div id="description-text">
908
- <div class="max-height-text-container ui-toolkit">
909
- <div class="preview-text mobile text-gray-lighter prose">
910
- <div>
911
- Allow your personality to shine through your decor; this contemporary and modern accent will help you do just that. Personalize this 18&quot; x 18&quot; (45 x 45 cm) pillow cover with your favorite letter, symbol (& or ?) or word (hey, you, me, live, love, xoxo, omg, amour, inspire) in the fabric and vinyl color of your choice, have fun!<br><br>&gt;&gt;&gt; Here is how to create your own pillow cover (It&#39;s easy!): You just have to select a Letter, symbol or word you prefer (Appliqué option) in the scrolling bar and indicate the following information in the comment box to seller during checkout, see chart on picture 5:<br>1. The vinyl color. <br>2. The fabric<br>. . . Simply write your choices! . . .<br><br>SPECIFICATIONS:<br>▲ Designed and handmade by us!<br>▲ 18&quot; x 18&quot; (45 x 45 cm) pillow cover {made to fit this pillow insert size}.<br>▲ 100% cotton, 50% cotton / 50% linen or 55% ramie / 45% cotton canvases {Pre-shrunk fabrics: the cover will keep its original shape after the first wash (No shrinkage!)}.<br>▲ Durable vinyl leather like sewn all around.<br>▲ Invisible zipper at the bottom {for an easy removal and clean finish}.<br>▲ Serged interior seams {makes it resistant to wash}.<br>▲ Pillow form is not included.<br>▲*This item is made to order just for you in 2 to 4 business days!*<br><br>CARE: <br>Wash upside down and closed in cold water at gentle cycle or by hand with a gentle detergent. Do not use bleach. Dry flat or hang to dry. Iron *upside down* at medium high (cotton) temperature with medium steam.<br><br>▲ 12&quot; x 18&quot; (30 x 45 cm) lumbar size:<br><a href="http://www.etsy.com/in-en/listing/69325334" target="_blank">http://www.etsy.com/listing/69325334</a><br><br>▲ 16&quot; x 16&quot; (40 x 40 cm) size:<br><a href="http://www.etsy.com/listing/103762611" target="_blank">http://www.etsy.com/listing/103762611</a><br><br>▲ 20&quot; x 20&quot; (50 x 50 cm) size:<br><a href="http://www.etsy.com/listing/99807109" target="_blank">http://www.etsy.com/listing/99807109</a><br><br>Contact us for any questions ;-) Thanks for visiting!<br><br>More from us, here on Etsy (!) :<br>Digital art prints: <a href="http://www.rocailart.etsy.com" target="_blank">http://www.rocailart.etsy.com</a><br>Vintage finds: <a href="http://www.rocailoldandloved.etsy.com" target="_blank">http://www.rocailoldandloved.etsy.com</a><br><br>All Designs & images © 2010-2018 ROCAIL / ROCAIL Studio. All rights reserved.
912
- </div>
913
- </div>
914
- <div class="content-toggle-body text-gray-lighter prose" id="item-description">
915
- <div>
916
- Allow your personality to shine through your decor; this contemporary and modern accent will help you do just that. Personalize this 18&quot; x 18&quot; (45 x 45 cm) pillow cover with your favorite letter, symbol (& or ?) or word (hey, you, me, live, love, xoxo, omg, amour, inspire) in the fabric and vinyl color of your choice, have fun!<br><br>&gt;&gt;&gt; Here is how to create your own pillow cover (It&#39;s easy!): You just have to select a Letter, symbol or word you prefer (Appliqué option) in the scrolling bar and indicate the following information in the comment box to seller during checkout, see chart on picture 5:<br>1. The vinyl color. <br>2. The fabric<br>. . . Simply write your choices! . . .<br><br>SPECIFICATIONS:<br>▲ Designed and handmade by us!<br>▲ 18&quot; x 18&quot; (45 x 45 cm) pillow cover {made to fit this pillow insert size}.<br>▲ 100% cotton, 50% cotton / 50% linen or 55% ramie / 45% cotton canvases {Pre-shrunk fabrics: the cover will keep its original shape after the first wash (No shrinkage!)}.<br>▲ Durable vinyl leather like sewn all around.<br>▲ Invisible zipper at the bottom {for an easy removal and clean finish}.<br>▲ Serged interior seams {makes it resistant to wash}.<br>▲ Pillow form is not included.<br>▲*This item is made to order just for you in 2 to 4 business days!*<br><br>CARE: <br>Wash upside down and closed in cold water at gentle cycle or by hand with a gentle detergent. Do not use bleach. Dry flat or hang to dry. Iron *upside down* at medium high (cotton) temperature with medium steam.<br><br>▲ 12&quot; x 18&quot; (30 x 45 cm) lumbar size:<br><a href="http://www.etsy.com/in-en/listing/69325334" target="_blank">http://www.etsy.com/listing/69325334</a><br><br>▲ 16&quot; x 16&quot; (40 x 40 cm) size:<br><a href="http://www.etsy.com/listing/103762611" target="_blank">http://www.etsy.com/listing/103762611</a><br><br>▲ 20&quot; x 20&quot; (50 x 50 cm) size:<br><a href="http://www.etsy.com/listing/99807109" target="_blank">http://www.etsy.com/listing/99807109</a><br><br>Contact us for any questions ;-) Thanks for visiting!<br><br>More from us, here on Etsy (!) :<br>Digital art prints: <a href="http://www.rocailart.etsy.com" target="_blank">http://www.rocailart.etsy.com</a><br>Vintage finds: <a href="http://www.rocailoldandloved.etsy.com" target="_blank">http://www.rocailoldandloved.etsy.com</a><br><br>All Designs & images © 2010-2018 ROCAIL / ROCAIL Studio. All rights reserved.
917
- </div>
918
- </div>
919
- <button type="button" class="unstyled-button b pt-xs-1" data-content-toggle data-content-toggle-uid="listzilla-item-description" aria-controls="item-description" data-event-name="listing_expand_description">
920
- <span class="button-label">+ More</span>
921
- <span class="button-label display-none">– Less</span>
922
- </button>
923
- </div>
924
- </div>
925
- </div>
926
- </div>
927
- </div>
928
- </div>
929
-
930
- <div data-appears-component-name="listing_page_reviews">
931
- <div class="ui-toolkit reviews-container" id="reviews">
932
- <div class="col-group mt-xs-1 mt-md-2 bg-white b-md-1 b-lg-0 bb-lg-1 pl-xs-2 pr-xs-2 pb-xs-2 pt-md-1 pl-lg-0 pr-lg-0">
933
- <div class="col-xs-12 pb-xs-3 pl-md-0 pr-lg-0 pt-xs-0 pt-md-0">
934
- <h2 class="display-inline-block text-body-larger strong mt-xs-2 mr-xs-1">Reviews</h2>
935
- <span class="aggregate_rating display-inline-block">
936
- <div class="stars-svg ">
937
- <input type="hidden" name="initial-rating" value="4.914" />
938
- <input type="hidden" name="rating" value="4.914" />
939
- <span class="screen-reader-only">5 out of 5 stars</span>
940
-
941
- <div data-rating="1" class="rating lit rating-first icon-b-2" aria-hidden="true">
942
- <span class="etsy-icon stars-svg-star" title="Disappointed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
943
- <div data-rating="2" class="rating lit">
944
- <span class="etsy-icon stars-svg-star" title="Not a fan"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
945
- <div data-rating="3" class="rating lit">
946
- <span class="etsy-icon stars-svg-star" title="It's okay"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
947
- <div data-rating="4" class="rating lit">
948
- <span class="etsy-icon stars-svg-star" title="Like it"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
949
- <div data-rating="5" class="rating lit">
950
- <span class="etsy-icon stars-svg-star" title="Love it"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
951
- </div>
952
- </div>
953
- </div>
954
- </div>
955
- </div>
956
- </div>
957
- </span>
958
- <span class="pl-xs-1 text-gray-lighter">
959
- (1,012)
960
- </span>
961
- </div>
962
- <div class="preview-text mobile">
963
- <div class="listing-page__review col-group pl-xs-0 pr-xs-0">
964
- <div class="col-xs-12 col-md-3 col-xl-2 pb-md-3 text-center-md-up pl-md-0 pr-md-2">
965
- <div class="flag">
966
- <div class="flag-img">
967
- <a href="/in-en/people/sillyjilly" tabindex="-1" aria-hidden="true">
968
- <img class="reviews-user-avatar circle bg-gray-darker" src="https://img1.etsystatic.com/116/0/5058393/iusa_75x75.43948351_gx0y.jpg" data-pin-nopin="true" alt=""/>
969
- </a>
970
- </div>
971
- <div class="flag-body">
972
- <div class="text-gray-lighter normal">Reviewed by <a class="" href="/in-en/people/sillyjilly">Jily</a></div>
973
- </div>
974
- </div>
975
- </div>
976
-
977
- <div class="col-xs-12 col-md-9 col-xl-10 pb-xs-3 pl-md-2 pr-md-0">
978
-
979
-
980
- <div class="mb-xs-2 mb-md-0 mt-xs-1 mt-md-0">
981
- <div class="stars-svg display-inline-block mb-xs-1">
982
- <input type="hidden" name="initial-rating" value="5" />
983
- <input type="hidden" name="rating" value="5" />
984
- <span class="screen-reader-only">5 out of 5 stars</span>
985
-
986
- <div data-rating="1" class="rating lit rating-first icon-b-2" aria-hidden="true">
987
- <span class="etsy-icon stars-svg-star" title="Disappointed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
988
- <div data-rating="2" class="rating lit">
989
- <span class="etsy-icon stars-svg-star" title="Not a fan"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
990
- <div data-rating="3" class="rating lit">
991
- <span class="etsy-icon stars-svg-star" title="It's okay"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
992
- <div data-rating="4" class="rating lit">
993
- <span class="etsy-icon stars-svg-star" title="Like it"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
994
- <div data-rating="5" class="rating lit">
995
- <span class="etsy-icon stars-svg-star" title="Love it"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M19.985,10.36a0.5,0.5,0,0,0-.477-0.352H14.157L12.488,4.366a0.5,0.5,0,0,0-.962,0l-1.67,5.642H4.5a0.5,0.5,0,0,0-.279.911L8.53,13.991l-1.5,5.328a0.5,0.5,0,0,0,.741.6l4.231-2.935,4.215,2.935a0.5,0.5,0,0,0,.743-0.6l-1.484-5.328,4.306-3.074A0.5,0.5,0,0,0,19.985,10.36Z"/></svg></span>
996
- </div>
997
- </div>
998
- </div>
999
- </div>
1000
- </div>
1001
- </div>
1002
- <span class="float-right text-gray-lighter">18 Oct, 2017</span>
1003
- </div>
1004
-
1005
-
1006
-
1007
-
1008
- <a href="/in-en/listing/87673424/personalized-word-pillow-case-letter" class="flag text-gray-lighter text-decoration-none mt-xs-3 mt-md-0">
1009
- <div class="flag-img">
1010
- <img class="transaction-image bg-gray-darker" style="background-color: #A7A199" src="https://img1.etsystatic.com/028/1/6088772/il_75x75.613262127_e0zl.jpg" data-pin-nopin="true" alt="">
1011
- </div>
1012
- <div class="flag-body text-gray-lighter text-smaller text-truncate max-width-225px">Personalized Word Pillow Case | Letter, Symbol, Text Cushion Cover | 18x18 inch / 45x45 cm Decorative Pillow | Modern Home Decor</div>
1013
- </a>
1014
-
1015
- </div>
1016
-
1017
- <div class="listing-page__review__divider col-xs-12 pl-xs-0 pr-xs-0"><hr class="m-xs-0 mb-xs-3"></div>
1018
- </div>
1019
- </div>
1020
- <button type="button" class="unstyled-button b pl-xs-1 pl-md-0 pt-xs-2 pr-xs-2 pr-md-0" data-load-more-reviews aria-controls="reviews-toggle" data-event-name="listing_expand_review_list">
1021
- + More
1022
- </button>
1023
- <div class="display-inline-block display-none ml-xs-2 spinner spinner-smaller" data-review-loading><span class="screen-reader-only">Loading</span></div>
1024
- <div class="display-inline-block display-none ml-xs-2 text-danger" data-review-error><span class="etsy-icon icon-smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M7,20c-0.2,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4C7.6,16.9,9.9,16,12,16c2.2,0,4.4,0.9,5.7,2.3 c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0c-1-1-2.7-1.7-4.3-1.7s-3.3,0.7-4.3,1.7C7.5,19.9,7.3,20,7,20z"/><path d="M19.6,12.1c-1.4,0-2.6-0.7-3.3-1.3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0.3,0.3,1.9,1.6,3.6,0 c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4C21.7,11.7,20.6,12.1,19.6,12.1z"/><path d="M4.6,12.1c-1.4,0-2.6-0.7-3.3-1.3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0.3,0.3,1.9,1.6,3.6,0 c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4C6.7,11.7,5.6,12.1,4.6,12.1z"/></svg></span><span class="ml-xs-2">Reviews aren’t loading right now. Try again later!</span></div>
1025
- </div>
1026
- </div>
1027
- </div>
1028
-
1029
- <div data-appears-component-name="listing_page_policy_shipping">
1030
- <div class="ui-toolkit">
1031
- <div class="col-group mt-xs-1 mt-md-2 bg-white b-md-1 b-lg-0 bb-lg-1 pl-xs-2 pr-xs-2 pb-xs-2 pt-xs-0 pl-lg-0 pr-lg-0">
1032
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
1033
- <h2 class="text-body-larger strong mt-xs-2 text-gray-darker">Shipping</h2>
1034
- </div>
1035
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
1036
- <div class="text-body strong mt-xs-2">Shipping from Canada</div>
1037
- </div>
1038
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
1039
- <div class="pt-xs-1 pt-md-2">
1040
- <div class="pl-xs-0 mb-xs-3">
1041
- <div class="ui-toolkit" id="listing-shipping-estimate">
1042
- <div class="estimate-shipping-form bb-xs-0">
1043
- <div class="col-group col-flush">
1044
- <div class="col-xs-6 col-lg-8 mb-md-2 listing-shipping-estimate-country">
1045
- <div class="input-group mb-xs-1">
1046
- <div class="b text-smaller pb-xs-1">Shipping to</div>
1047
- <div class="select-wrap">
1048
- <div class="locale-selector region-selector regions">
1049
- <select name="estimate-country" class="estimate-country select select-custom" id="estimate-country">
1050
- <option value="">Choose country</option>
1051
- <option label="----------" disabled="">----------</option>
1052
- <option value="61">Australia</option>
1053
- <option value="79">Canada</option>
1054
- <option value="103">France</option>
1055
- <option value="91">Germany</option>
1056
- <option value="112">Greece</option>
1057
- <option value="123">Ireland</option>
1058
- <option value="128">Italy</option>
1059
- <option value="131">Japan</option>
1060
- <option value="167">New Zealand</option>
1061
- <option value="177">Portugal</option>
1062
- <option value="181">Russia</option>
1063
- <option value="99">Spain</option>
1064
- <option value="164">The Netherlands</option>
1065
- <option value="105">United Kingdom</option>
1066
- <option value="209">United States</option>
1067
- <option label="----------" disabled="">----------</option>
1068
- <option value="55">Afghanistan</option>
1069
- <option value="57">Albania</option>
1070
- <option value="95">Algeria</option>
1071
- <option value="250">American Samoa</option>
1072
- <option value="228">Andorra</option>
1073
- <option value="56">Angola</option>
1074
- <option value="251">Anguilla</option>
1075
- <option value="252">Antigua and Barbuda</option>
1076
- <option value="59">Argentina</option>
1077
- <option value="60">Armenia</option>
1078
- <option value="253">Aruba</option>
1079
- <option value="61">Australia</option>
1080
- <option value="62">Austria</option>
1081
- <option value="63">Azerbaijan</option>
1082
- <option value="229">Bahamas</option>
1083
- <option value="232">Bahrain</option>
1084
- <option value="68">Bangladesh</option>
1085
- <option value="237">Barbados</option>
1086
- <option value="71">Belarus</option>
1087
- <option value="65">Belgium</option>
1088
- <option value="72">Belize</option>
1089
- <option value="66">Benin</option>
1090
- <option value="225">Bermuda</option>
1091
- <option value="76">Bhutan</option>
1092
- <option value="73">Bolivia</option>
1093
- <option value="70">Bosnia and Herzegovina</option>
1094
- <option value="77">Botswana</option>
1095
- <option value="254">Bouvet Island</option>
1096
- <option value="74">Brazil</option>
1097
- <option value="255">British Indian Ocean Territory</option>
1098
- <option value="231">British Virgin Islands</option>
1099
- <option value="75">Brunei</option>
1100
- <option value="69">Bulgaria</option>
1101
- <option value="67">Burkina Faso</option>
1102
- <option value="64">Burundi</option>
1103
- <option value="135">Cambodia</option>
1104
- <option value="84">Cameroon</option>
1105
- <option value="79">Canada</option>
1106
- <option value="222">Cape Verde</option>
1107
- <option value="247">Cayman Islands</option>
1108
- <option value="78">Central African Republic</option>
1109
- <option value="196">Chad</option>
1110
- <option value="81">Chile</option>
1111
- <option value="82">China</option>
1112
- <option value="257">Christmas Island</option>
1113
- <option value="258">Cocos (Keeling) Islands</option>
1114
- <option value="86">Colombia</option>
1115
- <option value="259">Comoros</option>
1116
- <option value="85">Congo, Republic of</option>
1117
- <option value="260">Cook Islands</option>
1118
- <option value="87">Costa Rica</option>
1119
- <option value="118">Croatia</option>
1120
- <option value="338">Curaçao</option>
1121
- <option value="89">Cyprus</option>
1122
- <option value="90">Czech Republic</option>
1123
- <option value="93">Denmark</option>
1124
- <option value="92">Djibouti</option>
1125
- <option value="261">Dominica</option>
1126
- <option value="94">Dominican Republic</option>
1127
- <option value="96">Ecuador</option>
1128
- <option value="97">Egypt</option>
1129
- <option value="187">El Salvador</option>
1130
- <option value="111">Equatorial Guinea</option>
1131
- <option value="98">Eritrea</option>
1132
- <option value="100">Estonia</option>
1133
- <option value="101">Ethiopia</option>
1134
- <option value="262">Falkland Islands (Malvinas)</option>
1135
- <option value="241">Faroe Islands</option>
1136
- <option value="234">Fiji</option>
1137
- <option value="102">Finland</option>
1138
- <option value="103">France</option>
1139
- <option value="115">French Guiana</option>
1140
- <option value="263">French Polynesia</option>
1141
- <option value="264">French Southern Territories</option>
1142
- <option value="104">Gabon</option>
1143
- <option value="109">Gambia</option>
1144
- <option value="106">Georgia</option>
1145
- <option value="91">Germany</option>
1146
- <option value="107">Ghana</option>
1147
- <option value="226">Gibraltar</option>
1148
- <option value="112">Greece</option>
1149
- <option value="113">Greenland</option>
1150
- <option value="245">Grenada</option>
1151
- <option value="265">Guadeloupe</option>
1152
- <option value="266">Guam</option>
1153
- <option value="114">Guatemala</option>
1154
- <option value="108">Guinea</option>
1155
- <option value="110">Guinea-Bissau</option>
1156
- <option value="116">Guyana</option>
1157
- <option value="119">Haiti</option>
1158
- <option value="267">Heard Island and McDonald Islands</option>
1159
- <option value="268">Holy See (Vatican City State)</option>
1160
- <option value="117">Honduras</option>
1161
- <option value="219">Hong Kong</option>
1162
- <option value="120">Hungary</option>
1163
- <option value="126">Iceland</option>
1164
- <option value="122" selected>India</option>
1165
- <option value="121">Indonesia</option>
1166
- <option value="125">Iraq</option>
1167
- <option value="123">Ireland</option>
1168
- <option value="269">Isle of Man</option>
1169
- <option value="127">Israel</option>
1170
- <option value="128">Italy</option>
1171
- <option value="83">Ivory Coast</option>
1172
- <option value="129">Jamaica</option>
1173
- <option value="131">Japan</option>
1174
- <option value="130">Jordan</option>
1175
- <option value="132">Kazakhstan</option>
1176
- <option value="133">Kenya</option>
1177
- <option value="270">Kiribati</option>
1178
- <option value="271">Kosovo</option>
1179
- <option value="137">Kuwait</option>
1180
- <option value="134">Kyrgyzstan</option>
1181
- <option value="138">Laos</option>
1182
- <option value="146">Latvia</option>
1183
- <option value="139">Lebanon</option>
1184
- <option value="143">Lesotho</option>
1185
- <option value="140">Liberia</option>
1186
- <option value="141">Libya</option>
1187
- <option value="272">Liechtenstein</option>
1188
- <option value="144">Lithuania</option>
1189
- <option value="145">Luxembourg</option>
1190
- <option value="273">Macao</option>
1191
- <option value="151">Macedonia</option>
1192
- <option value="149">Madagascar</option>
1193
- <option value="158">Malawi</option>
1194
- <option value="159">Malaysia</option>
1195
- <option value="238">Maldives</option>
1196
- <option value="152">Mali</option>
1197
- <option value="227">Malta</option>
1198
- <option value="274">Marshall Islands</option>
1199
- <option value="275">Martinique</option>
1200
- <option value="157">Mauritania</option>
1201
- <option value="239">Mauritius</option>
1202
- <option value="276">Mayotte</option>
1203
- <option value="150">Mexico</option>
1204
- <option value="277">Micronesia, Federated States of</option>
1205
- <option value="148">Moldova</option>
1206
- <option value="278">Monaco</option>
1207
- <option value="154">Mongolia</option>
1208
- <option value="155">Montenegro</option>
1209
- <option value="279">Montserrat</option>
1210
- <option value="147">Morocco</option>
1211
- <option value="156">Mozambique</option>
1212
- <option value="153">Myanmar (Burma)</option>
1213
- <option value="160">Namibia</option>
1214
- <option value="280">Nauru</option>
1215
- <option value="166">Nepal</option>
1216
- <option value="243">Netherlands Antilles</option>
1217
- <option value="233">New Caledonia</option>
1218
- <option value="167">New Zealand</option>
1219
- <option value="163">Nicaragua</option>
1220
- <option value="161">Niger</option>
1221
- <option value="162">Nigeria</option>
1222
- <option value="281">Niue</option>
1223
- <option value="282">Norfolk Island</option>
1224
- <option value="283">Northern Mariana Islands</option>
1225
- <option value="165">Norway</option>
1226
- <option value="168">Oman</option>
1227
- <option value="169">Pakistan</option>
1228
- <option value="284">Palau</option>
1229
- <option value="285">Palestinian Territory, Occupied</option>
1230
- <option value="170">Panama</option>
1231
- <option value="173">Papua New Guinea</option>
1232
- <option value="178">Paraguay</option>
1233
- <option value="171">Peru</option>
1234
- <option value="172">Philippines</option>
1235
- <option value="174">Poland</option>
1236
- <option value="177">Portugal</option>
1237
- <option value="175">Puerto Rico</option>
1238
- <option value="179">Qatar</option>
1239
- <option value="304">Reunion</option>
1240
- <option value="180">Romania</option>
1241
- <option value="181">Russia</option>
1242
- <option value="182">Rwanda</option>
1243
- <option value="286">Saint Helena</option>
1244
- <option value="287">Saint Kitts and Nevis</option>
1245
- <option value="244">Saint Lucia</option>
1246
- <option value="288">Saint Martin (French part)</option>
1247
- <option value="289">Saint Pierre and Miquelon</option>
1248
- <option value="249">Saint Vincent and the Grenadines</option>
1249
- <option value="290">Samoa</option>
1250
- <option value="291">San Marino</option>
1251
- <option value="292">Sao Tome and Principe</option>
1252
- <option value="183">Saudi Arabia</option>
1253
- <option value="185">Senegal</option>
1254
- <option value="189">Serbia</option>
1255
- <option value="293">Seychelles</option>
1256
- <option value="186">Sierra Leone</option>
1257
- <option value="220">Singapore</option>
1258
- <option value="337">Sint Maarten (Dutch part)</option>
1259
- <option value="191">Slovakia</option>
1260
- <option value="192">Slovenia</option>
1261
- <option value="242">Solomon Islands</option>
1262
- <option value="188">Somalia</option>
1263
- <option value="215">South Africa</option>
1264
- <option value="294">South Georgia and the South Sandwich Islands</option>
1265
- <option value="136">South Korea</option>
1266
- <option value="339">South Sudan</option>
1267
- <option value="99">Spain</option>
1268
- <option value="142">Sri Lanka</option>
1269
- <option value="190">Suriname</option>
1270
- <option value="295">Svalbard and Jan Mayen</option>
1271
- <option value="194">Swaziland</option>
1272
- <option value="193">Sweden</option>
1273
- <option value="80">Switzerland</option>
1274
- <option value="204">Taiwan</option>
1275
- <option value="199">Tajikistan</option>
1276
- <option value="205">Tanzania</option>
1277
- <option value="198">Thailand</option>
1278
- <option value="164">The Netherlands</option>
1279
- <option value="296">Timor-Leste</option>
1280
- <option value="197">Togo</option>
1281
- <option value="297">Tokelau</option>
1282
- <option value="298">Tonga</option>
1283
- <option value="201">Trinidad</option>
1284
- <option value="202">Tunisia</option>
1285
- <option value="203">Turkey</option>
1286
- <option value="200">Turkmenistan</option>
1287
- <option value="299">Turks and Caicos Islands</option>
1288
- <option value="300">Tuvalu</option>
1289
- <option value="206">Uganda</option>
1290
- <option value="207">Ukraine</option>
1291
- <option value="58">United Arab Emirates</option>
1292
- <option value="105">United Kingdom</option>
1293
- <option value="209">United States</option>
1294
- <option value="302">United States Minor Outlying Islands</option>
1295
- <option value="208">Uruguay</option>
1296
- <option value="248">U.S. Virgin Islands</option>
1297
- <option value="210">Uzbekistan</option>
1298
- <option value="221">Vanuatu</option>
1299
- <option value="211">Venezuela</option>
1300
- <option value="212">Vietnam</option>
1301
- <option value="224">Wallis and Futuna</option>
1302
- <option value="213">Western Sahara</option>
1303
- <option value="214">Yemen</option>
1304
- <option value="216">Zaire (Democratic Republic of Congo)</option>
1305
- <option value="217">Zambia</option>
1306
- <option value="218">Zimbabwe</option>
1307
- </select>
1308
- </div>
1309
- </div>
1310
- </div>
1311
- </div>
1312
-
1313
- <div class="pl-lg-0 pb-xs-0 mr-xs-0 col-xs-5 col-sm-4 listing-shipping-estimate-postal-code">
1314
- <div class="input-group has-validation">
1315
- <div class="b text-smaller pb-xs-1">Post code</div>
1316
- <input class="estimate-postal-code input" maxlength="10" value="">
1317
- </div>
1318
- </div>
1319
- </div>
1320
- <div class="col-group col-flush">
1321
- <div class="col-xs-12">
1322
- <div class="text-smaller b mb-xs-1">Shipping Cost</div>
1323
- <div class="text-gray-lighter listing-shipping-estimate-cost"><span class='currency-symbol'>US$</span> <span class='currency-value'>10.09</span></div>
1324
- <div class="listing-shipping-calculate">
1325
- <div class="input-group">
1326
- <button class="estimate-shipping-submit btn btn-link text-orange p-xs-0">Get Shipping Costs</button>
1327
- </div>
1328
- </div>
1329
- </div>
1330
- </div>
1331
-
1332
- <div class="col-group pl-xs-0 mt-xs-2">
1333
- <div class="text-gray-lightest text-smaller">
1334
- Get shipping costs for multiple items in your cart.
1335
- </div>
1336
- </div>
1337
- </div>
1338
- </div>
1339
- </div>
1340
-
1341
- <div class="pl-xs-0">
1342
- <div class="b pb-xs-1 text-smaller">
1343
- Ready to ship in
1344
- </div>
1345
- <div class="text-gray-lighter prose">
1346
- 2 - 4 business days
1347
- </div>
1348
- </div>
1349
-
1350
- <div class="pl-xs-0">
1351
- <div class="collapsed-policies-text">
1352
- <button type="button" class="unstyled-button text-smaller b" data-content-toggle data-content-toggle-uid="policies-text-uid-shipping" aria-controls="policies-text-shipping" data-event-name="listing_policies_text_shipping">
1353
- <span class="button-text">More details</span>
1354
- <span class="button-text display-none">Less details</span>
1355
- <span class="etsy-icon icon-smaller" data-content-toggle-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,15.414L7.293,10.707A1,1,0,1,1,8.707,9.293L12,12.586l3.293-3.293a1,1,0,0,1,1.414,1.414Z"/></svg></span>
1356
- </button>
1357
- <div class="content-toggle-body prose text-gray-lighter" id="policies-text-shipping">
1358
- We will ship to the Etsy address (same as invoice). We ship orders twice a week, on Tuesday and Friday in the morning (within 2-4 business days upon receipt of payment).<br />
1359
- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br />
1360
- <br />
1361
- We use Canada Post regular mail for shipping. Delivery times:<br />
1362
- <br />
1363
- - CANADA, within 4-10 business days. <br />
1364
- - UNITED STATES, within 6-12 business days.<br />
1365
- - INTERNATIONAL countries, within 6-14 business days.<br />
1366
- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br />
1367
- <br />
1368
- PLEASE NOTE: <br />
1369
- <br />
1370
- * Delivery standards to ALL destinations are estimates NOT guarantees, sometimes it might be less or it might take a few more days due to many different reasons (border/customs, world event, holidays, weather, etc.).<br />
1371
- <br />
1372
- * Shipping does not include insurance or tracking (otherwise it&#39;s indicated into the listing). If you would like a faster shipping, tracking or insurance, let us know and we&#39;ll give you an estimate. <br />
1373
- <br />
1374
- * International customer: Custom fees, import duties, taxes and charges may apply to collect the parcel and these are the buyer&#39;s responsibility. Please contact your country&#39;s customs office to know more about individual laws regarding imports and additional fees that may occur prior to purchasing.<br />
1375
- <br />
1376
- * We can’t be responsible for lost item due to a wrong address given by the customer. Please, make sure the address on invoice is correct.
1377
- </div>
1378
- </div>
1379
- </div>
1380
- </div>
1381
- </div>
1382
- </div>
1383
- </div>
1384
- </div>
1385
- <div data-appears-component-name="shop_overview_after_shipping">
1386
- <div class="ui-toolkit">
1387
- <div class="col-group mt-xs-1 mt-md-2 bg-white b-md-1 b-lg-0 bb-lg-1 pl-xs-2 pt-xs-0 pr-xs-2 pb-xs-2 pl-lg-0 pr-lg-0">
1388
- <div class="ui-toolkit">
1389
- <div class="col-xs-12 pl-lg-0 pt-xs-2 pr-lg-0 pb-xs-2">
1390
- <h4 class="text-body-larger strong">More from the shop RocailStudio</h4>
1391
- </div>
1392
- <div class="col-group">
1393
- <div class="flag">
1394
- <div class="flag-img">
1395
- <img class="width-50px height-50px rounded" src="https://img0.etsystatic.com/133/0/6088772/isla_75x75.19343584_6bbhwgdp.jpg" alt="">
1396
- </div>
1397
- <div class="flag-body">
1398
- <div class="location-wrapper">
1399
- <span class="etsy-icon text-gray-lighter icon-smaller icon-r-4"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,3A6.287,6.287,0,0,0,6,9c0,3.167,6,12,6,12s6-8.812,6-12A6.287,6.287,0,0,0,12,3Zm0,7.875a2.25,2.25,0,1,1,2.25-2.25A2.25,2.25,0,0,1,12,10.875Z"/></svg></span>
1400
- <span class="text-gray-lighter">Montreal, Canada</span>
1401
- </div>
1402
- <div class="trust-wrapper pt-xs-1 text-gray-lighter">
1403
- <div class="shop_sales_and_open_since">
1404
- <span>5293 Sales</span>
1405
- <span class="divider ml-xs-1 mr-xs-1">&bull;</span>
1406
- <span>On Etsy since 2010</span>
1407
- </div>
1408
- </div>
1409
- </div>
1410
- </div>
1411
- </div>
1412
- </div>
1413
- <div class="ui-toolkit listings gallery clear">
1414
- <div class="mt-xs-0 pl-xs-1 block-grid-xs-2 block-grid-sm-2 block-grid-no-whitespace">
1415
- <div
1416
- class="js-merch-stash-check-listing block-grid-item v2-listing-card position-relative
1417
-
1418
- "
1419
- data-palette-listing-id="69325334"
1420
- data-shop-id=""
1421
- data-listing-id="69325334"
1422
- data-behat-listing-card
1423
- >
1424
- <a
1425
- class=" display-block listing-link"
1426
- data-listing-id="69325334"
1427
- data-palette-listing-image
1428
- href="https://www.etsy.com/in-en/listing/69325334/12x18-in-30x45-cm-custom-personalized?ref=related-1"
1429
-
1430
-
1431
-
1432
- data-behat-search-organic-link
1433
-
1434
-
1435
- title="12x18 in / 30x45 cm Custom Personalized Pillow Cover | Letter, Symbol, Text, Word, Monogram Pillow Case | Modern Decorative Cushion Cover"
1436
- >
1437
- <div
1438
- class="v2-listing-card__img overflow-hidden mb-xs-1 position-relative"
1439
- >
1440
- <div>
1441
- <div class="placeholder placeholder-landscape">
1442
- <div class="placeholder-content placeholder-lazy-wrap" >
1443
-
1444
- <noscript>
1445
- <img src="https://img0.etsystatic.com/065/0/6088772/il_340x270.774905800_tnwz.jpg"
1446
- class="placeholder placeholder-landscape width-full "
1447
- alt="12x18 in / 30x45 cm Custom Personalized Pillow Cover | Letter, Symbol, Text, Word, Monogram Pillow Case | Modern Decorative Cushion Cover" />
1448
- </noscript>
1449
- </div>
1450
- </div>
1451
- <div class="position-absolute position-bottom position-right position-left">
1452
- </div>
1453
-
1454
- </div> </div>
1455
-
1456
- <div class="v2-listing-card__info">
1457
-
1458
-
1459
- <p class="text-gray text-truncate mb-xs-0 text-body" >
1460
- 12x18 in / 30x45 cm Custom Personalized Pillow Cover | Letter, Symbol, Text, Word, Monogram Pillow Case | Modern Decorative Cushion Cover
1461
- </p>
1462
- <div class="v2-listing-card__shop">
1463
- </div>
1464
- <p class="n-listing-card__price text-gray text-body-larger strong mt-xs-0">
1465
-
1466
-
1467
- <span class='currency-symbol'>US$</span> <span class='currency-value'>35.36</span>
1468
-
1469
-
1470
-
1471
- </p>
1472
- <!-- This shows Free shipping on its own line , we only show it if it wasn't shown above -->
1473
-
1474
-
1475
-
1476
-
1477
-
1478
- </div>
1479
- </a>
1480
-
1481
-
1482
- </div><div
1483
- class="js-merch-stash-check-listing block-grid-item v2-listing-card position-relative
1484
-
1485
- "
1486
- data-palette-listing-id="92599512"
1487
- data-shop-id=""
1488
- data-listing-id="92599512"
1489
- data-behat-listing-card
1490
- >
1491
- <a
1492
- class=" display-block listing-link"
1493
- data-listing-id="92599512"
1494
- data-palette-listing-image
1495
- href="https://www.etsy.com/in-en/listing/92599512/white-and-gold-word-pillow-xoxo?ref=related-2"
1496
-
1497
-
1498
-
1499
- data-behat-search-organic-link
1500
-
1501
-
1502
- title="White and Gold Word Pillow | XOXO Decorative Pillow Case, Cushion Cover, 12x18 inches / 30x45 cm lumbar size | Unique Monogrammed gifts"
1503
- >
1504
- <div
1505
- class="v2-listing-card__img overflow-hidden mb-xs-1 position-relative"
1506
- >
1507
- <div>
1508
- <div class="placeholder placeholder-landscape">
1509
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #BBAB92;">
1510
-
1511
- <noscript>
1512
- <img src="https://img1.etsystatic.com/025/0/6088772/il_340x270.610317841_bksg.jpg"
1513
- class="placeholder placeholder-landscape width-full "
1514
- alt="White and Gold Word Pillow | XOXO Decorative Pillow Case, Cushion Cover, 12x18 inches / 30x45 cm lumbar size | Unique Monogrammed gifts" />
1515
- </noscript>
1516
- </div>
1517
- </div>
1518
- <div class="position-absolute position-bottom position-right position-left">
1519
- </div>
1520
-
1521
- </div> </div>
1522
-
1523
- <div class="v2-listing-card__info">
1524
-
1525
-
1526
- <p class="text-gray text-truncate mb-xs-0 text-body" >
1527
- White and Gold Word Pillow | XOXO Decorative Pillow Case, Cushion Cover, 12x18 inches / 30x45 cm lumbar size | Unique Monogrammed gifts
1528
- </p>
1529
- <div class="v2-listing-card__shop">
1530
- </div>
1531
- <p class="n-listing-card__price text-gray text-body-larger strong mt-xs-0">
1532
-
1533
-
1534
- <span class='currency-symbol'>US$</span> <span class='currency-value'>41.79</span>
1535
-
1536
-
1537
-
1538
- </p>
1539
- <!-- This shows Free shipping on its own line , we only show it if it wasn't shown above -->
1540
-
1541
-
1542
-
1543
-
1544
-
1545
- </div>
1546
- </a>
1547
-
1548
-
1549
- </div><div
1550
- class="js-merch-stash-check-listing block-grid-item v2-listing-card position-relative
1551
-
1552
- "
1553
- data-palette-listing-id="75228609"
1554
- data-shop-id=""
1555
- data-listing-id="75228609"
1556
- data-behat-listing-card
1557
- >
1558
- <a
1559
- class=" display-block listing-link"
1560
- data-listing-id="75228609"
1561
- data-palette-listing-image
1562
- href="https://www.etsy.com/in-en/listing/75228609/navy-blue-and-gold-word-pillow-xoxo?ref=related-3"
1563
-
1564
-
1565
-
1566
- data-behat-search-organic-link
1567
-
1568
-
1569
- title="Navy Blue and Gold Word Pillow | XOXO Decorative Pillow Case, 16x16, 12x18, 18x18 20x20 Monogram Cushion Cover | Unique Monogrammed gifts"
1570
- >
1571
- <div
1572
- class="v2-listing-card__img overflow-hidden mb-xs-1 position-relative"
1573
- >
1574
- <div>
1575
- <div class="placeholder placeholder-landscape">
1576
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #746E65;">
1577
-
1578
- <noscript>
1579
- <img src="https://img0.etsystatic.com/117/0/6088772/il_340x270.1063659232_l52s.jpg"
1580
- class="placeholder placeholder-landscape width-full "
1581
- alt="Navy Blue and Gold Word Pillow | XOXO Decorative Pillow Case, 16x16, 12x18, 18x18 20x20 Monogram Cushion Cover | Unique Monogrammed gifts" />
1582
- </noscript>
1583
- </div>
1584
- </div>
1585
- <div class="position-absolute position-bottom position-right position-left">
1586
- </div>
1587
-
1588
- </div> </div>
1589
-
1590
- <div class="v2-listing-card__info">
1591
-
1592
-
1593
- <p class="text-gray text-truncate mb-xs-0 text-body" >
1594
- Navy Blue and Gold Word Pillow | XOXO Decorative Pillow Case, 16x16, 12x18, 18x18 20x20 Monogram Cushion Cover | Unique Monogrammed gifts
1595
- </p>
1596
- <div class="v2-listing-card__shop">
1597
- </div>
1598
- <p class="n-listing-card__price text-gray text-body-larger strong mt-xs-0">
1599
-
1600
-
1601
- <span class='currency-symbol'>US$</span> <span class='currency-value'>41.79</span>
1602
-
1603
-
1604
-
1605
- </p>
1606
- <!-- This shows Free shipping on its own line , we only show it if it wasn't shown above -->
1607
-
1608
-
1609
-
1610
-
1611
-
1612
- </div>
1613
- </a>
1614
-
1615
-
1616
- </div><div
1617
- class="js-merch-stash-check-listing block-grid-item v2-listing-card position-relative
1618
-
1619
- "
1620
- data-palette-listing-id="96696320"
1621
- data-shop-id=""
1622
- data-listing-id="96696320"
1623
- data-behat-listing-card
1624
- >
1625
- <a
1626
- class=" display-block listing-link"
1627
- data-listing-id="96696320"
1628
- data-palette-listing-image
1629
- href="https://www.etsy.com/in-en/listing/96696320/love-word-decorative-throw-pillow-case?ref=related-4"
1630
-
1631
-
1632
-
1633
- data-behat-search-organic-link
1634
-
1635
-
1636
- title="Love Word Decorative Throw Pillow Case in Metallic Gold and Beige | 18x18 inch / 45x45 cm Cushion Cover | Modern Home Decor, Wedding Gift"
1637
- >
1638
- <div
1639
- class="v2-listing-card__img overflow-hidden mb-xs-1 position-relative"
1640
- >
1641
- <div>
1642
- <div class="placeholder placeholder-landscape">
1643
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #D7CEBF;">
1644
-
1645
- <noscript>
1646
- <img src="https://img1.etsystatic.com/026/1/6088772/il_340x270.611720883_44t2.jpg"
1647
- class="placeholder placeholder-landscape width-full "
1648
- alt="Love Word Decorative Throw Pillow Case in Metallic Gold and Beige | 18x18 inch / 45x45 cm Cushion Cover | Modern Home Decor, Wedding Gift" />
1649
- </noscript>
1650
- </div>
1651
- </div>
1652
- <div class="position-absolute position-bottom position-right position-left">
1653
- </div>
1654
-
1655
- </div> </div>
1656
-
1657
- <div class="v2-listing-card__info">
1658
-
1659
-
1660
- <p class="text-gray text-truncate mb-xs-0 text-body" >
1661
- Love Word Decorative Throw Pillow Case in Metallic Gold and Beige | 18x18 inch / 45x45 cm Cushion Cover | Modern Home Decor, Wedding Gift
1662
- </p>
1663
- <div class="v2-listing-card__shop">
1664
- </div>
1665
- <p class="n-listing-card__price text-gray text-body-larger strong mt-xs-0">
1666
-
1667
-
1668
- <span class='currency-symbol'>US$</span> <span class='currency-value'>43.39</span>
1669
-
1670
-
1671
-
1672
- </p>
1673
- <!-- This shows Free shipping on its own line , we only show it if it wasn't shown above -->
1674
-
1675
-
1676
-
1677
-
1678
-
1679
- </div>
1680
- </a>
1681
-
1682
-
1683
- </div>
1684
- </div>
1685
- </div>
1686
- <a href="https://www.etsy.com/in-en/shop/RocailStudio?ref=listing-shop2-all-items-count#items"
1687
- id="see-all"
1688
- class="button btn-primary">
1689
- Shop all items
1690
- (171)
1691
- </a>
1692
- <div class="text-center">
1693
- <p class="pt-xs-5">Meet <span>the</span> owners <span>of</span> RocailStudio.</p>
1694
- <a id="more-about-link" href="https://www.etsy.com/in-en/shop/RocailStudio?ref=l2-more-about#about">
1695
- Learn more about their shop and process
1696
- </a>
1697
- <div class="avatars">
1698
- <div class="avatar">
1699
- <a href="https://www.etsy.com/in-en/shop/RocailStudio/about?ref=l2-about">
1700
- <div class="placeholder-lazy-wrap">
1701
- <noscript>
1702
- <img src="https://img1.etsystatic.com/158/0/6088772/isc_90x90.56473318755_n545.jpg" alt=""/>
1703
- </noscript>
1704
- </div>
1705
- </a>
1706
- <div class="avatar-name">
1707
- Melanie
1708
- </div>
1709
- </div>
1710
- <div class="avatar">
1711
- <a href="https://www.etsy.com/in-en/shop/RocailStudio/about?ref=l2-about">
1712
- <div class="placeholder-lazy-wrap">
1713
- <noscript>
1714
- <img src="https://img0.etsystatic.com/166/0/6088772/isc_90x90.54336888210_k9s4.jpg" alt=""/>
1715
- </noscript>
1716
- </div>
1717
- </a>
1718
- <div class="avatar-name">
1719
- Valerie
1720
- </div>
1721
- </div>
1722
- </div>
1723
- </div>
1724
- </div>
1725
- </div>
1726
- </div>
1727
- <div id="item-shipping-policies"></div>
1728
- <div class="ui-toolkit" id="shop-policies">
1729
- <div data-appears-component-name="listing_page_policy_payments">
1730
- <div class="ui-toolkit">
1731
- <div class="col-group mt-xs-1 mt-md-2 bg-white b-md-1 b-lg-0 bb-lg-1 pl-xs-2 pr-xs-2 pb-xs-2 pt-xs-0 pl-lg-0 pr-lg-0">
1732
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
1733
- <h2 class="text-body-larger strong mt-xs-2 text-gray-darker">Payments</h2>
1734
- </div>
1735
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
1736
- <div class="pt-xs-1 pt-md-2">
1737
- <div class="b pb-xs-2 text-smaller">
1738
- <span class="etsy-icon icon-smaller icon-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M17,10V7A5,5,0,0,0,7,7v3H5v8a2,2,0,0,0,2,2H17a2,2,0,0,0,2-2V10H17Zm-4,7a1,1,0,0,1-2,0V13a1,1,0,0,1,2,0v4Zm2-7H9V7a2.935,2.935,0,0,1,3-3,2.935,2.935,0,0,1,3,3v3Z"/></svg></span>
1739
- Secure options
1740
- </div>
1741
- <div class="pb-xs-1">
1742
- <ul class="list-inline">
1743
- <li class="list-inline-item mr-xs-0 mb-xs-1">
1744
- <span class="inline-svg svg-payment-icon"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="28" viewBox="0 0 54 18" aria-hidden="true" focusable="false"><g fill="none" fill-rule="evenodd"><path fill="#0767B0" d="M21.954.497L19.23 17.243h4.36L26.315.497"/><path d="M15.564.496l-4.157 11.52-.49-2.48-1.468-7.53S9.27.496 7.38.496H.51L.43.78s2.102.437 4.562 1.917L8.78 17.243h4.54L20.256.496h-4.692z" fill="#0767B0"/><path d="M45.058 11.32l2.29-6.268 1.29 6.267h-3.58zm4.797 5.922h4.003L50.368.496h-3.503c-1.62 0-2.014 1.25-2.014 1.25l-6.5 15.496h4.544l.91-2.487h5.542l.51 2.487z" fill="#0767B0"/><path d="M38.688 4.524L39.31.927S37.39.2 35.39.2c-2.164-.002-7.302.943-7.302 5.542 0 4.326 6.03 4.38 6.03 6.65 0 2.273-5.408 1.866-7.194.434l-.647 3.758s1.945.947 4.92.947c2.974 0 7.464-1.54 7.464-5.732 0-4.354-6.084-4.76-6.084-6.652 0-1.894 4.245-1.65 6.11-.622" fill="#0767B0"/><path d="M10.916 9.536L9.45 2.006S9.27.496 7.38.496H.51L.43.782s3.304.684 6.47 3.247c3.03 2.45 4.016 5.506 4.016 5.506" fill="#F9A533"/></g></svg></span>
1745
- </li>
1746
- <li class="list-inline-item mr-xs-0 mb-xs-1">
1747
- <span class="inline-svg svg-payment-icon"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="28" viewBox="0 0 56 34" aria-hidden="true" focusable="false"><title>Page 1</title><g fill="none" fill-rule="evenodd"><path fill="#FAB12F" d="M38.716.428l-.838.023-.83.062-.813.105-.803.142-.785.182-.776.218-.753.26-.744.29-.718.332-.7.358-.68.388-.66.423-.638.458-.618.486-.59.51-.566.54-.538.565-.51.592-.485.612-.45.637-.423.667-.392.675-.362.706-.325.72-.29.736-.255.76-.22.77-.18.785-.145.796-.102.815-.06.824-.024.838.023.84.06.83.103.815.145.81.18.787.22.773.254.758.29.744.326.724.362.704.392.683.423.667.45.637.485.614.51.597.54.566.565.546.59.51.617.485.637.458.66.42.68.397.7.358.72.33.743.29.754.26.777.22.785.18.803.147.813.1.83.064.838.02.84-.02.83-.063.815-.1.81-.147.787-.18.775-.22.757-.26.743-.29.725-.33.704-.358.683-.396.666-.422.638-.457.616-.483.595-.51.565-.546.544-.565.51-.597.485-.614.456-.637.425-.666.394-.682.357-.704.33-.725.29-.745.26-.758.22-.773.18-.788.145-.81.102-.814.063-.83.02-.84-.02-.838-.063-.823-.102-.814-.145-.797-.18-.786-.22-.77-.26-.76-.29-.737-.33-.72-.358-.705-.395-.675-.424-.666-.455-.636-.484-.612-.51-.593-.545-.567-.566-.54-.596-.51-.616-.485-.637-.457-.665-.422-.683-.388-.704-.358-.725-.33-.744-.293-.758-.26-.775-.218L42.01.76 41.2.616l-.814-.105-.83-.06"/><path fill="#EA2030" d="M16.905.428l-.842.023-.83.062-.815.105-.808.142-.788.182-.773.218-.76.26-.744.29-.725.332-.703.358-.683.388-.666.423-.637.458-.613.486-.595.51-.565.54-.545.565-.514.592-.48.612-.458.637-.423.667-.396.675-.356.706-.333.72-.288.736-.26.76-.22.77-.18.785-.145.796-.102.815-.06.824-.024.838.024.84.06.83.103.815.145.81.18.787.22.773.26.758.29.744.332.724.357.704.397.683.423.667.457.637.48.614.515.597.545.566.565.546.595.51.614.485.638.458.666.42.683.397.704.358.726.33.744.29.76.26.772.22.788.18.808.147.815.1.83.064.842.02.836-.02.83-.063.814-.1.805-.147.784-.18.776-.22.754-.26.742-.29.72-.33.698-.358.68-.396.66-.422.64-.457.616-.483.59-.51.565-.546.538-.565.513-.597.482-.614.45-.637.426-.666.39-.682.362-.704.325-.725.292-.745.254-.758.22-.773.182-.788.143-.81.103-.814.06-.83.024-.84-.023-.838-.06-.823-.103-.814-.142-.797-.182-.786-.22-.77-.254-.76-.29-.737-.326-.72-.362-.705-.39-.675-.425-.666-.452-.636-.482-.612-.513-.593-.538-.567-.566-.54-.59-.51-.616-.485-.64-.457-.66-.422-.68-.388-.698-.358-.72-.33-.742-.293-.754-.26-.776-.218L20.19.76l-.806-.143-.813-.105-.83-.06"/><path fill="#FAB12F" d="M26.65 5.797l-.747.884h8.66v-.883M25.127 7.764l-.524.886h9.96v-.886M24.02 9.73l-.385.883h10.93V9.73M23.245 11.697l-.274.885h11.594v-.885M23.08 21.21l.276.887H34.59v-.886M23.773 23.18l.413.886H34.59v-.886M24.797 25.143l.555.886h9.238v-.887M26.183 27.106l.775.892h7.63v-.892M22.75 13.66l-.17.887h11.984v-.887M30.05 19.248l-.167.886h4.57v-.886M30.41 17.28l-.162.89h4.205v-.89M22.278 17.28l.054.89h1.134v-.89"/><path fill="#FFF" d="M20.06 16.206l-.075-.006-.077-.01-.072-.01-.07-.012-.068-.01-.07-.013-.072-.01-.078-.01-.078-.01-.088-.008-.098-.006-.103-.003h-.116l-.126.004-.144.014-.157.01-.11.017-.106.018-.094.03-.08.035-.08.04-.068.04-.056.058-.05.05-.032.06-.027.06-.013.068v.065l.017.07.023.072.042.073.056.072.11.102.133.084.154.07.166.062.174.055.182.06.182.067.176.072.164.092.155.115.136.137.116.17.088.21.055.247.02.297-.02.347-.04.26-.066.224-.088.21-.11.18-.125.162-.143.136-.155.122-.168.105-.178.08-.182.073-.187.056-.193.044-.186.034-.18.014-.182.013-.17.003h-.24l-.217-.004h-.194l-.182-.007-.166-.007-.146-.01-.132-.01-.126-.017-.117-.012-.105-.023-.105-.017-.092-.027-.094-.02-.087-.033-.088-.034-.092-.033.247-1.214.048.01.06.018.078.02.095.024.1.02.108.024.122.027.132.02.138.02.142.024.15.017.152.017.16.005.16.006h.158l.16-.006.16-.032.126-.044.098-.06.078-.078.054-.078.047-.088.027-.088.02-.08.013-.16-.05-.14-.094-.11-.135-.092-.166-.082-.194-.084-.213-.077-.216-.087-.22-.1-.208-.116-.193-.142-.18-.17-.135-.21-.098-.247-.05-.297.006-.35.027-.215.038-.205.056-.187.066-.174.088-.166.1-.143.114-.137.138-.122.162-.103.174-.088.196-.083.22-.06.25-.05.27-.04.296-.02.324-.006h.204l.186.007.172.004.153.008.138.01.127.01.11.01.1.014.09.01.08.017.07.01.067.01.055.01.05.007.047.012.044.003"/><path stroke="#FFF" stroke-width=".5" d="M20.06 16.206l-.075-.006-.077-.01-.072-.01-.07-.012-.068-.01-.07-.013-.072-.01-.078-.01-.078-.01-.088-.008-.098-.006-.103-.003h-.116l-.126.004-.144.014-.157.01-.11.017-.106.018-.094.03-.08.035-.08.04-.068.04-.056.058-.05.05-.032.06-.027.06-.013.068v.065l.017.07.023.072.042.073.056.072.11.102.133.084.154.07.166.062.174.055.182.06.182.067.176.072.164.092.155.115.136.137.116.17.088.21.055.247.02.297-.02.347-.04.26-.066.224-.088.21-.11.18-.125.162-.143.136-.155.122-.168.105-.178.08-.182.073-.187.056-.193.044-.186.034-.18.014-.182.013-.17.003h-.24l-.217-.004h-.194l-.182-.007-.166-.007-.146-.01-.132-.01-.126-.017-.117-.012-.105-.023-.105-.017-.092-.027-.094-.02-.087-.033-.088-.034-.092-.033.247-1.214.048.01.06.018.078.02.095.024.1.02.108.024.122.027.132.02.138.02.142.024.15.017.152.017.16.005.16.006h.158l.16-.006.16-.032.126-.044.098-.06.078-.078.054-.078.047-.088.027-.088.02-.08.013-.16-.05-.14-.094-.11-.135-.092-.166-.082-.194-.084-.213-.077-.216-.087-.22-.1-.208-.116-.193-.142-.18-.17-.135-.21-.098-.247-.05-.297.006-.35.027-.215.038-.205.056-.187.066-.174.088-.166.1-.143.114-.137.138-.122.162-.103.174-.088.196-.083.22-.06.25-.05.27-.04.296-.02.324-.006h.204l.186.007.172.004.153.008.138.01.127.01.11.01.1.014.09.01.08.017.07.01.067.01.055.01.05.007.047.012.044.003-.28 1.243"/><path fill="#FFF" d="M21.365 13.606h1.523l-.224 1.33h.917l-.198 1.243-.968-.028-.526 3.067-.006.11.027.094.054.072.07.058.102.04.11.034.12.02.132.013.12-.005.11-.01.1-.017.087-.023.073-.02.05-.018.032-.013.01-.004-.192 1.023-.038.027-.04.023-.037.02-.038.024-.04.017-.044.016-.047.015-.05.017-.055.017-.056.01-.065.012-.065.01-.072.013-.083.01-.088.01-.096.01h-.417l-.22-.016-.192-.022-.176-.033-.15-.04-.126-.048-.105-.055-.095-.067-.07-.07-.056-.078-.04-.093-.028-.094-.016-.105-.005-.115v-.12l.018-.127.017-.138"/><path stroke="#FFF" stroke-width=".5" d="M21.365 13.606h1.523l-.224 1.33h.917l-.198 1.243-.968-.028-.526 3.067-.006.11.027.094.054.072.07.058.102.04.11.034.12.02.132.013.12-.005.11-.01.1-.017.087-.023.073-.02.05-.018.032-.013.01-.004-.192 1.023-.038.027-.04.023-.037.02-.038.024-.04.017-.044.016-.047.015-.05.017-.055.017-.056.01-.065.012-.065.01-.072.013-.083.01-.088.01-.096.01h-.417l-.22-.016-.192-.022-.176-.033-.15-.04-.126-.048-.105-.055-.095-.067-.07-.07-.056-.078-.04-.093-.028-.094-.016-.105-.005-.115v-.12l.018-.127.017-.138 1.05-6"/><path stroke="#FFF" stroke-width=".5" d="M24.797 18.252l-.017.093-.004.098.01.105.02.105.04.104.045.1.06.106.067.092.075.094.084.083.088.082.098.065.1.06.11.05.11.038.11.02.142.024.14.017.14.016.144.01.142.007h.15l.143-.007.147-.01.15-.023.148-.027.155-.034.148-.048.154-.06.16-.068.155-.088.158-.092-.22 1.353-.09.04-.086.047-.088.032-.082.032-.084.028-.088.027-.088.02-.094.02-.098.016-.11.01-.115.01-.127.012-.143.006h-.147l-.17.005h-.184l-.268-.004-.274-.026-.277-.04-.274-.065-.27-.083-.257-.106-.248-.136-.232-.16-.214-.187-.187-.225-.16-.253-.132-.292-.093-.325-.06-.37-.017-.405.03-.45.02-.177.033-.202.044-.214.06-.232.083-.235.098-.24.128-.24.153-.23.175-.22.214-.21.242-.186.274-.165.32-.138.357-.1.396-.064.445-.023.214.007.225.02.225.04.226.055.22.084.214.098.2.132.18.153.164.186.14.222.108.25.077.292.043.33.006.374-.04.417-.082.464-.027.336h-4.008l.252-1.084h2.41l.01-.136-.006-.132-.01-.12-.022-.112-.04-.105-.037-.093-.058-.082-.054-.076-.065-.068-.072-.054-.082-.05-.082-.044-.088-.032-.088-.023-.094-.018-.1-.01-.104.004-.098.017-.094.023-.093.033-.094.043-.082.05-.082.06-.072.066-.07.075-.068.082-.06.09-.05.094-.05.1-.037.108-.032.11-.02.117-.22 1.137"/><path fill="#FFF" d="M37.912 15.266l-.072-.037-.07-.035-.078-.04-.082-.037-.084-.034-.092-.03-.094-.035-.1-.034-.104-.028-.104-.02-.116-.024-.115-.016-.125-.01-.125-.01H36.14l-.14.01-.15.016-.153.027-.155.045-.153.06-.156.078-.155.1-.148.118-.144.146-.14.176-.13.203-.12.24-.115.276-.105.31-.086.353-.036.197-.02.192-.01.193.005.187.016.186.038.176.05.166.06.165.082.15.1.14.116.127.132.115.15.1.17.083.185.07.21.05.07.016.084.017.098.012.11.01.12.01h.266l.137-.01.142-.016.143-.028.138-.04.136-.042.14-.063.124-.07.116-.087.11-.1-.247 1.468-.033.027-.032.034-.046.04-.048.03-.06.044-.078.038-.088.04-.1.03-.126.04-.143.028-.163.023-.195.02-.214.012-.246.006-.28-.005-.31-.017-.252-.027-.252-.054-.253-.082-.254-.11-.24-.133-.233-.164-.218-.19-.206-.22-.182-.248-.153-.277-.13-.307-.1-.335-.064-.37-.023-.388.012-.43.06-.457.043-.224.05-.22.055-.217.056-.203.058-.193.07-.19.074-.183.076-.17.084-.17.08-.16.096-.153.098-.142.1-.138.108-.132.11-.122.116-.115.126-.11.127-.103.132-.094.14-.088.145-.084.15-.068.154-.067.16-.06.17-.055.17-.044.175-.04.187-.03.187-.03.2-.022.196-.01.21-.006.175.006.17.01.166.017.164.024.155.02.148.035.142.026.132.033.128.03.11.034.104.034.088.03.077.03.064.022.05.023.034.01"/><path stroke="#FFF" stroke-width=".5" d="M37.912 15.266l-.072-.037-.07-.035-.078-.04-.082-.037-.084-.034-.092-.03-.094-.035-.1-.034-.104-.028-.104-.02-.116-.024-.115-.016-.125-.01-.125-.01H36.14l-.14.01-.15.016-.153.027-.155.045-.153.06-.156.078-.155.1-.148.118-.144.146-.14.176-.13.203-.12.24-.115.276-.105.31-.086.353-.036.197-.02.192-.01.193.005.187.016.186.038.176.05.166.06.165.082.15.1.14.116.127.132.115.15.1.17.083.185.07.21.05.07.016.084.017.098.012.11.01.12.01h.266l.137-.01.142-.016.143-.028.138-.04.136-.042.14-.063.124-.07.116-.087.11-.1-.247 1.468-.033.027-.032.034-.046.04-.048.03-.06.044-.078.038-.088.04-.1.03-.126.04-.143.028-.163.023-.195.02-.214.012-.246.006-.28-.005-.31-.017-.252-.027-.252-.054-.253-.082-.254-.11-.24-.133-.233-.164-.218-.19-.206-.22-.182-.248-.153-.277-.13-.307-.1-.335-.064-.37-.023-.388.012-.43.06-.457.043-.224.05-.22.055-.217.056-.203.058-.193.07-.19.074-.183.076-.17.084-.17.08-.16.096-.153.098-.142.1-.138.108-.132.11-.122.116-.115.126-.11.127-.103.132-.094.14-.088.145-.084.15-.068.154-.067.16-.06.17-.055.17-.044.175-.04.187-.03.187-.03.2-.022.196-.01.21-.006.175.006.17.01.166.017.164.024.155.02.148.035.142.026.132.033.128.03.11.034.104.034.088.03.077.03.064.022.05.023.034.01-.276 1.523"/><path fill="#FFF" d="M51.45 20.826H49.93l.11-.61v-.056l-.09.11-.09.1-.093.087-.1.078-.1.07-.098.062-.1.05-.105.048-.103.04-.106.027-.104.027-.11.014-.11.02-.105.01-.11.006h-.108l-.287-.023-.264-.06-.243-.095-.22-.126-.197-.16-.176-.186-.155-.205-.132-.23-.11-.248-.087-.258-.06-.27-.045-.282-.016-.278.005-.287.026-.28.05-.28.084-.327.098-.306.116-.28.138-.264.142-.248.166-.222.17-.197.182-.18.193-.162.203-.136.21-.122.21-.094.217-.078.22-.048.22-.033.224-.01.16.003.153.02.145.026.132.038.126.044.11.05.11.06.098.062.088.065.082.07.073.072.065.072.055.07.05.073.044.065.034.067.386-2.162h1.494"/><path stroke="#FFF" stroke-width=".5" d="M51.45 20.826H49.93l.11-.61v-.056l-.09.11-.09.1-.093.087-.1.078-.1.07-.098.062-.1.05-.105.048-.103.04-.106.027-.104.027-.11.014-.11.02-.105.01-.11.006h-.108l-.287-.023-.264-.06-.243-.095-.22-.126-.197-.16-.176-.186-.155-.205-.132-.23-.11-.248-.087-.258-.06-.27-.045-.282-.016-.278.005-.287.026-.28.05-.28.084-.327.098-.306.116-.28.138-.264.142-.248.166-.222.17-.197.182-.18.193-.162.203-.136.21-.122.21-.094.217-.078.22-.048.22-.033.224-.01.16.003.153.02.145.026.132.038.126.044.11.05.11.06.098.062.088.065.082.07.073.072.065.072.055.07.05.073.044.065.034.067.386-2.162h1.494l-1.243 7.193"/><path fill="#FAB12F" d="M48.96 19.495l.153-.01.145-.034.132-.036.126-.06.115-.066.112-.084.105-.094.092-.1.08-.11.078-.12.07-.127.064-.13.055-.138.044-.143.038-.148.028-.15.027-.152.017-.16v-.15l-.005-.153-.016-.144-.024-.138-.038-.132-.044-.126-.055-.11-.068-.105-.07-.088-.083-.078-.095-.066-.098-.044-.105-.027-.115-.01-.15.01-.137.02-.126.045-.128.056-.11.072-.11.088-.092.092-.094.105-.082.122-.078.126-.073.132-.06.142-.053.15-.044.15-.044.157-.034.158-.027.243.01.265.04.27.072.258.11.227.143.18.18.12"/><path fill="#FFF" d="M15.19 19.605l-.22 1.222H13.58l.04-.227.027-.203.02-.153.023-.084-.077.088-.088.088-.105.084-.115.076-.132.077-.138.065-.143.067-.15.055-.158.05-.16.038-.158.033-.167.022-.16.013-.158.004-.153-.018-.15-.02-.192-.05-.176-.056-.155-.07-.137-.082-.122-.088-.107-.1-.09-.106-.076-.11-.067-.114-.055-.122-.044-.12-.032-.12-.02-.128-.018-.126-.01-.122v-.12l.014-.215.034-.203.057-.193.07-.186.09-.175.097-.16.115-.152.132-.14.138-.127.153-.115.16-.104.165-.088.176-.075.184-.06.186-.05.193-.035h.01l.028-.004.04-.006.06-.006.066-.01.076-.005.083-.013.093-.01.094-.01.094-.01.1-.007.087-.01.088-.007.082-.006.078-.004h.19l.13.004.12.006h.12l.1.006.077.004.055.007h.017l.01-.04.033-.1.027-.114.01-.105-.02-.12-.05-.11-.066-.098-.09-.084-.103-.07-.114-.05-.132-.033-.144-.01-.153-.007-.166-.004h-.17l-.175.004-.182.013-.176.013-.176.017-.17.023-.164.02-.16.028-.142.028-.132.028-.12.035-.1.033-.077.037-.06.034.39-1.324.12-.05.122-.044.132-.038.13-.03.133-.027.142-.02.143-.023.148-.01.155-.01.16-.007.166-.006h.528l.193.006.193.006.153.01.165.028.17.04.176.048.17.067.165.077.165.092.155.104.134.12.123.133.112.147.078.165.057.177.03.187v.207l-.03.22"/><path stroke="#FFF" stroke-width=".5" d="M15.19 19.605l-.22 1.222H13.58l.04-.227.027-.203.02-.153.023-.084-.077.088-.088.088-.105.084-.115.076-.132.077-.138.065-.143.067-.15.055-.158.05-.16.038-.158.033-.167.022-.16.013-.158.004-.153-.018-.15-.02-.192-.05-.176-.056-.155-.07-.137-.082-.122-.088-.107-.1-.09-.106-.076-.11-.067-.114-.055-.122-.044-.12-.032-.12-.02-.128-.018-.126-.01-.122v-.12l.014-.215.034-.203.057-.193.07-.186.09-.175.097-.16.115-.152.132-.14.138-.127.153-.115.16-.104.165-.088.176-.075.184-.06.186-.05.193-.035h.01l.028-.004.04-.006.06-.006.066-.01.076-.005.083-.013.093-.01.094-.01.094-.01.1-.007.087-.01.088-.007.082-.006.078-.004h.19l.13.004.12.006h.12l.1.006.077.004.055.007h.017l.01-.04.033-.1.027-.114.01-.105-.02-.12-.05-.11-.066-.098-.09-.084-.103-.07-.114-.05-.132-.033-.144-.01-.153-.007-.166-.004h-.17l-.175.004-.182.013-.176.013-.176.017-.17.023-.164.02-.16.028-.142.028-.132.028-.12.035-.1.033-.077.037-.06.034.39-1.324.12-.05.122-.044.132-.038.13-.03.133-.027.142-.02.143-.023.148-.01.155-.01.16-.007.166-.006h.528l.193.006.193.006.153.01.165.028.17.04.176.048.17.067.165.077.165.092.155.104.134.12.123.133.112.147.078.165.057.177.03.187v.207l-.03.22-.556 2.905"/><path fill="#EA2030" d="M13.534 18.07h-.084l-.086.007-.094.01-.088.01-.09.014-.08.01-.077.016-.067.02-.06.014-.04.01-.043.017-.06.023-.06.027-.073.034-.07.038-.078.038-.072.046-.075.055-.07.054-.07.066-.06.067-.056.07-.036.08-.032.087-.017.086-.006.19.026.147.057.11.07.08.083.057.094.034.088.017.086.007.168-.006.148-.016.14-.023.13-.03.108-.04.104-.05.095-.05.083-.06.07-.056.064-.063.057-.06.045-.067.038-.065.033-.067.028-.06.016-.06.044-.16.04-.182.032-.176.03-.142-.007-.028-.024-.027-.032-.017-.054-.01-.063-.01-.07-.007"/><path fill="#FFF" d="M8.018 13.606l-1.8 4.284-.247-4.284h-2.6l-1.246 7.22h1.492l.916-5.395h.081l.01.265.04.628.05.863.053.983.057.98.05.85.038.6.01.226h1.69l2.24-5.395h.06l-.946 5.396H9.46l1.276-7.22"/><path stroke="#FFF" stroke-width=".5" d="M3.617 20.826H2.124l1.246-7.22h2.6l.25 4.284 1.797-4.284h2.718l-1.276 7.22H7.962l.945-5.395h-.06l-2.24 5.396H4.924L4.91 20.6l-.037-.6-.05-.85-.055-.98-.057-.984-.047-.863-.038-.626-.012-.266H4.53l-.913 5.396"/><path fill="#FFF" d="M42.484 19.605l-.227 1.222h-1.38l.01-.227.006-.196v-.15l.01-.064-.07.082-.082.08-.098.08-.11.076-.116.072-.132.064-.138.068-.136.054-.15.044-.154.044-.153.027-.155.022-.16.013-.152.004-.15-.018-.148-.02-.2-.05-.173-.056-.155-.07-.145-.082-.12-.088-.104-.1-.087-.106-.075-.11-.067-.114-.05-.122-.044-.12-.027-.12-.024-.128-.014-.126-.013-.122v-.12l.012-.215.033-.203.048-.193.07-.186.083-.175.105-.16.116-.152.128-.14.142-.127.15-.115.158-.104.172-.088.17-.075.18-.06.182-.05.187-.035h.013l.025-.004.04-.006.054-.006.073-.01.076-.005.084-.013.085-.01.095-.01.1-.01.092-.007.095-.01.088-.007.075-.006.078-.004h.192l.132.004.126.006h.122l.104.006.088.004.05.007h.022l.012-.04.017-.1.015-.114.01-.105-.02-.12-.045-.11-.07-.098-.085-.084-.098-.07-.116-.05-.12-.033-.133-.01-.152-.007-.166-.004h-.17l-.177.004-.18.013-.177.013-.176.017-.17.023-.165.02-.16.028-.14.028-.133.028-.122.035-.098.033-.078.037-.06.034.385-1.324.12-.05.128-.044.126-.038.132-.03.138-.027.138-.02.14-.023.152-.01.152-.01.16-.007.16-.006h.516l.187.006.188.006.152.01.166.028.17.04.176.048.172.067.17.077.163.092.155.104.138.12.126.133.11.147.082.165.06.177.04.187v.207l-.028.22"/><path d="M42.223 20.82l.034-.033v.08l.033-.036.226-1.22-.067-.01-.227 1.22zm.034.047l.027-.01.006-.026-.033.037z" fill="#FFF"/><path d="M40.877 20.787l.033.04h-.065l.032.04h1.38v-.08h-1.38zm-.038.08h.037l-.032-.04-.006.04z" fill="#FFF"/><path d="M40.88 20.17l.052.04-.05-.044v.004zm0 0l-.003-.004.004.004zm-.02.086l-.006.15v.193l-.01.226h.067l.01-.227.012-.195-.007-.15v-.045l-.044-.04-.02.086z" fill="#FFF"/><path fill="#FFF" d="M40.805 20.25l-.077.077-.1.077-.104.076-.115.065-.133.07-.132.062-.138.054-.14.047-.156.044-.154.028-.146.02-.162.012-.153.006-.148-.017-.143-.022-.01.067.153.02.148.018.153-.006.162-.01.16-.022.15-.03.155-.04.155-.047.138-.054.14-.067.135-.063.113-.078.117-.08.1-.075.087-.087.07-.084-.054-.045"/><path fill="#FFF" d="M37.462 19.248l.006.12.01.12.017.133.02.126.03.124.042.126.05.128.072.113.076.115.088.105.11.105.127.09.144.088.16.07.18.055.198.05.013-.066-.2-.052-.17-.054-.15-.07-.142-.08-.116-.087-.098-.094-.09-.103-.077-.107-.06-.115-.05-.115-.045-.113-.025-.122-.02-.128-.018-.12-.012-.12.006-.122M39.244 17.17l-.187.048-.182.06-.176.078-.173.088-.163.11-.15.114-.142.132-.132.14-.117.154-.11.163-.083.185-.07.184-.05.197-.03.21-.017.215h.075l.006-.216.032-.197.05-.186.07-.188.085-.17.098-.154.117-.155.12-.137.142-.12.15-.116.154-.1.172-.09.164-.074.182-.06.176-.05.182-.035v-.064"/><path fill="#FFF" d="M40.51 17.02l-.08.01-.076.008-.088.006-.092.008-.095.006-.1.01-.093.014-.088.01-.085.013-.076.002-.072.014-.054.003-.046.007-.02.006h-.012v.065h.01l.034-.003.034-.004.054-.007.07-.01.077-.006.084-.01.087-.014.094-.01.1-.013.094-.002.092-.013.088-.002.075-.007h.138v-.077M40.567 17.02v.078h.267l.125.01H41.182l.09.005.05.008h.022l.03-.028-.064-.01.035-.03h-.023l-.048-.004-.09-.004-.103-.013h-.246l-.132-.01h-.135zm.778.1l.027.003.004-.03-.03.028z"/><path fill="#FFF" d="M41.433 16.728H41.362l-.007.105-.016.11-.018.1-.013.037.066.013.01-.04.018-.1.016-.12.017-.105"/><path fill="#FFF" d="M40.71 16.12v.069l.13.005.114.033.11.05.093.066.075.077.068.095.044.1.023.114h.067l-.023-.127-.043-.12-.078-.106-.09-.088-.102-.078-.123-.05-.126-.032-.14-.017"/><path fill="#FFF" d="M40.222 16.102l-.178.01-.178.01-.178.018-.174.017-.172.023-.17.02-.16.028-.14.03-.135.025-.122.033-.102.034-.084.037-.066.04.054.032-.067-.01.056.032.056-.03.072-.037.094-.032.12-.033.133-.028.144-.027.157-.03.162-.02.172-.02.174-.02.178-.017.178-.008h.511l.156.006v-.067l-.155-.007-.163-.01"/><path d="M38.76 15.095l-.024.03-.383 1.324.065.01.387-1.327-.023.03-.023-.068zm-.018.007l-.006.023.023-.03-.018.007z" fill="#FFF"/><path fill="#FFF" d="M40.656 14.826h-.34l-.16.01-.16.007-.153.012-.15.01-.147.022-.137.023-.14.027-.133.027-.132.04-.124.042-.12.05.02.065.122-.047.126-.044.122-.04.132-.026.138-.03.136-.022.138-.02.15-.012.152-.01.16-.007H40.835l.187.007h.187v-.067l-.186-.01-.186-.007"/><path fill="#FFF" d="M41.207 14.91l.155.01.157.03.17.036.17.048.172.068.166.077.163.087.15.105.138.12.12.125.11.145.076.16.06.168.04.183v.21l-.03.213.068.013.028-.228v-.21l-.038-.192-.06-.18-.09-.17-.11-.155-.132-.138-.136-.122-.16-.105-.165-.098-.177-.078-.17-.064-.18-.05-.172-.038-.168-.028-.155-.01"/><path fill="#FFF" d="M42.45 19.6l.066.01.577-2.903-.067-.01"/><path fill="#FAB12F" d="M40.81 18.065l-.083.007-.086.01-.087.01-.09.013-.082.01-.08.015-.072.013-.07.017-.056.008-.037.006-.046.017-.056.018-.06.023-.074.032-.065.036-.075.038-.074.048-.07.048-.072.06-.06.062-.062.07-.048.078-.04.084-.03.088-.018.092-.006.19.027.146.044.11.068.082.082.055.094.034.092.017.095.005.166-.004.153-.016.144-.03.125-.037.12-.044.104-.05.1-.054.086-.068.08-.06.065-.072.058-.065.053-.072.037-.067.028-.065.022-.066.016-.06.023-.153.03-.16.022-.154.01-.138-.01-.03-.02-.026-.04-.02-.056-.016-.06-.004-.072-.007"/><path fill="#FFF" d="M53.096 19.346l-.142.046-.132.065-.116.092-.094.116-.077.132-.042.147-.013.128h.16l.012-.1.033-.12.053-.11.07-.093.09-.078.106-.054.12-.038.127-.01.127.01.12.038.106.054.086.078.072.094.055.11.033.12.007.1h.163l-.01-.13-.044-.146-.078-.132-.092-.117-.117-.093-.133-.065-.14-.046-.156-.015"/><path fill="#FFF" d="M52.975 19.744v.33h.14v-.215h.224l.027.005.03.004.016.01.016.01.012.023.005.028v.04l-.01.026-.013.016-.02.017-.03.012-.032.01-.038.006-.023.007h.233l.01-.013.015-.033.012-.04.005-.05-.005-.037-.012-.038-.02-.035-.028-.032-.038-.023-.045-.017-.06-.01-.068-.004"/><path fill="#FFF" d="M53.856 20.074l.004.03-.01.133-.034.122-.054.103-.07.093-.09.077-.104.06-.122.04-.125.01-.125-.01-.122-.04-.104-.06-.092-.077-.07-.093-.053-.104-.034-.123-.01-.132v-.03h-.16l-.005.03.017.16.042.148.077.132.096.11.115.093.135.072.14.046.156.014.156-.014.14-.046.132-.072.117-.092.092-.11.078-.133.044-.147.016-.16-.007-.032"/><path fill="#FFF" d="M53.277 20.074l-.027.006h-.136v-.006h-.14v.335h.14v-.276h.136l.165.275h.11l-.164-.276h.04l.038-.012.032-.01.027-.024.013-.014"/><path d="M53.25 20.744l.128-.01.12-.04.104-.06.088-.077.07-.094.056-.105.033-.12.012-.13-.013-.133-.034-.122-.055-.11-.07-.095-.088-.076-.105-.054-.12-.04-.127-.01-.126.01-.12.04-.106.054-.088.076-.07.096-.056.11-.033.12-.01.133.01.132.034.118.055.105.07.094.088.078.105.058.12.04.127.01m0-.664l.048-.013.04-.004.033-.01.03-.013.022-.017.01-.017.01-.027v-.04l-.006-.026-.01-.023-.017-.01-.018-.01-.027-.006-.027-.005h-.223v.22h.136m-.136.328h-.14v-.664h.303l.067.004.06.01.045.018.037.023.027.03.023.034.01.037.007.04-.007.05-.01.04-.017.033-.023.027-.027.02-.034.01-.037.014h-.04l.166.274h-.113l-.163-.274h-.136v.274m-.64-.3l.017-.163.043-.146.078-.133.095-.116.115-.093.134-.067.143-.044.153-.015.155.016.142.044.132.067.115.094.094.117.076.132.042.145.017.162-.017.16-.042.146-.077.134-.095.11-.116.09-.133.074-.142.045-.155.017-.153-.017-.143-.044-.134-.072-.115-.092-.094-.11-.077-.133-.042-.147-.015-.16" stroke="#FFF" stroke-width=".5"/><path fill="#FFF" d="M42.896 20.826h1.55L45 17.698l.022-.122.034-.12.033-.123.043-.12.055-.12.067-.116.07-.11.09-.106.098-.09.11-.09.126-.083.142-.065.16-.054.175-.044.193-.034.214-.012h.139l.247-1.413-.154.01-.15.02-.137.025-.133.04-.12.044-.117.054-.11.06-.103.066-.1.077-.093.08-.088.087-.088.088-.082.094-.084.102-.08.098-.077.11.164-.994H43.92"/><path stroke="#FFF" stroke-width=".5" d="M42.896 20.826h1.55L45 17.698l.022-.122.034-.12.033-.123.043-.12.055-.12.067-.116.07-.11.09-.106.098-.09.11-.09.126-.083.142-.065.16-.054.175-.044.193-.034.214-.012h.139l.247-1.413-.154.01-.15.02-.137.025-.133.04-.12.044-.117.054-.11.06-.103.066-.1.077-.093.08-.088.087-.088.088-.082.094-.084.102-.08.098-.077.11.164-.994H43.92l-1.026 5.89"/><path fill="#FFF" d="M28.333 20.826h1.577l.528-3.128.023-.122.03-.115.026-.114.038-.11.044-.11.056-.105.065-.098.077-.094.088-.084.098-.08.122-.066.132-.06.153-.05.17-.045.188-.028.214-.016h.016l.023.005.03.004h.026l.027.005.023.007.015.004h.007l.006-.02.015-.068.023-.1.028-.12.038-.143.04-.155.05-.153.048-.155.044-.102.055-.105.056-.105.054-.094.048-.082.04-.065.027-.04.01-.015h-.005l-.023-.007-.027-.006-.04-.006h-.037l-.044-.004-.038-.007h-.04l-.17.01-.153.02-.144.025-.13.033-.13.044-.114.057-.105.054-.097.065-.095.072-.088.083-.08.082-.085.092-.082.095-.077.104-.082.11-.084.11.2-.994h-1.58"/><path stroke="#FFF" stroke-width=".5" d="M28.333 20.826h1.577l.528-3.128.023-.122.03-.115.026-.114.038-.11.044-.11.056-.105.065-.098.077-.094.088-.084.098-.08.122-.066.132-.06.153-.05.17-.045.188-.028.214-.016h.016l.023.005.03.004h.026l.027.005.023.007.015.004h.007l.006-.02.015-.068.023-.1.028-.12.038-.143.04-.155.05-.153.048-.155.044-.102.055-.105.056-.105.054-.094.048-.082.04-.065.027-.04.01-.015h-.005l-.023-.007-.027-.006-.04-.006h-.037l-.044-.004-.038-.007h-.04l-.17.01-.153.02-.144.025-.13.033-.13.044-.114.057-.105.054-.097.065-.095.072-.088.083-.08.082-.085.092-.082.095-.077.104-.082.11-.084.11.2-.994h-1.58l-1.027 5.89"/><path fill="#FAB12F" d="M53.096 26.018l-.142.037-.132.067-.116.088-.094.11-.077.127-.042.143v.023h.16l.032-.116.053-.104.07-.095.09-.077.106-.06.12-.038.127-.01.127.01.12.038.106.06.086.078.072.095.055.104.033.116h.16v-.023l-.044-.143-.078-.128-.092-.11-.117-.088-.133-.067-.14-.037L53.25 26"/><path fill="#FAB12F" d="M53.277 26.42h-.302v.192h.14v-.11h.224l.027.005.03.006.016.01.016.01.012.024.005.026v.03h.11l-.006-.05-.012-.04-.02-.033-.028-.027-.038-.023-.045-.01-.06-.01M52.493 26.612l-.017.12h.163l.012-.114v-.006"/><path fill="#FAB12F" d="M53.443 26.612v.01l-.01.027-.013.016-.023.017-.025.012-.034.01-.037.007-.05.008h-.138v-.108h-.136v.12h.522l.023-.02.015-.03.01-.033.007-.038M53.85 26.612v.006l.01.115h.166l-.016-.12"/><path fill="#FAB12F" d="M53.86 26.732v.017l-.01.13-.034.122-.055.103-.07.092-.086.08-.107.06-.12.038-.127.01-.126-.01-.12-.037-.106-.06-.088-.08-.073-.093-.053-.103-.033-.12-.01-.133v-.018h-.165v.017l.017.158.042.15.077.13.095.116.116.094.135.065.14.044.155.017.155-.017.143-.044.132-.065.115-.094.092-.115.078-.133.044-.15.015-.158v-.018"/><path fill="#FAB12F" d="M52.975 26.732v.32h.14v-.276h.135l.165.275h.11l-.164-.274h.04l.038-.01.032-.01.027-.024"/><path d="M27.012 17.196h-2.01l.003-.004L25 17.19l.016-.076.023-.115.03-.112.04-.11.048-.097.05-.094.06-.088.066-.083.074-.076.07-.068.082-.06.082-.05.094-.043.095-.034.093-.02.098-.018.106-.006.1.01.093.017.087.022.088.03.084.045.08.05.074.055.065.067.053.075.055.083.04.095.037.104.02.11.012.12.006.133-.01.136zm1.492-.507l-.046-.328-.077-.293-.108-.253-.14-.22-.162-.188-.182-.154-.197-.132-.215-.1-.218-.082-.226-.055-.226-.04-.226-.02-.214-.007-.446.023-.394.065-.358.1-.318.137-.277.165-.24.187-.216.21-.174.22-.155.23-.125.243-.1.237-.083.234-.06.234-.045.214-.03.203-.024.177-.027.45.018.407.06.37.092.323.132.292.162.252.186.226.214.187.23.16.25.135.258.107.268.082.274.064.277.04.275.027.268.005h.183l.172-.004h.146l.145-.005.124-.01.116-.01.11-.012.1-.017.09-.018.09-.02.09-.03.08-.026.083-.033.088-.033.09-.046.087-.04.22-1.354-.16.094-.152.086-.16.067-.155.06-.148.05-.153.032-.15.028-.15.023-.148.01-.142.006h-.15l-.14-.006-.144-.01-.144-.017-.14-.018-.14-.02-.11-.024-.11-.038-.11-.05-.1-.06-.1-.066-.087-.08-.082-.085-.077-.095-.065-.093-.06-.104-.044-.1-.04-.104-.02-.104-.01-.105.003-.094.012-.07h3.568l.027-.336.084-.463.038-.416-.004-.375z" fill="#FFF"/></g></svg></span>
1748
- </li>
1749
- <li class="list-inline-item mr-xs-0 mb-xs-1">
1750
- <span class="inline-svg svg-payment-icon amex-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" width="39" height="24" viewBox="0 0 39 33" aria-hidden="true" focusable="false"><g fill="#0078A9" fill-rule="evenodd"><path d="M36.75 24.23l-.125-.006H34.01v-.175c-.296.12-.612.18-.916.18l-.124-.007h-1.548v.008h-3.744v.007h-2.543v-.756l.003-.64h-.167v1.397H22.4v-1.513c-.423.17-.907.212-1.367.212h-.247v1.295H17.75l-.76-.825-.764.826H11.26v-5.543h4.88s.54.583.853.918c.314-.333.856-.912.856-.912h.335l.793-.006h2.487c.144-.01.524-.013.93.14V18.7h3.254c.16-.01.574-.02 1.004.156V18.7h4.767v.16c.45-.18.866-.17.93-.163l2.713-.002v.172c.455-.186.878-.175.94-.17l1.954-.002V.43H4.587v14.118l1.143-2.67h2.478l.296.697v-.698h2.903l.64 1.406.64-1.406h8.964c.16-.012.575-.02 1.005.156v-.156h2.58v.334c.376-.23.808-.347 1.242-.366 0 0 1.382.037 1.437.04v-.006h2.472l.276.65v-.65h2.667s.38.62.42.69v-.69h2.58v5.537H33.7l-.445-.724v.725H29.95l-.368-.844h-.876l-.36.845H26.16l-.054-.006c-.243-.037-.56-.145-.87-.34v.36H23.42v-.015h-2.286v-.756l.005-.64h-.17v1.395H13v-.085l-.04.084h-1.83s-.03-.066-.05-.103v.105H7.76l-.36-.844h-.875l-.365.845H4.59V32.61h33.368v-8.705c-.37.223-.802.326-1.21.326z"/><path d="M20.216 14.316h1.07c.313 0 .57-.17.57-.382 0-.21-.257-.38-.57-.38h-1.07v.762m1.7 2.342v-.783s-.042-.612-.69-.612h-1.01v1.395H19.18v-4.025h2.515s1.312-.155 1.312 1.178c0 .697-.58.94-.58.94s.505.234.505.915v.994h-1.015m6.735-1.874h1.01l-.498-1.198-.512 1.198m5.492 1.87L32.5 13.97v2.69h-2.03l-.367-.844H28.21l-.36.843h-1.623s-1.395-.198-1.395-1.9c0-2.234 1.582-2.145 1.636-2.16l1.28.035v.905l-1.05.012s-.686 0-.768.88c-.01.1-.014.194-.014.28.004 1.36 1.198.937 1.238.925l1.283-3.003h1.452l1.552 3.65v-3.65h1.464l1.624 2.65v-2.65h1.044v4.023h-1.43m-27.67-1.87h1.01l-.504-1.2-.505 1.2zm7.31 1.87V13.88l-1.3 2.777h-.85l-1.304-2.764v2.764H8.285l-.36-.843H6.033l-.365.843H4.534l1.72-4.023H7.71l1.578 3.696v-3.696h1.637l1.14 2.5 1.134-2.5h1.636v4.023h-1.05zm1.624 0v-4.024h3.234v.94h-2.19v.62h2.134v.912H16.45v.682h2.192v.87"/><path d="M23.436 16.672h1.043v-4.037h-1.045m.782 8.505h1.07c.312 0 .566-.17.566-.382s-.254-.382-.566-.382h-1.07v.763m1.7 2.34v-.78s-.042-.615-.692-.615h-1.008v1.395H23.18v-4.023h2.516s1.312-.157 1.312 1.178c0 .695-.58.94-.58.94s.498.232.498.912v.994h-1.01m-5.886-2.348h1.07c.312 0 .566-.17.566-.382 0-.21-.254-.38-.565-.38h-1.07v.762m-6.943 1.472h2.183l1.023-1.11-1.023-1.104h-2.183v.62h2.127v.912h-2.127v.682m4.62-1.11l1.287 1.403v-2.8l-1.286 1.397m1.3 1.982h-.906l-1.097-1.193-1.107 1.193h-3.855v-4.032h3.773l1.19 1.28 1.192-1.273h.796v-.005h2.515s1.31-.143 1.31 1.184c0 1.183-.436 1.552-1.776 1.552H20.03v1.296h-1.023m13.977-.01H31.14v-.926h1.616s.58.068.58-.32c0-.362-.877-.333-.877-.333s-1.43.12-1.43-1.2c0-1.315 1.29-1.24 1.29-1.24h1.99v.94h-1.603s-.554-.11-.554.286c0 .333.753.284.753.284s1.582-.113 1.582 1.1c0 1.298-1.02 1.413-1.382 1.413-.077 0-.124-.005-.124-.005m-5.546.007v-4.018h3.232v.932h-2.19v.617h2.136v.915H28.48v.68h2.188v.872m5.97-.006h-1.845v-.926h1.61s.588.068.588-.32c0-.362-.876-.333-.876-.333s-1.43.12-1.43-1.2c0-1.315 1.29-1.24 1.29-1.24h1.985v.94h-1.6s-.552-.11-.552.286c0 .333.755.284.755.284s1.58-.113 1.58 1.1c0 1.298-1.018 1.413-1.38 1.413-.077 0-.125-.005-.125-.005M1.68 31.054h.4c.133 0 .25-.034.25-.203 0-.176-.125-.19-.214-.19H1.68v.395m.67.804c-.033-.116-.04-.328-.04-.375 0-.103-.015-.212-.208-.212H1.68v.586h-.25v-1.417h.672c.228 0 .483.074.483.396 0 .175-.075.257-.16.32.07.033.126.094.133.25l.006.245c.008.074.015.09.07.123v.08H2.35M.66 31.165c0 .708.56 1.287 1.314 1.287.747 0 1.306-.578 1.306-1.286 0-.716-.553-1.288-1.305-1.288-.76 0-1.313.572-1.313 1.288m-.228 0c0-.84.685-1.513 1.54-1.513.85 0 1.534.675 1.534 1.514 0 .837-.684 1.51-1.533 1.51-.855 0-1.54-.673-1.54-1.51"/></g></svg></span>
1751
- </li>
1752
- <li class="list-inline-item mr-xs-0 mb-xs-1">
1753
- <span class="inline-svg svg-payment-icon discover-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="26" viewBox="0 0 78 34" aria-hidden="true" focusable="false"><defs><radialGradient cy="0%" fx="50%" fy="0%" r="100%" gradientTransform="matrix(0 1 -.96473 0 .5 -.5)" id="discover-a"><stop stop-color="#FAD961" offset="0%"/><stop stop-color="#F76B1C" offset="100%"/></radialGradient></defs><g fill="none" fill-rule="evenodd"><path d="M.405 33.334h73.353c1.953 0 3.534-1.564 3.534-3.49V5.355C70.252 9.757 43.71 24.944.405 33.334" fill="#E6792B"/><path d="M13.18 6.61c-.534.477-1.22.68-2.317.68l-.454.002V1.625h.452c1.096 0 1.757.194 2.318.693.588.514.936 1.31.936 2.13 0 .825-.348 1.65-.935 2.16zM11.2.176H8.715v8.57h2.477c1.313 0 2.263-.31 3.096-.99.99-.81 1.576-2.03 1.576-3.29 0-2.53-1.916-4.29-4.66-4.29z" fill="#0D1619"/><path fill="#0D1619" d="M16.642 8.743h1.69V.173h-1.69z"/><path d="M22.474 3.46c-1.015-.37-1.314-.615-1.314-1.078 0-.54.53-.95 1.26-.95.51 0 .926.207 1.37.692l.883-1.14c-.73-.632-1.6-.95-2.55-.95-1.536 0-2.707 1.05-2.707 2.45 0 1.185.546 1.787 2.133 2.35.663.234 1 .387 1.17.49.34.22.508.527.508.887 0 .697-.56 1.208-1.317 1.208-.805 0-1.456-.396-1.847-1.14l-1.09 1.04c.78 1.13 1.716 1.632 3.006 1.632 1.756 0 2.992-1.16 2.992-2.816 0-1.36-.57-1.978-2.5-2.675" fill="#0D1619"/><path d="M25.506 4.463c0 2.52 2.006 4.472 4.583 4.472.727 0 1.35-.142 2.12-.5V6.467c-.68.668-1.277.937-2.044.937-1.705 0-2.917-1.22-2.917-2.956 0-1.643 1.247-2.94 2.84-2.94.802 0 1.416.282 2.12.96V.506c-.742-.37-1.354-.523-2.083-.523-2.565 0-4.622 1.992-4.622 4.48" fill="#0D1619"/><path fill="#0D1619" d="M45.93 5.93L43.61.174h-1.847l3.685 8.787h.91L50.11.176h-1.836L45.93 5.93"/><path fill="#0D1619" d="M50.876 8.743h4.804V7.29h-3.11V4.977h2.992v-1.45H52.57v-1.9h3.11V.174h-4.804v8.568"/><path d="M58.982 4.118h-.49V1.522h.52c1.055 0 1.628.438 1.628 1.27 0 .86-.573 1.326-1.658 1.326zm3.398-1.414c0-1.607-1.117-2.53-3.07-2.53h-2.512v8.57h1.693V5.3h.223l2.342 3.443h2.082L60.4 5.133c1.278-.257 1.98-1.118 1.98-2.43z" fill="#0D1619"/><path d="M63.256.916h-.034V.72h.036c.088 0 .135.032.135.097 0 .064-.05.1-.137.1zm.32-.103c0-.15-.103-.233-.29-.233h-.244v.756h.18v-.293l.215.293h.227l-.256-.31c.108-.03.168-.108.168-.213z" fill="#1B1A18"/><path d="M63.322 1.498c-.295 0-.534-.24-.534-.54 0-.3.237-.54.534-.54.29 0 .526.243.526.54s-.235.54-.526.54zm0-1.2c-.37 0-.665.292-.665.658 0 .366.296.66.665.66.364 0 .66-.296.66-.66 0-.362-.296-.66-.66-.66z" fill="#1B1A18"/><path d="M38.195.586c-2.555 0-4.628 1.97-4.628 4.402 0 2.586 1.983 4.518 4.628 4.518 2.58 0 4.618-1.958 4.618-4.467 0-2.495-2.025-4.455-4.618-4.455" fill="url(#discover-a)" transform="translate(-.714 -.57)"/></g></svg></span>
1754
- </li>
1755
-
1756
- <li class="list-inline-item mr-xs-0 mb-xs-1">
1757
- <span class="inline-svg svg-payment-icon paypal-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" width="33" height="22" viewBox="0 0 33 33" aria-hidden="true" focusable="false"><g fill="none" fill-rule="evenodd"><path d="M22.544 26.548c-.14.93-.844.93-1.524.93h-.387l.272-1.738c.016-.105.106-.183.21-.183h.178c.463 0 .9 0 1.126.266.133.16.174.396.123.723zm-.296-2.43h-2.565c-.175 0-.325.13-.352.305l-1.035 6.648c-.02.13.08.25.21.25h1.317c.124 0 .228-.09.247-.212l.293-1.885c.03-.175.178-.304.353-.304h.812c1.69 0 2.664-.827 2.92-2.465.114-.716.003-1.28-.328-1.673-.368-.434-1.015-.664-1.873-.664z" fill="#238EC2"/><path d="M4.252 26.548c-.14.93-.843.93-1.523.93h-.39l.27-1.738c.018-.105.107-.183.213-.183H3c.463 0 .9 0 1.126.266.134.16.175.396.124.723zm-.296-2.43H1.392c-.176 0-.325.13-.352.305L.003 31.07c-.02.13.08.25.21.25H1.44c.176 0 .325-.13.352-.304l.28-1.793c.027-.175.177-.304.352-.304h.812c1.69 0 2.664-.827 2.92-2.465.113-.716.003-1.28-.33-1.673-.364-.434-1.01-.664-1.87-.664z" fill="#253667"/><path d="M9.91 28.933c-.12.71-.676 1.185-1.386 1.185-.356 0-.64-.115-.825-.335-.183-.217-.25-.527-.194-.872.11-.7.676-1.192 1.376-1.192.35 0 .632.117.82.338.187.223.26.535.207.878zm1.71-2.417h-1.227c-.105 0-.194.078-.21.183l-.055.345-.086-.126c-.266-.39-.858-.52-1.45-.52-1.357 0-2.516 1.04-2.74 2.496-.12.727.048 1.422.456 1.907.375.446.91.63 1.546.63 1.094 0 1.7-.71 1.7-.71l-.054.346c-.02.13.08.25.21.25h1.107c.175 0 .324-.13.352-.305l.662-4.25c.02-.13-.08-.25-.212-.25z" fill="#253667"/><path d="M28.2 28.933c-.117.71-.674 1.185-1.385 1.185-.356 0-.64-.115-.824-.335-.18-.217-.25-.527-.19-.872.11-.7.676-1.192 1.375-1.192.35 0 .632.117.82.338.187.223.26.535.207.878zm1.713-2.417h-1.228c-.105 0-.195.078-.21.183l-.055.345-.086-.126c-.266-.39-.86-.52-1.45-.52-1.357 0-2.516 1.04-2.742 2.496-.117.727.05 1.422.457 1.907.373.446.91.63 1.545.63 1.093 0 1.7-.71 1.7-.71l-.055.346c-.02.13.08.25.212.25h1.106c.175 0 .325-.13.352-.305l.664-4.25c.02-.13-.08-.25-.21-.25z" fill="#238EC2"/><path d="M18.162 26.518h-1.234c-.118 0-.23.058-.295.157L14.93 29.21l-.72-2.436c-.046-.153-.185-.257-.343-.257h-1.213c-.147 0-.25.145-.202.285l1.36 4.033-1.282 1.823c-.1.144 0 .342.175.342h1.235c.117 0 .226-.058.293-.155l4.105-5.99c.098-.142-.003-.338-.176-.338" fill="#253667"/><path d="M31.36 24.3l-1.052 6.77c-.02.13.08.25.21.25h1.06c.175 0 .324-.13.35-.304l1.042-6.648c.02-.13-.08-.25-.212-.25H31.57c-.104 0-.193.078-.21.183" fill="#238EC2"/><path d="M15.008 5.497c.044-.28.22-.51.46-.625.11-.053.23-.082.358-.082h5.184c.614 0 1.186.04 1.71.126.15.024.295.052.437.084.14.032.278.067.41.107l.197.06c.257.088.497.19.717.307.26-1.673 0-2.812-.895-3.843C22.598.497 20.818.01 18.54.01h-6.614c-.466 0-.862.342-.935.807L8.24 18.47c-.054.35.212.664.56.664h4.084L15.01 5.497" fill="#253667"/><path d="M24.48 5.474c.26-1.673 0-2.812-.896-3.843C22.598.497 20.818.01 18.54.01h-6.614c-.466 0-.862.342-.935.807L8.24 18.47c-.054.35.212.664.56.664h4.084l-.28 1.806c-.048.305.184.58.49.58h3.44c.408 0 .755-.3.82-.706l.032-.177.65-4.156.04-.227c.064-.407.41-.707.818-.707h.515c3.334 0 5.944-1.37 6.707-5.33.32-1.654.154-3.035-.69-4.006-.254-.295-.57-.538-.94-.736" fill="#238EC2"/><path d="M24.48 5.474c.26-1.673 0-2.812-.896-3.843C22.598.497 20.818.01 18.54.01h-6.614c-.466 0-.862.342-.935.807L8.24 18.47c-.054.35.212.664.56.664h4.084l1.026-6.575-.03.204c.07-.465.464-.807.93-.807h1.94c3.81 0 6.795-1.565 7.667-6.092.026-.134.048-.264.068-.392" fill="#20274F"/></g></svg></span>
1758
- </li>
1759
- </ul>
1760
- </div>
1761
- <div class="text-gray-lighter prose">
1762
- Etsy keeps your payment information secure. Etsy shops never receive your credit card information.
1763
- </div>
1764
-
1765
- <div class="mt-xs-4">
1766
- <div class="collapsed-policies-text">
1767
- <button type="button" class="unstyled-button text-smaller b" data-content-toggle data-content-toggle-uid="policies-text-uid-payments" aria-controls="policies-text-payments" data-event-name="listing_policies_text_payments">
1768
- <span class="button-text">More details</span>
1769
- <span class="button-text display-none">Less details</span>
1770
- <span class="etsy-icon icon-smaller" data-content-toggle-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,15.414L7.293,10.707A1,1,0,1,1,8.707,9.293L12,12.586l3.293-3.293a1,1,0,0,1,1.414,1.414Z"/></svg></span>
1771
- </button>
1772
- <div class="content-toggle-body prose text-gray-lighter" id="policies-text-payments">
1773
- We accept payment through Paypal, credit card and Etsy gift card.
1774
- </div>
1775
- </div>
1776
- </div>
1777
- </div>
1778
- </div>
1779
- </div>
1780
- </div>
1781
- </div><div data-appears-component-name="listing_page_policy_refunds">
1782
- <div class="ui-toolkit">
1783
- <div data-id="refunds" class="col-group mt-xs-1 mt-md-2 bg-white b-md-1 b-lg-0 bb-lg-1 pl-xs-2 pr-xs-2 pb-xs-2 pt-xs-0 pl-lg-0 pr-lg-0">
1784
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
1785
- <h2 class="text-body-larger strong mt-xs-2 text-gray-darker">Returns & exchanges</h2>
1786
- </div>
1787
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
1788
- <div class="pt-xs-1 pt-md-2">
1789
- <div class="max-height-text-container ui-toolkit">
1790
- <div class="preview-text mobile text-gray-lighter prose">
1791
- <div>
1792
- Sales are final. We try to describe the item to the best that we can and show well-presented photographs, but don’t hesitate to convo us for any additional information.<br />
1793
- <br />
1794
- If for some reasons you are not 100% happy with your purchase, PLEASE let us know and we&#39;ll work together on a solution :) * Shipping is not refundable. Personalized items are non-exchangeable & non-refundable.
1795
- </div>
1796
- </div>
1797
- <div class="content-toggle-body text-gray-lighter prose" id="policies-refunds">
1798
- <div>
1799
- Sales are final. We try to describe the item to the best that we can and show well-presented photographs, but don’t hesitate to convo us for any additional information.<br />
1800
- <br />
1801
- If for some reasons you are not 100% happy with your purchase, PLEASE let us know and we&#39;ll work together on a solution :) * Shipping is not refundable. Personalized items are non-exchangeable & non-refundable.
1802
- </div>
1803
- </div>
1804
- <button type="button" class="unstyled-button b pt-xs-1" data-content-toggle data-content-toggle-uid="listzilla-policies-refunds" aria-controls="policies-refunds" data-event-name="listing_expand_policies_refunds">
1805
- <span class="button-label">+ More</span>
1806
- <span class="button-label display-none">– Less</span>
1807
- </button>
1808
- </div>
1809
- </div>
1810
- </div>
1811
- </div>
1812
- </div>
1813
- </div><div data-appears-component-name="listing_page_policy_additional">
1814
- <div class="ui-toolkit">
1815
- <div class="col-group mt-xs-1 mt-md-2 bg-white b-md-1 b-lg-0 bb-lg-1 pl-xs-2 pr-xs-2 pb-xs-2 pt-xs-0 pl-lg-0 pr-lg-0">
1816
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
1817
- <h2 class="text-body-larger strong mt-xs-2 text-gray-darker">Additional policies</h2>
1818
- </div>
1819
- <div class="col-xs-12 pl-lg-0 pr-lg-0">
1820
- <div class="pt-xs-1 pt-md-2">
1821
- <div class="max-height-text-container ui-toolkit">
1822
- <div class=" text-gray-lighter prose">
1823
- <div>
1824
- All images/designs property of Classic by Nature / ROCAIL. Copyrights © 2010-2017.
1825
- </div>
1826
- </div>
1827
- </div>
1828
- </div>
1829
- </div>
1830
- </div>
1831
- </div>
1832
- </div>
1833
-
1834
- </div>
1835
-
1836
-
1837
-
1838
- <div class="ui-toolkit"><div class="mt-xs-1"></div></div>
1839
-
1840
-
1841
- <form data-module="share-buttons" class="ui-toolkit module-share-buttons v1" method="GET" action="/in-en/share" target="_blank">
1842
- <div class="col-group col-flush bg-white bt-xs-1 bb-xs-1">
1843
- <div class="col-xs-4 text-center br-xs-1 pt-xs-2 pb-xs-2">
1844
- <button data-ui="btn" class="btn btn-link width-full" name="network" value="facebook" aria-label="Share on Facebook">
1845
- <span class="etsy-icon icon-larger text-gray"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M20,5V19a1.007,1.007,0,0,1-1,1H15V13.776h2l0.336-2.3H15V9.659a0.912,0.912,0,0,1,1-1.031h1.5V6.55a11.284,11.284,0,0,0-1.641-.109c-2.2,0-3.3,1.219-3.3,3.039v1.992h-2v2.3h2V20H5a1.007,1.007,0,0,1-1-1V5A1.007,1.007,0,0,1,5,4H19A1.007,1.007,0,0,1,20,5Z"/></svg></span>
1846
- </button>
1847
- </div>
1848
- <div class="col-xs-4 text-center br-xs-1 pt-xs-2 pb-xs-2">
1849
- <button data-ui="btn" class="btn btn-link width-full" name="network" value="_pinterest" aria-label="Save this listing on Pinterest">
1850
- <span class="etsy-icon icon-larger text-gray"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12 3c-4.97 0-9 4.03-9 9 0 3.813 2.372 7.072 5.72 8.384-.08-.712-.15-1.807.03-2.585.164-.703 1.056-4.475 1.056-4.475s-.27-.54-.27-1.336c0-1.252.726-2.187 1.63-2.187.768 0 1.14.577 1.14 1.268 0 .773-.493 1.928-.746 2.998-.212.896.45 1.626 1.333 1.626 1.6 0 2.83-1.687 2.83-4.12 0-2.156-1.55-3.663-3.76-3.663-2.56 0-4.064 1.922-4.064 3.907 0 .773.297 1.603.67 2.054.073.09.083.168.06.26-.067.283-.22.895-.25 1.02-.038.165-.13.2-.3.12-1.124-.523-1.827-2.167-1.827-3.487 0-2.84 2.063-5.446 5.947-5.446 3.122 0 5.548 2.225 5.548 5.198 0 3.102-1.956 5.598-4.67 5.598-.912 0-1.77-.474-2.063-1.033l-.56 2.14c-.204.78-.753 1.76-1.12 2.358.842.26 1.737.402 2.665.402 4.97 0 9-4.03 9-9s-4.03-9-9-9"/></svg></span>
1851
- </button>
1852
- </div>
1853
- <div class="col-xs-4 text-center pt-xs-2 pb-xs-2">
1854
- <button data-ui="btn" class="btn btn-link width-full" name="network" value="_twitter" aria-label="Share on Twitter">
1855
- <span class="etsy-icon icon-larger text-gray"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M18.3,8.559V9.007a9.666,9.666,0,0,1-9.729,9.737,9.614,9.614,0,0,1-5.256-1.394,5.367,5.367,0,0,0,.814.057,6.906,6.906,0,0,0,4.245-1.621,3.412,3.412,0,0,1-3.186-2.379,3.339,3.339,0,0,0,1.548-.058A3.419,3.419,0,0,1,3.988,9.993V9.952a3.427,3.427,0,0,0,1.548.424A3.407,3.407,0,0,1,4,7.54a3.261,3.261,0,0,1,.465-1.662A9.729,9.729,0,0,0,11.517,9.39a3.588,3.588,0,0,1-.073-0.79,3.408,3.408,0,0,1,3.414-3.414,3.542,3.542,0,0,1,2.518,1.075,6.837,6.837,0,0,0,2.159-.831,3.391,3.391,0,0,1-1.507,1.9A6.657,6.657,0,0,0,20,6.782,6.927,6.927,0,0,1,18.3,8.559Z"/></svg></span>
1856
- </button>
1857
- </div>
1858
- </div>
1859
-
1860
- <input type="hidden" name="url" value="https://www.etsy.com/in-en/listing/87673424/personalized-word-pillow-case-letter?utm_source=OpenGraph&utm_medium=PageTools&utm_campaign=Share&utm_term=so.lp.m.v1" />
1861
- <input type="hidden" name="title" value="Personalized Word Pillow Case | Letter, Symbol, Text Cushion Cover | 18x18 inch / 45x45 cm Decorative Pillow | Modern Home Decor" />
1862
- <input type="hidden" name="image" value="https://img1.etsystatic.com/028/1/6088772/il_570xN.613262127_e0zl.jpg" />
1863
- </form>
1864
-
1865
-
1866
- <div data-appears-component-name="shop_overview_bottom">
1867
- <div id="listing-manufacturers">
1868
- <div id="listing-production-partners">
1869
- </div>
1870
- </div>
1871
- </div>
1872
-
1873
-
1874
- <div class="ui-toolkit">
1875
- <div class="pr-xs-2 pl-xs-2 bt-xs-1">
1876
- <div id="pla-bottom">
1877
- <h2 class="text-center text-title-larger pt-xs-5 text-gray-darker">You may also like</h2>
1878
- <div class="block-grid-xs-2 block-grid-sm-3 block-grid-md-5 mt-xs-2 mb-xs-4 block-grid-no-whitespace" ><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
1879
- data-palette-listing-id="92599512"
1880
- data-shop-id=""
1881
- data-listing-id="92599512"
1882
- >
1883
- <a
1884
- class="buyer-card card "
1885
- data-listing-id="92599512"
1886
- data-palette-listing-image
1887
- href="https://www.etsy.com/in-en/listing/92599512/white-and-gold-word-pillow-xoxo?ref=landingpage_similar_listing_bot-1"
1888
-
1889
-
1890
-
1891
-
1892
- title="White and Gold Word Pillow | XOXO Decorative Pillow Case, Cushion Cover, 12x18 inches / 30x45 cm lumbar size | Unique Monogrammed gifts"
1893
- >
1894
- <div class="card-body">
1895
- <div class="card-img-wrap">
1896
- <div class="placeholder placeholder-landscape">
1897
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #BBAB92;">
1898
-
1899
- <noscript>
1900
- <img src="https://img1.etsystatic.com/025/0/6088772/il_340x270.610317841_bksg.jpg"
1901
- class="placeholder placeholder-landscape width-full "
1902
- srcset="https://img1.etsystatic.com/025/0/6088772/il_340x270.610317841_bksg.jpg 340w,https://img1.etsystatic.com/025/0/6088772/il_680x540.610317841_bksg.jpg 680w"
1903
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
1904
- alt="White and Gold Word Pillow | XOXO Decorative Pillow Case, Cushion Cover, 12x18 inches / 30x45 cm lumbar size | Unique Monogrammed gifts"
1905
- />
1906
- </noscript>
1907
- </div>
1908
- </div>
1909
-
1910
- </div> <div class="card-meta m-xs-1">
1911
- <div class="card-meta-row ">
1912
- <div class="card-meta-row-item card-title selected-color" >
1913
- White and Gold Word Pillow | XOXO Decorative Pillow Case, Cushion Cover, 12x18 inches / 30x45 cm lumbar size | Unique Monogrammed gifts
1914
- </div>
1915
- </div>
1916
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
1917
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
1918
- RocailStudio
1919
- </div>
1920
- <div class="strong text-gray flex-xs-1
1921
- text-right
1922
- "
1923
-
1924
- >
1925
-
1926
-
1927
-
1928
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>41.79</span>
1929
-
1930
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
1931
-
1932
- </div>
1933
-
1934
- </div>
1935
-
1936
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
1937
- </div>
1938
-
1939
- </div>
1940
- </a>
1941
-
1942
- <div class="collections-ui mr-xs-1 mt-xs-1">
1943
- <div class="favorite-container" data-listing-id="92599512">
1944
- <button type="button" class="btn-fave
1945
- inline-overlay-trigger
1946
- favorite-item-action
1947
- "
1948
- data-source="casanova"
1949
-
1950
-
1951
-
1952
- >
1953
- <!--icon font and display:none; elements -->
1954
- <span aria-hidden="true" class="icon"></span>
1955
- <span class="screen-reader-only default">
1956
- Favourite
1957
- </span>
1958
- <span class="screen-reader-only done remove">
1959
- Favourited
1960
- </span>
1961
- <span class="ie-fix">&nbsp;</span>
1962
- </button>
1963
- </div>
1964
-
1965
- <div class="collect-container" data-listing-id="92599512">
1966
-
1967
- <button type="button" class="btn-collect btn-dropdown
1968
- inline-overlay-trigger
1969
- collection-add-action
1970
- "
1971
- data-source="casanova"
1972
- >
1973
- <span aria-hidden="true" class="icon"></span>
1974
- <span class="screen-reader-only default">
1975
- Add to
1976
- </span>
1977
- <span class="screen-reader-only done remove">
1978
- Added
1979
- </span>
1980
- <span class="icon-dropdown"></span>
1981
- <span class="ie-fix">&nbsp;</span>
1982
- </button>
1983
- </div>
1984
- </div>
1985
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
1986
- data-palette-listing-id="540400627"
1987
- data-shop-id=""
1988
- data-listing-id="540400627"
1989
- >
1990
- <a
1991
- class="buyer-card card "
1992
- data-listing-id="540400627"
1993
- data-palette-listing-image
1994
- href="https://www.etsy.com/in-en/listing/540400627/monogram-pillow-sham-personalize-pillow?ref=landingpage_similar_listing_bot-2"
1995
-
1996
-
1997
-
1998
-
1999
- title="Monogram Pillow Sham, Personalize Pillow, Initial Pillow, Custom Pillow, Monogram Pillow Case, Letter Pillow"
2000
- >
2001
- <div class="card-body">
2002
- <div class="card-img-wrap">
2003
- <div class="placeholder placeholder-landscape">
2004
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #B2AEA6;">
2005
-
2006
- <noscript>
2007
- <img src="https://img0.etsystatic.com/213/0/10367822/il_340x270.1232036784_4obb.jpg"
2008
- class="placeholder placeholder-landscape width-full "
2009
- srcset="https://img0.etsystatic.com/213/0/10367822/il_340x270.1232036784_4obb.jpg 340w,https://img0.etsystatic.com/213/0/10367822/il_680x540.1232036784_4obb.jpg 680w"
2010
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2011
- alt="Monogram Pillow Sham, Personalize Pillow, Initial Pillow, Custom Pillow, Monogram Pillow Case, Letter Pillow"
2012
- />
2013
- </noscript>
2014
- </div>
2015
- </div>
2016
-
2017
- </div> <div class="card-meta m-xs-1">
2018
- <div class="card-meta-row ">
2019
- <div class="card-meta-row-item card-title selected-color" >
2020
- Monogram Pillow Sham, Personalize Pillow, Initial Pillow, Custom Pillow, Monogram Pillow Case, Letter Pillow
2021
- </div>
2022
- </div>
2023
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2024
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2025
- ErikaLesavageDecor
2026
- </div>
2027
- <div class="strong text-gray flex-xs-1
2028
- text-right
2029
- "
2030
-
2031
- >
2032
-
2033
-
2034
-
2035
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>14.95</span>
2036
-
2037
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
2038
-
2039
- </div>
2040
-
2041
- </div>
2042
-
2043
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
2044
- </div>
2045
-
2046
- </div>
2047
- </a>
2048
-
2049
- <div class="collections-ui mr-xs-1 mt-xs-1">
2050
- <div class="favorite-container" data-listing-id="540400627">
2051
- <button type="button" class="btn-fave
2052
- inline-overlay-trigger
2053
- favorite-item-action
2054
- "
2055
- data-source="casanova"
2056
-
2057
-
2058
-
2059
- >
2060
- <!--icon font and display:none; elements -->
2061
- <span aria-hidden="true" class="icon"></span>
2062
- <span class="screen-reader-only default">
2063
- Favourite
2064
- </span>
2065
- <span class="screen-reader-only done remove">
2066
- Favourited
2067
- </span>
2068
- <span class="ie-fix">&nbsp;</span>
2069
- </button>
2070
- </div>
2071
-
2072
- <div class="collect-container" data-listing-id="540400627">
2073
-
2074
- <button type="button" class="btn-collect btn-dropdown
2075
- inline-overlay-trigger
2076
- collection-add-action
2077
- "
2078
- data-source="casanova"
2079
- >
2080
- <span aria-hidden="true" class="icon"></span>
2081
- <span class="screen-reader-only default">
2082
- Add to
2083
- </span>
2084
- <span class="screen-reader-only done remove">
2085
- Added
2086
- </span>
2087
- <span class="icon-dropdown"></span>
2088
- <span class="ie-fix">&nbsp;</span>
2089
- </button>
2090
- </div>
2091
- </div>
2092
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
2093
- data-palette-listing-id="246849781"
2094
- data-shop-id=""
2095
- data-listing-id="246849781"
2096
- >
2097
- <a
2098
- class="buyer-card card "
2099
- data-listing-id="246849781"
2100
- data-palette-listing-image
2101
- href="https://www.etsy.com/in-en/listing/246849781/dkei-established-pillow?ref=landingpage_similar_listing_bot-3"
2102
-
2103
-
2104
-
2105
-
2106
- title="D&#39;Kei Established Pillow"
2107
- >
2108
- <div class="card-body">
2109
- <div class="card-img-wrap">
2110
- <div class="placeholder placeholder-landscape">
2111
- <div class="placeholder-content placeholder-lazy-wrap" >
2112
-
2113
- <noscript>
2114
- <img src="https://img1.etsystatic.com/100/0/11429656/il_340x270.828850299_dvkn.jpg"
2115
- class="placeholder placeholder-landscape width-full "
2116
- srcset="https://img1.etsystatic.com/100/0/11429656/il_340x270.828850299_dvkn.jpg 340w,https://img1.etsystatic.com/100/0/11429656/il_680x540.828850299_dvkn.jpg 680w"
2117
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2118
- alt="D&#39;Kei Established Pillow"
2119
- />
2120
- </noscript>
2121
- </div>
2122
- </div>
2123
-
2124
- </div> <div class="card-meta m-xs-1">
2125
- <div class="card-meta-row ">
2126
- <div class="card-meta-row-item card-title selected-color" >
2127
- D&#39;Kei Established Pillow
2128
- </div>
2129
- </div>
2130
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2131
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2132
- DKeiLampsAndPillows
2133
- </div>
2134
- <div class="strong text-gray flex-xs-1
2135
- text-right
2136
- "
2137
-
2138
- >
2139
-
2140
-
2141
-
2142
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>49.00</span>
2143
-
2144
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
2145
-
2146
- </div>
2147
-
2148
- </div>
2149
-
2150
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
2151
- </div>
2152
-
2153
- </div>
2154
- </a>
2155
-
2156
- <div class="collections-ui mr-xs-1 mt-xs-1">
2157
- <div class="favorite-container" data-listing-id="246849781">
2158
- <button type="button" class="btn-fave
2159
- inline-overlay-trigger
2160
- favorite-item-action
2161
- "
2162
- data-source="casanova"
2163
-
2164
-
2165
-
2166
- >
2167
- <!--icon font and display:none; elements -->
2168
- <span aria-hidden="true" class="icon"></span>
2169
- <span class="screen-reader-only default">
2170
- Favourite
2171
- </span>
2172
- <span class="screen-reader-only done remove">
2173
- Favourited
2174
- </span>
2175
- <span class="ie-fix">&nbsp;</span>
2176
- </button>
2177
- </div>
2178
-
2179
- <div class="collect-container" data-listing-id="246849781">
2180
-
2181
- <button type="button" class="btn-collect btn-dropdown
2182
- inline-overlay-trigger
2183
- collection-add-action
2184
- "
2185
- data-source="casanova"
2186
- >
2187
- <span aria-hidden="true" class="icon"></span>
2188
- <span class="screen-reader-only default">
2189
- Add to
2190
- </span>
2191
- <span class="screen-reader-only done remove">
2192
- Added
2193
- </span>
2194
- <span class="icon-dropdown"></span>
2195
- <span class="ie-fix">&nbsp;</span>
2196
- </button>
2197
- </div>
2198
- </div>
2199
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
2200
- data-palette-listing-id="266463824"
2201
- data-shop-id=""
2202
- data-listing-id="266463824"
2203
- >
2204
- <a
2205
- class="buyer-card card "
2206
- data-listing-id="266463824"
2207
- data-palette-listing-image
2208
- href="https://www.etsy.com/in-en/listing/266463824/good-vibes-throw-pillow-cover?ref=landingpage_similar_listing_bot-4"
2209
-
2210
-
2211
-
2212
-
2213
- title="Good Vibes Throw Pillow Cover"
2214
- >
2215
- <div class="card-body">
2216
- <div class="card-img-wrap">
2217
- <div class="placeholder placeholder-landscape">
2218
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #D64885;">
2219
-
2220
- <noscript>
2221
- <img src="https://img0.etsystatic.com/129/2/10158013/il_340x270.914424136_qk7n.jpg"
2222
- class="placeholder placeholder-landscape width-full "
2223
- srcset="https://img0.etsystatic.com/129/2/10158013/il_340x270.914424136_qk7n.jpg 340w,https://img0.etsystatic.com/129/2/10158013/il_680x540.914424136_qk7n.jpg 680w"
2224
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2225
- alt="Good Vibes Throw Pillow Cover"
2226
- />
2227
- </noscript>
2228
- </div>
2229
- </div>
2230
-
2231
- </div> <div class="card-meta m-xs-1">
2232
- <div class="card-meta-row ">
2233
- <div class="card-meta-row-item card-title selected-color" >
2234
- Good Vibes Throw Pillow Cover
2235
- </div>
2236
- </div>
2237
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2238
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2239
- Choobilee
2240
- </div>
2241
- <div class="strong text-gray flex-xs-1
2242
- text-right
2243
- "
2244
-
2245
- >
2246
-
2247
-
2248
-
2249
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>15.99</span>
2250
-
2251
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
2252
-
2253
- </div>
2254
-
2255
- </div>
2256
-
2257
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
2258
- </div>
2259
-
2260
- </div>
2261
- </a>
2262
-
2263
- <div class="collections-ui mr-xs-1 mt-xs-1">
2264
- <div class="favorite-container" data-listing-id="266463824">
2265
- <button type="button" class="btn-fave
2266
- inline-overlay-trigger
2267
- favorite-item-action
2268
- "
2269
- data-source="casanova"
2270
-
2271
-
2272
-
2273
- >
2274
- <!--icon font and display:none; elements -->
2275
- <span aria-hidden="true" class="icon"></span>
2276
- <span class="screen-reader-only default">
2277
- Favourite
2278
- </span>
2279
- <span class="screen-reader-only done remove">
2280
- Favourited
2281
- </span>
2282
- <span class="ie-fix">&nbsp;</span>
2283
- </button>
2284
- </div>
2285
-
2286
- <div class="collect-container" data-listing-id="266463824">
2287
-
2288
- <button type="button" class="btn-collect btn-dropdown
2289
- inline-overlay-trigger
2290
- collection-add-action
2291
- "
2292
- data-source="casanova"
2293
- >
2294
- <span aria-hidden="true" class="icon"></span>
2295
- <span class="screen-reader-only default">
2296
- Add to
2297
- </span>
2298
- <span class="screen-reader-only done remove">
2299
- Added
2300
- </span>
2301
- <span class="icon-dropdown"></span>
2302
- <span class="ie-fix">&nbsp;</span>
2303
- </button>
2304
- </div>
2305
- </div>
2306
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
2307
- data-palette-listing-id="267171872"
2308
- data-shop-id=""
2309
- data-listing-id="267171872"
2310
- >
2311
- <a
2312
- class="buyer-card card "
2313
- data-listing-id="267171872"
2314
- data-palette-listing-image
2315
- href="https://www.etsy.com/in-en/listing/267171872/text-words-cushion-cover-throw-pillow?ref=landingpage_similar_listing_bot-5"
2316
-
2317
-
2318
-
2319
-
2320
- title="Text Words Cushion Cover, Throw Pillow Cover, Throw Cushion Cover, Decorative Cushion Cover, Decorative Pillow Cover - Mustard Yellow"
2321
- >
2322
- <div class="card-body">
2323
- <div class="card-img-wrap">
2324
- <div class="placeholder placeholder-landscape">
2325
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #666F68;">
2326
-
2327
- <noscript>
2328
- <img src="https://img0.etsystatic.com/119/3/9743685/il_340x270.1005909156_29rz.jpg"
2329
- class="placeholder placeholder-landscape width-full "
2330
- srcset="https://img0.etsystatic.com/119/3/9743685/il_340x270.1005909156_29rz.jpg 340w,https://img0.etsystatic.com/119/3/9743685/il_680x540.1005909156_29rz.jpg 680w"
2331
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2332
- alt="Text Words Cushion Cover, Throw Pillow Cover, Throw Cushion Cover, Decorative Cushion Cover, Decorative Pillow Cover - Mustard Yellow"
2333
- />
2334
- </noscript>
2335
- </div>
2336
- </div>
2337
-
2338
- </div> <div class="card-meta m-xs-1">
2339
- <div class="card-meta-row ">
2340
- <div class="card-meta-row-item card-title selected-color" >
2341
- Text Words Cushion Cover, Throw Pillow Cover, Throw Cushion Cover, Decorative Cushion Cover, Decorative Pillow Cover - Mustard Yellow
2342
- </div>
2343
- </div>
2344
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2345
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2346
- trimandthread
2347
- </div>
2348
- <div class="strong text-gray flex-xs-1
2349
- text-right
2350
- "
2351
-
2352
- >
2353
-
2354
-
2355
-
2356
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>7.94</span>
2357
-
2358
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
2359
-
2360
- </div>
2361
-
2362
- </div>
2363
-
2364
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
2365
- </div>
2366
-
2367
- </div>
2368
- </a>
2369
-
2370
- <div class="collections-ui mr-xs-1 mt-xs-1">
2371
- <div class="favorite-container" data-listing-id="267171872">
2372
- <button type="button" class="btn-fave
2373
- inline-overlay-trigger
2374
- favorite-item-action
2375
- "
2376
- data-source="casanova"
2377
-
2378
-
2379
-
2380
- >
2381
- <!--icon font and display:none; elements -->
2382
- <span aria-hidden="true" class="icon"></span>
2383
- <span class="screen-reader-only default">
2384
- Favourite
2385
- </span>
2386
- <span class="screen-reader-only done remove">
2387
- Favourited
2388
- </span>
2389
- <span class="ie-fix">&nbsp;</span>
2390
- </button>
2391
- </div>
2392
-
2393
- <div class="collect-container" data-listing-id="267171872">
2394
-
2395
- <button type="button" class="btn-collect btn-dropdown
2396
- inline-overlay-trigger
2397
- collection-add-action
2398
- "
2399
- data-source="casanova"
2400
- >
2401
- <span aria-hidden="true" class="icon"></span>
2402
- <span class="screen-reader-only default">
2403
- Add to
2404
- </span>
2405
- <span class="screen-reader-only done remove">
2406
- Added
2407
- </span>
2408
- <span class="icon-dropdown"></span>
2409
- <span class="ie-fix">&nbsp;</span>
2410
- </button>
2411
- </div>
2412
- </div>
2413
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
2414
- data-palette-listing-id="233220754"
2415
- data-shop-id=""
2416
- data-listing-id="233220754"
2417
- >
2418
- <a
2419
- class="buyer-card card "
2420
- data-listing-id="233220754"
2421
- data-palette-listing-image
2422
- href="https://www.etsy.com/in-en/listing/233220754/alphabet-pillow-a-z-letters-pillow?ref=landingpage_similar_listing_bot-6"
2423
-
2424
-
2425
-
2426
-
2427
- title="Alphabet pillow, a-z letters pillow, modern home decor, ABC accent cushion, Decorative throw pillow"
2428
- >
2429
- <div class="card-body">
2430
- <div class="card-img-wrap">
2431
- <div class="placeholder placeholder-landscape">
2432
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #D3D3D3;">
2433
-
2434
- <noscript>
2435
- <img src="https://img0.etsystatic.com/055/0/10148612/il_340x270.771193156_26oc.jpg"
2436
- class="placeholder placeholder-landscape width-full "
2437
- srcset="https://img0.etsystatic.com/055/0/10148612/il_340x270.771193156_26oc.jpg 340w,https://img0.etsystatic.com/055/0/10148612/il_680x540.771193156_26oc.jpg 680w"
2438
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2439
- alt="Alphabet pillow, a-z letters pillow, modern home decor, ABC accent cushion, Decorative throw pillow"
2440
- />
2441
- </noscript>
2442
- </div>
2443
- </div>
2444
-
2445
- </div> <div class="card-meta m-xs-1">
2446
- <div class="card-meta-row ">
2447
- <div class="card-meta-row-item card-title selected-color" >
2448
- Alphabet pillow, a-z letters pillow, modern home decor, ABC accent cushion, Decorative throw pillow
2449
- </div>
2450
- </div>
2451
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2452
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2453
- moddesign4u
2454
- </div>
2455
- <div class="strong text-gray flex-xs-1
2456
- text-right
2457
- "
2458
-
2459
- >
2460
-
2461
-
2462
-
2463
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>36.00</span>
2464
-
2465
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
2466
-
2467
- </div>
2468
-
2469
- </div>
2470
-
2471
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
2472
- </div>
2473
-
2474
- </div>
2475
- </a>
2476
-
2477
- <div class="collections-ui mr-xs-1 mt-xs-1">
2478
- <div class="favorite-container" data-listing-id="233220754">
2479
- <button type="button" class="btn-fave
2480
- inline-overlay-trigger
2481
- favorite-item-action
2482
- "
2483
- data-source="casanova"
2484
-
2485
-
2486
-
2487
- >
2488
- <!--icon font and display:none; elements -->
2489
- <span aria-hidden="true" class="icon"></span>
2490
- <span class="screen-reader-only default">
2491
- Favourite
2492
- </span>
2493
- <span class="screen-reader-only done remove">
2494
- Favourited
2495
- </span>
2496
- <span class="ie-fix">&nbsp;</span>
2497
- </button>
2498
- </div>
2499
-
2500
- <div class="collect-container" data-listing-id="233220754">
2501
-
2502
- <button type="button" class="btn-collect btn-dropdown
2503
- inline-overlay-trigger
2504
- collection-add-action
2505
- "
2506
- data-source="casanova"
2507
- >
2508
- <span aria-hidden="true" class="icon"></span>
2509
- <span class="screen-reader-only default">
2510
- Add to
2511
- </span>
2512
- <span class="screen-reader-only done remove">
2513
- Added
2514
- </span>
2515
- <span class="icon-dropdown"></span>
2516
- <span class="ie-fix">&nbsp;</span>
2517
- </button>
2518
- </div>
2519
- </div>
2520
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
2521
- data-palette-listing-id="245855722"
2522
- data-shop-id=""
2523
- data-listing-id="245855722"
2524
- >
2525
- <a
2526
- class="buyer-card card "
2527
- data-listing-id="245855722"
2528
- data-palette-listing-image
2529
- href="https://www.etsy.com/in-en/listing/245855722/inspirational-throw-pillow-dont-look?ref=landingpage_similar_listing_bot-7"
2530
-
2531
-
2532
-
2533
-
2534
- title="Inspirational Throw Pillow, don&#39;t look back, typography pillow, modern home decor, Decorative Quote Pillow"
2535
- >
2536
- <div class="card-body">
2537
- <div class="card-img-wrap">
2538
- <div class="placeholder placeholder-landscape">
2539
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #D1D1D1;">
2540
-
2541
- <noscript>
2542
- <img src="https://img1.etsystatic.com/138/0/10148612/il_340x270.922288315_idxi.jpg"
2543
- class="placeholder placeholder-landscape width-full "
2544
- srcset="https://img1.etsystatic.com/138/0/10148612/il_340x270.922288315_idxi.jpg 340w,https://img1.etsystatic.com/138/0/10148612/il_680x540.922288315_idxi.jpg 680w"
2545
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2546
- alt="Inspirational Throw Pillow, don&#39;t look back, typography pillow, modern home decor, Decorative Quote Pillow"
2547
- />
2548
- </noscript>
2549
- </div>
2550
- </div>
2551
-
2552
- </div> <div class="card-meta m-xs-1">
2553
- <div class="card-meta-row ">
2554
- <div class="card-meta-row-item card-title selected-color" >
2555
- Inspirational Throw Pillow, don&#39;t look back, typography pillow, modern home decor, Decorative Quote Pillow
2556
- </div>
2557
- </div>
2558
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2559
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2560
- moddesign4u
2561
- </div>
2562
- <div class="strong text-gray flex-xs-1
2563
- text-right
2564
- "
2565
-
2566
- >
2567
-
2568
-
2569
-
2570
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>36.00</span>
2571
-
2572
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
2573
-
2574
- </div>
2575
-
2576
- </div>
2577
-
2578
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
2579
- </div>
2580
-
2581
- </div>
2582
- </a>
2583
-
2584
- <div class="collections-ui mr-xs-1 mt-xs-1">
2585
- <div class="favorite-container" data-listing-id="245855722">
2586
- <button type="button" class="btn-fave
2587
- inline-overlay-trigger
2588
- favorite-item-action
2589
- "
2590
- data-source="casanova"
2591
-
2592
-
2593
-
2594
- >
2595
- <!--icon font and display:none; elements -->
2596
- <span aria-hidden="true" class="icon"></span>
2597
- <span class="screen-reader-only default">
2598
- Favourite
2599
- </span>
2600
- <span class="screen-reader-only done remove">
2601
- Favourited
2602
- </span>
2603
- <span class="ie-fix">&nbsp;</span>
2604
- </button>
2605
- </div>
2606
-
2607
- <div class="collect-container" data-listing-id="245855722">
2608
-
2609
- <button type="button" class="btn-collect btn-dropdown
2610
- inline-overlay-trigger
2611
- collection-add-action
2612
- "
2613
- data-source="casanova"
2614
- >
2615
- <span aria-hidden="true" class="icon"></span>
2616
- <span class="screen-reader-only default">
2617
- Add to
2618
- </span>
2619
- <span class="screen-reader-only done remove">
2620
- Added
2621
- </span>
2622
- <span class="icon-dropdown"></span>
2623
- <span class="ie-fix">&nbsp;</span>
2624
- </button>
2625
- </div>
2626
- </div>
2627
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
2628
- data-palette-listing-id="266496344"
2629
- data-shop-id=""
2630
- data-listing-id="266496344"
2631
- >
2632
- <a
2633
- class="buyer-card card "
2634
- data-listing-id="266496344"
2635
- data-palette-listing-image
2636
- href="https://www.etsy.com/in-en/listing/266496344/choose-happiness-throw-pillow-cover?ref=landingpage_similar_listing_bot-8"
2637
-
2638
-
2639
-
2640
-
2641
- title="Choose Happiness Throw Pillow Cover - Motivational & Inspirational"
2642
- >
2643
- <div class="card-body">
2644
- <div class="card-img-wrap">
2645
- <div class="placeholder placeholder-landscape">
2646
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #7A6590;">
2647
-
2648
- <noscript>
2649
- <img src="https://img0.etsystatic.com/104/0/10158013/il_340x270.914590006_qw6n.jpg"
2650
- class="placeholder placeholder-landscape width-full "
2651
- srcset="https://img0.etsystatic.com/104/0/10158013/il_340x270.914590006_qw6n.jpg 340w,https://img0.etsystatic.com/104/0/10158013/il_680x540.914590006_qw6n.jpg 680w"
2652
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2653
- alt="Choose Happiness Throw Pillow Cover - Motivational & Inspirational"
2654
- />
2655
- </noscript>
2656
- </div>
2657
- </div>
2658
-
2659
- </div> <div class="card-meta m-xs-1">
2660
- <div class="card-meta-row ">
2661
- <div class="card-meta-row-item card-title selected-color" >
2662
- Choose Happiness Throw Pillow Cover - Motivational & Inspirational
2663
- </div>
2664
- </div>
2665
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2666
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2667
- Choobilee
2668
- </div>
2669
- <div class="strong text-gray flex-xs-1
2670
- text-right
2671
- "
2672
-
2673
- >
2674
-
2675
-
2676
-
2677
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>15.99</span>
2678
-
2679
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
2680
-
2681
- </div>
2682
-
2683
- </div>
2684
-
2685
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
2686
- </div>
2687
-
2688
- </div>
2689
- </a>
2690
-
2691
- <div class="collections-ui mr-xs-1 mt-xs-1">
2692
- <div class="favorite-container" data-listing-id="266496344">
2693
- <button type="button" class="btn-fave
2694
- inline-overlay-trigger
2695
- favorite-item-action
2696
- "
2697
- data-source="casanova"
2698
-
2699
-
2700
-
2701
- >
2702
- <!--icon font and display:none; elements -->
2703
- <span aria-hidden="true" class="icon"></span>
2704
- <span class="screen-reader-only default">
2705
- Favourite
2706
- </span>
2707
- <span class="screen-reader-only done remove">
2708
- Favourited
2709
- </span>
2710
- <span class="ie-fix">&nbsp;</span>
2711
- </button>
2712
- </div>
2713
-
2714
- <div class="collect-container" data-listing-id="266496344">
2715
-
2716
- <button type="button" class="btn-collect btn-dropdown
2717
- inline-overlay-trigger
2718
- collection-add-action
2719
- "
2720
- data-source="casanova"
2721
- >
2722
- <span aria-hidden="true" class="icon"></span>
2723
- <span class="screen-reader-only default">
2724
- Add to
2725
- </span>
2726
- <span class="screen-reader-only done remove">
2727
- Added
2728
- </span>
2729
- <span class="icon-dropdown"></span>
2730
- <span class="ie-fix">&nbsp;</span>
2731
- </button>
2732
- </div>
2733
- </div>
2734
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
2735
- data-palette-listing-id="245263399"
2736
- data-shop-id=""
2737
- data-listing-id="245263399"
2738
- >
2739
- <a
2740
- class="buyer-card card "
2741
- data-listing-id="245263399"
2742
- data-palette-listing-image
2743
- href="https://www.etsy.com/in-en/listing/245263399/throw-pillow-cover-modern-home-decor?ref=landingpage_similar_listing_bot-9"
2744
-
2745
-
2746
-
2747
-
2748
- title="Throw Pillow Cover Modern Home Decor Teen Room Black White Gift Typography Pillow 18x18 Handwriting Typography Quirky Word Pillow Covers"
2749
- >
2750
- <div class="card-body">
2751
- <div class="card-img-wrap">
2752
- <div class="placeholder placeholder-landscape">
2753
- <div class="placeholder-content placeholder-lazy-wrap" >
2754
-
2755
- <noscript>
2756
- <img src="https://img0.etsystatic.com/074/0/11052932/il_340x270.823414874_qk6m.jpg"
2757
- class="placeholder placeholder-landscape width-full "
2758
- srcset="https://img0.etsystatic.com/074/0/11052932/il_340x270.823414874_qk6m.jpg 340w,https://img0.etsystatic.com/074/0/11052932/il_680x540.823414874_qk6m.jpg 680w"
2759
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2760
- alt="Throw Pillow Cover Modern Home Decor Teen Room Black White Gift Typography Pillow 18x18 Handwriting Typography Quirky Word Pillow Covers"
2761
- />
2762
- </noscript>
2763
- </div>
2764
- </div>
2765
-
2766
- </div> <div class="card-meta m-xs-1">
2767
- <div class="card-meta-row ">
2768
- <div class="card-meta-row-item card-title selected-color" >
2769
- Throw Pillow Cover Modern Home Decor Teen Room Black White Gift Typography Pillow 18x18 Handwriting Typography Quirky Word Pillow Covers
2770
- </div>
2771
- </div>
2772
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2773
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2774
- WhitePrintDesign
2775
- </div>
2776
- <div class="strong text-gray flex-xs-1
2777
- text-right
2778
- "
2779
-
2780
- >
2781
-
2782
-
2783
-
2784
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>39.00</span>
2785
-
2786
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
2787
-
2788
- </div>
2789
-
2790
- </div>
2791
-
2792
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
2793
- </div>
2794
-
2795
- </div>
2796
- </a>
2797
-
2798
- <div class="collections-ui mr-xs-1 mt-xs-1">
2799
- <div class="favorite-container" data-listing-id="245263399">
2800
- <button type="button" class="btn-fave
2801
- inline-overlay-trigger
2802
- favorite-item-action
2803
- "
2804
- data-source="casanova"
2805
-
2806
-
2807
-
2808
- >
2809
- <!--icon font and display:none; elements -->
2810
- <span aria-hidden="true" class="icon"></span>
2811
- <span class="screen-reader-only default">
2812
- Favourite
2813
- </span>
2814
- <span class="screen-reader-only done remove">
2815
- Favourited
2816
- </span>
2817
- <span class="ie-fix">&nbsp;</span>
2818
- </button>
2819
- </div>
2820
-
2821
- <div class="collect-container" data-listing-id="245263399">
2822
-
2823
- <button type="button" class="btn-collect btn-dropdown
2824
- inline-overlay-trigger
2825
- collection-add-action
2826
- "
2827
- data-source="casanova"
2828
- >
2829
- <span aria-hidden="true" class="icon"></span>
2830
- <span class="screen-reader-only default">
2831
- Add to
2832
- </span>
2833
- <span class="screen-reader-only done remove">
2834
- Added
2835
- </span>
2836
- <span class="icon-dropdown"></span>
2837
- <span class="ie-fix">&nbsp;</span>
2838
- </button>
2839
- </div>
2840
- </div>
2841
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
2842
- data-palette-listing-id="534518926"
2843
- data-shop-id=""
2844
- data-listing-id="534518926"
2845
- >
2846
- <a
2847
- class="buyer-card card "
2848
- data-listing-id="534518926"
2849
- data-palette-listing-image
2850
- href="https://www.etsy.com/in-en/listing/534518926/letter-symbol-wooden-peacock-blue?ref=landingpage_similar_listing_bot-10"
2851
-
2852
-
2853
-
2854
-
2855
- title="Letter symbol @ wooden, peacock blue. &quot;industrial&quot; atmosphere"
2856
- >
2857
- <div class="card-body">
2858
- <div class="card-img-wrap">
2859
- <div class="placeholder placeholder-landscape">
2860
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #99998E;">
2861
-
2862
- <noscript>
2863
- <img src="https://img1.etsystatic.com/196/0/15712795/il_340x270.1307032511_lsxh.jpg"
2864
- class="placeholder placeholder-landscape width-full "
2865
- srcset="https://img1.etsystatic.com/196/0/15712795/il_340x270.1307032511_lsxh.jpg 340w,https://img1.etsystatic.com/196/0/15712795/il_680x540.1307032511_lsxh.jpg 680w"
2866
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2867
- alt="Letter symbol @ wooden, peacock blue. &quot;industrial&quot; atmosphere"
2868
- />
2869
- </noscript>
2870
- </div>
2871
- </div>
2872
-
2873
- </div> <div class="card-meta m-xs-1">
2874
- <div class="card-meta-row ">
2875
- <div class="card-meta-row-item card-title selected-color" >
2876
- Letter symbol @ wooden, peacock blue. &quot;industrial&quot; atmosphere
2877
- </div>
2878
- </div>
2879
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2880
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2881
- 3petitssacs
2882
- </div>
2883
- <div class="strong text-gray flex-xs-1
2884
- text-right
2885
- "
2886
-
2887
- >
2888
-
2889
-
2890
-
2891
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>13.23</span>
2892
-
2893
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
2894
-
2895
- </div>
2896
-
2897
- </div>
2898
-
2899
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
2900
- </div>
2901
-
2902
- </div>
2903
- </a>
2904
-
2905
- <div class="collections-ui mr-xs-1 mt-xs-1">
2906
- <div class="favorite-container" data-listing-id="534518926">
2907
- <button type="button" class="btn-fave
2908
- inline-overlay-trigger
2909
- favorite-item-action
2910
- "
2911
- data-source="casanova"
2912
-
2913
-
2914
-
2915
- >
2916
- <!--icon font and display:none; elements -->
2917
- <span aria-hidden="true" class="icon"></span>
2918
- <span class="screen-reader-only default">
2919
- Favourite
2920
- </span>
2921
- <span class="screen-reader-only done remove">
2922
- Favourited
2923
- </span>
2924
- <span class="ie-fix">&nbsp;</span>
2925
- </button>
2926
- </div>
2927
-
2928
- <div class="collect-container" data-listing-id="534518926">
2929
-
2930
- <button type="button" class="btn-collect btn-dropdown
2931
- inline-overlay-trigger
2932
- collection-add-action
2933
- "
2934
- data-source="casanova"
2935
- >
2936
- <span aria-hidden="true" class="icon"></span>
2937
- <span class="screen-reader-only default">
2938
- Add to
2939
- </span>
2940
- <span class="screen-reader-only done remove">
2941
- Added
2942
- </span>
2943
- <span class="icon-dropdown"></span>
2944
- <span class="ie-fix">&nbsp;</span>
2945
- </button>
2946
- </div>
2947
- </div>
2948
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
2949
- data-palette-listing-id="242416355"
2950
- data-shop-id=""
2951
- data-listing-id="242416355"
2952
- >
2953
- <a
2954
- class="buyer-card card "
2955
- data-listing-id="242416355"
2956
- data-palette-listing-image
2957
- href="https://www.etsy.com/in-en/listing/242416355/alphabet-pillow-h?ref=landingpage_similar_listing_bot-11"
2958
-
2959
-
2960
-
2961
-
2962
- title="Alphabet Pillow H"
2963
- >
2964
- <div class="card-body">
2965
- <div class="card-img-wrap">
2966
- <div class="placeholder placeholder-landscape">
2967
- <div class="placeholder-content placeholder-lazy-wrap" >
2968
-
2969
- <noscript>
2970
- <img src="https://img0.etsystatic.com/076/0/11429656/il_340x270.810387150_nxf9.jpg"
2971
- class="placeholder placeholder-landscape width-full "
2972
- srcset="https://img0.etsystatic.com/076/0/11429656/il_340x270.810387150_nxf9.jpg 340w,https://img0.etsystatic.com/076/0/11429656/il_680x540.810387150_nxf9.jpg 680w"
2973
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
2974
- alt="Alphabet Pillow H"
2975
- />
2976
- </noscript>
2977
- </div>
2978
- </div>
2979
-
2980
- </div> <div class="card-meta m-xs-1">
2981
- <div class="card-meta-row ">
2982
- <div class="card-meta-row-item card-title selected-color" >
2983
- Alphabet Pillow H
2984
- </div>
2985
- </div>
2986
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
2987
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
2988
- DKeiLampsAndPillows
2989
- </div>
2990
- <div class="strong text-gray flex-xs-1
2991
- text-right
2992
- "
2993
-
2994
- >
2995
-
2996
-
2997
-
2998
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>49.00</span>
2999
-
3000
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
3001
-
3002
- </div>
3003
-
3004
- </div>
3005
-
3006
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
3007
- </div>
3008
-
3009
- </div>
3010
- </a>
3011
-
3012
- <div class="collections-ui mr-xs-1 mt-xs-1">
3013
- <div class="favorite-container" data-listing-id="242416355">
3014
- <button type="button" class="btn-fave
3015
- inline-overlay-trigger
3016
- favorite-item-action
3017
- "
3018
- data-source="casanova"
3019
-
3020
-
3021
-
3022
- >
3023
- <!--icon font and display:none; elements -->
3024
- <span aria-hidden="true" class="icon"></span>
3025
- <span class="screen-reader-only default">
3026
- Favourite
3027
- </span>
3028
- <span class="screen-reader-only done remove">
3029
- Favourited
3030
- </span>
3031
- <span class="ie-fix">&nbsp;</span>
3032
- </button>
3033
- </div>
3034
-
3035
- <div class="collect-container" data-listing-id="242416355">
3036
-
3037
- <button type="button" class="btn-collect btn-dropdown
3038
- inline-overlay-trigger
3039
- collection-add-action
3040
- "
3041
- data-source="casanova"
3042
- >
3043
- <span aria-hidden="true" class="icon"></span>
3044
- <span class="screen-reader-only default">
3045
- Add to
3046
- </span>
3047
- <span class="screen-reader-only done remove">
3048
- Added
3049
- </span>
3050
- <span class="icon-dropdown"></span>
3051
- <span class="ie-fix">&nbsp;</span>
3052
- </button>
3053
- </div>
3054
- </div>
3055
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
3056
- data-palette-listing-id="194002513"
3057
- data-shop-id=""
3058
- data-listing-id="194002513"
3059
- >
3060
- <a
3061
- class="buyer-card card "
3062
- data-listing-id="194002513"
3063
- data-palette-listing-image
3064
- href="https://www.etsy.com/in-en/listing/194002513/burlap-typography-pillow-custom-lumbar?ref=landingpage_similar_listing_bot-12"
3065
-
3066
-
3067
-
3068
-
3069
- title="Burlap Typography Pillow -Custom Lumbar Monogram Pillow- Cursive Three Letters Monogram Pillows- Initial Cushion- Gift- Wedding Pillow-12x20"
3070
- >
3071
- <div class="card-body">
3072
- <div class="card-img-wrap">
3073
- <div class="placeholder placeholder-landscape">
3074
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #B47F8C;">
3075
-
3076
- <noscript>
3077
- <img src="https://img1.etsystatic.com/031/0/7191941/il_340x270.618425293_ltpr.jpg"
3078
- class="placeholder placeholder-landscape width-full "
3079
- srcset="https://img1.etsystatic.com/031/0/7191941/il_340x270.618425293_ltpr.jpg 340w,https://img1.etsystatic.com/031/0/7191941/il_680x540.618425293_ltpr.jpg 680w"
3080
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
3081
- alt="Burlap Typography Pillow -Custom Lumbar Monogram Pillow- Cursive Three Letters Monogram Pillows- Initial Cushion- Gift- Wedding Pillow-12x20"
3082
- />
3083
- </noscript>
3084
- </div>
3085
- </div>
3086
-
3087
- </div> <div class="card-meta m-xs-1">
3088
- <div class="card-meta-row ">
3089
- <div class="card-meta-row-item card-title selected-color" >
3090
- Burlap Typography Pillow -Custom Lumbar Monogram Pillow- Cursive Three Letters Monogram Pillows- Initial Cushion- Gift- Wedding Pillow-12x20
3091
- </div>
3092
- </div>
3093
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
3094
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
3095
- AmoreBeaute
3096
- </div>
3097
- <div class="strong text-gray flex-xs-1
3098
- text-right
3099
- "
3100
-
3101
- >
3102
-
3103
-
3104
-
3105
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>34.00</span>
3106
-
3107
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
3108
-
3109
-
3110
- </div>
3111
-
3112
- </div>
3113
-
3114
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
3115
- <!-- shop name is visible, always show free shipping on its own line -->
3116
- <div class="card-meta-row normal text-body-smaller">
3117
- <span class="text-gray-lighter text-truncate normal">
3118
- Free shipping
3119
- </span> </div>
3120
- </div>
3121
-
3122
- </div>
3123
- </a>
3124
-
3125
- <div class="collections-ui mr-xs-1 mt-xs-1">
3126
- <div class="favorite-container" data-listing-id="194002513">
3127
- <button type="button" class="btn-fave
3128
- inline-overlay-trigger
3129
- favorite-item-action
3130
- "
3131
- data-source="casanova"
3132
-
3133
-
3134
-
3135
- >
3136
- <!--icon font and display:none; elements -->
3137
- <span aria-hidden="true" class="icon"></span>
3138
- <span class="screen-reader-only default">
3139
- Favourite
3140
- </span>
3141
- <span class="screen-reader-only done remove">
3142
- Favourited
3143
- </span>
3144
- <span class="ie-fix">&nbsp;</span>
3145
- </button>
3146
- </div>
3147
-
3148
- <div class="collect-container" data-listing-id="194002513">
3149
-
3150
- <button type="button" class="btn-collect btn-dropdown
3151
- inline-overlay-trigger
3152
- collection-add-action
3153
- "
3154
- data-source="casanova"
3155
- >
3156
- <span aria-hidden="true" class="icon"></span>
3157
- <span class="screen-reader-only default">
3158
- Add to
3159
- </span>
3160
- <span class="screen-reader-only done remove">
3161
- Added
3162
- </span>
3163
- <span class="icon-dropdown"></span>
3164
- <span class="ie-fix">&nbsp;</span>
3165
- </button>
3166
- </div>
3167
- </div>
3168
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
3169
- data-palette-listing-id="181079564"
3170
- data-shop-id=""
3171
- data-listing-id="181079564"
3172
- >
3173
- <a
3174
- class="buyer-card card "
3175
- data-listing-id="181079564"
3176
- data-palette-listing-image
3177
- href="https://www.etsy.com/in-en/listing/181079564/personalized-monogram-pillow-cover-black?ref=landingpage_similar_listing_bot-13"
3178
-
3179
-
3180
-
3181
-
3182
- title="Personalized Monogram Pillow cover, black letter pillow, Alphabet throw pillow, Typography cushion, Black White Cotton pillow, 16x16, gifts"
3183
- >
3184
- <div class="card-body">
3185
- <div class="card-img-wrap">
3186
- <div class="placeholder placeholder-landscape">
3187
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #696969;">
3188
-
3189
- <noscript>
3190
- <img src="https://img0.etsystatic.com/042/0/7191941/il_340x270.570595082_rwvt.jpg"
3191
- class="placeholder placeholder-landscape width-full "
3192
- srcset="https://img0.etsystatic.com/042/0/7191941/il_340x270.570595082_rwvt.jpg 340w,https://img0.etsystatic.com/042/0/7191941/il_680x540.570595082_rwvt.jpg 680w"
3193
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
3194
- alt="Personalized Monogram Pillow cover, black letter pillow, Alphabet throw pillow, Typography cushion, Black White Cotton pillow, 16x16, gifts"
3195
- />
3196
- </noscript>
3197
- </div>
3198
- </div>
3199
-
3200
- </div> <div class="card-meta m-xs-1">
3201
- <div class="card-meta-row ">
3202
- <div class="card-meta-row-item card-title selected-color" >
3203
- Personalized Monogram Pillow cover, black letter pillow, Alphabet throw pillow, Typography cushion, Black White Cotton pillow, 16x16, gifts
3204
- </div>
3205
- </div>
3206
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
3207
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
3208
- AmoreBeaute
3209
- </div>
3210
- <div class="strong text-gray flex-xs-1
3211
- text-right
3212
- "
3213
-
3214
- >
3215
-
3216
-
3217
-
3218
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>37.90</span>
3219
-
3220
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
3221
-
3222
-
3223
- </div>
3224
-
3225
- </div>
3226
-
3227
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
3228
- <!-- shop name is visible, always show free shipping on its own line -->
3229
- <div class="card-meta-row normal text-body-smaller">
3230
- <span class="text-gray-lighter text-truncate normal">
3231
- Free shipping
3232
- </span> </div>
3233
- </div>
3234
-
3235
- </div>
3236
- </a>
3237
-
3238
- <div class="collections-ui mr-xs-1 mt-xs-1">
3239
- <div class="favorite-container" data-listing-id="181079564">
3240
- <button type="button" class="btn-fave
3241
- inline-overlay-trigger
3242
- favorite-item-action
3243
- "
3244
- data-source="casanova"
3245
-
3246
-
3247
-
3248
- >
3249
- <!--icon font and display:none; elements -->
3250
- <span aria-hidden="true" class="icon"></span>
3251
- <span class="screen-reader-only default">
3252
- Favourite
3253
- </span>
3254
- <span class="screen-reader-only done remove">
3255
- Favourited
3256
- </span>
3257
- <span class="ie-fix">&nbsp;</span>
3258
- </button>
3259
- </div>
3260
-
3261
- <div class="collect-container" data-listing-id="181079564">
3262
-
3263
- <button type="button" class="btn-collect btn-dropdown
3264
- inline-overlay-trigger
3265
- collection-add-action
3266
- "
3267
- data-source="casanova"
3268
- >
3269
- <span aria-hidden="true" class="icon"></span>
3270
- <span class="screen-reader-only default">
3271
- Add to
3272
- </span>
3273
- <span class="screen-reader-only done remove">
3274
- Added
3275
- </span>
3276
- <span class="icon-dropdown"></span>
3277
- <span class="ie-fix">&nbsp;</span>
3278
- </button>
3279
- </div>
3280
- </div>
3281
- </div><div class="js-merch-stash-check-listing block-grid-item listing-card position-relative parent-hover-show"
3282
- data-palette-listing-id="294351685"
3283
- data-shop-id=""
3284
- data-listing-id="294351685"
3285
- >
3286
- <a
3287
- class="buyer-card card "
3288
- data-listing-id="294351685"
3289
- data-palette-listing-image
3290
- href="https://www.etsy.com/in-en/listing/294351685/letter-pillow-monogram-pillow-cover-red?ref=landingpage_similar_listing_bot-14"
3291
-
3292
-
3293
-
3294
-
3295
- title="Letter Pillow - monogram pillow / Cover / Red Letter pillow / letter pillowcase / initial pillow case - letter cushions -monogram throw case"
3296
- >
3297
- <div class="card-body">
3298
- <div class="card-img-wrap">
3299
- <div class="placeholder placeholder-landscape">
3300
- <div class="placeholder-content placeholder-lazy-wrap" style="background-color: #C9A09E;">
3301
-
3302
- <noscript>
3303
- <img src="https://img1.etsystatic.com/043/0/8250174/il_340x270.594913477_t0ks.jpg"
3304
- class="placeholder placeholder-landscape width-full "
3305
- srcset="https://img1.etsystatic.com/043/0/8250174/il_340x270.594913477_t0ks.jpg 340w,https://img1.etsystatic.com/043/0/8250174/il_680x540.594913477_t0ks.jpg 680w"
3306
- sizes="(max-width: 479px) 50vw, (max-width: 639px) 33vw, 20vw"
3307
- alt="Letter Pillow - monogram pillow / Cover / Red Letter pillow / letter pillowcase / initial pillow case - letter cushions -monogram throw case"
3308
- />
3309
- </noscript>
3310
- </div>
3311
- </div>
3312
-
3313
- </div> <div class="card-meta m-xs-1">
3314
- <div class="card-meta-row ">
3315
- <div class="card-meta-row-item card-title selected-color" >
3316
- Letter Pillow - monogram pillow / Cover / Red Letter pillow / letter pillowcase / initial pillow case - letter cushions -monogram throw case
3317
- </div>
3318
- </div>
3319
- <div class="display-flex-xs justify-content-space-between text-body-smaller flex-wrap">
3320
- <div class="text-truncate text-gray-lighter flex-xs-1 pr-xs-1">
3321
- stickponystudio
3322
- </div>
3323
- <div class="strong text-gray flex-xs-1
3324
- text-right
3325
- "
3326
-
3327
- >
3328
-
3329
-
3330
-
3331
- <span class='currency-symbol'>US$</span> <span class='currency text-smaller'>24.50</span>
3332
-
3333
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_single_line.mustache -->
3334
-
3335
- </div>
3336
-
3337
- </div>
3338
-
3339
- <!-- counterpart to neu/common/partial/listing_card/free_shipping_near_price.mustache -->
3340
- </div>
3341
-
3342
- </div>
3343
- </a>
3344
-
3345
- <div class="collections-ui mr-xs-1 mt-xs-1">
3346
- <div class="favorite-container" data-listing-id="294351685">
3347
- <button type="button" class="btn-fave
3348
- inline-overlay-trigger
3349
- favorite-item-action
3350
- "
3351
- data-source="casanova"
3352
-
3353
-
3354
-
3355
- >
3356
- <!--icon font and display:none; elements -->
3357
- <span aria-hidden="true" class="icon"></span>
3358
- <span class="screen-reader-only default">
3359
- Favourite
3360
- </span>
3361
- <span class="screen-reader-only done remove">
3362
- Favourited
3363
- </span>
3364
- <span class="ie-fix">&nbsp;</span>
3365
- </button>
3366
- </div>
3367
-
3368
- <div class="collect-container" data-listing-id="294351685">
3369
-
3370
- <button type="button" class="btn-collect btn-dropdown
3371
- inline-overlay-trigger
3372
- collection-add-action
3373
- "
3374
- data-source="casanova"
3375
- >
3376
- <span aria-hidden="true" class="icon"></span>
3377
- <span class="screen-reader-only default">
3378
- Add to
3379
- </span>
3380
- <span class="screen-reader-only done remove">
3381
- Added
3382
- </span>
3383
- <span class="icon-dropdown"></span>
3384
- <span class="ie-fix">&nbsp;</span>
3385
- </button>
3386
- </div>
3387
- </div>
3388
- </div></div>
3389
- <div class="mb-xs-6 text-center">
3390
- <a href="/in-en/listing/87673424/similar?ref=listings_2" class="btn btn-primary">Shop more similar items</a>
3391
- </div>
3392
- </div>
3393
- </div>
3394
- </div>
3395
-
3396
- <div class="ui-toolkit"><div class="mt-xs-1"></div></div>
3397
-
3398
-
3399
- <div id="tags" class="accordian">
3400
- <div class="header">
3401
- <div class="ui-toolkit"><div class="text-center text-body-larger strong mt-xs-2 text-gray-darker">
3402
- Related to This Item
3403
- </div></div>
3404
-
3405
-
3406
- <span class="etsy-icon icon-larger etsy-icon-navigatedown"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,15.414L7.293,10.707A1,1,0,1,1,8.707,9.293L12,12.586l3.293-3.293a1,1,0,0,1,1.414,1.414Z"/></svg></span>
3407
- <span class="etsy-icon icon-larger etsy-icon-navigateup"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16,15a1,1,0,0,1-.707-0.293L12,11.414,8.707,14.707a1,1,0,0,1-1.414-1.414L12,8.586l4.707,4.707A1,1,0,0,1,16,15Z"/></svg></span>
3408
- </div>
3409
- <div class="accordian-content">
3410
- <ul id="listing-tag-list">
3411
- <li>
3412
- <a href="https://www.etsy.com/in-en/c/home-and-living?ref=l2">Home & Living</a>
3413
- </li>
3414
- <li>
3415
- <a href="https://www.etsy.com/in-en/c/home-and-living/home-decor?ref=l2">Home Décor</a>
3416
- </li>
3417
- <li>
3418
- <a href="https://www.etsy.com/in-en/c/home-and-living/home-decor/decorative-pillows?ref=l2">Decorative Pillows</a>
3419
- </li>
3420
- <li>
3421
- <a href="https://www.etsy.com/in-en/market/pillow_cover?ref=l2">pillow cover</a>
3422
- </li>
3423
- <li>
3424
- <a href="https://www.etsy.com/in-en/market/monogrammed_gift?ref=l2">monogrammed gift</a>
3425
- </li>
3426
- <li>
3427
- <a href="https://www.etsy.com/in-en/market/i_love_you_xoxo?ref=l2">I love you xoxo</a>
3428
- </li>
3429
- <li>
3430
- <a href="https://www.etsy.com/in-en/market/custom_word_pillow?ref=l2">Custom word pillow</a>
3431
- </li>
3432
- <li>
3433
- <a href="https://www.etsy.com/in-en/market/quote_phrase_word?ref=l2">quote phrase word</a>
3434
- </li>
3435
- <li>
3436
- <a href="https://www.etsy.com/in-en/market/monogram_pillow?ref=l2">monogram pillow</a>
3437
- </li>
3438
- <li>
3439
- <a href="https://www.etsy.com/in-en/market/beige_sand_ecru?ref=l2">beige sand ecru</a>
3440
- </li>
3441
- <li>
3442
- <a href="https://www.etsy.com/in-en/market/decorative_pillow?ref=l2">decorative pillow</a>
3443
- </li>
3444
- <li>
3445
- <a href="https://www.etsy.com/in-en/market/typography_pillow?ref=l2">typography pillow</a>
3446
- </li>
3447
- <li>
3448
- <a href="https://www.etsy.com/in-en/market/yellow_red_orange?ref=l2">yellow red orange</a>
3449
- </li>
3450
- <li>
3451
- <a href="https://www.etsy.com/in-en/market/gold_golden_metallic?ref=l2">gold golden metallic</a>
3452
- </li>
3453
- <li>
3454
- <a href="https://www.etsy.com/in-en/market/pale_blue_mint_green?ref=l2">pale blue mint green</a>
3455
- </li>
3456
- <li>
3457
- <a href="https://www.etsy.com/in-en/market/alphabet_pillow?ref=l2">alphabet pillow</a>
3458
- </li>
3459
- </ul>
3460
-
3461
- </div>
3462
- </div>
3463
-
3464
-
3465
-
3466
- <div id="fineprint" class="clear inner">
3467
- <p>This item was listed on 09 Oct, 2017</p>
3468
- <ul class="clear">
3469
- <li>
3470
- 1525 favourites
3471
- </li>
3472
- </ul>
3473
- <p>
3474
- <a href="/in-en/signin?from_page=https%3A%2F%2Fwww.etsy.com%2Fin-en%2Flisting%2F87673424%2Fpersonalized-word-pillow-case-letter%2Freport">
3475
- Report this item to Etsy
3476
- </a>
3477
- </p>
3478
- </div>
3479
-
3480
-
3481
- <div id="back-to-top">
3482
- <a href="#frame" class="button secondary">Back to Top</a>
3483
- </div>
3484
- </div>
3485
-
3486
- <div id="locale_overlay_container" aria-hidden="true"></div>
3487
-
3488
-
3489
-
3490
- <div id="footer"
3491
- class="horizontal-center ui-toolkit responsive-nav-experiment ">
3492
- <footer class="footer-redesign pb-xs-4"
3493
- role="contentinfo"
3494
- aria-labelledby="footer-label">
3495
- <h2 class="screen-reader-only" id="footer-label">
3496
-
3497
- Footer
3498
-
3499
- </h2>
3500
-
3501
- <div class="body-max-width">
3502
- <div class="col-group mt-xs-3 mt-md-6 pt-xs-2 pb-lg-4 pt-md-6 text-smaller">
3503
- <div class="mb-xs-2 col-offset-sm-1 col-sm-4 col-lg-3">
3504
- <h3 class="h5 strong mb-xs-2 text-left">
3505
- Shop
3506
- </h3>
3507
- <ul class="list-unstyled text-left pl-xs-1 pl-sm-0">
3508
- <li>
3509
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3510
- pb-md-1 display-block width-full"
3511
- rel="nofollow"
3512
- href="https://www.etsy.com/in-en/giftcards?ref=ftr"
3513
- >
3514
-
3515
- <span>Gift cards</span>
3516
- </a>
3517
- </li>
3518
- <li>
3519
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3520
- pb-md-1 display-block width-full"
3521
- rel="nofollow"
3522
- href="/blog/en/?ref=ftr"
3523
- >
3524
-
3525
- <span>Etsy blog</span>
3526
- </a>
3527
- </li>
3528
- <li>
3529
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3530
- pb-md-1 display-block width-full"
3531
- rel="nofollow"
3532
- href="https://www.etsy.com/in-en/wholesale?ref=ftr"
3533
- >
3534
-
3535
- <span>Wholesale</span>
3536
- </a>
3537
- </li>
3538
- </ul>
3539
- </div>
3540
- <div class="mb-xs-2 col-sm-4 col-lg-3">
3541
- <h3 class="h5 strong mb-xs-2 text-left">
3542
- Sell
3543
- </h3>
3544
- <ul class="list-unstyled text-left pl-xs-1 pl-sm-0">
3545
- <li>
3546
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3547
- pb-md-1 display-block width-full"
3548
- rel="nofollow"
3549
- href="https://www.etsy.com/in-en/sell?ref=ftr"
3550
- >
3551
-
3552
- <span>Sell on Etsy</span>
3553
- </a>
3554
- </li>
3555
- <li>
3556
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3557
- pb-md-1 display-block width-full"
3558
- rel="nofollow"
3559
- href="https://www.etsy.com/in-en/teams?ref=ftr"
3560
- >
3561
-
3562
- <span>Teams</span>
3563
- </a>
3564
- </li>
3565
- <li>
3566
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3567
- pb-md-1 display-block width-full"
3568
- rel="nofollow"
3569
- href="https://www.etsy.com/in-en/forums?ref=ftr"
3570
- >
3571
-
3572
- <span>Forums</span>
3573
- </a>
3574
- </li>
3575
- </ul>
3576
- </div>
3577
- <div class="mb-xs-2 col-sm-3 col-lg-3">
3578
- <h3 class="h5 strong mb-xs-2 text-left">
3579
- About
3580
- </h3>
3581
- <ul class="list-unstyled text-left pl-xs-1 pl-sm-0">
3582
- <li>
3583
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3584
- pb-md-1 display-block width-full"
3585
- rel="nofollow"
3586
- href="https://www.etsy.com/in-en/about?ref=ftr"
3587
- >
3588
-
3589
- <span>Etsy, Inc.</span>
3590
- </a>
3591
- </li>
3592
- <li>
3593
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3594
- pb-md-1 display-block width-full"
3595
- rel="nofollow"
3596
- href="https://www.etsy.com/in-en/legal?ref=ftr"
3597
- >
3598
-
3599
- <span>Policies</span>
3600
- </a>
3601
- </li>
3602
- <li>
3603
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3604
- pb-md-1 display-block width-full"
3605
- rel="nofollow"
3606
- href="https://investors.etsy.com"
3607
- >
3608
-
3609
- <span>Investors</span>
3610
- </a>
3611
- </li>
3612
- <li>
3613
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3614
- pb-md-1 display-block width-full"
3615
- rel="nofollow"
3616
- href="https://www.etsy.com/in-en/careers?ref=ftr"
3617
- >
3618
-
3619
- <span>Careers</span>
3620
- </a>
3621
- </li>
3622
- <li>
3623
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3624
- pb-md-1 display-block width-full"
3625
- rel="nofollow"
3626
- href="https://www.etsy.com/in-en/press?ref=ftr"
3627
- >
3628
-
3629
- <span>Press</span>
3630
- </a>
3631
- </li>
3632
- <li>
3633
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3634
- pb-md-1 display-block width-full"
3635
- rel="nofollow"
3636
- href="https://www.etsy.com/in-en/help/article/25840304230?ref=ftr"
3637
- >
3638
-
3639
- <span>Legal imprint</span>
3640
- </a>
3641
- </li>
3642
- </ul>
3643
- </div>
3644
- <div class="mb-xs-2 hide-xs hide-sm hide-md col-lg-2">
3645
- <h3 class="h5 strong mb-xs-2 text-left">
3646
- Follow Etsy
3647
- </h3>
3648
- <ul class="list-unstyled text-left pl-xs-1 pl-sm-0">
3649
- <li>
3650
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3651
- pb-md-1 display-block width-full"
3652
- rel="nofollow"
3653
- href="https://www.facebook.com/Etsy"
3654
- >
3655
- <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M20,5V19a1.007,1.007,0,0,1-1,1H15V13.776h2l0.336-2.3H15V9.659a0.912,0.912,0,0,1,1-1.031h1.5V6.55a11.284,11.284,0,0,0-1.641-.109c-2.2,0-3.3,1.219-3.3,3.039v1.992h-2v2.3h2V20H5a1.007,1.007,0,0,1-1-1V5A1.007,1.007,0,0,1,5,4H19A1.007,1.007,0,0,1,20,5Z"/></svg></span>
3656
- <span>Facebook</span>
3657
- </a>
3658
- </li>
3659
- <li>
3660
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3661
- pb-md-1 display-block width-full"
3662
- rel="nofollow"
3663
- href="https://www.instagram.com/etsy"
3664
- >
3665
- <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,5.447c2.136,0,2.389,0.008,3.233,0.047c0.78,0.036,1.204,0.166,1.485,0.275c0.373,0.145,0.64,0.318,0.92,0.598 c0.28,0.28,0.453,0.546,0.598,0.92c0.11,0.282,0.24,0.706,0.275,1.485c0.038,0.844,0.047,1.097,0.047,3.233 s-0.008,2.389-0.047,3.233c-0.036,0.78-0.166,1.204-0.275,1.485c-0.145,0.373-0.318,0.64-0.598,0.92 c-0.28,0.28-0.546,0.453-0.92,0.598c-0.282,0.11-0.706,0.24-1.485,0.275c-0.843,0.038-1.096,0.047-3.233,0.047 s-2.389-0.008-3.233-0.047c-0.78-0.036-1.204-0.166-1.485-0.275c-0.373-0.145-0.64-0.318-0.92-0.598 c-0.28-0.28-0.453-0.546-0.598-0.92c-0.11-0.282-0.24-0.706-0.275-1.485c-0.038-0.844-0.047-1.097-0.047-3.233 S5.45,9.616,5.488,8.773c0.036-0.78,0.166-1.204,0.275-1.485c0.145-0.373,0.318-0.64,0.598-0.92c0.28-0.28,0.546-0.453,0.92-0.598 c0.282-0.11,0.706-0.24,1.485-0.275C9.611,5.455,9.864,5.447,12,5.447 M12,4.005c-2.173,0-2.445,0.009-3.298,0.048 C7.85,4.092,7.269,4.227,6.76,4.425C6.234,4.63,5.787,4.903,5.343,5.348C4.898,5.793,4.624,6.239,4.42,6.765 c-0.198,0.509-0.333,1.09-0.372,1.942C4.009,9.56,4,9.833,4,12.005c0,2.173,0.009,2.445,0.048,3.298 c0.039,0.852,0.174,1.433,0.372,1.942c0.204,0.526,0.478,0.972,0.923,1.417c0.445,0.445,0.891,0.718,1.417,0.923 c0.509,0.198,1.09,0.333,1.942,0.372c0.853,0.039,1.126,0.048,3.298,0.048s2.445-0.009,3.298-0.048 c0.852-0.039,1.433-0.174,1.942-0.372c0.526-0.204,0.972-0.478,1.417-0.923c0.445-0.445,0.718-0.891,0.923-1.417 c0.198-0.509,0.333-1.09,0.372-1.942C19.991,14.45,20,14.178,20,12.005s-0.009-2.445-0.048-3.298 c-0.039-0.852-0.174-1.433-0.372-1.942c-0.204-0.526-0.478-0.972-0.923-1.417c-0.445-0.445-0.891-0.718-1.417-0.923 c-0.509-0.198-1.09-0.333-1.942-0.372C14.445,4.014,14.173,4.005,12,4.005L12,4.005z"/><path d="M12,7.897c-2.269,0-4.108,1.839-4.108,4.108S9.731,16.113,12,16.113s4.108-1.839,4.108-4.108S14.269,7.897,12,7.897z M12,14.672c-1.473,0-2.667-1.194-2.667-2.667S10.527,9.339,12,9.339s2.667,1.194,2.667,2.667S13.473,14.672,12,14.672z"/><circle cx="16.27" cy="7.735" r="0.96"/></svg></span>
3666
- <span>Instagram</span>
3667
- </a>
3668
- </li>
3669
- <li>
3670
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3671
- pb-md-1 display-block width-full"
3672
- rel="nofollow"
3673
- href="https://www.pinterest.com/etsy"
3674
- >
3675
- <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12 3c-4.97 0-9 4.03-9 9 0 3.813 2.372 7.072 5.72 8.384-.08-.712-.15-1.807.03-2.585.164-.703 1.056-4.475 1.056-4.475s-.27-.54-.27-1.336c0-1.252.726-2.187 1.63-2.187.768 0 1.14.577 1.14 1.268 0 .773-.493 1.928-.746 2.998-.212.896.45 1.626 1.333 1.626 1.6 0 2.83-1.687 2.83-4.12 0-2.156-1.55-3.663-3.76-3.663-2.56 0-4.064 1.922-4.064 3.907 0 .773.297 1.603.67 2.054.073.09.083.168.06.26-.067.283-.22.895-.25 1.02-.038.165-.13.2-.3.12-1.124-.523-1.827-2.167-1.827-3.487 0-2.84 2.063-5.446 5.947-5.446 3.122 0 5.548 2.225 5.548 5.198 0 3.102-1.956 5.598-4.67 5.598-.912 0-1.77-.474-2.063-1.033l-.56 2.14c-.204.78-.753 1.76-1.12 2.358.842.26 1.737.402 2.665.402 4.97 0 9-4.03 9-9s-4.03-9-9-9"/></svg></span>
3676
- <span>Pinterest</span>
3677
- </a>
3678
- </li>
3679
- <li>
3680
- <a class="text-gray-darker pt-xs-1 pb-xs-2
3681
- pb-md-1 display-block width-full"
3682
- rel="nofollow"
3683
- href="https://www.twitter.com/etsy"
3684
- >
3685
- <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M18.3,8.559V9.007a9.666,9.666,0,0,1-9.729,9.737,9.614,9.614,0,0,1-5.256-1.394,5.367,5.367,0,0,0,.814.057,6.906,6.906,0,0,0,4.245-1.621,3.412,3.412,0,0,1-3.186-2.379,3.339,3.339,0,0,0,1.548-.058A3.419,3.419,0,0,1,3.988,9.993V9.952a3.427,3.427,0,0,0,1.548.424A3.407,3.407,0,0,1,4,7.54a3.261,3.261,0,0,1,.465-1.662A9.729,9.729,0,0,0,11.517,9.39a3.588,3.588,0,0,1-.073-0.79,3.408,3.408,0,0,1,3.414-3.414,3.542,3.542,0,0,1,2.518,1.075,6.837,6.837,0,0,0,2.159-.831,3.391,3.391,0,0,1-1.507,1.9A6.657,6.657,0,0,0,20,6.782,6.927,6.927,0,0,1,18.3,8.559Z"/></svg></span>
3686
- <span>Twitter</span>
3687
- </a>
3688
- </li>
3689
- </ul>
3690
- </div>
3691
- </div>
3692
- <div class="col-group pt-md-3 pt-lg-6 pb-xs-5 pb-md-4">
3693
- <div class="col-lg-5 col-xl-6 col-offset-lg-1 mb-xs-4
3694
- pt-lg-1 pl-lg-2
3695
-
3696
- text-center-sm-up text-left-lg-up"
3697
- >
3698
- <span class="etsy-icon ml-xs-1 mr-xs-1 icon-b-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,22A10,10,0,1,1,22,12,10.012,10.012,0,0,1,12,22ZM12,4a8,8,0,1,0,8,8A8.009,8.009,0,0,0,12,4Z"/><circle cx="12" cy="16.5" r="1.5"/><path d="M13,14H11a3.043,3.043,0,0,1,1.7-2.379C13.5,11.055,14,10.674,14,10a2,2,0,1,0-4,0H8a4,4,0,1,1,8,0,4,4,0,0,1-2.152,3.259A2.751,2.751,0,0,0,13,14Z"/></svg></span>
3699
- <span>Need help? Visit the <a href="https://www.etsy.com/in-en/help?ref=ftr" class="text-gray-darker text-link-underline strong">help center</a></span>
3700
- </div>
3701
- <div class="show-xs show-sm show-md mt-xs-2 mb-xs-7">
3702
- <ul class="list-unstyled text-center">
3703
- <li class="pl-xs-2 pr-xs-2 pl-sm-3 pr-sm-3 display-inline-block">
3704
- <a class="text-gray-darker display-inline-block" href="https://www.facebook.com/Etsy">
3705
- <span class="etsy-icon icon-larger"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M20,5V19a1.007,1.007,0,0,1-1,1H15V13.776h2l0.336-2.3H15V9.659a0.912,0.912,0,0,1,1-1.031h1.5V6.55a11.284,11.284,0,0,0-1.641-.109c-2.2,0-3.3,1.219-3.3,3.039v1.992h-2v2.3h2V20H5a1.007,1.007,0,0,1-1-1V5A1.007,1.007,0,0,1,5,4H19A1.007,1.007,0,0,1,20,5Z"/></svg></span>
3706
- </a>
3707
- </li>
3708
- <li class="pl-xs-2 pr-xs-2 pl-sm-3 pr-sm-3 display-inline-block">
3709
- <a class="text-gray-darker display-inline-block" href="https://www.instagram.com/etsy">
3710
- <span class="etsy-icon icon-larger"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,5.447c2.136,0,2.389,0.008,3.233,0.047c0.78,0.036,1.204,0.166,1.485,0.275c0.373,0.145,0.64,0.318,0.92,0.598 c0.28,0.28,0.453,0.546,0.598,0.92c0.11,0.282,0.24,0.706,0.275,1.485c0.038,0.844,0.047,1.097,0.047,3.233 s-0.008,2.389-0.047,3.233c-0.036,0.78-0.166,1.204-0.275,1.485c-0.145,0.373-0.318,0.64-0.598,0.92 c-0.28,0.28-0.546,0.453-0.92,0.598c-0.282,0.11-0.706,0.24-1.485,0.275c-0.843,0.038-1.096,0.047-3.233,0.047 s-2.389-0.008-3.233-0.047c-0.78-0.036-1.204-0.166-1.485-0.275c-0.373-0.145-0.64-0.318-0.92-0.598 c-0.28-0.28-0.453-0.546-0.598-0.92c-0.11-0.282-0.24-0.706-0.275-1.485c-0.038-0.844-0.047-1.097-0.047-3.233 S5.45,9.616,5.488,8.773c0.036-0.78,0.166-1.204,0.275-1.485c0.145-0.373,0.318-0.64,0.598-0.92c0.28-0.28,0.546-0.453,0.92-0.598 c0.282-0.11,0.706-0.24,1.485-0.275C9.611,5.455,9.864,5.447,12,5.447 M12,4.005c-2.173,0-2.445,0.009-3.298,0.048 C7.85,4.092,7.269,4.227,6.76,4.425C6.234,4.63,5.787,4.903,5.343,5.348C4.898,5.793,4.624,6.239,4.42,6.765 c-0.198,0.509-0.333,1.09-0.372,1.942C4.009,9.56,4,9.833,4,12.005c0,2.173,0.009,2.445,0.048,3.298 c0.039,0.852,0.174,1.433,0.372,1.942c0.204,0.526,0.478,0.972,0.923,1.417c0.445,0.445,0.891,0.718,1.417,0.923 c0.509,0.198,1.09,0.333,1.942,0.372c0.853,0.039,1.126,0.048,3.298,0.048s2.445-0.009,3.298-0.048 c0.852-0.039,1.433-0.174,1.942-0.372c0.526-0.204,0.972-0.478,1.417-0.923c0.445-0.445,0.718-0.891,0.923-1.417 c0.198-0.509,0.333-1.09,0.372-1.942C19.991,14.45,20,14.178,20,12.005s-0.009-2.445-0.048-3.298 c-0.039-0.852-0.174-1.433-0.372-1.942c-0.204-0.526-0.478-0.972-0.923-1.417c-0.445-0.445-0.891-0.718-1.417-0.923 c-0.509-0.198-1.09-0.333-1.942-0.372C14.445,4.014,14.173,4.005,12,4.005L12,4.005z"/><path d="M12,7.897c-2.269,0-4.108,1.839-4.108,4.108S9.731,16.113,12,16.113s4.108-1.839,4.108-4.108S14.269,7.897,12,7.897z M12,14.672c-1.473,0-2.667-1.194-2.667-2.667S10.527,9.339,12,9.339s2.667,1.194,2.667,2.667S13.473,14.672,12,14.672z"/><circle cx="16.27" cy="7.735" r="0.96"/></svg></span>
3711
- </a>
3712
- </li>
3713
- <li class="pl-xs-2 pr-xs-2 pl-sm-3 pr-sm-3 display-inline-block">
3714
- <a class="text-gray-darker display-inline-block" href="https://www.pinterest.com/etsy">
3715
- <span class="etsy-icon icon-larger"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12 3c-4.97 0-9 4.03-9 9 0 3.813 2.372 7.072 5.72 8.384-.08-.712-.15-1.807.03-2.585.164-.703 1.056-4.475 1.056-4.475s-.27-.54-.27-1.336c0-1.252.726-2.187 1.63-2.187.768 0 1.14.577 1.14 1.268 0 .773-.493 1.928-.746 2.998-.212.896.45 1.626 1.333 1.626 1.6 0 2.83-1.687 2.83-4.12 0-2.156-1.55-3.663-3.76-3.663-2.56 0-4.064 1.922-4.064 3.907 0 .773.297 1.603.67 2.054.073.09.083.168.06.26-.067.283-.22.895-.25 1.02-.038.165-.13.2-.3.12-1.124-.523-1.827-2.167-1.827-3.487 0-2.84 2.063-5.446 5.947-5.446 3.122 0 5.548 2.225 5.548 5.198 0 3.102-1.956 5.598-4.67 5.598-.912 0-1.77-.474-2.063-1.033l-.56 2.14c-.204.78-.753 1.76-1.12 2.358.842.26 1.737.402 2.665.402 4.97 0 9-4.03 9-9s-4.03-9-9-9"/></svg></span>
3716
- </a>
3717
- </li>
3718
- <li class="pl-xs-2 pr-xs-2 pl-sm-3 pr-sm-3 display-inline-block">
3719
- <a class="text-gray-darker display-inline-block" href="https://www.twitter.com/etsy">
3720
- <span class="etsy-icon icon-larger"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M18.3,8.559V9.007a9.666,9.666,0,0,1-9.729,9.737,9.614,9.614,0,0,1-5.256-1.394,5.367,5.367,0,0,0,.814.057,6.906,6.906,0,0,0,4.245-1.621,3.412,3.412,0,0,1-3.186-2.379,3.339,3.339,0,0,0,1.548-.058A3.419,3.419,0,0,1,3.988,9.993V9.952a3.427,3.427,0,0,0,1.548.424A3.407,3.407,0,0,1,4,7.54a3.261,3.261,0,0,1,.465-1.662A9.729,9.729,0,0,0,11.517,9.39a3.588,3.588,0,0,1-.073-0.79,3.408,3.408,0,0,1,3.414-3.414,3.542,3.542,0,0,1,2.518,1.075,6.837,6.837,0,0,0,2.159-.831,3.391,3.391,0,0,1-1.507,1.9A6.657,6.657,0,0,0,20,6.782,6.927,6.927,0,0,1,18.3,8.559Z"/></svg></span>
3721
- </a>
3722
- </li>
3723
- </ul>
3724
- </ul>
3725
- </div> <div class="text-center pr-lg-0
3726
- col-lg-5 col-xl-4 pr-lg-1
3727
-
3728
- text-right-lg-up
3729
- "
3730
- >
3731
- <span class="ui-toolkit unified-locale-settings">
3732
- <button class="footer-locale-settings-button
3733
- unstyled-button
3734
- rounded
3735
- p-xs-1
3736
- b-xs-1
3737
- display-table
3738
- text-center"
3739
- aria-label="Update your settings">
3740
- <span class="pl-xs-1 pr-xs-1 display-table-cell vertical-align-middle">
3741
- <span class="etsy-icon locale-icon-svg-default display-block text-gray-lighter"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12,2A10,10,0,1,0,22,12,10.012,10.012,0,0,0,12,2ZM9,18.883v0.528A7.938,7.938,0,0,1,4.06,11.06l3.385,3.385a2.967,2.967,0,0,0,1.649,4.4ZM17.5,15a2.509,2.509,0,0,0,.5-0.05V15a0.992,0.992,0,0,0,.927.985A8,8,0,0,1,12,20c-0.216,0-.427-0.016-0.639-0.032l1.254-2.5-0.015.006A2.968,2.968,0,0,0,13,16a2.988,2.988,0,0,0-5-2.221V11H9a1,1,0,0,0,1-1V9a1,1,0,0,0,1-1,1,1,0,0,0,0-2H6.726A7.9,7.9,0,0,1,14,4.263V6a1,1,0,0,0,2,0V5.082a8.047,8.047,0,0,1,2,1.649V7H17a1,1,0,0,0,0,2h2.411a7.941,7.941,0,0,1,.326,1H17a2.556,2.556,0,0,0-2,2.5A2.5,2.5,0,0,0,17.5,15Z"/></svg></span>
3742
- </span>
3743
- <span class="pl-xs-1 pr-xs-1 display-table-cell vertical-align-middle">
3744
- India
3745
- </span>
3746
- <span class="pl-xs-1 pr-xs-1 bl-xs-1 br-xs-1 display-table-cell vertical-align-middle">
3747
- English (UK)
3748
- </span>
3749
- <span class="pl-xs-1 pr-xs-1 display-table-cell vertical-align-middle">
3750
- $
3751
- (USD)
3752
- </span>
3753
- </button>
3754
- </span>
3755
- </div>
3756
- </div>
3757
-
3758
- <div class="col-group pl-xs-0 pr-xs-0">
3759
- <div class="col-lg-5 pt-xs-4 bt-xs-1 pl-lg-6 pb-xs-4 pb-lg-0">
3760
- <div class="display-table m-xs-auto m-lg-0">
3761
- <div class="display-table-cell vertical-align-middle">
3762
- <span class="etsy-icon footer-logo"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 24" aria-hidden="true" focusable="false"><path d="M6.547,3.125v6.008c0,0,2.117,0,3.25-0.086c0.891-0.156,1.055-0.242,1.219-1.133l0.328-1.305h0.969l-0.164,2.852 l0.086,2.922h-0.977l-0.242-1.141c-0.242-0.812-0.57-0.977-1.219-1.055c-0.812-0.086-3.25-0.086-3.25-0.086v5.039 c0,0.969,0.492,1.383,1.625,1.383h3.414c1.055,0,2.109-0.086,2.766-1.625l0.883-1.953h0.82c-0.086,0.406-0.492,3.984-0.57,4.789 c0,0-3.086-0.078-4.383-0.078H5.25l-3.492,0.078v-0.883l1.133-0.25c0.82-0.164,1.062-0.406,1.062-1.055 c0,0,0.086-2.195,0.086-5.852c0-3.648-0.086-5.844-0.086-5.844c0-0.727-0.242-0.891-1.062-1.055L1.758,2.555V1.664l3.414,0.07h6.5 c1.297,0,3.484-0.234,3.484-0.234s-0.078,1.375-0.164,4.625h-0.891l-0.328-1.141c-0.32-1.461-0.805-2.188-1.703-2.188H6.961 C6.547,2.797,6.547,2.875,6.547,3.125z M19.703,3.766h0.977V7.18l3.336-0.164l-0.164,1.547l-3.25-0.25v6.016 c0,1.703,0.57,2.359,1.547,2.359c0.883,0,1.539-0.492,1.781-0.898l0.484,0.57c-0.484,1.133-1.859,1.703-3.164,1.703 c-1.617,0-2.93-0.969-2.93-2.836V8.398h-1.938V7.586C18.008,7.422,19.219,6.445,19.703,3.766z M26.695,14.242l0.648,1.547 c0.242,0.648,0.812,1.305,2.109,1.305c1.383,0,1.953-0.734,1.953-1.625c0-2.766-5.445-1.953-5.445-5.688c0-2.109,1.703-3.094,3.898-3.094c0.977,0,2.438,0.164,3.172,0.492c-0.164,0.812-0.25,1.867-0.25,2.68l-0.805,0.078l-0.57-1.625 c-0.164-0.398-0.82-0.727-1.625-0.727c-0.977,0-1.953,0.406-1.953,1.461c0,2.516,5.609,1.953,5.609,5.688c0,2.117-1.867,3.25-4.148,3.25c-1.703,0-3.414-0.656-3.414-0.656c0.164-0.969,0.086-2.023,0-3.086H26.695z M33.031,22.039 c0.242-0.891,0.406-2.023,0.57-3.086l0.891-0.078l0.328,1.703c0.078,0.406,0.32,0.734,0.969,0.734c1.055,0,2.438-0.648,3.742-2.922 c-0.578-1.383-2.281-5.844-3.828-9.258c-0.406-0.898-0.484-0.977-1.047-1.141l-0.414-0.156v-0.82l2.445,0.086l3-0.164V7.75 l-0.734,0.164c-0.57,0.078-0.805,0.398-0.805,0.727c0,0.086,0,0.164,0.078,0.328c0.156,0.492,1.461,4.141,2.438,6.578c0.805-1.703,2.352-5.523,2.594-6.172c0.086-0.328,0.164-0.406,0.164-0.648c0-0.414-0.242-0.656-0.805-0.812L42.039,7.75V6.938 l2.281,0.078l2.109-0.078V7.75l-0.406,0.32c-0.812,0.328-0.898,0.406-1.219,1.062l-3.57,8.359 c-2.117,4.797-4.312,5.203-5.852,5.203C34.406,22.695,33.672,22.445,33.031,22.039z"/></svg></span>
3763
- </div>
3764
- <div class="pl-xs-2 display-table-cell vertical-align-middle text-smaller">
3765
- We make it easy to find your thing.
3766
- </div>
3767
- </div>
3768
- </div>
3769
- <div class="col-lg-7 bt-xs-1 pt-xs-5 text-right-lg-up
3770
-
3771
- mt-lg-0 text-center pr-lg-4"
3772
- >
3773
- <span class="text-smaller text-gray-lighter mr-sm-2">
3774
-
3775
- &copy; 2017 Etsy, Inc.
3776
-
3777
- </span>
3778
- <ul class="list-inline list-unstyled display-inline-block text-smaller ml-md-2">
3779
- <li class="list-inline-item mr-md-3">
3780
- <a href="/in-en/legal/?ref=ftr"
3781
- class="text-gray-darker">
3782
- Terms of Use
3783
- </a>
3784
- </li>
3785
- <li class="list-inline-item mr-md-3">
3786
- <a href="/in-en/legal/privacy/?ref=ftr"
3787
- class="text-gray-darker">
3788
- Privacy
3789
- </a>
3790
- </li>
3791
- <li class="list-inline-item">
3792
- <a href="/in-en/legal/policy/cookies-tracking-technologies/44797645975?ref=ftr"
3793
- class="text-gray-darker">
3794
- Interest-based ads
3795
- </a>
3796
- </li>
3797
- </ul>
3798
- </div>
3799
- </div>
3800
-
3801
-
3802
- <div class="col-group">
3803
- <div class="col-xs-12 text-center mt-xs-3 text-smaller">
3804
-
3805
- View:
3806
-
3807
-
3808
- Mobile
3809
-
3810
- /
3811
- <a href="/in-en/set_mobile_cookie.php?value=0&from_page=https%3A%2F%2Fwww.etsy.com%2Fin-en%2Flisting%2F87673424%2Fpersonalized-word-pillow-case-letter">
3812
-
3813
- Standard
3814
-
3815
- </a>
3816
- </div>
3817
- </div>
3818
- </div>
3819
- <div class="ui-toolkit">
3820
- <div data-toolkit-overlay data-overlay-transition="1" id="locale-picker-overlay" class="overlay-region display-none">
3821
- <div class="overlay-view overlay-small">
3822
- <div class="overlay-header">
3823
- <span class="overlay-title">Update your settings</span>
3824
- </div>
3825
- <form method="post" action="" onsubmit="return false">
3826
- <div class="overlay-body">
3827
- <input type="hidden" name="region_code" value=""/>
3828
-
3829
- <p class="mb-xs-3">
3830
- Set where you live, what language you speak and the currency you use. <a href="https://www.etsy.com/in-en/help/article/493" target="_blank">Learn more.</a>
3831
- </p>
3832
-
3833
- <div id="locale_picker_region_code" class="locale_picker_section pb-xs-3">
3834
- <label class="text-smaller strong mb-xs-1" for="edit-title">Region:</label>
3835
- <div class="select-wrap">
3836
- <label class="screen-reader-only">Region</label>
3837
- <select id="locale-overlay-select-region_code" name="region_code" class="select select-custom">
3838
- <option value="AU" >Australia</option>
3839
- <option value="CA" >Canada</option>
3840
- <option value="FR" >France</option>
3841
- <option value="DE" >Germany</option>
3842
- <option value="GR" >Greece</option>
3843
- <option value="IE" >Ireland</option>
3844
- <option value="IT" >Italy</option>
3845
- <option value="JP" >Japan</option>
3846
- <option value="NZ" >New Zealand</option>
3847
- <option value="PT" >Portugal</option>
3848
- <option value="RU" >Russia</option>
3849
- <option value="ES" >Spain</option>
3850
- <option value="NL" >The Netherlands</option>
3851
- <option value="GB" >United Kingdom</option>
3852
- <option value="US" >United States</option>
3853
- <optgroup label="&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;">
3854
- <option value="AF" >Afghanistan</option>
3855
- <option value="AL" >Albania</option>
3856
- <option value="DZ" >Algeria</option>
3857
- <option value="AS" >American Samoa</option>
3858
- <option value="AD" >Andorra</option>
3859
- <option value="AO" >Angola</option>
3860
- <option value="AI" >Anguilla</option>
3861
- <option value="AG" >Antigua and Barbuda</option>
3862
- <option value="AR" >Argentina</option>
3863
- <option value="AM" >Armenia</option>
3864
- <option value="AW" >Aruba</option>
3865
- <option value="AU" >Australia</option>
3866
- <option value="AT" >Austria</option>
3867
- <option value="AZ" >Azerbaijan</option>
3868
- <option value="BS" >Bahamas</option>
3869
- <option value="BH" >Bahrain</option>
3870
- <option value="BD" >Bangladesh</option>
3871
- <option value="BB" >Barbados</option>
3872
- <option value="BY" >Belarus</option>
3873
- <option value="BE" >Belgium</option>
3874
- <option value="BZ" >Belize</option>
3875
- <option value="BJ" >Benin</option>
3876
- <option value="BM" >Bermuda</option>
3877
- <option value="BT" >Bhutan</option>
3878
- <option value="BO" >Bolivia</option>
3879
- <option value="BA" >Bosnia and Herzegovina</option>
3880
- <option value="BW" >Botswana</option>
3881
- <option value="BV" >Bouvet Island</option>
3882
- <option value="BR" >Brazil</option>
3883
- <option value="IO" >British Indian Ocean Territory</option>
3884
- <option value="VG" >British Virgin Islands</option>
3885
- <option value="BN" >Brunei</option>
3886
- <option value="BG" >Bulgaria</option>
3887
- <option value="BF" >Burkina Faso</option>
3888
- <option value="BI" >Burundi</option>
3889
- <option value="KH" >Cambodia</option>
3890
- <option value="CM" >Cameroon</option>
3891
- <option value="CA" >Canada</option>
3892
- <option value="CV" >Cape Verde</option>
3893
- <option value="KY" >Cayman Islands</option>
3894
- <option value="CF" >Central African Republic</option>
3895
- <option value="TD" >Chad</option>
3896
- <option value="CL" >Chile</option>
3897
- <option value="CN" >China</option>
3898
- <option value="CX" >Christmas Island</option>
3899
- <option value="CC" >Cocos (Keeling) Islands</option>
3900
- <option value="CO" >Colombia</option>
3901
- <option value="KM" >Comoros</option>
3902
- <option value="CG" >Congo, Republic of</option>
3903
- <option value="CK" >Cook Islands</option>
3904
- <option value="CR" >Costa Rica</option>
3905
- <option value="HR" >Croatia</option>
3906
- <option value="CW" >Curaçao</option>
3907
- <option value="CY" >Cyprus</option>
3908
- <option value="CZ" >Czech Republic</option>
3909
- <option value="DK" >Denmark</option>
3910
- <option value="DJ" >Djibouti</option>
3911
- <option value="DM" >Dominica</option>
3912
- <option value="DO" >Dominican Republic</option>
3913
- <option value="EC" >Ecuador</option>
3914
- <option value="EG" >Egypt</option>
3915
- <option value="SV" >El Salvador</option>
3916
- <option value="GQ" >Equatorial Guinea</option>
3917
- <option value="ER" >Eritrea</option>
3918
- <option value="EE" >Estonia</option>
3919
- <option value="ET" >Ethiopia</option>
3920
- <option value="FK" >Falkland Islands (Malvinas)</option>
3921
- <option value="FO" >Faroe Islands</option>
3922
- <option value="FJ" >Fiji</option>
3923
- <option value="FI" >Finland</option>
3924
- <option value="FR" >France</option>
3925
- <option value="GF" >French Guiana</option>
3926
- <option value="PF" >French Polynesia</option>
3927
- <option value="TF" >French Southern Territories</option>
3928
- <option value="GA" >Gabon</option>
3929
- <option value="GM" >Gambia</option>
3930
- <option value="GE" >Georgia</option>
3931
- <option value="DE" >Germany</option>
3932
- <option value="GH" >Ghana</option>
3933
- <option value="GI" >Gibraltar</option>
3934
- <option value="GR" >Greece</option>
3935
- <option value="GL" >Greenland</option>
3936
- <option value="GD" >Grenada</option>
3937
- <option value="GP" >Guadeloupe</option>
3938
- <option value="GU" >Guam</option>
3939
- <option value="GT" >Guatemala</option>
3940
- <option value="GN" >Guinea</option>
3941
- <option value="GW" >Guinea-Bissau</option>
3942
- <option value="GY" >Guyana</option>
3943
- <option value="HT" >Haiti</option>
3944
- <option value="HM" >Heard Island and McDonald Islands</option>
3945
- <option value="VA" >Holy See (Vatican City State)</option>
3946
- <option value="HN" >Honduras</option>
3947
- <option value="HK" >Hong Kong</option>
3948
- <option value="HU" >Hungary</option>
3949
- <option value="IS" >Iceland</option>
3950
- <option value="IN" selected="selected">India</option>
3951
- <option value="ID" >Indonesia</option>
3952
- <option value="IQ" >Iraq</option>
3953
- <option value="IE" >Ireland</option>
3954
- <option value="IM" >Isle of Man</option>
3955
- <option value="IL" >Israel</option>
3956
- <option value="IT" >Italy</option>
3957
- <option value="IC" >Ivory Coast</option>
3958
- <option value="JM" >Jamaica</option>
3959
- <option value="JP" >Japan</option>
3960
- <option value="JO" >Jordan</option>
3961
- <option value="KZ" >Kazakhstan</option>
3962
- <option value="KE" >Kenya</option>
3963
- <option value="KI" >Kiribati</option>
3964
- <option value="KV" >Kosovo</option>
3965
- <option value="KW" >Kuwait</option>
3966
- <option value="KG" >Kyrgyzstan</option>
3967
- <option value="LA" >Laos</option>
3968
- <option value="LV" >Latvia</option>
3969
- <option value="LB" >Lebanon</option>
3970
- <option value="LS" >Lesotho</option>
3971
- <option value="LR" >Liberia</option>
3972
- <option value="LY" >Libya</option>
3973
- <option value="LI" >Liechtenstein</option>
3974
- <option value="LT" >Lithuania</option>
3975
- <option value="LU" >Luxembourg</option>
3976
- <option value="MO" >Macao</option>
3977
- <option value="MK" >Macedonia</option>
3978
- <option value="MG" >Madagascar</option>
3979
- <option value="MW" >Malawi</option>
3980
- <option value="MY" >Malaysia</option>
3981
- <option value="MV" >Maldives</option>
3982
- <option value="ML" >Mali</option>
3983
- <option value="MT" >Malta</option>
3984
- <option value="MH" >Marshall Islands</option>
3985
- <option value="MQ" >Martinique</option>
3986
- <option value="MR" >Mauritania</option>
3987
- <option value="MU" >Mauritius</option>
3988
- <option value="YT" >Mayotte</option>
3989
- <option value="MX" >Mexico</option>
3990
- <option value="FM" >Micronesia, Federated States of</option>
3991
- <option value="MD" >Moldova</option>
3992
- <option value="MC" >Monaco</option>
3993
- <option value="MN" >Mongolia</option>
3994
- <option value="ME" >Montenegro</option>
3995
- <option value="MS" >Montserrat</option>
3996
- <option value="MA" >Morocco</option>
3997
- <option value="MZ" >Mozambique</option>
3998
- <option value="MM" >Myanmar (Burma)</option>
3999
- <option value="NA" >Namibia</option>
4000
- <option value="NR" >Nauru</option>
4001
- <option value="NP" >Nepal</option>
4002
- <option value="AN" >Netherlands Antilles</option>
4003
- <option value="NC" >New Caledonia</option>
4004
- <option value="NZ" >New Zealand</option>
4005
- <option value="NI" >Nicaragua</option>
4006
- <option value="NE" >Niger</option>
4007
- <option value="NG" >Nigeria</option>
4008
- <option value="NU" >Niue</option>
4009
- <option value="NF" >Norfolk Island</option>
4010
- <option value="MP" >Northern Mariana Islands</option>
4011
- <option value="NO" >Norway</option>
4012
- <option value="OM" >Oman</option>
4013
- <option value="PK" >Pakistan</option>
4014
- <option value="PW" >Palau</option>
4015
- <option value="PS" >Palestinian Territory, Occupied</option>
4016
- <option value="PA" >Panama</option>
4017
- <option value="PG" >Papua New Guinea</option>
4018
- <option value="PY" >Paraguay</option>
4019
- <option value="PE" >Peru</option>
4020
- <option value="PH" >Philippines</option>
4021
- <option value="PL" >Poland</option>
4022
- <option value="PT" >Portugal</option>
4023
- <option value="PR" >Puerto Rico</option>
4024
- <option value="QA" >Qatar</option>
4025
- <option value="RE" >Reunion</option>
4026
- <option value="RO" >Romania</option>
4027
- <option value="RU" >Russia</option>
4028
- <option value="RW" >Rwanda</option>
4029
- <option value="SH" >Saint Helena</option>
4030
- <option value="KN" >Saint Kitts and Nevis</option>
4031
- <option value="LC" >Saint Lucia</option>
4032
- <option value="MF" >Saint Martin (French part)</option>
4033
- <option value="PM" >Saint Pierre and Miquelon</option>
4034
- <option value="VC" >Saint Vincent and the Grenadines</option>
4035
- <option value="WS" >Samoa</option>
4036
- <option value="SM" >San Marino</option>
4037
- <option value="ST" >Sao Tome and Principe</option>
4038
- <option value="SA" >Saudi Arabia</option>
4039
- <option value="SN" >Senegal</option>
4040
- <option value="RS" >Serbia</option>
4041
- <option value="SC" >Seychelles</option>
4042
- <option value="SL" >Sierra Leone</option>
4043
- <option value="SG" >Singapore</option>
4044
- <option value="SX" >Sint Maarten (Dutch part)</option>
4045
- <option value="SK" >Slovakia</option>
4046
- <option value="SI" >Slovenia</option>
4047
- <option value="SB" >Solomon Islands</option>
4048
- <option value="SO" >Somalia</option>
4049
- <option value="ZA" >South Africa</option>
4050
- <option value="GS" >South Georgia and the South Sandwich Islands</option>
4051
- <option value="KR" >South Korea</option>
4052
- <option value="SS" >South Sudan</option>
4053
- <option value="ES" >Spain</option>
4054
- <option value="LK" >Sri Lanka</option>
4055
- <option value="SR" >Suriname</option>
4056
- <option value="SJ" >Svalbard and Jan Mayen</option>
4057
- <option value="SZ" >Swaziland</option>
4058
- <option value="SE" >Sweden</option>
4059
- <option value="CH" >Switzerland</option>
4060
- <option value="TW" >Taiwan</option>
4061
- <option value="TJ" >Tajikistan</option>
4062
- <option value="TZ" >Tanzania</option>
4063
- <option value="TH" >Thailand</option>
4064
- <option value="NL" >The Netherlands</option>
4065
- <option value="TL" >Timor-Leste</option>
4066
- <option value="TG" >Togo</option>
4067
- <option value="TK" >Tokelau</option>
4068
- <option value="TO" >Tonga</option>
4069
- <option value="TT" >Trinidad</option>
4070
- <option value="TN" >Tunisia</option>
4071
- <option value="TR" >Turkey</option>
4072
- <option value="TM" >Turkmenistan</option>
4073
- <option value="TC" >Turks and Caicos Islands</option>
4074
- <option value="TV" >Tuvalu</option>
4075
- <option value="UG" >Uganda</option>
4076
- <option value="UA" >Ukraine</option>
4077
- <option value="AE" >United Arab Emirates</option>
4078
- <option value="GB" >United Kingdom</option>
4079
- <option value="US" >United States</option>
4080
- <option value="UM" >United States Minor Outlying Islands</option>
4081
- <option value="UY" >Uruguay</option>
4082
- <option value="VI" >U.S. Virgin Islands</option>
4083
- <option value="UZ" >Uzbekistan</option>
4084
- <option value="VU" >Vanuatu</option>
4085
- <option value="VE" >Venezuela</option>
4086
- <option value="VN" >Vietnam</option>
4087
- <option value="WF" >Wallis and Futuna</option>
4088
- <option value="EH" >Western Sahara</option>
4089
- <option value="YE" >Yemen</option>
4090
- <option value="CD" >Zaire (Democratic Republic of Congo)</option>
4091
- <option value="ZM" >Zambia</option>
4092
- <option value="ZW" >Zimbabwe</option>
4093
- </optgroup>
4094
- </select>
4095
- </div>
4096
- </div>
4097
- <div id="locale_picker_language_code" class="locale_picker_section pb-xs-3">
4098
- <label class="text-smaller strong mb-xs-1" for="edit-title">Language:</label>
4099
- <div class="select-wrap">
4100
- <label class="screen-reader-only">Language</label>
4101
- <select id="locale-overlay-select-language_code" name="language_code" class="select select-custom">
4102
- <option value="de" >Deutsch</option>
4103
- <option value="en-GB" selected="selected">English (UK)</option>
4104
- <option value="en-US" >English (US)</option>
4105
- <option value="es" >Español</option>
4106
- <option value="fr" >Français</option>
4107
- <option value="it" >Italiano</option>
4108
- <option value="ja" >日本語</option>
4109
- <option value="nl" >Nederlands</option>
4110
- <option value="pt" >Português</option>
4111
- <option value="ru" >Русский</option>
4112
- </select>
4113
- </div>
4114
- </div>
4115
- <div id="locale_picker_currency_code" class="locale_picker_section pb-xs-3">
4116
- <label class="text-smaller strong mb-xs-1" for="edit-title">Currency:</label>
4117
- <div class="select-wrap">
4118
- <label class="screen-reader-only">Currency</label>
4119
- <select id="locale-overlay-select-currency_code" name="currency_code" class="select select-custom">
4120
- <option value="USD" selected="selected">$ United States Dollar (USD)</option>
4121
- <option value="CAD" >$ Canadian Dollar (CAD)</option>
4122
- <option value="EUR" >€ Euro (EUR)</option>
4123
- <option value="GBP" >£ British Pound (GBP)</option>
4124
- <option value="AUD" >$ Australian Dollar (AUD)</option>
4125
- <option value="JPY" >¥ Japanese Yen (JPY)</option>
4126
- <option value="CZK" >Kč Czech Koruna (CZK)</option>
4127
- <option value="DKK" >kr Danish Krone (DKK)</option>
4128
- <option value="HKD" >$ Hong Kong Dollar (HKD)</option>
4129
- <option value="HUF" >Ft Hungarian Forint (HUF)</option>
4130
- <option value="ILS" >₪ Israeli Shekel (ILS)</option>
4131
- <option value="MYR" >RM Malaysian Ringgit (MYR)</option>
4132
- <option value="MXN" >$ Mexican Peso (MXN)</option>
4133
- <option value="NZD" >$ New Zealand Dollar (NZD)</option>
4134
- <option value="NOK" >kr Norwegian Krone (NOK)</option>
4135
- <option value="PHP" >₱ Philippine Peso (PHP)</option>
4136
- <option value="SGD" >$ Singapore Dollar (SGD)</option>
4137
- <option value="SEK" >kr Swedish Krona (SEK)</option>
4138
- <option value="CHF" >Swiss Franc (CHF)</option>
4139
- <option value="THB" >฿ Thai Baht (THB)</option>
4140
- <option value="TWD" >NT$ Taiwan New Dollar (TWD)</option>
4141
- <option value="PLN" >zł Polish Zloty (PLN)</option>
4142
- <option value="BRL" >R$ Brazilian Real (BRL)</option>
4143
- </select>
4144
- </div>
4145
- </div>
4146
- </div>
4147
-
4148
- <div class="overlay-footer clearfix">
4149
- <button class="btn btn-primary position-relative" type="submit" name="save" id="locale-overlay-save">
4150
- Save
4151
-
4152
- <span class="show-sm show-xs position-absolute vertical-center">
4153
- <span class="spinner spinner-small"></span>
4154
- </span>
4155
- </button>
4156
- <input class="btn btn-secondary" type="submit" name="cancel" id="locale-overlay-cancel" value="Cancel"/>
4157
- <div class="float-left hide-sm hide-xs">
4158
- <div class="spinner spinner-small mt-md-1"></div>
4159
- </div>
4160
- </div>
4161
- </form>
4162
- </div>
4163
- </div>
4164
- </div>
4165
- <div id="global-autocomplete" style="display: none">
4166
- <p>Start typing the name of a page. Hit ESC to close, Enter to select the first result.</p>
4167
- <input type="text" />
4168
- <ul></ul>
4169
- </div>
4170
- </footer>
4171
- </div>
4172
-
4173
-
4174
-
4175
-
4176
-
4177
- </div>
4178
- <div id="mask"></div>
4179
- <div class="ui-toolkit">
4180
- <div id="page-spinner" class="spinner spinner-large page-spinner display-none"></div>
4181
- </div>
4182
-
4183
- <!-- web0026.ny2.etsy.com at Wed 01 11 15:43:06 2017 in 545 ms -->
4184
- <script id="pageTime" type="text/html">545</script>
4185
-
4186
-
4187
- <script type="text/html" id="eventlogger_primary_event_name">view_listing</script><script type="text/html" id="eventlogger_user_id"></script><script type="text/html" id="eventlogger_php_ab_test_names">sentry_js;listings2.cleanup.routeLegacy;listings2.mobile;listzilla.listing_use_api_specs.overview;listzilla.mobile_shop_overview;listzilla.listing_use_api_specs.image_carousel.mobile_v2;listzilla.listing_use_api_specs.buy_box;listzilla.nudger.mobile;search2q4%2Fpersistent_control;search2q4%2Fbestseller_badge_v2_mweb;giftwrap.buyer;localization.transparent_prices;seo.link_booster;seo.link_booster.fathers_day;seo.link_booster.fathers_day.source;seo.link_booster.experiment_set;fes.lazyload_four_plus_images;localization.size_conversion.continuous;listings2.rerank_right_listings_purchase_section_and_recent;search2q4%2Fremove_purchase_guarantee_listing_page_mweb;recsys.port.gsa_sash;listings2.seo_experiments.title_and_reviews_02_2017.review.operational;listings2.seo_experiments.title_and_reviews_02_2017.review;listings2.rerank_header_listings_3;xssauditor;fes.instrumented_js;fes.async_js;fes.move_inline_js;listzilla.bigger_mobile_buttons;craft.checkout.log_channel_statsd;guest_checkout%2Fbuy_it_now_persistent_control;guest_checkout.guest_user_models;guest_checkout.api;guest_checkout.process_payments;guest_checkout%2Fadmin_launch;guest_checkout%2Fbuy_it_now;guest_checkout.abstract_variant_framework;transaction_language_bulk_load;eu_listing_shipping_costs;search2q4%2Fremove_mweb_listing_page_quantity;buyer_invites_listing_share.recipient_features;checkout.global_buy_it_now;listings2.backend_logging;appgrowth.smart_banner_dismissible;squats.force_hide_interstitial;catnav_revision_2017.new_catnav2;catnav_revision_2017.mobile_catnav_feature;qualtrics_survey;cross_site_event_logging_cache_buster;eu_cookie_nag;eu_cookie_nag_no_fr;search.mmx.suggest;wholesale_discovery;appgrowth.social_invites_mweb_receive;category_nav.client_render;category_nav.finds_promos</script><script type="text/html" id="eventlogger_php_ab_variable_names">on;on;harry_i;off;after_shipping;off;off;cart_cap_20_last;ineligible;control;off;on;on;ineligible;ineligible;on;off;off;off;remove;on;off;ineligible;off;off;off;off;off;off;on;ineligible;on;on;on;off;ineligible;on;off;ineligible;on;on;on;on;on;off;ineligible;off;ineligible;one;ineligible;ineligible;off;ineligible;off;ineligible;ineligible</script><script type="text/html" id="eventlogger_php_ab_selector_names">w;x;x;x;x;x;x;x;e;x;x;x;x;e;e;m;w;x;x;w;x;x;e;x;w;x;x;x;x;x;e;x;x;x;x;e;x;x;e;x;x;x;x;x;x;e;w;e;x;e;e;w;e;x;e;e</script><script type="text/html" id="eventlogger_is_etsy_app"></script><script type="text/html" id="eventlogger_is_ios_app"></script><script type="text/html" id="eventlogger_is_android_app"></script><script type="text/html" id="eventlogger_is_mobile_device">1</script><script type="text/html" id="eventlogger_is_touch">1</script><script type="text/html" id="eventlogger_is_tablet_supported"></script><script type="text/html" id="eventlogger_is_mobile_request_ignore_cookie">1</script><script type="text/html" id="eventlogger_is_mobile_template">1</script><script type="text/html" id="eventlogger_request_uuid">EuZy5zapU40CSPYXEQp57452nJ9e</script><script type="text/html" id="eventlogger_is_whitelisted_mobile_device">1</script><script type="text/html" id="eventlogger_is_mobile_request">1</script><script type="text/html" id="eventlogger_is_preview_request"></script><script type="text/html" id="eventlogger_is_chrome_instant"></script><script type="text/html" id="eventlogger_is_moz_prefetch_request"></script>
4188
-
4189
-
4190
-
4191
- <script src="https://site.etsystatic.com/ac/primary/js/mobile/base-webkit-almond.20171101174129.en-GB.js" type="text/javascript" crossorigin></script>
4192
-
4193
- <script>
4194
- (function(Etsy) {
4195
- if (Etsy && Etsy.Logger) {
4196
- var logger = Etsy.Logger;
4197
-
4198
- logger.config('endpoint', '/clientlog');
4199
- logger.config('logsPerPage', '6');
4200
- logger.config('id', 'EuZy5zapU40CSPYXEQp57452nJ9e');
4201
- logger.config('digest', '10ba3c6faff813593482683a792f5e1bd69d28cc');
4202
-
4203
-
4204
-
4205
- logger.enabled('info', 1); logger.enabled('warn', 1); logger.enabled('error', 1);
4206
- logger.enabled('basic', 1); logger.enabled('uncaught', 1); } else {
4207
- new Image().src = '/clientlog?loggermissing=1';
4208
- }
4209
-
4210
- if (Etsy && Etsy.errorQueue) {
4211
- for(var i=0;i<Etsy.errorQueue.length;i++){Etsy.Logger.uncaught.apply(Etsy.Logger,Etsy.errorQueue[i]);}
4212
-
4213
- delete Etsy.errorQueue; }
4214
- })(window.Etsy);
4215
-
4216
- </script>
4217
-
4218
-
4219
- <script src="https://site.etsystatic.com/ac/primary/js/bootstrap/mobile/listings2/main.20171101190049.en-GB.js" type="text/javascript" crossorigin></script>
4220
-
4221
-
4222
-
4223
-
4224
-
4225
-
4226
- <script type="text/javascript">EventPipe.enabled=true;EventPipe.init({"url":"\/\/www.etsy.com\/bcn\/beacon","defaults":{"user_id":0,"page_guid":"dbabb15f9f2.18c13bcace2f8fc733f0.00","version":1,"request_uuid":"EuZy5zapU40CSPYXEQp57452nJ9e","datacenter":"ny2","cdn-provider":"Akamai","ref":"","loc":"http:\/\/www.etsy.com\/in-en\/listing\/87673424\/personalized-word-pillow-case-letter","locale_currency_code":"USD","pref_language":"en-GB","region":"IN","detected_currency_code":"USD","detected_language":"en-GB","detected_region":"IN","accept-languages":"en-US,en,fr,pt,hi,de,es","isWhiteListedMobileDevice":true,"isMobileRequestIgnoreCookie":true,"isMobileRequest":true,"isMobileDevice":true,"isMobileSupported":true,"isTabletSupported":false,"isTouch":true,"isEtsyApp":false,"isPreviewRequest":false,"isChromeInstantRequest":false,"isMozPrefetchRequest":false,"isTestAccount":false,"isSupportLogin":false,"isInternal":false,"event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq","ab":{"sentry_js":["on","w"],"listings2.cleanup.routeLegacy":["on","x"],"listings2.mobile":["harry_i","x"],"listzilla.listing_use_api_specs.overview":["off","x"],"listzilla.mobile_shop_overview":["after_shipping","x"],"listzilla.listing_use_api_specs.image_carousel.mobile_v2":["off","x"],"listzilla.listing_use_api_specs.buy_box":["off","x"],"listzilla.nudger.mobile":["cart_cap_20_last","x"],"search2q4\/persistent_control":["ineligible","e"],"search2q4\/bestseller_badge_v2_mweb":["control","x"],"giftwrap.buyer":["off","x"],"localization.transparent_prices":["on","x"],"seo.link_booster":["on","x"],"seo.link_booster.fathers_day":["ineligible","e"],"seo.link_booster.fathers_day.source":["ineligible","e"],"seo.link_booster.experiment_set":["on","m"],"fes.lazyload_four_plus_images":["off","w"],"localization.size_conversion.continuous":["off","x"],"listings2.rerank_right_listings_purchase_section_and_recent":["off","x"],"search2q4\/remove_purchase_guarantee_listing_page_mweb":["remove","w"],"recsys.port.gsa_sash":["on","x"],"listings2.seo_experiments.title_and_reviews_02_2017.review.operational":["off","x"],"listings2.seo_experiments.title_and_reviews_02_2017.review":["ineligible","e"],"listings2.rerank_header_listings_3":["off","x"],"xssauditor":["off","w"],"fes.instrumented_js":["off","x"],"fes.async_js":["off","x"],"fes.move_inline_js":["off","x"],"listzilla.bigger_mobile_buttons":["off","x"],"craft.checkout.log_channel_statsd":["on","x"],"guest_checkout\/buy_it_now_persistent_control":["ineligible","e"],"guest_checkout.guest_user_models":["on","x"],"guest_checkout.api":["on","x"],"guest_checkout.process_payments":["on","x"],"guest_checkout\/admin_launch":["off","x"],"guest_checkout\/buy_it_now":["ineligible","e"],"guest_checkout.abstract_variant_framework":["on","x"],"transaction_language_bulk_load":["off","x"],"eu_listing_shipping_costs":["ineligible","e"],"search2q4\/remove_mweb_listing_page_quantity":["on","x"],"buyer_invites_listing_share.recipient_features":["on","x"],"checkout.global_buy_it_now":["on","x"],"listings2.backend_logging":["on","x"],"appgrowth.smart_banner_dismissible":["on","x"],"squats.force_hide_interstitial":["off","x"],"catnav_revision_2017.new_catnav2":["ineligible","e"],"catnav_revision_2017.mobile_catnav_feature":["off","w"],"qualtrics_survey":["ineligible","e"],"cross_site_event_logging_cache_buster":["one","x"],"eu_cookie_nag":["ineligible","e"],"eu_cookie_nag_no_fr":["ineligible","e"],"search.mmx.suggest":["off","w"],"wholesale_discovery":["ineligible","e"],"appgrowth.social_invites_mweb_receive":["off","x"],"category_nav.client_render":["ineligible","e"],"category_nav.finds_promos":["ineligible","e"]},"isMobileTemplate":true},"events":[{"attributes":{"guid":"dbabb1603a2.a7c8ef821151f6283a5e.00","event_name":"secondary_listing_image","event_logger":"frontend","event_timestamp":1509565386025,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":"#image-thumbs a img","event":"click"},{"attributes":{"guid":"dbabb1603a4.4e0c0b089f548c90fa04.00","event_name":"change_shipping_location","event_logger":"frontend","event_timestamp":1509565386026,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":".ships-to","event":"click"},{"attributes":{"guid":"dbabb1603a6.dd75b235f58dc981d0c0.00","event_name":"expand_or_collapse_description","event_logger":"frontend","event_timestamp":1509565386026,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":"#description-text","event":"click"},{"attributes":{"guid":"dbabb1603a8.650871b926f55d02ac3e.00","event_name":"mobile_view_shipping_info","event_logger":"frontend","event_timestamp":1509565386026,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":"#item-shipping-policies .header","event":"click"},{"attributes":{"guid":"dbabb1603aa.ad4b241d1891acfff6d2.00","event_name":"sold-out-listing-notify-relist","event_logger":"frontend","event_timestamp":1509565386026,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":".notify-relist","event":"click"},{"attributes":{"guid":"dbabb1603ac.e7852177247b075c4c9a.00","event_name":"shop_faq_listing_open","event_logger":"frontend","event_timestamp":1509565386026,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":".shop-faq-panel .accordion-state:checked","event":"click"},{"attributes":{"guid":"dbabb1603ae.50cbc4873950e9af5060.00","event_name":"shop_faq_listing_close","event_logger":"frontend","event_timestamp":1509565386027,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":".shop-faq-panel .accordion-state:not(:checked)","event":"click"},{"attributes":{"guid":"dbabb1603b0.ed1d3139287daa23954c.00","event_name":"listing_shop_policies_payments_more_details","event_logger":"frontend","event_timestamp":1509565386027,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":"[data-region=\"policy-payments\"] .accordion-state:checked","event":"click"},{"attributes":{"guid":"dbabb1603b2.9a73d65ce3402cb43c8c.00","event_name":"listing_shop_policies_refunds_more_details","event_logger":"frontend","event_timestamp":1509565386027,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":"[data-region=\"policy-refunds\"] .accordion-state:checked","event":"click"},{"attributes":{"guid":"dbabb1603b4.cdd477b4464236a239d6.00","event_name":"listing_shop_policies_shipping_more_details","event_logger":"frontend","event_timestamp":1509565386027,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":"[data-region=\"policy-shipping\"] .accordion-state:checked","event":"click"},{"attributes":{"guid":"dbabb1603b7.70385c91270797037afe.00","event_name":"listing_shop_policies_additional_tandc_more_details","event_logger":"frontend","event_timestamp":1509565386027,"listing_id":87673424,"shop_shop_id":6088772,"accepts_direct_checkout":true,"accepts_gift_card":false,"requested_lang":"en-GB","requested_lang_available":0,"available_langs":"en-US,fr,MACHINE_de,MACHINE_nl,MACHINE_es,MACHINE_it","listing_state":0,"shop_status":"active","is_vacation":false,"from_alm":false,"is_download":false,"shop_section_id":21247438,"no_other_shops_related_listings":0,"is_customizable_listing":false,"is_reserved_listing":false,"eligible_for_content_share":false,"is_machine_translated":false,"display_lang":"en-US","primary_shop_language":"en-US","is_human_translated":false,"is_machine_translation_available":false,"is_untranslated":true,"shop_user_id":11548582,"related_listing_ids":"75228609,96696320,84866313,99807109","related_listing_sold_ids":"75228609,96696320,84866313,99807109","ships_to_user":true,"context_bar":0,"has_faqs":false,"primary_event":"0","event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":"[data-region=\"policy-terms-and-conditions\"] .accordion-state:checked","event":"click"},{"attributes":{"guid":"dbabb160463.0c4889e79c70071715fd.00","event_name":"view_listing_complementary","event_logger":"frontend","event_timestamp":1509565386045,"primary_complement":true,"event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":null,"event":null},{"attributes":{"guid":"dbabb160464.f73952023055e701623c.00","event_name":"view_listing_perf","event_logger":"frontend","event_timestamp":1509565386045,"primary_perf":true,"event_source":"web","browser_id":"h7lR95setJEkcBmxt2Wy45gPuoeq"},"selector":null,"event":null}]});</script>
4227
-
4228
-
4229
- </body>
4230
- </html>