-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
630 lines (576 loc) · 39.6 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" />
<title>Limitless Lollies</title>
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tilt+Warp&display=swap" rel="stylesheet">
<script src="script.js" async></script>
<link rel="icon" href="images /favicon.ico">
</head>
<body>
<!-- ============================================ -->
<!-- Navigation -->
<!-- ============================================ -->
<header id="cs-navigation">
<div class="cs-container">
<!--Nav Logo-->
<a href="" class="cs-logo" aria-label="back to home">
<img src="https://limitlesslollies.com.au/cdn/shop/files/Limitless_lollies_rectangle_design_2.png?v=1672982812&width=500" alt="Limitless Lollies logo" width="210" height="29" aria-hidden="true" decoding="async">
</a>
<!--Navigation List-->
<nav class="cs-nav" role="navigation">
<!--Mobile Nav Toggle-->
<button class="cs-toggle" aria-label="mobile menu toggle">
<div class="cs-box" aria-hidden="true">
<span class="cs-line cs-line1" aria-hidden="true"></span>
<span class="cs-line cs-line2" aria-hidden="true"></span>
<span class="cs-line cs-line3" aria-hidden="true"></span>
</div>
</button>
<!-- We need a wrapper div so we can set a fixed height on the cs-ul in case the nav list gets too long from too many dropdowns being opened and needs to have an overflow scroll. This wrapper acts as the background so it can go the full height of the screen and not cut off any overflowing nav items while the cs-ul stops short of the bottom of the screen, which keeps all nav items in view no matter how mnay there are-->
<div class="cs-ul-wrapper">
<ul id="cs-expanded" class="cs-ul" aria-expanded="false">
<li class="cs-li">
<a href="" class="cs-li-link cs-active">
Home
</a>
</li>
<!--Copy and paste this cs-dropdown list item and replace any .cs-li with this cs-dropdown group to make a new dropdown and it will work-->
<li class="cs-li cs-dropdown" tabindex="0">
<span class="cs-li-link">
Shop
<img class="cs-drop-icon" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons%2Fdown.svg" alt="dropdown icon" width="15" height="15" decoding="async" aria-hidden="true">
</span>
<ul class="cs-drop-ul">
<li class="cs-drop-li">
<a href="" class="cs-li-link cs-drop-link">Chocolate</a>
</li>
<li class="cs-drop-li">
<a href="" class="cs-li-link cs-drop-link">Fudge</a>
</li>
<li class="cs-drop-li">
<a href="" class="cs-li-link cs-drop-link">Pickles</a>
</li>
<li class="cs-drop-li">
<a href="" class="cs-li-link cs-drop-link">Pick N' Mix</a>
</li>
<li class="cs-drop-li">
<a href="" class="cs-li-link cs-drop-link">Mystery Bags</a>
</li>
</ul>
</li>
<li class="cs-li">
<a href="" class="cs-li-link">
Contact
</a>
</li>
<li class="cs-li">
<a href="" class="cs-li-link">
About Us
</a>
</li>
<button class="cs-icons">
<img src="https://cdn3.iconfinder.com/data/icons/feather-5/24/search-1024.png"
alt="search icon" height="24" width="24" loading="lazy" decoding="async">
</button>
<button class="cs-icons">
<img src="https://cdn-icons-png.flaticon.com/512/1413/1413908.png"
alt="shopping cart icon" height="24" width="24" loading="lazy" decoding="async">
</button>
</ul>
</div>
</nav>
</div>
</header>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- ============================================ -->
<!-- Featured -->
<!-- ============================================ -->
<section id="collection-1595">
<div class="cs-container">
<div class="cs-content">
<img class="cs-graphic cs-graphic1" loading="lazy" decoding="async" src="https://cdn3d.iconscout.com/3d/premium/thumb/candy-10249556-8330128.png?f=webp" alt="set of 3 lollies with wrappers" width="350" >
<h2 class="cs-title">What's New?</h2>
<p class="cs-text">
Keep up with us on our socials where we post updates on the latest products and other customer's orders!
</p>
<a href="" class="cs-button-solid">Shop Now</a>
</div>
<div class="cs-card-group">
<li class="cs-item">
<a href="" class="cs-link">
<picture class="cs-picture">
<!--Mobile Image-->
<source media="(max-width: 600px)" srcset="https://scontent.fcbr1-1.fna.fbcdn.net/v/t39.30808-6/416968707_17916922250846933_6802759100664537557_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=5f2048&_nc_ohc=vvEITthecjMQ7kNvgH5HGAk&_nc_ht=scontent.fcbr1-1.fna&oh=00_AYArJrO7gIITgWRGVQb2chQrhUoGmRVlnmxvQlKAPSOdOg&oe=66533243">
<!--Tablet and above Image-->
<source media="(min-width: 601px)" srcset="https://scontent.fcbr1-1.fna.fbcdn.net/v/t39.30808-6/416968707_17916922250846933_6802759100664537557_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=5f2048&_nc_ohc=vvEITthecjMQ7kNvgH5HGAk&_nc_ht=scontent.fcbr1-1.fna&oh=00_AYArJrO7gIITgWRGVQb2chQrhUoGmRVlnmxvQlKAPSOdOg&oe=66533243">
<img loading="lazy" decoding="async" src="https://scontent.fcbr1-1.fna.fbcdn.net/v/t39.30808-6/416968707_17916922250846933_6802759100664537557_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=5f2048&_nc_ohc=vvEITthecjMQ7kNvgH5HGAk&_nc_ht=scontent.fcbr1-1.fna&oh=00_AYArJrO7gIITgWRGVQb2chQrhUoGmRVlnmxvQlKAPSOdOg&oe=66533243" alt="hats" width="1280" height="568">
</picture>
</a>
</li>
<li class="cs-item">
<a href="" class="cs-link">
<picture class="cs-picture">
<!--Mobile Image-->
<source media="(max-width: 600px)" srcset="https://scontent.fcbr1-1.fna.fbcdn.net/v/t39.30808-6/407919008_17912500703846933_6574560873504375436_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=5f2048&_nc_ohc=SUVHfsQG8PAQ7kNvgEeQB-B&_nc_ht=scontent.fcbr1-1.fna&oh=00_AYAILkiKByMEv3prcahWKWoUzVtzudgf2hnX_kefpBQqkA&oe=6653314C">
<!--Tablet and above Image-->
<source media="(min-width: 601px)" srcset="https://scontent.fcbr1-1.fna.fbcdn.net/v/t39.30808-6/407919008_17912500703846933_6574560873504375436_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=5f2048&_nc_ohc=SUVHfsQG8PAQ7kNvgEeQB-B&_nc_ht=scontent.fcbr1-1.fna&oh=00_AYAILkiKByMEv3prcahWKWoUzVtzudgf2hnX_kefpBQqkA&oe=6653314C">
<img loading="lazy" decoding="async" src="https://scontent.fcbr1-1.fna.fbcdn.net/v/t39.30808-6/407919008_17912500703846933_6574560873504375436_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=5f2048&_nc_ohc=SUVHfsQG8PAQ7kNvgEeQB-B&_nc_ht=scontent.fcbr1-1.fna&oh=00_AYAILkiKByMEv3prcahWKWoUzVtzudgf2hnX_kefpBQqkA&oe=6653314C" alt="hats" width="1280" height="568">
</picture>
</a>
</li>
</div>
</div>
</section>
<br>
<br>
<br>
<br>
<!-- ============================================ -->
<!-- Top Categories -->
<!-- ============================================ -->
<section id="services-1354">
<div class="cs-container">
<div class="cs-content">
<h2 class="cs-title"> Explore More</h2>
</div>
<ul class="cs-card-group">
<li class="cs-item">
<a href="" class="cs-link">
<h3 class="cs-h3"><span class="cs-span">Aussie</span> Nostalgia</h3>
</a>
<picture class="cs-background">
<source media="(max-width: 600px)" srcset="https://limitlesslollies.com.au/cdn/shop/products/image_33ad6e40-8a21-422c-9dee-525ab5d5b2dd.jpg?v=1680610272&width=1070">
<source media="(min-width: 601px)" srset="https://limitlesslollies.com.au/cdn/shop/products/image_33ad6e40-8a21-422c-9dee-525ab5d5b2dd.jpg?v=1680610272&width=1070">
<img decoding="async" src="https://limitlesslollies.com.au/cdn/shop/products/image_33ad6e40-8a21-422c-9dee-525ab5d5b2dd.jpg?v=1680610272&width=1070" alt="pastel frog lollies" width="305" height="305" aria-hidden="true">
</li>
<li class="cs-item">
<a href="" class="cs-link">
<h3 class="cs-h3"><span class="cs-span">Pre-Mixed</span> Bags</h3>
</a>
<picture class="cs-background">
<source media="(max-width: 600px)" srcset="https://limitlesslollies.com.au/cdn/shop/files/663B8D0A-8DB0-4B4C-BF0C-3A3A54512943.jpg?v=1695285153&width=1070">
<source media="(min-width: 601px)" srcset="https://limitlesslollies.com.au/cdn/shop/files/663B8D0A-8DB0-4B4C-BF0C-3A3A54512943.jpg?v=1695285153&width=1070">
<img decoding="async" src="/images /pre-mixed_bags.webp" alt="pre-mixed bags image with a bunch of wrapped lollies" width="305" height="305" aria-hidden="true">
</picture>
</li>
<li class="cs-item">
<a href="" class="cs-link">
<h3 class="cs-h3"><span class="cs-span">Mystery</span>Bags</h3>
</a>
<picture class="cs-background">
<source media="(max-width: 600px)" srcset="https://limitlesslollies.com.au/cdn/shop/files/question_mark.png?v=1674537897&width=1070">
<source media="(min-width: 601px)" srcset="https://limitlesslollies.com.au/cdn/shop/files/question_mark.png?v=1674537897&width=1070">
<img decoding="async" src="/images /mystery-bags.png" alt="a bunch of question marks on a yellow background" width="305" height="305" aria-hidden="true">
</picture>
</li>
<li class="cs-item">
<a href="" class="cs-link">
<h3 class="cs-h3"><span class="cs-span">Individual </span>Lollies</h3>
</a>
<picture class="cs-background">
<source media="(max-width: 600px)" srcset="https://limitlesslollies.com.au/cdn/shop/files/melody_pop.webp?v=1674189046&width=1070">
<source media="(min-width: 601px)" srcset="https://limitlesslollies.com.au/cdn/shop/files/melody_pop.webp?v=1674189046&width=1070">
<img decoding="async" src="/images /individual-lollies.webp" alt="my melody pops" width="305" height="305" aria-hidden="true">
</picture>
</li>
</ul>
</div>
</section>
<br>
<br>
<br>
<br>
<!-- ============================================ -->
<!-- Collection -->
<!-- ============================================ -->
<!--
To add a 4th or 5th collection or more, copy and paste the cs-button and change it's data-filter to the next number, in this case it's 4. Do the same to the cs-listing and its data-category number. And that's it!
-->
<section id="collection-1602">
<div class="cs-container">
<div class="cs-content">
<h2 class="cs-title">New Collection</h2>
<div class="cs-button-group">
<button class="cs-button" data-filter="two">
Top Rating
</button>
<button class="cs-button" data-filter="three">
Best Seller
</button>
</div>
</div>
<div class="cs-listing-wrapper">
<!--Listing 1-->
<div class="cs-listing" data-category="one">
<div class="cs-item">
<a href="" class="cs-link">
<div class="cs-picture-group">
<picture class="cs-picture">
<source media="(max-width: 600px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/ScreenShot2023-01-29at3.22.13pm.png?v=1674976972&width=1100">
<source media="(min-width: 601px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/ScreenShot2023-01-29at3.22.13pm.png?v=1674976972&width=1100">
<img loading="lazy" decoding="async"
src="/images /zappo-millions.webp"
alt="BLue box of Zappo Millions lollies" width="305" height="400">
</picture>
</div>
<div class="cs-details">
<h3 class="cs-name">Zappo Millions</h3>
<div class="cs-actions">
<div class="cs-flex">
<span class="cs-price">$2.49</span>
</div>
<button class="cs-buy">
<svg class="cs-basket" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 10V6a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v4m3-2 .917 11.923A1 1 0 0 1 17.92 21H6.08a1 1 0 0 1-.997-1.077L6 8h12Z"/>
</svg>
</button>
</div>
</div>
</a>
</div>
<div class="cs-item">
<a href="" class="cs-link">
<div class="cs-picture-group">
<picture class="cs-picture">
<source media="(max-width: 600px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/jo-jo-ICC.jpg?v=1673772934&width=1100">
<source media="(min-width: 601px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/jo-jo-ICC.jpg?v=1673772934&width=1100">
<img loading="lazy" decoding="async"
src="/images /ice-cream-chew.webp"
alt="Box of IceCream chew bars" width="305" height="400">
</picture>
</div>
<div class="cs-details">
<h3 class="cs-name">Icecream Chew Bars</h3>
<div class="cs-actions">
<div class="cs-flex">
<span class="cs-price">$0.95</span>
</div>
<button class="cs-buy">
<svg class="cs-basket" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 10V6a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v4m3-2 .917 11.923A1 1 0 0 1 17.92 21H6.08a1 1 0 0 1-.997-1.077L6 8h12Z"/>
</svg>
</button>
</div>
</div>
</a>
</div>
<div class="cs-item">
<a href="" class="cs-link">
<div class="cs-picture-group">
<picture class="cs-picture">
<source media="(max-width: 600px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/Tnt-sour-show-chew-bar.jpg?v=1680831989&width=1100">
<source media="(min-width: 601px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/Tnt-sour-show-chew-bar.jpg?v=1680831989&width=1100">
<img loading="lazy" decoding="async"
src="/images /tnt-shock-bars.webp"
alt="Box of TNT sour shock chew bars" width="305" height="400">
</picture>
</div>
<div class="cs-details">
<h3 class="cs-name">TNT Sour Shock Chew Bars</h3>
<div class="cs-actions">
<div class="cs-flex">
<span class="cs-price">$0.40</span>
</div>
<button class="cs-buy">
<svg class="cs-basket" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 10V6a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v4m3-2 .917 11.923A1 1 0 0 1 17.92 21H6.08a1 1 0 0 1-.997-1.077L6 8h12Z"/>
</svg>
</button>
</div>
</div>
</a>
</div>
<div class="cs-item">
<a href="" class="cs-link">
<div class="cs-picture-group">
<picture class="cs-picture">
<source media="(max-width: 600px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/ka-bluey-blue-bubblegum-50-pcs.jpg?v=1678605758&width=1100">
<source media="(min-width: 601px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/ka-bluey-blue-bubblegum-50-pcs.jpg?v=1678605758&width=1100">
<img loading="lazy" decoding="async"
src="images /ka-bluey-blue-bubblegum-50-pcs.webp"
alt=" Box of Ka-Bluey Blue Raspberry Bubble Gum" width="305" height="400">
</picture>
</div>
<div class="cs-details">
<h3 class="cs-name">Ka-Bluey Blue Raspberry Bubble Gum</h3>
<div class="cs-actions">
<div class="cs-flex">
<span class="cs-price">$0.40</span>
</div>
<button class="cs-buy">
<svg class="cs-basket" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 10V6a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v4m3-2 .917 11.923A1 1 0 0 1 17.92 21H6.08a1 1 0 0 1-.997-1.077L6 8h12Z"/>
</svg>
</button>
</div>
</div>
</a>
</div>
<div class="cs-item">
<a href="" class="cs-link">
<div class="cs-picture-group">
<picture class="cs-picture">
<source media="(max-width: 600px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/sourjellybeans.png?v=1676785658&width=1100">
<source media="(min-width: 601px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/sourjellybeans.png?v=1676785658&width=1100">
<img loading="lazy" decoding="async"
src="/images /sourjellybeans.webp"
alt="Box of Warheads - Sour Jelly Beans" width="305" height="400">
</picture>
</div>
<div class="cs-details">
<h3 class="cs-name">Warheads - Sour Jelly Beans</h3>
<div class="cs-actions">
<div class="cs-flex">
<span class="cs-price">$2.49</span>
</div>
<button class="cs-buy">
<svg class="cs-basket" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 10V6a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v4m3-2 .917 11.923A1 1 0 0 1 17.92 21H6.08a1 1 0 0 1-.997-1.077L6 8h12Z"/>
</svg>
</button>
</div>
</div>
</a>
</div>
<div class="cs-item">
<a href="" class="cs-link">
<div class="cs-picture-group">
<picture class="cs-picture">
<source media="(max-width: 600px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/crazyslime.png?v=1673773158&width=1100">
<source media="(min-width: 601px)"
srcset="https://limitlesslollies.com.au/cdn/shop/products/crazyslime.png?v=1673773158&width=1100">
<img loading="lazy" decoding="async"
src="/images /crazyslime.webp"
alt="Box of Crazy Candy Sour Slime" width="305" height="400">
</picture>
</div>
<div class="cs-details">
<h3 class="cs-name">Crazy Candy Sour Slime</h3>
<div class="cs-actions">
<div class="cs-flex">
<span class="cs-price">$4.15</span>
</div>
<button class="cs-buy">
<svg class="cs-basket" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 10V6a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v4m3-2 .917 11.923A1 1 0 0 1 17.92 21H6.08a1 1 0 0 1-.997-1.077L6 8h12Z"/>
</svg>
</button>
</div>
</div>
</a>
</div>
</div>
</section>
<br>
<br>
<!-- ============================================ -->
<!-- Reviews -->
<!-- ============================================ -->
<section id="reviews-62">
<div class="cs-container">
<div class="cs-content">
<h2 class="cs-title">🍬 Words from our loyal lolly lovers 🍬</h2>
</div>
<ul class="cs-card-group">
<li class="cs-item">
<svg class="cs-img" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
<path fill="#151059" fill-rule="evenodd" d="M12 20a7.966 7.966 0 0 1-5.002-1.756l.002.001v-.683c0-1.794 1.492-3.25 3.333-3.25h3.334c1.84 0 3.333 1.456 3.333 3.25v.683A7.966 7.966 0 0 1 12 20ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 5.5-4.44 9.963-9.932 10h-.138C6.438 21.962 2 17.5 2 12Zm10-5c-1.84 0-3.333 1.455-3.333 3.25S10.159 13.5 12 13.5c1.84 0 3.333-1.455 3.333-3.25S13.841 7 12 7Z" clip-rule="evenodd"/>
</svg>
<span class="cs-desc">"Delicious Treats Delivered to Your Doorstep!"</span>
<span class="cs-name">Suzy S</span>
<p class="cs-item-text">
"I absolutely love this online lolly shop! Ordering is a breeze, and the best part is having all my favorite treats delivered right to my doorstep. The website is easy to navigate, and they have a fantastic selection of candies from all over the world. Plus, the packaging is always impeccable, ensuring that my lollies arrive in perfect condition. Highly recommend for anyone with a sweet tooth!"
</p>
</li>
<li class="cs-item">
<svg class="cs-img" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
<path fill="#151059" fill-rule="evenodd" d="M12 20a7.966 7.966 0 0 1-5.002-1.756l.002.001v-.683c0-1.794 1.492-3.25 3.333-3.25h3.334c1.84 0 3.333 1.456 3.333 3.25v.683A7.966 7.966 0 0 1 12 20ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 5.5-4.44 9.963-9.932 10h-.138C6.438 21.962 2 17.5 2 12Zm10-5c-1.84 0-3.333 1.455-3.333 3.25S10.159 13.5 12 13.5c1.84 0 3.333-1.455 3.333-3.25S13.841 7 12 7Z" clip-rule="evenodd"/>
</svg>
<span class="cs-desc">"Convenience Meets Quality!"</span>
<br>
<span class="cs-name">Kimmy J</span>
<p class="cs-item-text">
"As someone who doesn't live near any good lolly shops, finding this online store was a game-changer. I can satisfy my cravings without having to leave the house! The website is well-designed, making it simple to browse and place orders. The lollies themselves are top-notch, with a freshness and quality that rivals any brick-and-mortar store. Extremely satisfied!"
</p>
</li>
<li class="cs-item">
<svg class="cs-img" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
<path fill="#151059" fill-rule="evenodd" d="M12 20a7.966 7.966 0 0 1-5.002-1.756l.002.001v-.683c0-1.794 1.492-3.25 3.333-3.25h3.334c1.84 0 3.333 1.456 3.333 3.25v.683A7.966 7.966 0 0 1 12 20ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 5.5-4.44 9.963-9.932 10h-.138C6.438 21.962 2 17.5 2 12Zm10-5c-1.84 0-3.333 1.455-3.333 3.25S10.159 13.5 12 13.5c1.84 0 3.333-1.455 3.333-3.25S13.841 7 12 7Z" clip-rule="evenodd"/>
</svg>
<span class="cs-desc">"Virtual Candyland!"</span>
<br>
<span class="cs-name">Kevin N</span>
<p class="cs-item-text">
"This online lolly shop is a dream come true for candy lovers! I could spend hours browsing their extensive selection of sweets from the comfort of my own home. The website is user-friendly, and I appreciate that they often feature new and seasonal items to keep things exciting. Plus, their shipping is super fast, so I never have to wait long to indulge in my favorite treats. 10/10 would recommend!"
</p>
</li>
</ul>
<a aria-label="read more reviews" href="" class="cs-button-solid">Read More</a>
</div>
</section>
<!-- ============================================ -->
<!-- Contact -->
<!-- ============================================ -->
<br>
<br>
<br>
<section id="contact-1150">
<div class="cs-container">
<div class="cs-content">
<h2 class="cs-title">Still Need Help?</h2>
</div>
<div class="cs-contact-group">
<picture class="cs-picture">
<!--Mobile Image-->
<source media="(max-width: 600px)" srcset="https://scontent.fmel17-1.fna.fbcdn.net/v/t39.30808-6/326025093_526918696173426_1415653196510119039_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=5f2048&_nc_ohc=GWV0V0Lulh8Q7kNvgFbVXxC&_nc_ht=scontent.fmel17-1.fna&oh=00_AYCgdJyfn2imgtGjksYgdANQUz2ClfIDl1Rajip9-CpifA&oe=66575B36">
<!--Tablet and above Image-->
<source media="(min-width: 601px)" srcset="https://scontent.fcbr1-1.fna.fbcdn.net/v/t39.30808-6/326025093_526918696173426_1415653196510119039_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=5f2048&_nc_ohc=jxwNfWlemjYQ7kNvgEA_zi5&_nc_ht=scontent.fcbr1-1.fna&oh=00_AYBrWhgxpFSpkkBZhHiOMBlOqwJ7jE8nJVq0xIsvx4GTKg&oe=66532E76">
<img loading="lazy" decoding="async" src="/images /contact_form.jpeg" alt="Limitless Lollies customer thank you cards" width="630" height="300">
</picture>
<p class="cs-contact-text">
Reach out to us via our contact form! </p>
<p class="cs-contact-text">We will get back to via email within 1 - 2 business days.</p>
<p class="cs-contact-text">For <strong>business enquiries</strong> feel free to reach out via email at:
<strong>[email protected]</strong> </p>
</div>
<!--Form-->
<form class="cs-form" id="cs-form-1150" name="Contact Form" method="post">
<label class="cs-label">
Name
<input class="cs-input" required type="text" id="name-1150" name="name" placeholder="Name">
</label>
<label class="cs-label cs-email">
Email
<input class="cs-input" required type="email" id="email-1150" name="email" placeholder="Email">
</label>
<label class="cs-label">
Message
<textarea class="cs-input cs-textarea" required name="Message" id="message-1150" placeholder="Write message..."></textarea>
</label>
<button class="cs-button-solid cs-submit" type="submit">Submit</button>
</form>
<!--Lollipop Graphic-->
<img class="cs-graphic cs-graphic1" loading="lazy" decoding="async" src="https://static.vecteezy.com/system/resources/previews/008/485/959/original/3d-illustration-object-icon-candy-can-be-used-for-web-app-info-graphic-etc-png.png" alt="set of 2 3D lollipops" width="208" height="124">
<!--Candy Graphic-->
<img class="cs-graphic cs-graphic2" loading="lazy" decoding="async" src="https://cdn3d.iconscout.com/3d/premium/thumb/candy-4228364-3517314.png?f=webp" alt="pink and yellow 3D candy" width="205" height="161">
</div>
</section>
<br>
<br>
<!-- ============================================ -->
<!-- Footer -->
<!-- ============================================ -->
<footer id="cs-footer-1185">
<!-- Subscribe Form -->
<p class="cs-subscription-text">Join our email list to be notified about new product releases and exclusive coupons.</p>
<div id="cta-1185">
<div class="cs-content">
<h2 class="cs-title">Subscribe to our email list</h2>
<form class="cs-form" name="Contact Form" method="post">
<input class="cs-input" type="email" id="cs-email-1185" name="find-us" placeholder="Email Address">
<button class="cs-button-solid cs-submit" type="submit">Subscribe Now</button>
</form>
</div>
</div>
<div class="cs-container">
<!-- Logo Group -->
<div class="cs-logo-group">
<a aria-label="go back to home" class="cs-logo" href="">
<img class="cs-logo-img" aria-hidden="true" loading="lazy" decoding="async" src="https://limitlesslollies.com.au/cdn/shop/files/Limitless_lollies_rectangle_design_2.png?v=1672982812&width=500" alt="logo" width="197" height="43">
</a>
<p class="cs-title">
About Us
</p>
<p class="cs-text">
We're two sisters from Australia with a dream of living in our small business era.
</p>
</div>
<!-- Links -->
<ul class="cs-nav">
<li class="cs-nav-li">
<span class="cs-header">Information</span>
</li>
<li class="cs-nav-li">
<a class="cs-nav-link" href="">Shipping Policy</a>
</li>
<li class="cs-nav-li">
<a class="cs-nav-link" href="">Refund Policy</a>
</li>
<li class="cs-nav-li">
<a class="cs-nav-link" href="">Privacy Policy</a>
</li>
<li class="cs-nav-li">
<a class="cs-nav-link" href="">Nutriional Info</a>
</li>
</ul>
<!-- Contact Info -->
<ul class="cs-nav">
<li class="cs-nav-li">
<span class="cs-header">Socials</span>
</li>
<li class="cs-nav-li">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0,0,256,256">
<g fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(10.66667,10.66667)"><path d="M5,3c-1.103,0 -2,0.897 -2,2v14c0,1.103 0.897,2 2,2h6.62109h2.79297h4.58594c1.103,0 2,-0.897 2,-2v-14c0,-1.103 -0.897,-2 -2,-2zM5,5h14l0.00195,14h-4.58789v-3.96484h2.36524l0.35156,-2.72461h-2.70117v-1.73633c0,-0.788 0.21961,-1.32031 1.34961,-1.32031h1.42773v-2.43164c-0.695,-0.071 -1.3928,-0.10552 -2.0918,-0.10352c-2.074,0 -3.49414,1.26584 -3.49414,3.58984v2.00586h-2.34375v2.72461h2.34375v3.96094h-6.62109z"></path></g></g>
</svg>
<a class="cs-nav-link cs-facebook" href="" target="_blank" rel="noopener">
@Limitlesslollies
</a>
</li>
<li class="cs-nav-li">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0,0,256,256">
<g fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(10.66667,10.66667)"><path d="M6,3c-1.64497,0 -3,1.35503 -3,3v12c0,1.64497 1.35503,3 3,3h12c1.64497,0 3,-1.35503 3,-3v-12c0,-1.64497 -1.35503,-3 -3,-3zM6,5h12c0.56503,0 1,0.43497 1,1v12c0,0.56503 -0.43497,1 -1,1h-12c-0.56503,0 -1,-0.43497 -1,-1v-12c0,-0.56503 0.43497,-1 1,-1zM12,7v7c0,0.56503 -0.43497,1 -1,1c-0.56503,0 -1,-0.43497 -1,-1c0,-0.56503 0.43497,-1 1,-1v-2c-1.64497,0 -3,1.35503 -3,3c0,1.64497 1.35503,3 3,3c1.64497,0 3,-1.35503 3,-3v-3.76758c0.61615,0.43892 1.25912,0.76758 2,0.76758v-2c-0.04733,0 -0.73733,-0.21906 -1.21875,-0.63867c-0.48142,-0.41961 -0.78125,-0.94634 -0.78125,-1.36133z"></path></g></g>
</svg>
<a class="cs-nav-link cs-tiktok" href="https://www.tiktok.com/@limitlesslollies?is_from_webapp=1&sender_device=pc">@limitlesslollies
</a>
</li>
<li class="cs-nav-li">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0,0,256,256">
<g fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(10.66667,10.66667)"><path d="M8,3c-2.757,0 -5,2.243 -5,5v8c0,2.757 2.243,5 5,5h8c2.757,0 5,-2.243 5,-5v-8c0,-2.757 -2.243,-5 -5,-5zM8,5h8c1.654,0 3,1.346 3,3v8c0,1.654 -1.346,3 -3,3h-8c-1.654,0 -3,-1.346 -3,-3v-8c0,-1.654 1.346,-3 3,-3zM17,6c-0.55228,0 -1,0.44772 -1,1c0,0.55228 0.44772,1 1,1c0.55228,0 1,-0.44772 1,-1c0,-0.55228 -0.44772,-1 -1,-1zM12,7c-2.757,0 -5,2.243 -5,5c0,2.757 2.243,5 5,5c2.757,0 5,-2.243 5,-5c0,-2.757 -2.243,-5 -5,-5zM12,9c1.654,0 3,1.346 3,3c0,1.654 -1.346,3 -3,3c-1.654,0 -3,-1.346 -3,-3c0,-1.654 1.346,-3 3,-3z"></path></g></g>
</svg>
<a class="cs-nav-link cs-insta" href="https://www.instagram.com/limitlesslollies/">@limitlesslollies
</a>
</li>
</ul>
</div>
<div class="cs-bottom">
<span class="cs-copyright">© Copyright 2024 - <a class="cs-copyright-link" href="">Limitless Lollies</a></span>
</div>
<!--Background Image-->
<picture class="cs-background">
<!--Mobile Image-->
<source media="(max-width: 600px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/wheels.jpg">
<!--Tablet and above Image-->
<source media="(min-width: 601px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/wheels.jpg">
<img loading="lazy" decoding="async" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/wheels.jpg" alt="wheels" width="1280" height="568">
</picture>
</footer>
<button class="scroll-to-top">
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16 17-4-4-4 4m8-6-4-4-4 4"/>
</svg>
</button>
</body>
</html>