dlimeng commited on
Commit
437912a
·
verified ·
1 Parent(s): ab8e427

Create a Labubu online store page that matches Labubu's art style. - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +537 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Labubu
3
- emoji: 📚
4
- colorFrom: yellow
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: labubu
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,537 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Labubu Wonderland | Official Store</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&family=Nunito:wght@400;700;900&display=swap" rel="stylesheet">
9
+ <style>
10
+ :root {
11
+ --labubu-pink: #ff9ebb;
12
+ --labubu-blue: #8bd3e6;
13
+ --labubu-yellow: #ffdf6b;
14
+ --labubu-purple: #c6a6ff;
15
+ --labubu-green: #a8e6cf;
16
+ }
17
+
18
+ body {
19
+ font-family: 'Nunito', sans-serif;
20
+ background: linear-gradient(135deg, #f9f0ff 0%, #e6f7ff 100%);
21
+ background-attachment: fixed;
22
+ overflow-x: hidden;
23
+ }
24
+
25
+ .labubu-font {
26
+ font-family: 'Comic Neue', cursive;
27
+ }
28
+
29
+ .labubu-shadow {
30
+ box-shadow: 0 8px 20px rgba(0,0,0,0.1);
31
+ }
32
+
33
+ .labubu-card {
34
+ transition: all 0.3s ease;
35
+ border-radius: 20px;
36
+ overflow: hidden;
37
+ background: white;
38
+ }
39
+
40
+ .labubu-card:hover {
41
+ transform: translateY(-10px);
42
+ box-shadow: 0 15px 30px rgba(0,0,0,0.15);
43
+ }
44
+
45
+ .labubu-btn {
46
+ transition: all 0.3s ease;
47
+ border-radius: 50px;
48
+ font-weight: bold;
49
+ letter-spacing: 0.5px;
50
+ }
51
+
52
+ .labubu-btn:hover {
53
+ transform: scale(1.05);
54
+ }
55
+
56
+ .labubu-header {
57
+ background: rgba(255, 255, 255, 0.9);
58
+ backdrop-filter: blur(10px);
59
+ }
60
+
61
+ .labubu-badge {
62
+ animation: float 3s ease-in-out infinite;
63
+ }
64
+
65
+ .labubu-character {
66
+ animation: bounce 5s ease-in-out infinite;
67
+ }
68
+
69
+ @keyframes float {
70
+ 0% { transform: translateY(0px); }
71
+ 50% { transform: translateY(-10px); }
72
+ 100% { transform: translateY(0px); }
73
+ }
74
+
75
+ @keyframes bounce {
76
+ 0%, 100% { transform: translateY(0); }
77
+ 50% { transform: translateY(-20px); }
78
+ }
79
+
80
+ .labubu-wave {
81
+ position: absolute;
82
+ bottom: 0;
83
+ left: 0;
84
+ width: 100%;
85
+ overflow: hidden;
86
+ line-height: 0;
87
+ }
88
+
89
+ .labubu-wave svg {
90
+ position: relative;
91
+ display: block;
92
+ width: calc(100% + 1.3px);
93
+ height: 100px;
94
+ }
95
+
96
+ .labubu-wave .shape-fill {
97
+ fill: #FFFFFF;
98
+ }
99
+
100
+ .cart-pulse {
101
+ animation: pulse 2s infinite;
102
+ }
103
+
104
+ @keyframes pulse {
105
+ 0% { transform: scale(1); }
106
+ 50% { transform: scale(1.1); }
107
+ 100% { transform: scale(1); }
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <!-- Header -->
113
+ <header class="labubu-header sticky top-0 z-50 labubu-shadow">
114
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
115
+ <div class="flex items-center">
116
+ <div class="w-12 h-12 rounded-full bg-[var(--labubu-pink)] flex items-center justify-center mr-3">
117
+ <div class="w-8 h-8 rounded-full bg-white flex items-center justify-center">
118
+ <div class="w-4 h-4 rounded-full bg-[var(--labubu-blue)]"></div>
119
+ </div>
120
+ </div>
121
+ <h1 class="labubu-font text-3xl font-bold text-[var(--labubu-purple)]">Labubu Wonderland</h1>
122
+ </div>
123
+
124
+ <nav class="hidden md:flex space-x-8">
125
+ <a href="#" class="text-lg font-bold text-gray-700 hover:text-[var(--labubu-pink)] transition">Home</a>
126
+ <a href="#" class="text-lg font-bold text-gray-700 hover:text-[var(--labubu-pink)] transition">Shop</a>
127
+ <a href="#" class="text-lg font-bold text-gray-700 hover:text-[var(--labubu-pink)] transition">Collection</a>
128
+ <a href="#" class="text-lg font-bold text-gray-700 hover:text-[var(--labubu-pink)] transition">About</a>
129
+ <a href="#" class="text-lg font-bold text-gray-700 hover:text-[var(--labubu-pink)] transition">Contact</a>
130
+ </nav>
131
+
132
+ <div class="flex items-center">
133
+ <div class="relative mr-6">
134
+ <button id="cart-btn" class="text-gray-700 hover:text-[var(--labubu-pink)] transition">
135
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor">
136
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
137
+ </svg>
138
+ </button>
139
+ <span id="cart-count" class="cart-pulse absolute -top-2 -right-3 bg-[var(--labubu-pink)] text-white rounded-full w-6 h-6 flex items-center justify-center text-xs font-bold">3</span>
140
+ </div>
141
+ <button class="md:hidden text-gray-700">
142
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor">
143
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
144
+ </svg>
145
+ </button>
146
+ </div>
147
+ </div>
148
+ </header>
149
+
150
+ <!-- Hero Section -->
151
+ <section class="relative py-16 md:py-24 overflow-hidden">
152
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
153
+ <div class="md:w-1/2 mb-12 md:mb-0">
154
+ <div class="labubu-badge bg-[var(--labubu-yellow)] text-[var(--labubu-purple)] py-2 px-6 rounded-full inline-block font-bold mb-6">
155
+ ✨ New Collection! ✨
156
+ </div>
157
+ <h1 class="labubu-font text-5xl md:text-7xl font-bold text-[var(--labubu-purple)] mb-6 leading-tight">
158
+ Meet Labubu & Friends
159
+ </h1>
160
+ <p class="text-xl text-gray-600 mb-8 max-w-lg">
161
+ Discover the magical world of Labubu, TYCOCO, and the rest of the gang! Each character is full of personality and ready to bring joy to your home.
162
+ </p>
163
+ <div class="flex flex-wrap gap-4">
164
+ <button class="labubu-btn bg-[var(--labubu-pink)] hover:bg-[#ff7aa3] text-white py-4 px-8 text-lg font-bold">
165
+ Shop Now
166
+ </button>
167
+ <button class="labubu-btn bg-white text-[var(--labubu-purple)] border-2 border-[var(--labubu-purple)] py-4 px-8 text-lg font-bold">
168
+ Meet the Characters
169
+ </button>
170
+ </div>
171
+ </div>
172
+
173
+ <div class="md:w-1/2 relative">
174
+ <div class="relative flex justify-center">
175
+ <div class="labubu-character absolute top-0 left-20 w-32 h-32 rounded-full bg-[var(--labubu-blue)] opacity-40"></div>
176
+ <div class="labubu-character absolute -bottom-10 right-20 w-40 h-40 rounded-full bg-[var(--labubu-green)] opacity-30"></div>
177
+
178
+ <div class="relative z-10">
179
+ <div class="bg-[var(--labubu-yellow)] rounded-full w-64 h-64 mx-auto flex items-center justify-center mb-8 labubu-shadow">
180
+ <div class="bg-[var(--labubu-pink)] rounded-full w-48 h-48 flex items-center justify-center">
181
+ <div class="bg-white rounded-full w-32 h-32 flex items-center justify-center">
182
+ <div class="bg-[var(--labubu-blue)] rounded-full w-16 h-16 relative">
183
+ <div class="absolute w-6 h-6 bg-white rounded-full -top-2 left-4"></div>
184
+ <div class="absolute w-6 h-6 bg-white rounded-full -top-2 right-4"></div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ </div>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="labubu-wave">
195
+ <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
196
+ <path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path>
197
+ <path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path>
198
+ <path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path>
199
+ </svg>
200
+ </div>
201
+ </section>
202
+
203
+ <!-- Featured Products -->
204
+ <section class="py-20 bg-white">
205
+ <div class="container mx-auto px-4">
206
+ <div class="text-center mb-16">
207
+ <h2 class="labubu-font text-4xl md:text-5xl font-bold text-[var(--labubu-purple)] mb-4">Labubu Collection</h2>
208
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">Each character is carefully crafted with love and attention to detail</p>
209
+ </div>
210
+
211
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
212
+ <!-- Product 1 -->
213
+ <div class="labubu-card">
214
+ <div class="relative">
215
+ <div class="bg-[var(--labubu-blue)] w-full h-64 flex items-center justify-center">
216
+ <div class="bg-[var(--labubu-pink)] rounded-full w-40 h-40 flex items-center justify-center">
217
+ <div class="bg-white rounded-full w-28 h-28 flex items-center justify-center">
218
+ <div class="bg-[var(--labubu-yellow)] rounded-full w-16 h-16"></div>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ <div class="absolute top-4 right-4 bg-[var(--labubu-yellow)] text-[var(--labubu-purple)] py-1 px-3 rounded-full text-sm font-bold">
223
+ NEW
224
+ </div>
225
+ </div>
226
+ <div class="p-6">
227
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Labubu Classic</h3>
228
+ <p class="text-gray-600 mb-4">The original mischievous character</p>
229
+ <div class="flex justify-between items-center">
230
+ <span class="text-xl font-bold text-[var(--labubu-purple)]">$24.99</span>
231
+ <button class="labubu-btn bg-[var(--labubu-green)] hover:bg-[#8dd8b9] text-white py-2 px-6 font-bold">
232
+ Add to Cart
233
+ </button>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Product 2 -->
239
+ <div class="labubu-card">
240
+ <div class="relative">
241
+ <div class="bg-[var(--labubu-green)] w-full h-64 flex items-center justify-center">
242
+ <div class="bg-[var(--labubu-purple)] rounded-full w-40 h-40 flex items-center justify-center">
243
+ <div class="bg-white rounded-full w-28 h-28 flex items-center justify-center">
244
+ <div class="bg-[var(--labubu-blue)] rounded-full w-16 h-16"></div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ <div class="p-6">
250
+ <h3 class="text-xl font-bold text-gray-800 mb-2">TYCOCO Friend</h3>
251
+ <p class="text-gray-600 mb-4">Labubu's best friend with a big heart</p>
252
+ <div class="flex justify-between items-center">
253
+ <span class="text-xl font-bold text-[var(--labubu-purple)]">$22.99</span>
254
+ <button class="labubu-btn bg-[var(--labubu-green)] hover:bg-[#8dd8b9] text-white py-2 px-6 font-bold">
255
+ Add to Cart
256
+ </button>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Product 3 -->
262
+ <div class="labubu-card">
263
+ <div class="relative">
264
+ <div class="bg-[var(--labubu-pink)] w-full h-64 flex items-center justify-center">
265
+ <div class="bg-[var(--labubu-yellow)] rounded-full w-40 h-40 flex items-center justify-center">
266
+ <div class="bg-white rounded-full w-28 h-28 flex items-center justify-center">
267
+ <div class="bg-[var(--labubu-green)] rounded-full w-16 h-16"></div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+ <div class="absolute top-4 right-4 bg-[var(--labubu-blue)] text-white py-1 px-3 rounded-full text-sm font-bold">
272
+ SALE
273
+ </div>
274
+ </div>
275
+ <div class="p-6">
276
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Zimomo Buddy</h3>
277
+ <p class="text-gray-600 mb-4">The quiet one with a big personality</p>
278
+ <div class="flex justify-between items-center">
279
+ <span class="text-xl font-bold text-[var(--labubu-purple)]">
280
+ <span class="line-through text-gray-400 mr-2">$26.99</span> $19.99
281
+ </span>
282
+ <button class="labubu-btn bg-[var(--labubu-green)] hover:bg-[#8dd8b9] text-white py-2 px-6 font-bold">
283
+ Add to Cart
284
+ </button>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Product 4 -->
290
+ <div class="labubu-card">
291
+ <div class="relative">
292
+ <div class="bg-[var(--labubu-purple)] w-full h-64 flex items-center justify-center">
293
+ <div class="bg-[var(--labubu-blue)] rounded-full w-40 h-40 flex items-center justify-center">
294
+ <div class="bg-white rounded-full w-28 h-28 flex items-center justify-center">
295
+ <div class="bg-[var(--labubu-pink)] rounded-full w-16 h-16"></div>
296
+ </div>
297
+ </div>
298
+ </div>
299
+ </div>
300
+ <div class="p-6">
301
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Labubu Mini Series</h3>
302
+ <p class="text-gray-600 mb-4">Set of 3 mini Labubu characters</p>
303
+ <div class="flex justify-between items-center">
304
+ <span class="text-xl font-bold text-[var(--labubu-purple)]">$49.99</span>
305
+ <button class="labubu-btn bg-[var(--labubu-green)] hover:bg-[#8dd8b9] text-white py-2 px-6 font-bold">
306
+ Add to Cart
307
+ </button>
308
+ </div>
309
+ </div>
310
+ </div>
311
+ </div>
312
+
313
+ <div class="text-center mt-12">
314
+ <button class="labubu-btn bg-[var(--labubu-purple)] hover:bg-[#b08cff] text-white py-4 px-12 text-lg font-bold">
315
+ View All Characters
316
+ </button>
317
+ </div>
318
+ </div>
319
+ </section>
320
+
321
+ <!-- Story Section -->
322
+ <section class="py-20 relative">
323
+ <div class="container mx-auto px-4">
324
+ <div class="flex flex-col md:flex-row items-center">
325
+ <div class="md:w-1/2 mb-12 md:mb-0 md:pr-12">
326
+ <div class="relative">
327
+ <div class="absolute -top-10 -left-10 w-32 h-32 rounded-full bg-[var(--labubu-yellow)] opacity-20"></div>
328
+ <div class="absolute -bottom-10 -right-10 w-40 h-40 rounded-full bg-[var(--labubu-pink)] opacity-20"></div>
329
+
330
+ <div class="relative bg-white rounded-3xl p-8 labubu-shadow">
331
+ <h2 class="labubu-font text-4xl font-bold text-[var(--labubu-purple)] mb-6">The Labubu Story</h2>
332
+ <p class="text-lg text-gray-700 mb-6">
333
+ Labubu is a character created by artist Kasing Lung, known for its mischievous yet lovable personality.
334
+ Each character in the Labubu family has a unique story and charm.
335
+ </p>
336
+ <p class="text-lg text-gray-700 mb-8">
337
+ Our products are made with high-quality materials and attention to detail, ensuring that each piece
338
+ captures the essence of the original artwork.
339
+ </p>
340
+ <button class="labubu-btn bg-[var(--labubu-blue)] hover:bg-[#6bc1d9] text-white py-3 px-8 font-bold">
341
+ Meet the Artist
342
+ </button>
343
+ </div>
344
+ </div>
345
+ </div>
346
+
347
+ <div class="md:w-1/2 grid grid-cols-2 gap-6">
348
+ <div class="bg-[var(--labubu-green)] rounded-2xl h-64 flex items-center justify-center">
349
+ <div class="bg-[var(--labubu-yellow)] rounded-full w-32 h-32 flex items-center justify-center">
350
+ <div class="bg-white rounded-full w-20 h-20"></div>
351
+ </div>
352
+ </div>
353
+ <div class="bg-[var(--labubu-pink)] rounded-2xl h-80 flex items-center justify-center mt-8">
354
+ <div class="bg-[var(--labubu-purple)] rounded-full w-40 h-40 flex items-center justify-center">
355
+ <div class="bg-white rounded-full w-24 h-24"></div>
356
+ </div>
357
+ </div>
358
+ <div class="bg-[var(--labubu-blue)] rounded-2xl h-80 flex items-center justify-center">
359
+ <div class="bg-[var(--labubu-green)] rounded-full w-40 h-40 flex items-center justify-center">
360
+ <div class="bg-white rounded-full w-24 h-24"></div>
361
+ </div>
362
+ </div>
363
+ <div class="bg-[var(--labubu-yellow)] rounded-2xl h-64 flex items-center justify-center mt-8">
364
+ <div class="bg-[var(--labubu-blue)] rounded-full w-32 h-32 flex items-center justify-center">
365
+ <div class="bg-white rounded-full w-20 h-20"></div>
366
+ </div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+ </section>
372
+
373
+ <!-- Footer -->
374
+ <footer class="bg-[var(--labubu-purple)] text-white py-12 relative">
375
+ <div class="container mx-auto px-4">
376
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12">
377
+ <div>
378
+ <h3 class="labubu-font text-2xl font-bold mb-4">Labubu Wonderland</h3>
379
+ <p class="mb-4 opacity-80">Bringing joy and mischief to your home with every character.</p>
380
+ <div class="flex space-x-4">
381
+ <a href="#" class="bg-white text-[var(--labubu-purple)] rounded-full w-10 h-10 flex items-center justify-center">
382
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16">
383
+ <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
384
+ </svg>
385
+ </a>
386
+ <a href="#" class="bg-white text-[var(--labubu-purple)] rounded-full w-10 h-10 flex items-center justify-center">
387
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16">
388
+ <path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
389
+ </svg>
390
+ </a>
391
+ <a href="#" class="bg-white text-[var(--labubu-purple)] rounded-full w-10 h-10 flex items-center justify-center">
392
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16">
393
+ <path d="M8/0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 14.5a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13z"/>
394
+ <path d="M10.5 4H8.5a.5.5 0 0 0-.5.5v.5h1.5v-1H10a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5zM6.5 4H5.5a.5.5 0 0 0-.5.5v.5h1.5v-1H6a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5zM10.5 7.5H9.5v.5H10a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5h-.5v.5h-1v-1.5h1.5v-1.5zM6.5 7.5H5.5v.5H6a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5h-.5v.5h-1v-1.5h1.5v-1.5z"/>
395
+ </svg>
396
+ </a>
397
+ </div>
398
+ </div>
399
+
400
+ <div>
401
+ <h4 class="text-lg font-bold mb-4">Shop</h4>
402
+ <ul class="space-y-2 opacity-80">
403
+ <li><a href="#" class="hover:underline">All Characters</a></li>
404
+ <li><a href="#" class="hover:underline">New Arrivals</a></li>
405
+ <li><a href="#" class="hover:underline">Limited Editions</a></li>
406
+ <li><a href="#" class="hover:underline">Bundles</a></li>
407
+ <li><a href="#" class="hover:underline">Accessories</a></li>
408
+ </ul>
409
+ </div>
410
+
411
+ <div>
412
+ <h4 class="text-lg font-bold mb-4">Help</h4>
413
+ <ul class="space-y-2 opacity-80">
414
+ <li><a href="#" class="hover:underline">Shipping & Returns</a></li>
415
+ <li><a href="#" class="hover:underline">Store Policy</a></li>
416
+ <li><a href="#" class="hover:underline">Payment Methods</a></li>
417
+ <li><a href="#" class="hover:underline">FAQ</a></li>
418
+ <li><a href="#" class="hover:underline">Contact Us</a></li>
419
+ </ul>
420
+ </div>
421
+
422
+ <div>
423
+ <h4 class="text-lg font-bold mb-4">Newsletter</h4>
424
+ <p class="opacity-80 mb-4">Stay updated on new releases and special offers!</p>
425
+ <form class="flex">
426
+ <input type="email" placeholder="Your email" class="py-3 px-4 rounded-l-lg w-full text-gray-800 focus:outline-none">
427
+ <button class="labubu-btn bg-[var(--labubu-pink)] hover:bg-[#ff7aa3] py-3 px-4 rounded-r-lg font-bold">
428
+ Join
429
+ </button>
430
+ </form>
431
+ </div>
432
+ </div>
433
+
434
+ <div class="pt-8 border-t border-white border-opacity-20 text-center text-sm opacity-80">
435
+ <p>© 2023 Labubu Wonderland. All rights reserved. Created with ❤️ for Labubu fans.</p>
436
+ </div>
437
+ </div>
438
+ </footer>
439
+
440
+ <!-- Cart Popup -->
441
+ <div id="cart-popup" class="fixed hidden inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 p-4">
442
+ <div class="bg-white rounded-2xl w-full max-w-md p-6 relative">
443
+ <button id="close-cart" class="absolute top-4 right-4 text-gray-500 hover:text-gray-700">
444
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
445
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
446
+ </svg>
447
+ </button>
448
+
449
+ <h2 class="labubu-font text-2xl font-bold text-[var(--labubu-purple)] mb-6">Your Cart</h2>
450
+
451
+ <div class="space-y-4 mb-4">
452
+ <div class="flex items-center">
453
+ <div class="bg-[var(--labubu-blue)] rounded-lg w-16 h-16 mr-4"></div>
454
+ <div class="flex-1">
455
+ <h3 class="font-bold text-gray-800">Labubu Classic</h3>
456
+ <p class="text-gray-600">$24.99</p>
457
+ </div>
458
+ <div class="flex items-center">
459
+ <button class="bg-gray-200 text-gray-700 w-8 h-8 rounded-l-full">-</button>
460
+ <span class="text-center w-10">1</span>
461
+ <button class="bg-gray-200 text-gray-700 w-8 h-8 rounded-r-full">+</button>
462
+ </div>
463
+ </div>
464
+
465
+ <div class="flex items-center">
466
+ <div class="bg-[var(--labubu-green)] rounded-lg w-16 h-16 mr-4"></div>
467
+ <div class="flex-1">
468
+ <h3 class="font-bold text-gray-800">Zimomo Buddy</h3>
469
+ <p class="text-gray-600">$19.99</p>
470
+ </div>
471
+ <div class="flex items-center">
472
+ <button class="bg-gray-200 text-gray-700 w-8 h-8 rounded-l-full">-</button>
473
+ <span class="text-center w-10">2</span>
474
+ <button class="bg-gray-200 text-gray-700 w-8 h-8 rounded-r-full">+</button>
475
+ </div>
476
+ </div>
477
+ </div>
478
+
479
+ <div class="flex justify-between items-center mb-6">
480
+ <span class="text-lg font-bold">Total:</span>
481
+ <span class="text-xl font-bold text-[var(--labubu-purple)]">$64.97</span>
482
+ </div>
483
+
484
+ <button class="labubu-btn w-full bg-[var(--labubu-pink)] hover:bg-[#ff7aa3] text-white py-4 font-bold text-lg">
485
+ Checkout
486
+ </button>
487
+ </div>
488
+ </div>
489
+
490
+ <script>
491
+ // Cart functionality
492
+ const cartBtn = document.getElementById('cart-btn');
493
+ const cartPopup = document.getElementById('cart-popup');
494
+ const closeCart = document.getElementById('close-cart');
495
+
496
+ cartBtn.addEventListener('click', () => {
497
+ cartPopup.classList.remove('hidden');
498
+ cartPopup.classList.add('flex');
499
+ });
500
+
501
+ closeCart.addEventListener('click', () => {
502
+ cartPopup.classList.add('hidden');
503
+ cartPopup.classList.remove('flex');
504
+ });
505
+
506
+ // Close cart when clicking outside
507
+ cartPopup.addEventListener('click', (e) => {
508
+ if (e.target === cartPopup) {
509
+ cartPopup.classList.add('hidden');
510
+ cartPopup.classList.remove('flex');
511
+ }
512
+ });
513
+
514
+ // Add to cart buttons
515
+ const addToCartButtons = document.querySelectorAll('.labubu-btn:not(.bg-[var(--labubu-purple)]):not(.bg-[var(--labubu-blue)])');
516
+ const cartCount = document.getElementById('cart-count');
517
+
518
+ addToCartButtons.forEach(button => {
519
+ button.addEventListener('click', () => {
520
+ // Add to cart animation
521
+ button.textContent = 'Added!';
522
+ button.classList.add('bg-[var(--labubu-yellow)]', 'hover:bg-[var(--labubu-yellow)]');
523
+
524
+ // Update cart count
525
+ let count = parseInt(cartCount.textContent);
526
+ cartCount.textContent = count + 1;
527
+
528
+ // Reset button after 1.5 seconds
529
+ setTimeout(() => {
530
+ button.textContent = 'Add to Cart';
531
+ button.classList.remove('bg-[var(--labubu-yellow)]', 'hover:bg-[var(--labubu-yellow)]');
532
+ }, 1500);
533
+ });
534
+ });
535
+ </script>
536
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=dlimeng/labubu" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
537
+ </html>