-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproduct_details.html
790 lines (772 loc) · 45 KB
/
product_details.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
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
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="product_details.css" />
<title>Product_details</title>
</head>
<link rel="stylesheet" href="./navbar.css" />
<link rel="stylesheet" href="./footer.css" />
<body>
<div id="navbar">
<div id="image">
<img src="./images/551.png" alt="" />
<img src="./images/552.png" alt="" />
<img src="./images/553.png" alt="" />
<img src="./images/554.png" alt="" />
</div>
<div id="barnd_header">
<h3>
Headphone <br />
Zone
</h3>
</div>
<div id="middle_p">
<div>
<p id="blackHeart">SALE <i class="fa-solid fa-heart"></i></p>
</div>
<div class="fulBox">
<p>Categories</p>
<div class="fDownBox">
<div id="imgNav">
<img onclick="setitem1()" src="./images/0001.png" alt="" />
<img onclick="setitem2()" src="./images/0002.png" alt="" />
<img src="./images/0003.png" alt="" />
<img src="./images/0004.png" alt="" />
<img src="./images/0005.png" alt="" />
<img src="./images/0006.png" alt="" />
<img src="./images/0007.png" alt="" />
<img src="./images/0008.png" alt="" />
<img src="./images/0009.png" alt="" />
<img src="./images/0010.png" alt="" />
<img src="./images/0011.png" alt="" />
<img src="./images/0012.png" alt="" />
<img src="./images/0013.png" alt="" />
<img src="./images/0014.png" alt="" />
<img src="./images/0015.png" alt="" />
<img src="./images/0016.png" alt="" />
</div>
</div>
</div>
<div class="fulBox">
<p>Brands</p>
<div class="fDownBox">
<div>
<p onclick="setitem3()">1 Custom</p>
<p>64 Audio</p>
<p>Abyss</p>
<p>AIAIAI</p>
<p>AKG</p>
<p>ALO Audio</p>
<p>Astell&Kern</p>
<p>Audeze</p>
<p>Audio-Technica</p>
<p>AudioQuest</p>
<p>Aune Audio</p>
<p>Austrin Audio</p>
<p>Bang & Olufsen</p>
<p>Beyerdynamic</p>
<p>BLON</p>
</div>
<div>
<p onclick="setitem4()">Bowers&Wikins</p>
<p>BQEYZ</p>
<p>Burson Audio</p>
<p>Campfire Audio</p>
<p>Cayin</p>
<p>CCA</p>
<p>Chord Electronics</p>
<p>Comply</p>
<p>Dail</p>
<p>Dan Clark Audio</p>
<p>DarkVoice</p>
<p>ddHiFi</p>
<p>Dekoni Audio</p>
<p>Denafrips</p>
<p>Devilet</p>
</div>
<div>
<p>EarMen</p>
<p>Edifier</p>
<p>Effect Audio</p>
<p>EIKON</p>
<p>EPOS</p>
<p>Etymotic</p>
<p>FiiO</p>
<p>Final Audio</p>
<p>Focal</p>
<p>Gold Planar</p>
<p>Grado</p>
<p>Gustard</p>
<p>HarmonicDyne</p>
<p>Headgead Audio</p>
<p>Headphone Zone</p>
<p></p>
</div>
<div>
<p>HEDD Audio</p>
<p>HiBy</p>
<p>Hidizs</p>
<p>HiFiMAN</p>
<p>iBasso</p>
<p>iFi Audio</p>
<p>IKKO</p>
<p>Jabra</p>
<p>JAYS</p>
<p>JBL</p>
<p>JH Audio</p>
<p>JVC</p>
<p>Klipsch</p>
<p>KZ Acousitics</p>
<p>Little Dot</p>
</div>
<div>
<p>Lotoo</p>
<p>Lypertek</p>
<p>Mangrid</p>
<p>Marshall</p>
<p>Matrix Audio</p>
<p>MEE Audio</p>
<p>Meze Audio</p>
<p>Monoprice</p>
<p>Moondrop</p>
<p>Naim</p>
<p>Noble Audio</p>
<p>oBravo</p>
<p>RAAL-requisite</p>
<p>Razer</p>
<p>RAPTGO</p>
</div>
<div>
<p>RME</p>
<p>Schiit</p>
<p>Sennheiser</p>
<p>Shanling</p>
<p>Shure</p>
<p>SingXer</p>
<p>SMSL</p>
<p>Sonos</p>
<p>Sony</p>
<p>SoundMAGIC</p>
<p>SpinFit</p>
<p>STAX</p>
<p>Steven Slate Audio</p>
<p>Tanchjim</p>
<p>Tempo Tec</p>
</div>
<div>
<p>ThieAudio</p>
<p>TIN HiFi</p>
<p>Topping</p>
<p>Venture Electronics</p>
<p>Violectric</p>
<p>Vision Ears</p>
<p>V-MODA</p>
<p>Woo Audio</p>
<p>xDuoo</p>
<p>7HZ</p>
</div>
</div>
</div>
<div class="boxNav">
<p>Price</p>
<div class="downBox">
<p>Best Headphones Under Rs. 1,000</p>
<p>Best Headphones Under Rs. 1,000</p>
<p>Best Headphones Under Rs. 1,000</p>
<p>Best Headphones Under Rs. 1,000</p>
<p>Best Headphones Under Rs. 1,000</p>
<p>Best Headphones Under Rs. 1,000</p>
<p>Best Headphones Under Rs. 1,000</p>
</div>
</div>
<div class="boxNav">
<p>Deals</p>
<div class="downBox">
<p>Unboxed</p>
<p>Pre-Owned</p>
<p>Clearance</p>
<p>Demo Unit</p>
<p>Deals of the Month</p>
</div>
</div>
<div>
<p>Headphone Finder</p>
</div>
<div class="boxNav">
<p>Events</p>
<div class="downBox">
<p>Headphone Connect</p>
<p>Book an Audio Tour</p>
</div>
</div>
<div>
<p>Forum</p>
</div>
<div class="fulBox">
<p>Info</p>
<div class="fDownBox">
<div>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-10-Years_500x-1_295x.jpg?v=1643031208"
alt=""
/>
<h5>10 YEARS OF HEADPHONE ZONE</h5>
<p>Read the Headphone Zone jorney since 2011 as told by Raghav</p>
</div>
<div>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Club-Audiophile-Menu_500x-focal_256x256_c41abc2b-75a9-4aeb-b2cf-4f01ae7c1992_256x.webp?v=1650019007"
alt=""
/>
<h5>IT PLAYS TO BE AN AUDIOPHILE</h5>
<p>Enjoy Members-only rewards with our loyalty program</p>
</div>
<div>
<h5>ABOUT US</h5>
<p>Our Story</p>
<p>Our Values</p>
<p>Meet the Team</p>
<p>Costomer Testimonials</p>
<p>Careers-We're Hiring!</p>
<p>Brands That Inspire Us</p>
</div>
<div>
<h5>GET IN TOUCH</h5>
<p>Contact the Team</p>
<p>Corporate Gifting</p>
<p>Partner With Us</p>
</div>
<div>
<h5>COMMUNITY</h5>
<p>Headphone Zone Merchandise</p>
<p>Trade-Up Program</p>
</div>
</div>
</div>
<div>
<p>Help Center</p>
</div>
</div>
<div>
<p>Search</p>
<p onclick="login()">Login</p>
<p>Cart</p>
<h4 id="q">0</h4>
</div>
</div>
<div id="umn">
<p>
<a style="text-decoration: none" ; href="product_details.html">HOME</a>/
</p>
<p id="smlmdl"></p>
</div>
<div id="container">
<div id="left">
<img class="a" />
<div id="slide">
<div>
<img class="d" />
</div>
<div>
<img class="e" />
</div>
<div>
<img class="f" />
</div>
<div>
<img class="g" />
</div>
<div>
<img class="h" />
</div>
</div>
</div>
<div id="right">
<div id="model">
<p class="b"></p>
<h1 class="n"></h1>
<h3 class="c"></h3>
</div>
<div id="rating">
<img
src="https://t4.ftcdn.net/jpg/02/74/86/43/360_F_274864312_uNlm9yCpdViwKzHkCp0sOBrmJFN0pKAa.jpg"
alt=""
/>
<p>4 reviews</p>
</div>
<div id="pricetag">
<span class="pr"></span>
<span class="stpr"></span>
<!-- <a href="master_pricerange_page.html">Is our price too high?</a> -->
</div>
<div id="text">
<p>Or pay ₹ 666/month through EMI (UPI/Debit/Credit Cards)</p>
<p>Includes GST of ₹ 305</p>
<p>Color: Black</p>
</div>
<div id="icon">
<img class="smlico" />
</div>
<button>ADD TO CART</button>
<div class="image">
<!-- <img src="/image/pro.PNG" alt="" /> -->
</div>
</div>
</div>
<div class="one">
<img src="https://i.im.ge/2022/07/20/F1qvsc.jpg" alt="" />
</div>
<div class="two">
<p>
The Lyperteks offer incredible value for money with each of their True
Wireless Earbuds. The Z7 is no different. The Balanced Armature drivers
bring detail and finesse that you only come to hear from Audiophile
IEMs. Z7 is a rare product that offers quality sound and convenience in
a single package.
</p>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Raghav-03.png?v=1580556037"
alt=""
/>
</div>
<div class="RAGHAV">
<h3>RAGHAV SOMANI <br /></h3>
<p>Headphone Guru Info</p>
</div>
<div class="PAIRS">
<h3>PAIRS WELL WITH THESE ACCESSORIES</h3>
</div>
<div class="three">
<div class="threediv">
<div>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/products/Headphone-Zone-Comply-truegrip-pro-for-lypertek-1160-1160-3_300x.jpg?v=1596613048"
alt=""
/>
</div>
<div>
<h3>COMPLYCOMPLY - TRUEGRIP™ PRO FOR LYPERTEK</h3>
<p>Memory Foam Eartips</p>
<p>MRP: ₹ 1,499</p>
</div>
</div>
<div class="threediv">
<div>
<img
src="https://i.pcmag.com/imagery/roundup-products/040kWe5jh7DyITeEtufad7P.fit_lim.size_1050x591.v1606234038.png"
alt=""
/>
</div>
<div>
<h3>LYPERTEK LYPERTEK - HIGH SPEED WIRELESS CHARGING PAD</h3>
<p>QI-Enabled Fast Charging Pad</p>
<p>MRP: ₹ 2,499</p>
</div>
</div>
</div>
<div class="four">
<h3 class="dscf">DESCRIPTION</h3>
<h3 class="dscf">SOUND</h3>
<h3 class="dscf">SPECS</h3>
<h3 class="dscf">COMPARISONS</h3>
<h3 class="dscf">FAQS</h3>
</div>
<div class="five">
<h1>
EXCLUSIVE 2BA + 1DD SETUP THAT PROPELS LYPERTEK'S MOST PREMIUM SOUND YET
</h1>
<p>
Magnifying the potential of a mindfully chosen hybrid dual Balanced
Armature driver and <br />
single dynamic driver along with an exclusive acoustic tuning, the
Lypertek PurePlay Z7 delivers Lypertek's most premium sound ever
produced to date <br />
covering a frequency range of 20 to 20kHz. The COAXIAL structure of the
Z7 <br />
provides enough space for the balanced armature drivers and a dynamic
driver. It not only facilitates the seamless integration of <br />
drivers into the system but also brings out their best performance.
</p>
</div>
<div class="six">
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Sony-WF-C500-Drop-Banner-01.jpg?v=1642054107"
alt=""
/>
</div>
<div class="five">
<h1>
EXCLUSIVE 2BA + 1DD SETUP THAT PROPELS LYPERTEK'S MOST PREMIUM SOUND YET
</h1>
<p>
Magnifying the potential of a mindfully chosen hybrid dual Balanced
Armature driver and single dynamic driver along with an exclusive
acoustic tuning, the Lypertek PurePlay Z7 delivers Lypertek's most
premium sound ever produced to date <br />
covering a frequency range of 20 to 20kHz. The COAXIAL structure of the
Z7 <br />
provides enough space for the balanced armature drivers and a dynamic
driver. It not only facilitates the seamless integration of <br />
drivers into the system but also brings out their best performance.
</p>
</div>
<div class="eight">
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Lypertek-Pureplay-Z7-Drop-580-450-03.jpg?v=1626438029"
alt=""
/>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Lypertek-Pureplay-Z7-Drop-580-450-04.jpg?v=1626438030"
alt=""
/>
</div>
<div class="five">
<h1>
STABLE BLUETOOTH CONNECTIVITY WITH SUPPORT FOR VOICE ASSISTANT FOR
CONVENIENCE
</h1>
<p>
Sony WF-C500 headphones come equipped with Bluetooth 5.0 technology for
<br />
connectivity with various devices. The Bluetooth chip utilised in the
WF-C500 offers reliable connectivity by transmitting sound to the left
and right ears simultaneously. <br />
This is further supported by an optimised antenna design embedded in the
earbuds to ensure the transmission has low latency and a <br />
highly stable connection. The WF-C500 now come with support for Voice
<br />
Assistant feature with one button press, connecting you instantly to
<br />
your smartphone’s voice assistant so you can find directions, play music
<br />
and much more.
</p>
</div>
<div class="nine">
<div>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-ZOne-Sony-WF-C500-Drop-580-450-03.jpg?v=1642056138"
alt=""
/>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Sony-WF-C500-Drop-580-450-04.jpg?v=1642056546"
alt=""
/>
</div>
<div>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Sony-WF-C500-Drop-580-450-06.jpg?v=1642059510"
alt=""
/>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headpohone-Zone-Sony-WF-C500-Drop-580-450-05.jpg?v=1642059510"
alt=""
/>
</div>
</div>
<div class="five">
<h1>
FEATURES A HIGH-QUALITY MICROPHONE FOR COMMUNICATION WITH EASY
ONE-BUTTON OPERATION
</h1>
<p>
The Sony WF-C500 has been engineered not just for listening to music but
as a high-quality <br />
communication device too. The WF-C500 features a high-quality built-in
microphone that <br />
picks up voice very efficiently and allows for conversation to flow
freely with easy <br />
and clear hands-free calling. This is truly useful as you don’t have to
worry about <br />
removing the buds to answer your calls. The Sony WF-C500 features a
button on the buds <br />
to elevate the functionality of the earbuds. This button lets you play,
stop, or skip <br />
through tracks and adjust the volume and access your smartphone’s voice
assistant and make and receive calls hands-free. .
</p>
</div>
<div class="one">
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Sony-WF-C500-Drop-Banner-02.jpg?v=1642056618"
alt=""
/>
</div>
<div class="five">
<h1>
FAST PAIR, SWIFT PAIR AND SINGLE BUD OPERATION FOR EASY CONNECTIVITY AND
MULTI-TASKING
</h1>
<p>
Sony WF-C500 comes with Fast Pair tech that makes it easy to pair your
headphones with your <br />
Android devices. Also, you can easily locate where you left your
headphones by ringing them <br />
or checking their last known location on your smartphone. You also get
Swift Pair to easily <br />
pair your WF-C500 headphones with your Windows 10 computer via
Bluetooth. Pop-up pairing <br />
guidance appears on nearby Windows 10 devices when pairing mode is
selected. Now with the <br />
WF-C500, you can use a single bud to enable multi-tasking and allow the
other bud to charge on the case .
</p>
</div>
<div class="one">
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Sony-WF-C500-Drop-Banner-03.jpg?v=1642056772"
alt=""
/>
</div>
<div class="five">
<h1>
10 HOURS OF BATTERY LIFE + ADDITIONAL 10 HOURS ON THE CASE WITH QUICK
CHARGING CAPABILITY
</h1>
<p>
Get up to 20 hours of battery life with the Sony WF-C500 earbuds. These
earbuds offer up to <br />
10 hours of continuous playback with an additional 10 hours on the handy
charging <case class="br"></case> The cylindrical charging case is
<br />
extremely small and easy to carry around in a pocket <br />
or bag so you can take your earbuds everywhere you go. Its translucent
lid with a texture <br />
like frosted glass gives the case a stylish, luxurious look and feel.
The WF-C500 also <br />
offers quick charging capability. The Quick charging feature gives you
up to 60 minutes of playback on a 10-minute charge.
</p>
</div>
<div class="ten">
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Sony-WF-C500-Drop-Banner-05.jpg?v=1642057382"
alt=""
/>
<iframe
width="1178"
height="700"
src="https://www.youtube.com/embed/y7cFQ7Iga-s"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div class="five">
<h1>
LIGHTWEIGHT AND ERGONOMICALLY DESIGNED WITH AN IPX4 RATING FOR EVERYDAY
USE
</h1>
<p>
The team of product designers at Sony have studied and surveyed huge
amounts of data relating <br />
to ear shapes from around the world to design the WF-C500. The WF-C500
headphones is a product of that <br />
research, combining a shape that matches the ear cavity with a new
ergonomic surface design for a more stable fit. <br />
Designed to be lightweight, these buds fit securely and comfortably in
your ears. The rounded shape without <br />
edges makes them a pleasure to wear, leaving you free to focus on what
matters – your music. To elevate the design even further the WF-C500
features an IPX4 splash-resistant design. This allows you to wear the
WF-C500 when you go out for a walk or at home when <br />
you’re getting some chores done, without the worry of sweat or getting
splashed with water.
</p>
</div>
<div class="one">
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Headphone-Zone-Sony-WF-C500-Drop-Banner-06.jpg?v=1642057382"
alt=""
/>
</div>
<div class="eleven">
<img src="https://i.im.ge/2022/07/21/Fdb2LX.jpg" alt="" />
</div>
<div id="foooter">
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<p id="sub-head"><b>LET US HELP</b></p>
<ul id="sub-head1">
<li><a href="">Help Center</a></li>
<li><a href="">Track My Order</a></li>
<li><a href="">Cancel My Order</a></li>
<li><a href="">Return My Order</a></li>
<li><a href="">Request My Product</a></li>
<li><a href="">Report a Bug</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</div>
<div class="footer-col">
<p style="margin-left: 35px"><b>OUR POLICIES</b></p>
<ul id="sub-head2">
<li><a href="">Shipping & Delivery</a></li>
<li><a href="">Returns, Refunds & Cancellations</a></li>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-col">
<p><b>COMMUNITY</b></p>
<ul id="sub-head3">
<li><a href="">Headphone Zone Marchandise</a></li>
<li><a href="">Trade-Up Program</a></li>
<li><a href="">The Insider</a></li>
</ul>
</div>
<div class="footer-col">
<p><b>BEWARE OF FAKES</b></p>
<p class="para">
"Don't get fooled. Look out for smuggled & refurbished
headphones while shopping online. Headphones Zone is a
professionally run business & deals only in 100% genuine
headphones."<br />
<a href="">Learn more</a>
</p>
</div>
<div class="footer-col">
<p style="margin-left: -90px"><b>FOLLOW US</b></p>
<div class="footer-icon">
<a href="https://www.facebook.com/HeadphoneZone"
><img
src="https://cdn-icons-png.flaticon.com/512/49/49052.png"
alt=""
/></a>
<a href="https://twitter.com/Headphone_Zone"
><img
src="https://cdn-icons-png.flaticon.com/512/81/81609.png"
alt=""
/></a>
<a href="https://www.instagram.com/headphonezone/"
><img
src="https://cdn-icons-png.flaticon.com/512/87/87390.png"
alt=""
/></a>
<a
href="https://www.youtube.com/channel/UCVJzKP5WF8PAYrEjoroWtCw"
><img
src="https://cdn-icons-png.flaticon.com/512/48/48968.png"
alt=""
/></a>
</div>
</div>
</div>
<div class="icons">
<div>
<p><b>We accept</b></p>
</div>
<div>
<img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2226%22%3E%3Cpath%20fill%3D%22%23585B61%22%20d%3D%22M29.2%2017.4v-3.9c0-.2-.1-.3.1-.5.2%201.4%200%202.9.1%204.3%200%20.1-.1.2-.2.1.1.1%200%200%200%200z%22%2F%3E%3Cpath%20fill%3D%22%233384EF%22%20d%3D%22M14.4%2012.1c-.1.1-.3.1-.5.1H9.7h-.1c0-.1.1-.1.1-.1h4.7z%22%2F%3E%3Cpath%20fill%3D%22%2352555B%22%20d%3D%22M18.1%2017.5c0-.1.1-.1%200%200%201-.1%201-.1%201-1v-2.2c0-.1-.1-.3.1-.4v3.2c0%20.4-.1.5-.5.5-.2-.1-.4-.1-.6-.1z%22%2F%3E%3Cpath%20fill%3D%22%23408AF0%22%20d%3D%22M9.6%2012.2c.1.4.1.8.1%201.3%200%20.3.1.5.4.5.7%200%201.4%200%202.1.1H9.6c-.1-.7%200-1.3%200-1.9z%22%2F%3E%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M35.5%2011.4c-.3%200-.7-.1-1%200-.1.1-.2.3-.2.4-.5%201.3-1%202.6-1.6%203.9-.2-.1-.2-.2-.2-.4-.5-1.2-1-2.3-1.5-3.5-.1-.1-.1-.3-.2-.4-.4-.3-.8-.1-1.1-.1-.1%200%200%20.1%200%20.2.8%201.7%201.5%203.5%202.3%205.2.1.2.1.4%200%20.7-.4.9-.8%201.7-1.2%202.6.3.2.7.1%201.1.1%201.2-2.8%202.5-5.7%203.7-8.5.1-.1.1-.2-.1-.2z%22%2F%3E%3Cpath%20fill%3D%22%234F5359%22%20d%3D%22M19.2%2013.9c.2-.2.4-.1.6-.1.5%200%201-.1%201.5.1h-2.1z%22%2F%3E%3Cpath%20fill%3D%22%23595C62%22%20d%3D%22M28.3%2016.7c.3.2.1.5.1.7%200%200%200%20.1-.1.1-.1-.3%200-.5%200-.8z%22%2F%3E%3Cpath%20fill%3D%22%2351545A%22%20d%3D%22M28.3%2017.5c0-.1.1-.1%200%200%20.4-.1.6-.1.9-.1%200%200%20.1%200%20.1.1h-1z%22%2F%3E%3Cpath%20fill%3D%22%23595C62%22%20d%3D%22M23.9%2011.5c-.1-.2-.1-.5%200-.7v.7z%22%2F%3E%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M14.5%2012.3c0-.1%200-.2-.1-.3H9.7c-.1.3%200%20.6%200%20.9%200%20.9%200%20.9.9.9h-.9c0%20.3.2.2.3.2h2c.3%200%20.4.1.3.4-.2.5-.5.8-.9%201.2-.5.3-1.1.6-1.7.5-.3%200-.6%200-.9-.1-1-.3-1.8-1-2.2-2-.2-.7-.2-1.4%200-2%201.1-2.1%202.6-2.6%204.7-1.5.2.1.3.1.4-.1l1-1c.2-.2.1-.3%200-.5-.7-.5-1.5-.9-2.3-1h-.3c-.3-.1-.7-.1-1%200h-.3c-.4.1-.6.1-.9.2-1.3.5-2.4%201.3-3%202.6-.8%201.6-.8%203.1%200%204.7.8%201.5%202%202.4%203.6%202.7h.3c.1.1.3.1.4.1h.6c.2%200%20.3%200%20.5-.1.2%200%20.3.1.5-.1.9-.1%201.6-.5%202.2-1.1.9-.8%201.3-1.8%201.5-3v-1.6zm-3.6%201.6H12h-1.1zM29.3%2016.8v-3.7c-.3-1-1-1.7-2.1-1.8-.4-.1-.8-.1-1.2%200-.4%200-.8.2-1.2.4-.3.2-.7.4-.7.7%200%20.3.5.3.7.5.1.1.2.1.3%200%20.4-.4.8-.6%201.4-.7.1%200%20.3%200%20.4.1.9.3%201.3.8%201.2%201.6-.8-.3-1.6-.4-2.5-.2-.8.2-1.4.5-1.7%201.3-.3.8-.1%201.5.5%202.1%201%20.9%202.6.9%203.5-.2.1-.1.1-.2.2-.2.1.2-.1.5.1.7.3%200%20.6.1.8%200%20.3-.2.3-.4.3-.6zm-1.4-.9c-.8.9-1.5%201-2.5.5-.4-.2-.4-1-.1-1.4.3-.3.6-.4%201-.5.3-.2.7-.1%201%200h.1c1%20.3%201.1.7.5%201.4z%22%2F%3E%3Cpath%20fill%3D%22%235B5E64%22%20d%3D%22M27.3%2014.5c-.3%200-.7-.1-1%200%20.3-.2.8-.2%201%200z%22%2F%3E%3Cpath%20fill%3D%22%23595C62%22%20d%3D%22M28.4%2013.8c-.1-.1-.1-.2%200-.3.1%200%200%20.1.1.1-.1.1-.1.2-.1.2z%22%2F%3E%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M23.9%2010.8c0-.5-.3-.9-.6-1.3l-.3-.3c-.2-.1-.3-.3-.5-.4-.3-.1-.5-.4-.8-.2-.1-.2-.3-.2-.5-.2h-2.6c-.5.1-.6.2-.6.6v8.1c0%20.1-.1.3.1.4%200%200%20.1%200%20.1-.1.2.1.3%200%20.5%200%20.4.1.5-.1.4-.4v-2.2c0-.3-.1-.6.1-.9.7-.1%201.4-.1%202.2%200%201.4-.1%202.5-1.1%202.5-2.3-.1-.3-.1-.6%200-.8zm-2.5%202c-.7.1-1.5.1-2.2%200-.1-.3-.1-.6-.1-1%200-.7-.1-1.4%200-2.1l.1-.1c.7-.1%201.3-.1%202%200%20.7.2%201.3.5%201.5%201.3.2.9-.2%201.5-1.3%201.9z%22%2F%3E%3Cpath%20fill%3D%22%23FEFEFE%22%20d%3D%22M19.2%2012.8z%22%2F%3E%3Cpath%20fill%3D%22%2352555B%22%20d%3D%22M19.2%209.7v3.1c-.2-1.1-.2-2.1%200-3.1z%22%2F%3E%3Cpath%20fill%3D%22%234F5359%22%20d%3D%22M19.2%2012.8h2.3c-.8.1-1.6.2-2.3%200z%22%2F%3E%3Cpath%20fill%3D%22%2352555B%22%20d%3D%22M21.3%209.6h-2c.6-.1%201.3-.1%202%200z%22%2F%3E%3C%2Fsvg%3E"
alt=""
/>
</div>
<div>
<img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2226%22%3E%3Cg%20fill%3D%22%23454545%22%3E%3Cpath%20d%3D%22M20%203.9c3.5%200%206.3%202.8%206.3%206.3s-2.8%206.3-6.3%206.3c-3.4%200-6.2-2.8-6.2-6.3-.1-3.5%202.7-6.3%206.2-6.3zm.6%204.3h-3.2c-.2%200-.2.1-.2.2v.5c0%20.2.1.3.3.3h.5c.1%200%20.1%200%20.1.1v2.1c.1.9%201%201.7%202%201.6.2%200%20.4-.1.7-.1V14.3c0%20.2.1.2.2.2h.5c.3%200%20.3%200%20.3-.3v-4-.8c0-.1%200-.2.2-.1h.5c.2%200%20.2-.1.2-.2v-.6c0-.2%200-.2-.2-.2h-.9c-.1%200-.2%200-.3-.1-.5-.8-.9-1.6-1.4-2.4-.1-.1-.1-.2-.3-.2H19c-.1%200-.2%200-.3.1-.1.1%200%20.2.1.3.6.7%201.1%201.5%201.7%202.2.1-.1.1%200%20.1%200zM23.8%2020.5v-1.4c0-.1%200-.2.1-.2H25c.7%200%201.1.6.9%201.2-.1.4-.4.6-.7.6h-.9c-.1%200-.2%200-.2.2v.9c0%20.1%200%20.2-.1.2-.2%200-.2%200-.2-.2v-1.3zm.4-.5v.5c0%20.1%200%20.1.1.1h.7c.4%200%20.6-.2.6-.6%200-.3-.2-.6-.5-.6h-.8c-.1%200-.1.1-.1.1v.5zM11.8%2020.5v-1.4c0-.1%200-.2.2-.2h1.1c.7%200%201.1.6.9%201.2-.1.4-.4.6-.7.6h-.9c-.2%200-.2%200-.2.2v.9c0%20.1%200%20.2-.1.2-.2%200-.2%200-.2-.2-.1-.4-.1-.8-.1-1.3zm.3-.6v.5l.1.1h.8c.3%200%20.6-.2.6-.6%200-.3-.2-.6-.5-.6h-.8c-.1%200-.1%200-.1.1-.1.2-.1.4-.1.5zM14.7%2018.9v1.2c.1%200%20.1-.1.1-.1.2-.2.5-.3.9-.2.3.1.4.3.4.6v1.5c0%20.1%200%20.1-.1.1-.3%200-.3%200-.3-.2v-1.1-.1c0-.3-.2-.5-.5-.5s-.6.3-.6.5v1.3c0%20.1-.1.1-.2.1s-.2%200-.2-.1v-3c0-.1%200-.1.1-.1.3.1.3.1.4.1zM28%2021.5l.2.2c-.1.2-.3.3-.6.4-.7.2-1.3-.3-1.3-1%200-.3%200-.5.2-.8.2-.4.7-.6%201.1-.5.4.1.6.4.6.8s0%20.4-.3.4h-1c-.2%200-.2%200-.2.2.1.3.2.5.5.6.3%200%20.5%200%20.8-.3-.1%200%200%200%200%200zm-.1-.8c0-.2-.1-.4-.2-.6-.2-.1-.4-.1-.6%200-.2.1-.3.3-.3.6h1.1zM23.3%2021.7c-.2.3-.6.5-1.1.4-.4-.1-.7-.4-.8-.8-.1-.3%200-.7.1-1%20.2-.4.7-.6%201.1-.5.4.1.5.4.6.7v.4c0%20.1%200%20.2-.1.2h-1.3c-.2%200-.2%200-.1.2.1.3.2.5.5.6.3.1.5%200%20.7-.2.2-.2.2-.2.4%200zm-1.5-1h1.1l.1-.1c0-.4-.3-.6-.6-.6-.4%200-.6.4-.6.7zM16.6%2020.9c0-.1%200-.3.1-.4.1-.5.5-.8%201-.8s.8.3.9.8v.7c-.1.5-.5.8-1.1.8-.5%200-.9-.4-.9-1v-.1zm1.7%200c0-.2-.1-.4-.2-.6-.3-.4-.8-.4-1%200-.2.4-.2.8%200%201.1.1.2.3.3.5.3s.4-.1.5-.3c.2-.1.2-.3.2-.5zM19.2%2022.1V20c0-.1.1-.1.2-.1s.2%200%20.2.1v.2c.1%200%20.1-.1.1-.1.3-.2.6-.3.9-.2.3.1.4.3.4.6v1.6c0%20.1%200%20.1-.1.1-.2%200-.2%200-.2-.2v-1.2c0-.3-.1-.5-.3-.5-.3-.1-.5%200-.7.2-.1.1-.1.2-.1.3v1.3c0%20.2%200%20.2-.2.2l-.2-.2z%22%2F%3E%3Cpath%20d%3D%22M20.8%2010.3v.9c0%20.4-.4.8-.8.8-.5%200-.8-.3-.8-.8V9.4c0-.1%200-.1.1-.1h1.4c.1%200%20.1%200%20.1.1v.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"
alt=""
/>
</div>
<div>
<img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2226%22%3E%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M23%2017.5c.6-2.3%201.3-4.6%201.9-6.9l.2.2c.9%201.5%201.8%203%202.7%204.4.1.2.1.2.3.1%201.8-1.5%203.6-3.1%205.4-4.6l.1-.1c-.2.6-.3%201.2-.5%201.8-.4%201.6-.9%203.2-1.3%204.9%200%20.2-.1.2-.3.2h-1.2c.3-1.1.6-2.1.9-3.2h-.1c-1.2%201.1-2.3%202.1-3.5%203.2-.7-1.2-1.4-2.5-2.2-3.7-.1.2-.1.3-.2.5-.3%201-.6%202-.8%203%200%20.2-.1.2-.3.2H23zM11.5%2017.5l1.2-4.2c.2-.8.5-1.7.7-2.5%200-.2.1-.2.3-.2h1.1c-.3.9-.5%201.9-.8%202.8h5.3c.2%200%20.3-.1.3-.2l.6-2.4c0-.2.1-.2.3-.2h1.2c-.2.8-.4%201.6-.6%202.3-.4%201.5-.8%202.9-1.2%204.4%200%20.2-.1.2-.3.2h-.9c-.2%200-.2-.1-.2-.2.2-.8.4-1.5.6-2.3.1-.2%200-.2-.2-.2h-5.1c-.2%200-.2%200-.3.2-.2.8-.4%201.6-.7%202.4%200%20.2-.1.2-.3.2-.2-.1-.6-.1-1-.1zM34.5%2016c-.5.5-1.1%201-1.6%201.5.6-2.3%201.3-4.6%201.9-6.9.3.5.5%201%20.8%201.5.2.3.3.5.5.8.2.3.3.6.5.9.1.1.1.2%200%20.3-.7.7-1.4%201.3-2.1%201.9.1%200%200%200%200%200zM24%2010.6l-.6%202.1c-.4%201.5-.9%203.1-1.3%204.6%200%20.2-.1.2-.3.2h-.9c-.2%200-.2%200-.2-.2.3-1.2.7-2.4%201-3.6.3-1%20.5-2%20.8-2.9%200-.2.1-.2.3-.2H24z%22%2F%3E%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M34.5%2016l1.1-1.1.8-.8c.1-.1.1-.2%200-.3-.3-.5-.5-1-.8-1.6%200-.1-.1-.1-.1-.2.1-.5.3-1%20.4-1.5.1.3.3.5.4.7.4.9.9%201.7%201.3%202.6.1.1.1.2%200%20.3-1.1%201.1-2.3%202.2-3.4%203.2l-.1.1c.2-.5.3-1%20.4-1.4zM11.7%2010.5H4.4c-.2%200-.2%200-.3.2-.6%202.2-1.2%204.4-1.8%206.5%200%20.2%200%20.2.2.2h7.4c.5%200%20.9-.3%201-.8.2-.6.4-1.3.5-1.9.1-.4.1-.6-.3-.8.5-.2.6-.4.7-.8.2-.6.4-1.3.5-1.9.1-.4-.1-.7-.6-.7zm-2.1%205.2c-.2.3-.4.4-.8.4H4.1c-.1%200-.1%200-.1-.2.1-.3.2-.7.3-1%200-.2.1-.2.3-.2h4.5c.3%200%20.5%200%20.6.3.2.2.1.5-.1.7zm0-2.4H4.9c-.2%200-.2%200-.1-.2.1-.3.2-.7.3-1.1%200-.1.1-.2.2-.2H10c.3%200%20.5.2.5.5.1.6-.3%201-.9%201z%22%2F%3E%3C%2Fsvg%3E"
alt=""
/>
</div>
<div>
<img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2226%22%3E%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M35.7%2017.7c-.1.1-.3.2-.5.2h-1.1c-.4%200-.5-.1-.5-.5v-5.2c0-.4-.2-.6-.6-.6-.4%200-.6.2-.6.6v5.2c0%20.4-.1.5-.5.5h-1.1c-.3%200-.4-.1-.4-.4v-3.7-1.5c0-.4-.2-.6-.6-.6-.4%200-.6.2-.6.6v5.2c0%20.4-.1.5-.5.5h-1.2c-.3%200-.4-.1-.4-.4v-7.4c0-.3.1-.4.4-.4h1.2c.4%200%20.4%200%20.5.4.9-.7%202-.6%202.7.1.1.1.2%200%20.3-.1.8-.6%201.9-.6%202.7%200%20.4.3.6.7.8%201.2v6.3zM25.1%2017.9h-1.5l.1-.1H25s0%20.1.1.1zM21.4%2013v2.8c0%201.3-.8%202.1-2.1%202.1h-2.1c-.3%200-.4-.1-.4-.4v-1.2c0-.3.1-.4.4-.4H19c.3%200%20.5-.1.5-.3%200-.2-.1-.3-.5-.3h-1.1c-1-.2-1.6-.9-1.6-2v-3.1c0-.3.1-.4.4-.4h1.1c.4%200%20.5.1.5.5v2.5c0%20.4.1.5.5.5.7%200%20.7%200%20.7-.7v-2.4c0-.3.1-.4.4-.4h1.2c.3%200%20.4.1.4.4-.1.8-.1%201.8-.1%202.8z%22%2F%3E%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M25.1%2017.9h-1.5c-.2%200-.3-.2-.3-.4V12c0-.3-.1-.3-.3-.3h-.5c-.2%200-.3-.1-.3-.3V10c0-.2.1-.3.3-.3.8%200%201.3-.3%201.7-1%20.1-.2.3-.4.6-.6.3-.1.5%200%20.5.3v1c0%20.1%200%20.2.2.2h.5c.2%200%20.4.1.4.4v1.3c0%20.2-.1.3-.4.4h-.1c-.2%200-.5-.1-.6%200-.2.1-.1.4-.1.6v5.1c.1.3.1.4-.1.5zM15.4%2011.7c0-1.2-.6-1.9-1.9-2.1-.8-.1-1.6%200-2.4%200-.2%200-.3.1-.3.3v1.2c0%20.3.1.4.4.4h1.6c.3%200%20.4.1.4.4%200%20.3-.1.4-.4.4h-1.2c-1%20.1-1.6.9-1.7%201.8v1.8c0%201.2.8%201.9%201.9%201.9h2.5c.6%200%20.9-.3.9-.9v-2.6c.2-.8.2-1.7.2-2.6zm-2.1%203.9c0%20.2-.1.3-.4.4h-.1c-.8%200-.8%200-.8-.8v-.7c0-.2.1-.3.3-.3h.6c.2%200%20.3.1.3.3v.5c.1.3.2.5.1.6zM9.6%2011.6c0-1.2-.8-1.9-1.9-1.9H4.8c-.3%200-.4.1-.4.4v7.4c0%20.3.1.4.4.4H6c.4%200%20.4-.1.4-.4v-1.8c0-.2%200-.2.2-.2h1.2c1%200%201.7-.6%201.8-1.6v-2.3zM7.5%2013c0%20.2-.1.3-.3.3-.3%200-.6.1-.8%200-.2-.1%200-.5-.1-.7v-.1-.1c0-.2-.1-.6%200-.7.2-.1.6-.1.8%200%20.2%200%20.3.1.3.3.1.4.2.7.1%201z%22%2F%3E%3C%2Fsvg%3E"
alt=""
/>
</div>
<div>
<img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2226%22%3E%3Cg%20fill%3D%22%23454545%22%3E%3Cpath%20d%3D%22M10.5%2012.4c0%20.9-.3%201.7-.9%202.4-.9%201.1-2%202-3.3%202.5-.5.2-1%20.4-1.4-.1-.4-.5-.2-1%20.1-1.5.2-.4.6-.7%201-.9.3-.2.6-.1.8.2.1.2%200%20.5-.2.7-.3.3-.6.5-.8.8-.1.1%200%20.2-.1.4.1%200%20.3.1.4%200%201.5-.7%202.7-1.7%203.2-3.3.2-.8-.4-1.4-1.1-1-.8.3-1.5.9-2.2%201.2-.5.2-1%20.4-1.5.5-.8.1-1.2-.5-.9-1.2.2-.5.5-.9.8-1.2%201-.9%202.1-1.5%203.4-1.6%201.5-.4%202.7.7%202.7%202.1zM13.6%2012.9c-.1-.3-.2-.5-.4-.8%201.1-.6%202.1-.8%203.2-.4.7.3%201%20.9%201%201.6v3.2c0%20.2-.1.4-.3.5-.9.6-2%20.9-3.1.5-.9-.3-1.4-1.2-1.3-2.2.1-.9.9-1.5%202-1.6h.7c.2%200%20.5-.1.5-.2.1-.4%200-.8-.4-.8-.4-.1-.8%200-1.2.1-.2-.2-.4%200-.7.1zm2.4%202.6V15c-.1-.1-.2-.3-.3-.3-.2-.1-.4%200-.6%200-.6.1-.8.6-.7%201.2.1.5.5.8%201%20.7.6-.1.6-.1.6-1v-.1zM32.9%2016.2c.1.2.2.5.4.8-1.1.6-2.1%201-3.3.5-1.1-.5-1.4-1.4-1.5-2.5%200-.6.1-1.3.3-1.9.3-1.1%201.3-1.6%202.5-1.5%201%20.1%201.7.8%201.8%201.9.2%201.5.3%201.2-1.1%201.2h-1.6c-.4%200-.5.1-.5.5%200%201.1.6%201.6%201.6%201.4.5-.1.9-.3%201.4-.4zm-2.1-2.4h.5c.3%200%20.4-.2.3-.4-.1-.2-.1-.4-.2-.6-.2-.3-.6-.4-.8-.1-.3.2-.4.6-.5.9.1.1.4.1.7.2-.1%200%200%200%200%200zM27.8%2016.7c.1.8%200%20.9-.8.8-1.1-.1-1.6-.6-1.6-1.6v-5.4c0-.1.1-.3.3-.3.3-.2.7-.2%201.2-.3V11c0%20.5.1.7.6.6h.4v.5c0%20.3-.1.5-.4.5-.5-.1-.6.1-.6.6v2.2c0%20.9%200%20.9.9%201.3zM35.6%209.9V15.6c0%20.5.1.9.7%201%20.4.1.3.4.3.6%200%20.1-.2.3-.4.3-1.2.2-2-.5-2-1.8v-5.1c0-.4.1-.6.5-.6.2%200%20.5-.1.9-.1zM24.8%2011.6c-.2.8-.2.8-.9.9-.8%200-1.1.3-1.1%201.1V17c0%20.4-.1.6-.5.5h-.1c-.8%200-.8%200-.8-.8V13c0-.2.2-.5.3-.7.8-.7%201.7-.9%202.7-.8.2%200%20.3.1.4.1zM20.1%2011.6v5.5c0%20.3-.1.5-.5.5-1.2%200-1%20.1-1-.9v-4.2c0-.5.1-.7.6-.7.3-.1.6-.2.9-.2zM19.4%2011c-.5%200-.9-.4-.9-.9s.5-1%20.9-1c.5%200%20.9.4.9%201%200%20.5-.4.9-.9.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"
alt=""
/>
</div>
<div>
<img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2226%22%3E%3Cpath%20fill%3D%22%2378C043%22%20d%3D%22M8%2017.8c.1%200%20.3-.1.4.1-.1-.1-.3-.1-.4-.1z%22%2F%3E%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M8%2018.8c-1-.1-1.8-.5-2.5-1.1-.2-.2-.1-.3%200-.4%201.2-2%202.3-4%203.5-6%20.1-.1.1-.2.2-.4H4.9v-.1c2-1.9%204.3-2.1%206.5-.6.2.2.3.3.1.6-1.2%202-2.4%204-3.6%206.1-.1.1-.1.2-.2.3H12c-.7.9-1.6%201.4-2.7%201.6-.1%200-.2%200-.2.1h-.7c-.1-.1-.3-.1-.4-.1zM17%2012.5h-2c-.2%200-.4%200-.3-.3%200-.3-.1-.8.1-1%20.2-.2.7-.1%201-.1h3.1c.5%200%20.6.2.3.6l-.9%201.5c-.5.8-.9%201.6-1.4%202.4h2c.3%200%20.4.1.4.4v.8c0%20.2-.1.3-.3.3h-4.1c-.3%200-.3-.2-.3-.4%200-.1.1-.2.1-.3.7-1.1%201.3-2.3%202-3.4.2-.3.3-.3.3-.5zM29.4%2016.9c-.8%200-1.4-.2-2-.6-.2-.2-.3-.3-.1-.5l.1-.1c.2-.2.3-.5.5-.6.3-.1.4.2.6.3.4.1.8.2%201.2.1.2-.1.4-.2.4-.4%200-.3-.2-.3-.4-.4-.3-.1-.5-.1-.8-.1-1.2-.2-1.7-.8-1.7-1.8%200-.9.8-1.7%201.8-1.8.8-.1%201.5.1%202.1.6.2.1.2.2%200%20.4l-.3.3c-.1.2-.3.4-.4.4-.2.1-.3-.2-.5-.3-.4-.2-.8-.2-1.1%200-.1.1-.3.1-.3.3%200%20.2.1.2.2.3.2.1.4.2.7.2.2%200%20.3%200%20.5.1%201%20.2%201.4.8%201.4%201.8%200%20.8-.5%201.5-1.5%201.7%200%20.1-.2.2-.4.1zM33.2%2013.8v-1.1c0-.3-.1-.4-.4-.4-.5%200-.5%200-.5-.5v-.2c0-.6%200-.6.6-.6.2%200%20.3-.1.3-.3v-.4c0-.8%200-.8.9-.9.8-.1.8-.1.8.7v.2c0%20.6%200%20.6.6.7.2%200%20.3.1.3.2v.3c0%20.2.1.5%200%20.7-.1.2-.4.1-.6.1-.2%200-.2.1-.2.2v2.2c0%20.5.3.7.8.7.3%200%20.4%200%20.5.3%200%20.1%200%20.2.1.3.2.6.2.7-.5.8-1.3.2-2.5-.5-2.5-1.9-.2-.4-.2-.7-.2-1.1z%22%2F%3E%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M4.8%2017.1c-1.1-1.4-1.3-2.9-.8-4.6.3-1%20.3-1%201.3-1H8c-1.1%201.9-2.1%203.7-3.2%205.6zM12.2%2011c1.2%201.4%201.4%203.8.5%205.3-.1.1-.1.2-.3.2H8.9c1.2-2%202.3-3.7%203.3-5.5zM22.3%2014.6h2.9c.8%200%20.9%200%20.8-.8-.1-1.1-.5-2-1.6-2.4-1.1-.4-2.2-.3-3.1.5-1.2%201-1.3%203-.3%204.2%201%201.1%203.2%201.3%204.3.4.3-.2.3-.4%200-.6-.2-.1-.3-.3-.5-.5-.1-.1-.2-.1-.4%200-.4.2-.8.3-1.2.4-.5%200-1-.3-1.2-.7%200-.4%200-.5.3-.5zm0-1.8c.3-.3.7-.5%201.2-.4.4.1.7.2.9.7.1.2.1.3-.2.3h-1.9c-.2%200-.2-.1-.2-.2.1-.1.1-.3.2-.4z%22%2F%3E%3C%2Fsvg%3E"
alt=""
/>
</div>
<div>
<img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2226%22%3E%3Cg%20fill%3D%22%23454545%22%3E%3Cpath%20d%3D%22M10.3%209.4H5.7c-.6%200-.7.1-.9.7%201%20.1%202-.2%202.9.8H5.8c-.6%200-.7.1-.9.7h3c-.1.3-.2.5-.4.7-.7.7-1.6.6-2.4.6-.1.4%200%20.7.3%201%20.8.8%201.6%201.6%202.3%202.5.5.6%201%20.4%201.5.4%200%200%200-.1.1-.1-1-1.1-1.9-2.2-2.9-3.3.2%200%20.4%200%20.5-.1.9-.2%201.7-.5%202-1.4.1-.3.2-.4.5-.3.6.1.8-.2%201-.7H9.2c-.1%200-.2%200-.3-.1-.1-.2-.2-.4-.3-.7h.6c.6.1.9-.1%201.1-.7zM13.6%2011.4c0%20.4-.1.7-.3.9-.2.2-.5.3-.9.3s-.7-.1-1-.4c-.2-.3-.4-.6-.4-1v-.7c0-.4.1-.7.4-1%20.2-.3.6-.4.9-.4.4%200%20.7.1%201%20.3.2.2.3.5.3.9H13c0-.2-.1-.4-.2-.5-.1-.1-.3-.2-.5-.2s-.4.1-.5.2c-.1.2-.2.4-.2.6v.7c0%20.3.1.5.2.6.1.2.3.2.5.2s.4-.1.5-.2c.1-.1.1-.3.1-.5h.7zM16.3%2011.9h-1.2l-.1.7h-.7l1.1-3.3h.7l1.1%203.3h-.7l-.2-.7zm-.9-.6h.8l-.4-1.3-.4%201.3zM19.8%2011.7c0-.1%200-.2-.1-.3-.1-.1-.2-.1-.5-.2-.4-.1-.7-.2-.9-.4s-.3-.4-.3-.7c0-.3.1-.5.3-.7.2-.2.5-.3.9-.3s.7.1.9.3c.2.2.3.4.3.7h-.6c0-.2-.1-.3-.2-.4-.1-.1-.2-.1-.4-.1s-.3%200-.4.1c-.1.1-.1.2-.1.3%200%20.1.1.2.2.3.1.1.3.1.5.2.4.1.6.2.8.4.2.2.3.4.3.7%200%20.3-.1.5-.3.7-.2.2-.5.2-.9.2s-.7-.1-.9-.3-.4-.4-.4-.8h.6c0%20.2.1.3.2.4.1.1.3.1.5.1s.3%200%20.4-.1c0%20.1.1%200%20.1-.1zM24.1%2012.6h-.7v-1.4h-1.3v1.4h-.7V9.3h.7v1.4h1.3V9.3h.7v3.3zM29.5%2011.2c0%20.4-.1.7-.4%201-.3.3-.6.4-1%20.4s-.7-.1-1-.4c-.3-.3-.4-.6-.4-1v-.6c0-.4.1-.7.4-1%20.3-.3.6-.4%201-.4s.7.1%201%20.4c.3.3.4.6.4%201v.6zm-.7-.6c0-.3-.1-.5-.2-.6-.1-.2-.3-.2-.5-.2s-.4.1-.5.2c-.1.2-.2.4-.2.6v.6c0%20.3.1.5.2.6.1.2.3.2.5.2s.4-.1.5-.2c.1-.2.2-.4.2-.6v-.6zM33.1%2012.6h-.7l-1.3-2.3v2.3h-.7V9.3h.7l1.3%202.3V9.3h.7v3.3zM11.1%2016.8v-3.3h1.1c.4%200%20.7.1%201%20.4.3.3.4.6.4%201v.5c0%20.4-.1.7-.4%201-.3.3-.6.4-1%20.4h-1.1zm.7-2.8v2.3h.4c.2%200%20.4-.1.6-.2.1-.2.2-.4.2-.6V15c0-.3-.1-.5-.2-.6-.1-.2-.3-.2-.6-.2h-.4zM16.7%2015.3h-1.4v.9h1.6v.5h-2.3v-3.3h2.3v.6h-1.6v.8h1.4v.5zM18.4%2016.3h1.5v.5h-2.1v-3.3h.7v2.8zM21.5%2016.8h-.7v-3.3h.7v3.3zM23.7%2015.9v.2-.2l.8-2.4h.7l-1.1%203.3h-.7l-1.1-3.3h.7l.7%202.4zM28%2015.3h-1.4v.9h1.6v.5H26v-3.3h2.3v.6h-1.6v.8H28v.5zM29.8%2015.5v1.3h-.7v-3.3h1.2c.4%200%20.7.1.9.3.2.2.3.4.3.7%200%20.2%200%20.3-.1.4-.1.1-.2.2-.4.3.2.1.3.2.4.3.1.1.1.3.1.5v.5c0%20.1.1.2.1.2h-.7c-.1%200-.1-.1-.1-.2V16c0-.2%200-.3-.1-.4-.1-.1-.2-.1-.4-.1h-.5zm0-.6h.6c.2%200%20.3%200%20.4-.1.1-.1.1-.2.1-.3%200-.2%200-.3-.1-.4-.1-.1-.2-.1-.4-.1h-.6v.9zM33.7%2015l.7-1.5h.7L34%2015.6v1.2h-.7v-1.2l-1.1-2.1h.8l.7%201.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"
alt=""
/>
</div>
<div>
<img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2226%22%3E%3Cg%20fill%3D%22%23454545%22%3E%3Cpath%20d%3D%22M11.7%2012.5H11V9.1h.7v3.4zM15.6%2012.5h-.7l-1.4-2.3v2.3h-.7V9.1h.7l1.4%202.3V9.1h.7v3.4zM19.1%209.6h-1v2.9h-.7V9.6h-1v-.5H19v.5zM22.1%2011h-1.4v1h1.7v.5h-2.3V9.1h2.3v.5h-1.7v.9h1.4v.5zM23.9%2011.1v1.4h-.7V9.1h1.3c.4%200%20.7.1.9.3.2.2.3.4.3.7%200%20.2%200%20.3-.1.5-.1.1-.2.2-.4.3.2.1.3.2.4.3.1.1.1.3.1.5v.6c0%20.1.1.2.1.2h-.7c-.1-.1-.1-.1-.1-.3v-.5c0-.2%200-.3-.1-.4-.1-.1-.2-.1-.4-.1h-.6zm0-.5h.6c.2%200%20.3%200%20.4-.1.1-.1.1-.2.1-.4s0-.3-.1-.4c-.1-.1-.2-.1-.4-.1h-.6v1zM29.6%2012.5H29l-1.4-2.3v2.3h-.7V9.1h.7l1.4%202.3V9.1h.7v3.4zM32.9%2011h-1.4v1h1.7v.5h-2.3V9.1h2.3v.5h-1.7v.9h1.4v.5zM36.4%209.6h-1v2.9h-.7V9.6h-1v-.5h2.6v.5zM10.9%2016.9v-3.4h1.2c.4%200%20.7.1.9.2.2.2.3.4.3.7%200%20.2%200%20.3-.1.4-.1.1-.2.2-.4.3.2%200%20.4.1.5.3s.2.3.2.5c0%20.3-.1.6-.3.7-.2.2-.5.3-.9.3h-1.4zm.7-2h.5c.2%200%20.3%200%20.4-.1.1-.1.1-.2.1-.3%200-.2%200-.3-.1-.4-.1-.1-.2-.1-.4-.1h-.5v.9zm0%20.5v1h.6c.2%200%20.3%200%20.4-.1.1-.1.1-.2.1-.4s0-.3-.1-.4c-.1-.1-.2-.1-.4-.1h-.6zM16.3%2016.1h-1.2l-.2.7h-.7l1.2-3.4h.7l1.2%203.4h-.7l-.3-.7zm-1-.5h.9l-.4-1.3-.5%201.3zM20.8%2016.9h-.7l-1.4-2.3v2.3H18v-3.4h.7l1.4%202.3v-2.3h.7v3.4zM23%2015.4h-.4v1.4H22v-3.4h.7v1.4h.3l.9-1.4h.8L23.5%2015l1.2%201.8h-.8l-.9-1.4zM26.3%2016.9h-.7v-3.4h.7v3.4zM30.2%2016.9h-.7l-1.4-2.3v2.3h-.7v-3.4h.7l1.4%202.3v-2.3h.7v3.4zM34%2016.4c-.1.1-.3.3-.5.4-.2.1-.5.2-.8.2-.4%200-.8-.1-1-.4-.3-.3-.4-.6-.4-1v-.7c0-.4.1-.8.4-1%20.3-.3.6-.4%201-.4s.7.1%201%20.3c.2.2.3.5.3.8h-.6c0-.2-.1-.3-.2-.4-.1-.1-.3-.2-.5-.2s-.4.1-.5.2c-.1.2-.2.4-.2.6v.7c0%20.3.1.5.2.6.1.2.3.2.5.2h.4c.1%200%20.2-.1.2-.1v-.6h-.6v-.5H34v1.3zM9.1%209.1H4.5c-.6%200-.7.1-.9.7%201%20.1%202.1-.2%202.9.8h-2c-.6%200-.7.1-.9.7h3.1c-.1.3-.2.5-.4.7-.7.7-1.6.6-2.5.6-.1.4%200%20.7.3%201%20.8.8%201.6%201.6%202.3%202.5.5.6%201%20.4%201.5.4%200%200%200-.1.1-.1-1-1-2-2.1-3-3.2.2%200%20.4%200%20.5-.1.9-.2%201.7-.5%202-1.5.1-.3.2-.4.5-.3.6.1.8-.3%201-.7H7.8c-.1%200-.2%200-.3-.1-.1-.2-.2-.4-.3-.7h.6c.7.1%201.1-.1%201.3-.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"
alt=""
/>
</div>
<div>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Bajaj-Finserv-Payment-Logo-01.svg?v=1635408399"
alt=""
height="36px"
width="50px"
/>
</div>
</div>
<hr />
<div class="footer-p">
<p>Owned, Operated & Funded by Proud Indians</p>
<br />
<p>Copyright ©️2011-2022 <a href="">Headphone Zone</a></p>
<br />
<p>
Everything on this website has been made with a lot of love and
hard work. If you copy anything we will hunt you down. We mean it.
</p>
</div>
</div>
</footer>
</div>
</body>
</html>
<script>
document.querySelector("button").addEventListener("click", function () {
console.log("A");
});
</script>
<!-- <script src="addtocart.js"></script> -->
<!-- <script>
let p = JSON.parse(localStorage.getItem("cart"));
function displayProduct(data) {
data.map(function (elem, index) {
document.querySelector("#smlmdl").innerHTML = p.name;
document.querySelector(".b").innerHTML = p.brand;
document.querySelector(".n").innerHTML = p.name;
document.querySelector(".c").innerHTML = p.category;
document.querySelector(".a").src = p.image;
document.querySelector(".pr").innerHTML = "₹" + p.price;
document.querySelector(".stpr").innerHTML = "₹ MRP" + elem.MRP;
document.querySelector(".d").src = elem.short_url1;
document.querySelector(".e").src = elem.short_url3;
document.querySelector(".f").src = elem.short_url2;
document.querySelector(".g").src = elem.short_url1;
document.querySelector(".h").src = elem.short_url3;
document.querySelector(".smlico").src = elem.image_url;
});
}
document.querySelector("button").addEventListener("click", cartPage);
function cartPage() {
let arr = [];
arr.push(p);
localStorage.setItem("cart_data", JSON.stringify(arr));
window.location.href = "product_details.html";
}
</script> -->
<script src="./addtocart.js"></script>
<script src="./navbar.js"></script>