Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 52,428 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
<!DOCTYPE html>
<html class="js" lang="en">
 <head>
  <meta charset="utf-8">
  <meta content="IE=edge" http-equiv="X-UA-Compatible">
  <meta content="width=device-width, initial-scale=1" name="viewport">
  <meta content="KDhPfWwu5V1PwVEKgYqxZZjxHnKgb16wb9XZlcmy" name="csrf-token">
  <title>
   Winnie the Pooh's Owl in Flight Cartoon Gifts for Fans
  </title>
  <meta content="#FFFFFF" name="msapplication-TileColor">
  <meta content="/site/mousegifts_XOzA5ayUzTjNFHWbRJAL/favicons/favicon-144.png" name="msapplication-TileImage">
  <style>
   @font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64f8N5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpfBJ.ttf) format('truetype');
}



    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent}b,strong{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}img{border-style:none}button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden]{display:none}html{box-sizing:border-box;font-family:sans-serif}*,:after,:before{box-sizing:inherit}figure,h1,h2,h3,h4,h5,p{margin:0}button{background:transparent;padding:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}ol,ul{list-style:none;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;line-height:1.5}*,:after,:before{border:0 solid currentColor}hr{border-width:1px}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,select,textarea{padding:0;line-height:inherit;color:inherit}code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}canvas,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.container{width:100%}@media (min-width:436px){.container{max-width:436px}}@media (min-width:576px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:992px){.container{max-width:992px}}@media (min-width:1232px){.container{max-width:1232px}}@media (min-width:1382px){.container{max-width:1382px}}body:not(.user-is-tabbing) a:focus,body:not(.user-is-tabbing) button:focus,body:not(.user-is-tabbing) input:focus,body:not(.user-is-tabbing) select:focus,body:not(.user-is-tabbing) textarea:focus{outline:none}@media (max-width:640px){.container{max-width:100%!important}}.cont-x-pad-default .container,.cont-x-pad-xl .container{padding-left:20px;padding-right:20px}@media (min-width:640px){.cont-x-pad-xl .container{padding-left:25px;padding-right:25px}}@media (min-width:992px){.cont-x-pad-xl .container{padding-left:30px;padding-right:30px}}@media (min-width:1232px){.cont-x-pad-xl .container{padding-left:40px;padding-right:40px}}.tr-color{transition:color .15s ease}.tr-bg{transition:background-color .15s ease}.tr-border{transition:border-color .15s ease}.centered{left:50%;transform:translate(-50%,-50%)}.centered,.centered-y{position:absolute;top:50%}.centered-y{transform:translateY(-50%)}.centered-x{position:absolute;left:50%;transform:translate(-50%)}.vgrad-gr-wh{background:#eee;background:linear-gradient(180deg,#eee 0,#fff)}h1{line-height:.85em;line-height:1.125}h1,h1.smaller{font-size:2.25rem}@media (min-width:992px){h1,h1.smaller{font-size:2.625rem}}h2{font-size:2rem;line-height:1.125}@media (min-width:768px){h2{font-size:2.25rem}}h3{font-size:1.5rem;line-height:1.25}@media (min-width:768px){h3{font-size:1.75rem}}h4{font-size:1.5rem}h4,h5{line-height:1.25}h5{font-size:1.125rem}.rich-text{line-height:1.4}.rich-text a{text-decoration:underline}.rich-text a,.rich-text a:visited{color:#006995}.rich-text a:active,.rich-text a:hover{color:#004c6b}.rich-text p{margin:0 0 .9em}.rich-text p:last-child{margin-bottom:0}.rich-text ul{padding-left:20px;margin-bottom:1.2em!important;list-style-type:disc}.rich-text ul li:not(:last-child){margin-bottom:6px}.rich-text a.btn{margin-top:10px;display:inline-block}.rich-text iframe{margin-top:15px;margin-bottom:35px}.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4,.rich-text h5{margin-bottom:.5rem}.rich-text table{margin-bottom:1.5em}.rich-text table tr td{padding-top:.25em;padding-bottom:.25em}@media (min-width:768px){.rich-text table tr td{font-size:1rem}}.rich-text table tr td:not(:first-child){border-left:1px solid #ededed!important;padding-left:.5em}.rich-text table tr td:not(:last-child){padding-right:.5em}.rich-text table tr:not(:last-child){border-bottom:1px solid #ccc!important}section.block{margin-bottom:30px}section.block+section.block{margin-top:1.5rem}@media (max-width:1231px){.image-block.floated{max-width:65%}}@media (max-width:991px){.image-block.floated{max-width:55%}}@media (max-width:767px){.image-block.floated{max-width:45%}}@media (max-width:575px){.image-block.floated{max-width:40%}}.product-list-item .img-wrap{position:relative;width:100%;text-align:center}.product-list-item .img-wrap img{max-width:100%;max-height:240px;margin-left:auto;margin-right:auto;transition:transform .15s}@media (min-width:992px){.product-list-item .img-wrap:hover img{transform:scale(1.2)}}@media (min-width:436px){.product-list-item .img-col{width:130px}.product-list-item .text-col{width:calc(100% - 130px)}}@media (min-width:568px){.product-list-item .img-col{width:160px}.product-list-item .text-col{width:calc(100% - 160px)}}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container iframe,.video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.btn{background:#eee}button.hamburger,div.hamburger{width:35px;height:35px}div.hamburger>.inner{top:50%}.hamburger{border:0 solid transparent;padding:3.5px;display:inline-block;cursor:pointer;font:inherit;color:inherit;text-transform:none;margin:0;overflow:visible;opacity:1;transition:opacity .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1)}.hamburger,.hamburger.active{background:transparent}.hamburger.active span.bar{background-color:#000}.hamburger>.inner{position:relative;margin:0;width:100%;margin-top:-1px}.hamburger span.bar{content:"";width:100%;height:2px;display:block;position:absolute;background-color:#000;border-radius:0}.hamburger span.bar:first-child{top:-7px}.hamburger span.bar:nth-child(3){top:7px}.hamburger:focus{outline:0}.hamburger:hover{opacity:1}.hamburger--converge span.bar{transition:transform .4s cubic-bezier(.645,.045,.355,1),top .4s cubic-bezier(.645,.045,.355,1)}.hamburger--converge.active span.bar{top:0}.hamburger--converge.active span.bar:first-child{transform:rotate(135deg)}.hamburger--converge.active span.bar:nth-child(2){transform:scale(0)}.hamburger--converge.active span.bar:nth-child(3){transform:rotate(-135deg)}.main-nav{margin-left:-12px}.main-nav .dropdown{background:#d5d5d5;left:0;top:100%;min-width:calc(100% + 100px);border-bottom-left-radius:6px;border-bottom-right-radius:6px}.main-nav .dropdown li a:hover{background:#000;color:#fff}.main-nav>ul>li>* svg.u{display:none}.main-nav>ul>li:hover{background:#d5d5d5}.main-nav>ul>li:hover>* svg.d{display:none}.main-nav>ul>li:hover>* svg.u{display:inline}@media (max-width:991px){.main-nav .dropdown,.main-nav>ul>li>* svg{display:none!important}}@media (min-width:992px){.main-nav{margin-left:-24px}}@media (max-width:640px){.main-nav-container .container{padding-left:0}.main-nav-container .over{overflow-x:hidden;padding-left:20px}.main-nav-container .sh{background:linear-gradient(90deg,hsla(0,0%,93%,0) 0,#eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00eeee",endColorstr="#eeeeee",GradientType=1)}}nav.mobile-nav{display:none;z-index:5;background:#d5d5d5;box-shadow:0 10px 10px -5px rgba(0,0,0,.36)}.pagination{text-align:center;font-size:20px}.pagination .page-link{text-decoration:none;display:inline-block;padding:12px!important;background:#ecebea!important;color:#000!important;border-radius:6px}.pagination .page-link:hover{background:#d9d8d6!important}.pagination li{display:inline-block}.pagination li.active .page-link{font-weight:700;color:#fff!important;background:#333!important}.pagination li.disabled,.sidebar-nav ul ul{display:none}.sidebar-nav ul ul li{padding-top:4px;padding-bottom:4px}.sidebar-nav .toggle{background:#e0e0e0}.sidebar-nav .toggle svg{display:block;width:12px;height:12px;margin:4px}.sidebar-nav .toggle:hover{background:#d0d0d0}.sidebar-nav li.active>div>.toggle .plus{display:none}.sidebar-nav li.active>ul{display:block}.sidebar-nav li:not(.active)>div>.toggle .minus{display:none}.sidebar-nav>ul:not(:first-child){margin-top:.5rem}.sidebar-nav>ul>li>a{font-size:1.125rem}.sidebar-nav>ul>li>ul>li,.sidebar-nav>ul>li>ul>li>ul>li,.sidebar-nav>ul>li>ul>li>ul>li>ul>li{padding-left:1rem}@media (min-width:576px){.sub-sections>ul{column-count:2}.sub-sections>ul li{-moz-column-break-inside:avoid;break-inside:avoid}}@media (min-width:1232px){.sub-sections>ul{column-count:3}.sub-sections>ul li{-moz-column-break-inside:avoid;break-inside:avoid}}.single-product .description{bottom:-100%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=0);box-shadow:0 0 6px rgba(0,0,0,.25);transition:all .2s ease-in}.single-product.hover.click .description{bottom:0}.single-product .thumb:after{content:"";display:block;padding-bottom:100%}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .15s}body:not(.hasHover) .info-btn{display:none!important}body.hasHover .info-btn{color:#777;transition:all .2s;opacity:0}body.hasHover .info-btn svg{filter:drop-shadow(0 3px 3px rgba(255,255,255,.7))}body.hasHover .info-btn:hover{opacity:1}body.hasHover .single-product:hover .info-btn{opacity:.7}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.bg-transparent{background-color:transparent}.bg-black{background-color:#000}.bg-dark{background-color:#333}.bg-grey-dark{background-color:#5c5c5c}.bg-grey-alt{background-color:#d9d8d6}.bg-grey-light{background-color:#ecebea}.bg-grey-lightest{background-color:#f3f3f2}.bg-white{background-color:#fff}.hover\:bg-dark:hover{background-color:#333}.hover\:bg-grey-alt:hover{background-color:#d9d8d6}.border-grey-alt{border-color:#d9d8d6}.border-grey-light{border-color:#ecebea}.hover\:border-grey:hover{border-color:#858585}.rounded-smaller{border-radius:2px}.rounded{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-t{border-top-left-radius:6px;border-top-right-radius:6px}.rounded-b{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.border-2{border-width:2px}.border{border-width:1px}.border-b{border-bottom-width:1px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.hidden{display:none}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1 0%}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.float-right{float:right}.float-left{float:left}.clearfix:after{content:"";display:table;clear:both}.font-regular{font-weight:400}.font-bold{font-weight:700}.h-8{height:2rem}.h-full{height:100%}.leading-none{line-height:1}.leading-tight{line-height:1.125}.leading-compact{line-height:1.25}.leading-normal{line-height:1.4}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.m-0{margin:0}.my-0{margin-top:0;margin-bottom:0}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-auto{margin-left:auto;margin-right:auto}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.mb-0{margin-bottom:0}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.ml-10{margin-left:2.5rem}.mt-12{margin-top:3rem}.ml-20{margin-left:5rem}.max-h-full{max-height:100%}.max-w-md{max-width:40rem}.max-w-lg{max-width:50rem}.max-w-full{max-width:100%}.opacity-75{opacity:.75}.overflow-hidden{overflow:hidden}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-0{padding-left:0;padding-right:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.pb-1{padding-bottom:.25rem}.pr-2{padding-right:.5rem}.pl-2{padding-left:.5rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pl-4{padding-left:1rem}.pt-6{padding-top:1.5rem}.pl-6{padding-left:1.5rem}.pr-8{padding-right:2rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pr-12{padding-right:3rem}.pl-12{padding-left:3rem}.pb-16{padding-bottom:4rem}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.resize{resize:both}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-black{color:#000}.text-dark{color:#333}.text-grey-dark{color:#5c5c5c}.text-grey{color:#858585}.text-red{color:#d00}.text-white{color:#fff}.hover\:text-black:hover{color:#000}.hover\:text-dark:hover{color:#333}.hover\:text-grey-dark:hover{color:#5c5c5c}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.italic{font-style:italic}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.no-underline{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.align-top{vertical-align:top}.visible{visibility:visible}.whitespace-normal{white-space:normal}.whitespace-no-wrap{white-space:nowrap}.w-8{width:2rem}.w-c2{width:49%}.w-p28{width:28%}.w-p30{width:30.5%}.w-p31{width:31.5%}.w-p48{width:48%}.w-1\/2{width:50%}.w-1\/3{width:33.33333%}.w-2\/3{width:66.66667%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-full{width:100%}.z-10{z-index:1}.z-20{z-index:2}.z-30{z-index:3}.z-50{z-index:4}@media (min-width:436px){.xs\:inline{display:inline}.xs\:flex{display:flex}.xs\:mt-0{margin-top:0}.xs\:pl-6{padding-left:1.5rem}.xs\:sticky{position:-webkit-sticky;position:sticky}.xs\:text-left{text-align:left}.xs\:w-c2{width:49%}.xs\:w-1\/3{width:33.33333%}}@media (min-width:576px){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:leading-none{line-height:1}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mb-0{margin-bottom:0}.sm\:max-w-sm{max-width:30rem}.sm\:sticky{position:-webkit-sticky;position:sticky}.sm\:w-c2{width:49%}.sm\:w-c3{width:32%}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.33333%}.sm\:w-1\/4{width:25%}}@media (min-width:768px){.md\:border-grey-light{border-color:#ecebea}.md\:border-r{border-right-width:1px}.md\:border-l{border-left-width:1px}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:flex-wrap{flex-wrap:wrap}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:float-right{float:right}.md\:float-left{float:left}.md\:mx-0{margin-left:0;margin-right:0}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:mt-6{margin-top:1.5rem}.md\:mr-6{margin-right:1.5rem}.md\:ml-6{margin-left:1.5rem}.md\:mr-10{margin-right:2.5rem}.md\:ml-10{margin-left:2.5rem}.md\:max-w-full{max-width:100%}.md\:max-w-fp{max-width:40%}.md\:pr-8{padding-right:2rem}.md\:pl-8{padding-left:2rem}.md\:pl-12{padding-left:3rem}.md\:sticky{position:-webkit-sticky;position:sticky}.md\:text-base{font-size:1rem}.md\:text-lg{font-size:1.125rem}.md\:text-xl{font-size:1.25rem}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:w-c3{width:32%}.md\:w-p40{width:40%}.md\:w-p60{width:60%}.md\:w-p48{width:48%}.md\:w-1\/5{width:20%}}@media (min-width:992px){.lg\:inline-block{display:inline-block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:items-start{align-items:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:mt-0{margin-top:0}.lg\:mb-0{margin-bottom:0}.lg\:mr-4{margin-right:1rem}.lg\:mr-8{margin-right:2rem}.lg\:ml-8{margin-left:2rem}.lg\:px-6{padding-right:1.5rem}.lg\:pl-6,.lg\:px-6{padding-left:1.5rem}.lg\:pr-8{padding-right:2rem}.lg\:pl-8{padding-left:2rem}.lg\:pr-10{padding-right:2.5rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-20{padding-left:5rem}.lg\:relative{position:relative}.lg\:sticky{position:-webkit-sticky;position:sticky}.lg\:text-right{text-align:right}.lg\:text-lg{font-size:1.125rem}.lg\:text-2xl{font-size:1.5rem}.lg\:text-5xl{font-size:2.625rem}.lg\:w-c4{width:24%}.lg\:w-p30{width:30.5%}.lg\:w-p48{width:48%}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.33333%}.lg\:w-2\/3{width:66.66667%}.lg\:w-1\/4{width:25%}.lg\:w-3\/4{width:75%}}@media (min-width:1232px){.xl\:inline-block{display:inline-block}.xl\:inline{display:inline}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:justify-between{justify-content:space-between}.xl\:mb-0{margin-bottom:0}.xl\:mb-6{margin-bottom:1.5rem}.xl\:pl-10{padding-left:2.5rem}.xl\:sticky{position:-webkit-sticky;position:sticky}.xl\:text-2xl{font-size:1.5rem}.xl\:text-6xl{font-size:3rem}.xl\:w-c4{width:24%}.xl\:w-c5{width:19%}.xl\:w-p30{width:30.5%}.xl\:w-1\/5{width:20%}.xl\:w-2\/5{width:40%}.xl\:w-3\/5{width:60%}}@media (min-width:1382px){.xxl\:sticky{position:-webkit-sticky;position:sticky}}    body{font-family:'Roboto',sans-serif!important;font-weight:400}.font-regular{font-weight:400}strong,.font-bold{font-weight:700}h1,h2,h3,h4,h5,.heading{font-family:'Roboto Condensed',sans-serif!important;font-weight:700}.text-link,.rich-text a{color:#1037ab}.text-link:hover,.rich-text a:hover{color:#021e71}.text-link:visited,.rich-text a:visited{color:#6620b4}.sidebar-section h2{font-family:'Roboto Condensed',sans-serif!important;font-weight:700;color:#fff}.sidebar-section{background-color:#eee}.sidebar-section h2{font-family:'Roboto Condensed',sans-serif!important;background-color:#23536d}.main-nav-container{background-color:#eee}.main-nav-container a{color:#000}.main-nav-container a:hover{color:#000}.primary-btn,.secondary-btn,.tertiary-btn{border-width:2px}.primary-btn{transition:background-color .15s,color .15s,border-color .15s;color:#000000!important;border-radius:6px!important;border-style:solid!important;background-color:#fec130!important;border-color:#fec130!important}.primary-btn:hover{color:#000000!important;background-color:#efa903!important;border-color:#efa903!important}.secondary-btn{transition:background-color .15s,color .15s,border-color .15s;color:#000000!important;border-radius:6px!important;border-style:solid!important;background-color:#fff!important;border-color:#fec130!important}.secondary-btn:hover{color:#000000!important;background-color:#efefef!important;border-color:#efa903!important}.tertiary-btn{transition:background-color .15s,color .15s,border-color .15s;color:#000000!important;border-radius:6px!important;border-style:solid!important;background-color:#dedede!important;border-color:#dedede!important}.tertiary-btn:hover{color:#000000!important;background-color:#cccccc!important;border-color:#cccccc!important}
  </style>
  <noscript>
  </noscript>
  <meta content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial">
 </head>
 <body class="cont-x-pad-default hasHover">
  <div data-uid="XOzA5ayUzTjNFHWbRJAL" id="app">
   <header class="site-header relative z-20">
    <div class="container mx-auto px-4 h-full">
     <a>
      <img alt class="hdr-image hdr-mobile" src="rick.jpg">
      <img alt class="hdr-image hdr-tablet" src="rick.jpg">
      <img alt class="hdr-image hdr-desktop" src="rick.jpg">
     </a>
    </div>
   </header>
   <div class="main-nav-container relative z-20">
    <div class="container mx-auto">
     <div class="flex items-center relative">
      <div class="flex-1 flex-grow-1 over relative whitespace-no-wrap">
       <span class="z-10">
        <nav class="main-nav">
         <ul>
          <li class="inline-block relative">
           <a class="top-level inline-block text-lg md:text-xl lg:text-2xl no-underline heading text-dark tr-color py-1 relative px-3 lg:px-6">
            Home
           </a>
          </li>
          <li class="inline-block relative">
           <a class="top-level inline-block text-lg md:text-xl lg:text-2xl no-underline heading text-dark tr-color py-1 relative px-3 lg:px-6">
            Blog
           </a>
          </li>
          <li class="inline-block hidden lg:inline-block relative has-dropdown">
           <span class="top-level inline-block text-lg md:text-xl lg:text-2xl lg:text-2xl no-underline heading text-dark tr-color py-1 relative pl-3 pr-8 lg:pl-6 lg:pr-10">
            Categories
           </span>
           <ul class="dropdown hidden block absolute absolute px-0 py-2 text-base lg:text-lg">
            <li class="block">
             <a class="block px-3 lg:px-6 py-1">
              Disney Fabrics
             </a>
            </li>
            <li class="block">
             <a class="block px-3 lg:px-6 py-1">
              Chip 'n' Dale
             </a>
            </li>
            <li class="block">
             <a class="block px-3 lg:px-6 py-1">
              Disney's Encanto
             </a>
            </li>
            <li class="block">
             <a class="block px-3 lg:px-6 py-1">
              Ratatouille
             </a>
            </li>
           </ul>
          </li>
          <li class="inline-block relative">
           <a class="top-level inline-block text-lg md:text-xl lg:text-2xl no-underline heading text-dark tr-color py-1 relative px-3 lg:px-6">
            About
           </a>
          </li>
         </ul>
        </nav>
       </span>
       <span class="sh z-20 absolute top-0 right-0 h-full w-8">
       </span>
      </div>
      <div class="lg:hidden flex-grow-0 pl-12 relative">
       <button aria-label="Toggle mobile nav" class="block toggle-mobile-nav hamburger hamburger--converge absolute right-0 centered-y" type="button">
        <div class="inner">
         <span class="bar">
         </span>
         <span class="bar">
         </span>
         <span class="bar">
         </span>
        </div>
       </button>
      </div>
     </div>
    </div>
   </div>
   <div class="relative w-full">
    <nav class="mobile-nav absolute w-full top-0 left-0">
     <div class="container mx-auto py-4">
      <ul>
       <li class="block relative">
        <a class="top-level inline-block text-xl lg:text-2xl no-underline heading text-dark tr-color py-1 relative">
         Home
        </a>
       </li>
       <li class="block relative">
        <a class="top-level inline-block text-xl lg:text-2xl no-underline heading text-dark tr-color py-1 relative">
         Blog
        </a>
       </li>
       <li class="block relative">
        <span class="top-level inline-block text-xl lg:text-2xl no-underline heading text-dark tr-color py-1 relative">
         Categories
        </span>
        <ul class="dropdown ml-4 mb-1 text-base">
         <li class="block">
          <a class="block px-3 py-1">
           Disney Fabrics
          </a>
         </li>
         <li class="block">
          <a class="block px-3 py-1">
           Chip 'n' Dale
          </a>
         </li>
         <li class="block">
          <a class="block px-3 py-1">
           Disney's Encanto
          </a>
         </li>
         <li class="block">
          <a class="block px-3 py-1">
           Ratatouille
          </a>
         </li>
        </ul>
       </li>
       <li class="block relative">
        <a class="top-level inline-block text-xl lg:text-2xl no-underline heading text-dark tr-color py-1 relative">
         About
        </a>
       </li>
      </ul>
     </div>
    </nav>
   </div>
   <style>
    @font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64f8N5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpfBJ.ttf) format('truetype');
}


html,body{overflow-x:hidden}main>.container{position:relative}body{background:url(/site/mousegifts_XOzA5ayUzTjNFHWbRJAL/bg.jpg) no-repeat center center;background-size:cover}main>.container{background:#fff;box-shadow:0 0 20px rgba(0,0,0,.35)}.main-nav-container .container{background:#c40002!important}.main-nav-container a.top-level{color:#fff}.main-nav-container,nav.mobile-nav{background-color:transparent!important;box-shadow:none!important}.main-nav>ul>li>a,.main-nav>ul>li>span{color:#fff}.main-nav>ul>li.has-dropdown.hover>span{color:#000!important}.mobile-nav .container{background-color:#eee;box-shadow:0 10px 10px -5px rgba(0,0,0,.36)}.main-nav{text-align:center}.main-nav ul.dropdown{text-align:left!important}.main-nav a.top-level:hover{background:#a80002;color:#ffdb55}.rich-text a{text-decoration:underline}@media (min-width:768px){main>.container,.mobile-nav .container{padding-left:30px!important;padding-right:30px!important}main>.container{padding-top:30px!important}}.sidebar-section>h2{color:#fff}@media (max-width:991px){.main-nav-container .sh{background:-moz-linear-gradient(left,rgba(194,0,4,0) 0%,rgba(156,0,3,1) 100%)!important;;background:-webkit-linear-gradient(left,rgba(194,0,4,0) 0%,rgba(156,0,3,1) 100%)!important;;background:linear-gradient(to right,rgba(194,0,4,0) 0%,rgba(156,0,3,1) 100%)!important;;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c20004',endColorstr='#9c0003',GradientType=1)!important;}}.hamburger.active span.bar,.hamburger span.bar{background-color:#fff!important}.sidebar-section>h2{text-transform:uppercase}.site-header .hdr-image{width:100%;height:auto}.site-header .container{padding:0!important}@media (max-width:575px){.hdr-tablet,.hdr-desktop{display:none}}@media (min-width:576px) and (max-width:767px){.hdr-mobile,.hdr-desktop{display:none}}@media (min-width:768px){.hdr-mobile,.hdr-tablet{display:none}}.site-footer .container{padding-top:25px;padding-bottom:25px;background:#000;color:#fff}.site-footer .mt-6{margin-top:0!important}
   </style>
   <main class="relative z-10">
    <div class="container mx-auto px-4 pt-6 pb-16" style="min-height: 640px;">
     <div class="lg:flex">
      <div class="content lg:w-3/4 lg:pr-8">
       <nav class="breadcrumb mb-2 text-sm">
        <ul>
         <li class="inline-block">
          <a class="text-black hover:underline">
           Home
          </a>
         </li>
         <li class="inline-block">
          <a class="text-black hover:underline">
           Winnie the Pooh
          </a>
         </li>
         <li class="inline-block">
          <a class="text-black hover:underline">
           Owl in Flight
          </a>
         </li>
        </ul>
       </nav>
       <h1 class="section-title">
        Winnie the Pooh's Owl in Flight
       </h1>
       <div class="rich-text text-lg leading-normal mt-3">
        <p>
         This cute design of the Owl character from Disney's Winnie the Pooh features Owl in flight. Great gifts here for fans of Winnie the Pooh and anyone who loves owls.
        </p>
       </div>
       <div class="mt-6">
       </div>
       <div class="flex flex-wrap justify-between mt-6 fill-3">
        <div class="single-product mb-5 w-full xs:w-c2 md:w-c3 xl:w-c4 border border-grey-alt rounded hover:border-grey tr-border relative overflow-hidden">
         <button aria-label="Info" class="info-btn absolute top-0 right-0 mr-4 mt-4 z-30" type="button">
         </button>
         <div class="p-2 relative z-20">
          <div class="thumb relative w-full">
           <a aria-label="Owl Poster" rel="nofollow noopener noreferrer" target="_blank">
            <img alt="Owl Poster" class="rounded centered max-h-full lazyloaded" data-src="" height="400" src="rick.jpg" width="400">
           </a>
          </div>
         </div>
         <div class="mt-2 text-sm px-2 pb-3">
          <div class="text-xs mb-1">
           From
           <a class="text-black no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
            Zazzle
           </a>
          </div>
          <a class="text-dark no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
           Owl Poster
          </a>
         </div>
         <div class="description absolute z-50 left-0 text-sm p-4 leading-compact vgrad-gr-wh">
          <strong>
           Owl Poster
          </strong>
          &ndash;   Other Characters
          <a class="block btn text-center py-2 px-5 text-base primary-btn no-underline w-full mt-3" rel="nofollow noopener noreferrer" target="_blank">
           View on Zazzle
          </a>
         </div>
        </div>
        <div class="single-product mb-5 w-full xs:w-c2 md:w-c3 xl:w-c4 border border-grey-alt rounded hover:border-grey tr-border relative overflow-hidden">
         <button aria-label="Info" class="info-btn absolute top-0 right-0 mr-4 mt-4 z-30" type="button">
         </button>
         <div class="p-2 relative z-20">
          <div class="thumb relative w-full">
           <a aria-label="Owl Mouse Pad" rel="nofollow noopener noreferrer" target="_blank">
            <img alt="Owl Mouse Pad" class="rounded centered max-h-full lazyloaded" data-src="" height="400" src="rick.jpg" width="400">
           </a>
          </div>
         </div>
         <div class="mt-2 text-sm px-2 pb-3">
          <div class="text-xs mb-1">
           From
           <a class="text-black no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
            Zazzle
           </a>
          </div>
          <a class="text-dark no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
           Owl Mouse Pad
          </a>
         </div>
         <div class="description absolute z-50 left-0 text-sm p-4 leading-compact vgrad-gr-wh">
          <strong>
           Owl Mouse Pad
          </strong>
          &ndash;   Winnie the Pooh: Other Characters
          <a class="block btn text-center py-2 px-5 text-base primary-btn no-underline w-full mt-3" rel="nofollow noopener noreferrer" target="_blank">
           View on Zazzle
          </a>
         </div>
        </div>
        <div class="single-product mb-5 w-full xs:w-c2 md:w-c3 xl:w-c4 border border-grey-alt rounded hover:border-grey tr-border relative overflow-hidden">
         <button aria-label="Info" class="info-btn absolute top-0 right-0 mr-4 mt-4 z-30" type="button">
         </button>
         <div class="p-2 relative z-20">
          <div class="thumb relative w-full">
           <a aria-label="Owl T-Shirt" rel="nofollow noopener noreferrer" target="_blank">
            <img alt="Owl T-Shirt" class="rounded centered max-h-full lazyloaded" data-src="" height="400" src="rick.jpg" width="400">
           </a>
          </div>
         </div>
         <div class="mt-2 text-sm px-2 pb-3">
          <div class="text-xs mb-1">
           From
           <a class="text-black no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
            Zazzle
           </a>
          </div>
          <a class="text-dark no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
           Owl T-Shirt
          </a>
         </div>
         <div class="description absolute z-50 left-0 text-sm p-4 leading-compact vgrad-gr-wh">
          <strong>
           Owl T-Shirt
          </strong>
          &ndash;   Other Characters
          <a class="block btn text-center py-2 px-5 text-base primary-btn no-underline w-full mt-3" rel="nofollow noopener noreferrer" target="_blank">
           View on Zazzle
          </a>
         </div>
        </div>
        <div class="single-product mb-5 w-full xs:w-c2 md:w-c3 xl:w-c4 border border-grey-alt rounded hover:border-grey tr-border relative overflow-hidden">
         <button aria-label="Info" class="info-btn absolute top-0 right-0 mr-4 mt-4 z-30" type="button">
         </button>
         <div class="p-2 relative z-20">
          <div class="thumb relative w-full">
           <a aria-label="Owl Keychain" rel="nofollow noopener noreferrer" target="_blank">
            <img alt="Owl Keychain" class="rounded centered max-h-full lazyloaded" data-src="" height="400" src="rick.jpg" width="400">
           </a>
          </div>
         </div>
         <div class="mt-2 text-sm px-2 pb-3">
          <div class="text-xs mb-1">
           From
           <a class="text-black no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
            Zazzle
           </a>
          </div>
          <a class="text-dark no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
           Owl Keychain
          </a>
         </div>
         <div class="description absolute z-50 left-0 text-sm p-4 leading-compact vgrad-gr-wh">
          <strong>
           Owl Keychain
          </strong>
          &ndash;   Other Characters
          <a class="block btn text-center py-2 px-5 text-base primary-btn no-underline w-full mt-3" rel="nofollow noopener noreferrer" target="_blank">
           View on Zazzle
          </a>
         </div>
        </div>
        <div class="single-product mb-5 w-full xs:w-c2 md:w-c3 xl:w-c4 border border-grey-alt rounded hover:border-grey tr-border relative overflow-hidden">
         <button aria-label="Info" class="info-btn absolute top-0 right-0 mr-4 mt-4 z-30" type="button">
         </button>
         <div class="p-2 relative z-20">
          <div class="thumb relative w-full">
           <a aria-label="Owl Square Sticker" rel="nofollow noopener noreferrer" target="_blank">
            <img alt="Owl Square Sticker" class="rounded centered max-h-full lazyloaded" data-src="" height="400" src="rick.jpg" width="400">
           </a>
          </div>
         </div>
         <div class="mt-2 text-sm px-2 pb-3">
          <div class="text-xs mb-1">
           From
           <a class="text-black no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
            Zazzle
           </a>
          </div>
          <a class="text-dark no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
           Owl Square Sticker
          </a>
         </div>
         <div class="description absolute z-50 left-0 text-sm p-4 leading-compact vgrad-gr-wh">
          <strong>
           Owl Square Sticker
          </strong>
          &ndash;   Other Characters
          <a class="block btn text-center py-2 px-5 text-base primary-btn no-underline w-full mt-3" rel="nofollow noopener noreferrer" target="_blank">
           View on Zazzle
          </a>
         </div>
        </div>
        <div class="single-product mb-5 w-full xs:w-c2 md:w-c3 xl:w-c4 border border-grey-alt rounded hover:border-grey tr-border relative overflow-hidden">
         <button aria-label="Info" class="info-btn absolute top-0 right-0 mr-4 mt-4 z-30" type="button">
         </button>
         <div class="p-2 relative z-20">
          <div class="thumb relative w-full">
           <a aria-label="Owl Classic Round Sticker" rel="nofollow noopener noreferrer" target="_blank">
            <img alt="Owl Classic Round Sticker" class="rounded centered max-h-full lazyloaded" data-src="" height="400" src="rick.jpg" width="400">
           </a>
          </div>
         </div>
         <div class="mt-2 text-sm px-2 pb-3">
          <div class="text-xs mb-1">
           From
           <a class="text-black no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
            Zazzle
           </a>
          </div>
          <a class="text-dark no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
           Owl Classic Round Sticker
          </a>
         </div>
         <div class="description absolute z-50 left-0 text-sm p-4 leading-compact vgrad-gr-wh">
          <strong>
           Owl Classic Round Sticker
          </strong>
          &ndash;   Other Characters
          <a class="block btn text-center py-2 px-5 text-base primary-btn no-underline w-full mt-3" rel="nofollow noopener noreferrer" target="_blank">
           View on Zazzle
          </a>
         </div>
        </div>
        <div class="single-product mb-5 w-full xs:w-c2 md:w-c3 xl:w-c4 border border-grey-alt rounded hover:border-grey tr-border relative overflow-hidden">
         <button aria-label="Info" class="info-btn absolute top-0 right-0 mr-4 mt-4 z-30" type="button">
         </button>
         <div class="p-2 relative z-20">
          <div class="thumb relative w-full">
           <a aria-label="Owl T-Shirt" rel="nofollow noopener noreferrer" target="_blank">
            <img alt="Owl T-Shirt" class="rounded centered max-h-full lazyloaded" data-src="" height="400" src="rick.jpg" width="400">
           </a>
          </div>
         </div>
         <div class="mt-2 text-sm px-2 pb-3">
          <div class="text-xs mb-1">
           From
           <a class="text-black no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
            Zazzle
           </a>
          </div>
          <a class="text-dark no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
           Owl T-Shirt
          </a>
         </div>
         <div class="description absolute z-50 left-0 text-sm p-4 leading-compact vgrad-gr-wh">
          <strong>
           Owl T-Shirt
          </strong>
          &ndash;   Other Characters
          <a class="block btn text-center py-2 px-5 text-base primary-btn no-underline w-full mt-3" rel="nofollow noopener noreferrer" target="_blank">
           View on Zazzle
          </a>
         </div>
        </div>
        <div class="single-product mb-5 w-full xs:w-c2 md:w-c3 xl:w-c4 border border-grey-alt rounded hover:border-grey tr-border relative overflow-hidden">
         <button aria-label="Info" class="info-btn absolute top-0 right-0 mr-4 mt-4 z-30" type="button">
         </button>
         <div class="p-2 relative z-20">
          <div class="thumb relative w-full">
           <a aria-label="Owl Two-Tone Coffee Mug" rel="nofollow noopener noreferrer" target="_blank">
            <img alt="Owl Two-Tone Coffee Mug" class="rounded centered max-h-full lazyloaded" data-src="" height="400" src="rick.jpg" width="400">
           </a>
          </div>
         </div>
         <div class="mt-2 text-sm px-2 pb-3">
          <div class="text-xs mb-1">
           From
           <a class="text-black no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
            Zazzle
           </a>
          </div>
          <a class="text-dark no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
           Owl Two-Tone Coffee Mug
          </a>
         </div>
         <div class="description absolute z-50 left-0 text-sm p-4 leading-compact vgrad-gr-wh">
          <strong>
           Owl Two-Tone Coffee Mug
          </strong>
          &ndash;   Other Characters
          <a class="block btn text-center py-2 px-5 text-base primary-btn no-underline w-full mt-3" rel="nofollow noopener noreferrer" target="_blank">
           View on Zazzle
          </a>
         </div>
        </div>
        <div class="single-product mb-5 w-full xs:w-c2 md:w-c3 xl:w-c4 border border-grey-alt rounded hover:border-grey tr-border relative overflow-hidden">
         <button aria-label="Info" class="info-btn absolute top-0 right-0 mr-4 mt-4 z-30" type="button">
         </button>
         <div class="p-2 relative z-20">
          <div class="thumb relative w-full">
           <a aria-label="Owl T-Shirt" rel="nofollow noopener noreferrer" target="_blank">
            <img alt="Owl T-Shirt" class="rounded centered max-h-full lazyloading" data-src="" height="400" src="rick.jpg" width="400">
           </a>
          </div>
         </div>
         <div class="mt-2 text-sm px-2 pb-3">
          <div class="text-xs mb-1">
           From
           <a class="text-black no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
            Zazzle
           </a>
          </div>
          <a class="text-dark no-underline hover:underline" rel="nofollow noopener noreferrer" target="_blank">
           Owl T-Shirt
          </a>
         </div>
         <div class="description absolute z-50 left-0 text-sm p-4 leading-compact vgrad-gr-wh">
          <strong>
           Owl T-Shirt
          </strong>
          &ndash;   Other Characters
          <a class="block btn text-center py-2 px-5 text-base primary-btn no-underline w-full mt-3" rel="nofollow noopener noreferrer" target="_blank">
           View on Zazzle
          </a>
         </div>
        </div>
        <div class="empty px-2 w-c2 md:w-c3 xl:w-c4" style="height: 1px;">
        </div>
        <div class="empty px-2 w-c2 md:w-c3 xl:w-c4" style="height: 1px;">
        </div>
        <div class="empty px-2 w-c2 md:w-c3 xl:w-c4" style="height: 1px;">
        </div>
       </div>
      </div>
      <aside class="sidebar mt-10 lg:mt-0 lg:w-1/4">
       <div class="sidebar-search mb-6" id="sidebar-section-52">
        <div class="relative bg-white border-2 border-grey-alt rounded w-full">
         <form action="/search" method="get">
          <input aria-label="Search site" class="text-dark bg-transparent text-lg py-2 pl-3 pr-12 sidebar-search-field" name="query" placeholder="Search site ..." style="width: calc(100% - 40px);" type="text" value>
          <button aria-label="Search" class="absolute right-0 mr-2 centered-y text-dark tr-color hover:text-grey-dark" type="submit">
          </button>
         </form>
        </div>
       </div>
       <div class="sidebar-section mb-6 rounded-b" id="sidebar-section-51">
        <h2 class="text-2xl relative py-2 px-4 rounded-t">
         Categories
        </h2>
        <nav class="sidebar-sections sidebar-nav py-2 px-4">
         <ul class="list-reset mt-1">
          <li class="py-1 has-submenu" data-uid="mcqx1mac80paOdd5Dln4GWQy7WNdYhJKXb9W">
           <div class="relative leading-compact pr-8">
            <a class="text-dark font-bold text-lg no-underline hover:underline">
             Disney Fabrics
            </a>
            <button aria-label="Toggle" class="block m-0 rounded-smaller toggle tr-bg absolute top-0 right-0" type="button">
             <span class="plus">
             </span>
             <span class="minus">
             </span>
            </button>
           </div>
           <ul class="list-reset mt-1">
            <li class="py-1" data-uid="7Q2NZTVRcpqt7HDdkfA9uqZqnaLdXdypTGJ5">
             <div class="relative leading-compact">
              <a class="text-link font-regular text-base block py-h no-underline hover:underline">
               Disney Christmas Fabrics
              </a>
             </div>
            </li>
            <li class="py-1" data-uid="hCPbd4PkbcVXesjOzuD1xZHkyU6tznxkJTW2">
             <div class="relative leading-compact">
              <a class="text-link font-regular text-base block py-h no-underline hover:underline">
               Frozen Fabrics
              </a>
             </div>
            </li>
            <li class="py-1" data-uid="QvyxF5XerF66PMh1MWFd1UU6wfsGU9ZvTMFA">
             <div class="relative leading-compact">
              <a class="text-link font-regular text-base block py-h no-underline hover:underline">
               Classic Character Fabrics
              </a>
             </div>
            </li>
            <li class="py-1" data-uid="Y8dheLCLGMlhKCDts7F6xw7cVOIuJvGXwQqH">
             <div class="relative leading-compact">
              <a class="text-link font-regular text-base block py-h no-underline hover:underline">
               Winnie the Pooh Fabrics
              </a>
             </div>
            </li>
           </ul>
          </li>
          <li class="py-1" data-uid="TByQI0ZON3Wxe91z0pcMhYojeq8MFlC3OeEa">
           <div class="relative leading-compact">
            <a class="text-dark font-bold text-lg no-underline hover:underline">
             Chip 'n' Dale
            </a>
           </div>
          </li>
          <li class="py-1" data-uid="obTPq2dUKMFEd7IwzZIrbWm4WeIzmGVwVmMn">
           <div class="relative leading-compact">
            <a class="text-dark font-bold text-lg no-underline hover:underline">
             Disney's Encanto
            </a>
           </div>
          </li>
          <li class="py-1" data-uid="ZLp6lG76fK2kQ48TkqgJO2ErFLhYIm9XGtPE">
           <div class="relative leading-compact">
            <a class="text-dark font-bold text-lg no-underline hover:underline">
             Ratatouille
            </a>
           </div>
          </li>
         </ul>
        </nav>
       </div>
       <div class="sidebar-banner text-center mb-6">
        <a aria-label="Banner" class="b">
         <picture>
          <source type="image/webp">
          <source type="image/jpeg">
          <img alt="Walt Disney World Transportation Map - Available as a Poster" class="lazyload mx-auto" data- data-src="rick.jpg">
         </picture>
        </a>
       </div>
       <div class="sidebar-section mb-6 rounded-b" id="sidebar-section-90">
        <h2 class="text-2xl relative py-2 px-4 rounded-t">
         What's New
        </h2>
        <nav class="sidebar-nav py-2 px-4 leading-compact">
         <ul class="mt-1">
          <li class="py-1 border-b border-grey-alt">
           <a class="text-dark font-bold no-underline hover:underline">
            Disney Serving Trays for Thanskgiving Gatherings &amp; Beyond
           </a>
          </li>
          <li class="py-1 border-b border-grey-alt">
           <a class="text-dark font-bold no-underline hover:underline">
            Cozy Leggings for Cool Fall Weather
           </a>
          </li>
          <li class="py-1 border-b border-grey-alt">
           <a class="text-dark font-bold no-underline hover:underline">
            Fun Disney Halloween Decor Idea: Holiday Pillows!
           </a>
          </li>
          <li class="py-1 border-b border-grey-alt">
           <a class="text-dark font-bold no-underline hover:underline">
            Refresh Your Office with a Disney Mousepad
           </a>
          </li>
         </ul>
        </nav>
       </div>
       <div class="sidebar-section mb-6 rounded-b" id="sidebar-section-95">
        <div class="rich-text py-3 px-4">
         <p>
          This site contains affiliate links to products. If you purchase something from a link posted on this site, we may receive a small percentage of the sale at no extra cost to you.
         </p>
        </div>
       </div>
      </aside>
     </div>
    </div>
   </main>
   <div class="site-footer relative z-50">
    <div class="container mx-auto px-4 text-sm">
     <div class="mt-6">
      Copyright 2023 Mouse Gifts &ndash; All Rights Reserved. &ndash;
      <a class="underline">
       Terms of Use &amp; Privacy Policy
      </a>
     </div>
    </div>
   </div>
  </div>
  <div class="hidden">
  </div>
  <noscript>
   <div class="statcounter">
    <a aria-label="Counter" rel="noopener" target="_blank" title="free hit counter">
     <img alt="free hit counter" class="statcounter" height="0" src="rick.jpg" width="0">
    </a>
   </div>
  </noscript>
 </body>
</html>