-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBest_Buy.html
796 lines (785 loc) · 43.1 KB
/
Best_Buy.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
791
792
793
794
795
796
<!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="icon" href="https://pisces.bbystatic.com/image2/BestBuy_US/Gallery/favicon-32-72227.png"
type="image/x-icon">
<title>Best Buy</title>
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="Best_Buy.css">
</head>
<body>
<div class="navbar">
<div>
<div>
<a href="Best_Buy.html"><img
src="https://drive.google.com/uc?export=view&id=1-lq0R9nVOAhYuEJyenu_ptS112jAPZyN"
alt="BEST BUY"></a>
</div>
<div>
<div class="menuBar">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div class="menuList">
<div>
<p><strong>Deals</strong></p>
<hr>
<p><strong>Support & Services</strong></p>
<hr>
<p><strong>Brands</strong></p>
<hr>
<p><strong>Featured</strong></p>
</div>
<div>
<p>Shop by Department</p>
<hr>
<p>Appliances</p>
<hr>
<p>TV & Home Theater</p>
<hr>
<p>Computers & Tablets</p>
<hr>
<p>Cameras, Camcorders & Drones</p>
<hr>
<p>Cell Phones</p>
<hr>
<p>Audio</p>
<hr>
<p>Video Games</p>
<hr>
<p>Movies & Music</p>
<hr>
<p>Car Electronics & GPS</p>
<hr>
<p>Wearable Technology</p>
<hr>
<p>Health & Wellness</p>
<hr>
<p>Sports, Fitness & Recreation</p>
<hr>
<p>Home, Furniture & Office</p>
<hr>
<p>Smart Home, Security & Wi-Fi</p>
<hr>
<p>Outdoor Living</p>
<hr>
<p>Toys, Games & Collectibles</p>
<hr>
<p>Sustainable Living</p>
<hr>
<p>Best Buy Outlet</p>
</div>
</div>
<p>MENU</p>
</div>
<div>
<input type="text" placeholder="Search Best Buy">
<button><img src="https://drive.google.com/uc?export=view&id=17Enw9x1flQvVnrr-GYu1vk6FCHklWKNz"
alt=""></button>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1PNhx6x56u2RAiZKXj4wgRQt3Ak3-BGEi" alt="">
<p>Aiea</p>
</div>
<div onclick="location.href='cart.html';">
<img src="https://drive.google.com/uc?export=view&id=1bRZVnIeiST_VhHI92Mo4JdfxYONfVlvB" alt="">
<p>Cart</p>
</div>
</div>
<div>
<div>
<a href="product.html">Top Deals</a>
<a href="product.html">Deal of the Day</a>
<a href="product.html">Products</a>
<a href="payment.html">Credit Cards</a>
<a href="payment.html">Gift cards</a>
<a href="product.html">Gift Ideas</a>
<a href="">Health & Wellness</a>
<a href="product.html">More</a>
</div>
<div>
<div id="account">
<img src="https://drive.google.com/uc?export=view&id=16mOOGdPmYahbgDcYJKnHuwzB8m9rGT2f" alt="">
<p>Account</p>
<div class="accountList">
<div>
<p>Becoming a My Best Buy® member comes with easy order tracking, rewards, offers and more.
</p>
<button onclick="location.href='login.html';">Sign In</button>
<button onclick="location.href='signup.html';">Create Account</button>
</div>
<div>
<p>Account</p>
<hr>
<p>Orders & Purchases</p>
<hr>
<p>Your Products</p>
<hr>
</div>
<div>
<p>Payment Methods</p>
<hr>
<p>Protection Plans & Subscriptions</p>
<hr>
<p>Digital Library</p>
<hr>
</div>
<div>
<p>Best Buy Totaltech™</p>
<hr>
<p>Free Home Consultation</p>
<hr>
<p>Member Offers</p>
<hr>
</div>
</div>
</div>
<div>
<p><a href="product.html">Recently Viewed</a></p>
</div>
<div>
<p>Order Status</p>
</div>
<div>
<p>Saved Items</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="deals">
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/dam/MMT-510776_2022TopDeals-GHPApp-LV-55adde1f-dd0b-48d7-9a08-b28bbc00187d.jpg"
alt="">
<p>Deal Mode Activated</p>
<button><a href="product.html">Shop Now</a></button>
</div>
<div>
<div>
<div>
<img src="https://rukminim1.flixcart.com/image/416/416/kpinwy80/headphone/r/1/q/mwp22hn-a-apple-original-imag3qe9eqkfhmg8.jpeg?q=70"
alt="">
<p>APPLE Airpods Pro with MagSafe Charging Case Bluetooth Headset (White, True Wireless)</p>
</div>
<div>
<img src="https://rukminim1.flixcart.com/image/416/416/ku8pbbk0/smartwatch/x/2/p/ios-mkjt3hn-a-apple-yes-original-imag7erwk4buzyew.jpeg?q=70"
alt="">
<p>APPLE Watch Series 7 GPS + Cellular, MKJT3HN/A 45 mm Aluminium Case (Blue Strap, Regular)</p>
</div>
<div>
<img src="https://rukminim1.flixcart.com/image/416/416/jialea80/television/p/b/g/samsung-65nu7470-original-imaf64f2hjrwz7rv.jpeg?q=70"
alt="">
<p>SAMSUNG Series 7 138 cm (55 inch) Ultra HD (4K) LED Smart TV (55NU7470)</p>
</div>
<div>
<img src="https://rukminim1.flixcart.com/image/416/416/kp5sya80/screen-guard/tempered-glass/o/v/n/apple-macbook-air-m1-13-3-inch-lightwings-original-imag3gh5xftgbpg3.jpeg?q=70"
alt="">
<p>APPLE MacBook Air M1 - (8 GB/512 GB SSD/Mac OS Big Sur) Z12400092 (13.3 inch, Space Grey,
1.29 kg)</p>
</div>
</div>
<div>
<div>
<img src="https://drive.google.com/uc?export=view&id=10aSTz5_r0Nt0nNzLjCVcZqAhl8TLY3mj" alt="">
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1e8AOHfsaq8kK1fwbhCn8t_XttAuhZhcX" alt="">
</div>
</div>
</div>
</div>
<p>Most-viewed items</p>
<hr>
<div class="mvi">
<div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6502/6502660_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Lenovo - Ideapad 1 15.6" FHD Touch-Screen Laptop - Ryzen 7 5700U - 12GB Memory - 512GB SSD -
Cloud Grey</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6505/6505200_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Microsoft - Surface Laptop Go 2 - 12.4” Touch-Screen – Intel Core i5 – 8GB Memory - 128GB SSD
(Latest Model) - Sage</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6503/6503849_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>HP - Victus 15.6" Gaming Laptop - Intel Core i5-12450H - 8GB Memory - NVIDIA GeForce GTX 1650 -
512GB SSD - Mica Silver</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6505/6505727_rd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Sony - WH-1000XM5 Wireless Noise-Canceling Over-the-Ear Headphones - Black</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6509/6509757_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Doctor Strange in the Multiverse of Madness [SteelBook][Digital Copy] [4K Ultra HD
Blu-ray/Blu-ray] [2022]</p>
</div>
</div>
<div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1LSAtHwZS6ZXruaXPfQBZvEUDmDve68kf" alt="">
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1gG-8o63se7K1ybO-9epjC9k4qXJT7OuT" alt="">
</div>
</div>
<div>
<p>Insignia™ air fryers product recall.<a href="">Learn more</a></p>
</div>
</div>
<div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/dam/MMT-579799-GHP-B_DiscoParis-LV_DER-25260c77-4b9f-43c1-aeb0-914754f1ec56.jpg"
alt="">
<h1>Introducing Surface Laptop Go 2.</h1>
<p>Sleek, light, on the go performance.</p>
<button>Shop Now</button>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/dam/subghp-MMT-555591-tv-4ef8f148-989d-4846-ae5c-65854b349e5b.jpg"
alt="">
<h1>Smart TVs</h1>
<p>as low as $109.99.</p>
<button>Shop Now</button>
</div>
</div>
<div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/Gallery/gl-37875-app-curbside-vpe_der-149659.png;maxHeight=144;maxWidth=144"
alt="">
<div>
<p>Ready in one hour</p>
<p>with Store or Curbside Pickup.</p>
</div>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/Gallery/gl-app-vpe-freeshippin_der1-206852.png;maxHeight=144;maxWidth=144"
alt="">
<div>
<p>Free next-day delivery</p>
<p>on thousands of items.</p>
</div>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/Gallery/gl-app-vpe-freeshippin_der1-206852.png;maxHeight=144;maxWidth=144"
alt="">
<div>
<p>Same-day delivery.</p>
<p>Order by 3 p.m., get it by 8 p.m.</p>
<p>Order by 2 p.m. Sunday.</p>
</div>
</div>
</div>
<div id="edit-middle">
<img src="image.png" alt="">
</div>
<div>
<div>
<p>Father's Day gifts</p>
<div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1vwucDEzHkB5AVogg2AT8QpWPixgcRzaS"
alt="">
<p>For chill dads</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1obpwsa9tfjaZtdDIFYcFAslMIFho4lWF"
alt="">
<p>For outdoorsy dads</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=160Jm76MslTzEkpaQe1n4lv_VFhmo6Pfc"
alt="">
<p>For exercise-loving dads</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=19GayNsnnu2UhgjP9op9-3ErdCnchq2SN"
alt="">
<p>For chef dads</p>
</div>
</div>
</div>
<div>
<p>Grad gift ideas</p>
<div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1yNfhbqbwLfnVO2yvzyxjN5muKT95hB0X"
alt="">
<p>For little grads</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1r1Bh7agOaVvDlFppxRKNvIoruuGda72Q"
alt="">
<p>For middle school grads</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=12sdr8VdQ2fvKDUc77NciKdR-gemgfFkI"
alt="">
<p>For high school grads</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1CbqVLVdA0-Uss5iOP0hlb7X02GP69KcU"
alt="">
<p>For college grads</p>
</div>
</div>
</div>
<div>
<p>We’re driven by our impact</p>
<div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1fER9SEgivOQBg8u7t-0tgLKgv4e0_9oI"
alt="">
<p>Tech access means brighter futures</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1qjhkOJf4eL_I2-o8sw7eL9_ZpKbPJq-a"
alt="">
<p>More celebrating. More love.</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1A0xy3KGv26KtLs-XiALjemZDtanGpPSH"
alt="">
<p>Sustainability is part of our ecosystem</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1IN1wPRsSgB-mk-Yfru7eQagWjr-t-uJr"
alt="">
<p>Committed to making a difference</p>
</div>
</div>
</div>
</div>
<p>Our featured offers</p>
<hr>
<div>
<div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1n_H0-Mo8d07blkibyi2IQFqKCTIRQxjv" alt="">
<h3>iPhone 13 Pro</h3>
<h3>Save up to $800</h3>
<p>with qualified activation and trade-in of iPhone 11 Pro or newer.</p>
<p>Terms and conditions apply.</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1P_4rH16Y0ATX5l4i2QCUQWAMUNgBEPT9" alt="">
<h3>Gifts for gaming dads.</h3>
<p>Find an assortment of games, from new hits to classic titles, plus an array of accessories.</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1Y65v9IdUTXIvoWgz8gor38a0iqzJUZxq" alt="">
<h3>Introducing Surface Laptop Go 2.</h3>
<p>Sleek, light, on the go performance.</p>
</div>
</div>
<div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1R5YJHD4RJXlp31daqniOKBjGQ_eIbLAs" alt="">
<h3>Apple TV 4K (2nd gen)</h3>
<h3>Save $50 on the 32GB or 64GB model.</h3>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1uCP3p--oNPUOMuXD-t7NsUxehBZ32U4b" alt="">
<h3>Save up to $100 on select wearables.</h3>
<p>Keep your goals on track with smartwatches and fitness trackers from Fitbit, Garmin and Citizen.
</p>
<p>Minimum savings is $20.</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1vymZBZAjFNs2Hh69MERcFLYZdamT-dXN" alt="">
<h3>Save up to 25% on select car speakers.</h3>
<p>Take your audio to the next level with these speakers.</p>
<p>Minimum savings is 20%.</p>
</div>
</div>
</div>
<p>Trending now</p>
<hr>
<div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6510/6510114_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Jurassic World 6-Movie Collection [Includes Digital Copy] [4K Ultra HD Blu-ray/Blu-ray] [Gift Set]
</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6408/6408356_rd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Sony - WH-1000XM4 Wireless Noise-Cancelling Over-the-Ear Headphones - Black</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6479/6479080_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>HP - Victus 16.1" Gaming Laptop - Intel Core i5 - 8GB Memory - NVIDIA GeForce RTX 3050 - 256GB SSD -
Performance Blue</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6504/6504290_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Microsoft - Surface Laptop Go - 12.4" Touch-Screen - Intel 10th Generation Core i5 - 4GB Memory -
64GB eMMC - Platinum</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6510/6510113_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Jurassic World: Dominion [SteelBook] [Includes Digital Copy] [4K Ultra HD Blu-ray/Blu-ray] [2022]</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6505/6505197_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Microsoft - Surface Laptop Go 2 - 12.4” Touch-Screen – Intel Core i5 – 8GB Memory - 256GB SSD (Latest
Model) - Sage
Model:8QF-00001SKU:6505197</p>
</div>
</div>
<p>Best selling items</p>
<hr>
<div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6215/6215932_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Apple Watch Series 7 (GPS) 41mm Midnight Aluminum Case with Midnight Sport Band - Midnight</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/4900/4900942_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Apple - AirPods Pro (with Magsafe Charging Case) - White</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/5712/5712666_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Dyson - V8 Animal Cordless Stick Vacuum - Iron</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6494/6494441_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Samsung - Galaxy S22 Ultra 256GB (Unlocked) - Phantom Black</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6474/6474501_rd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>GoPro - HERO10 Black Action Camera</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6401/6401727_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Lenovo - Chromebook Duet - 10.1” Touch Screen Tablet - 4GB Memory - 128GB SSD - with Keyboard - Ice
Blue + Iron Gray</p>
</div>
</div>
<div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/Gallery/GL-37400-pol-dotd-190823_der-98962.png;maxHeight=280;maxWidth=412"
alt="">
<p>Deal of the Day.</p>
<p>Great deals. Every day.</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/Gallery/GL-37504-pol-outlet-190823-98410.png;maxHeight=280;maxWidth=412"
alt="">
<p>Clearance, open-box and more.</p>
<p>Save when you shop the Best Buy Outlet for clearance, open-box, refurbished and pre-owned items.</p>
</div>
<div></div>
</div>
<div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/dam/GL-66611-cb-fs-211018-6dd3346e-0ef8-458c-b16d-5ff2264fbb11.png"
alt="">
</div>
<div>
<p>Apply today and get</p>
<p>10% back</p>
</div>
<div>
<p>in rewards on your first day of purchases when you are approved for the Card.</p>
</div>
<div>
<button>Learn More</button>
</div>
</div>
<p>Featured products</p>
<hr>
<div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6450/6450820_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Nest Hub 7” Smart Display with Google Assistant (2nd Gen) - Chalk</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6478/6478931_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Ray-Ban - Stories Wayfarer Smart Glasses 50mm - Shiny Brown/Brown Gradient</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6479/6479080_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>HP - Victus 16.1" Gaming Laptop - Intel Core i5 - 8GB Memory - NVIDIA GeForce RTX 3050 - 256GB SSD -
Performance Blue</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6398/6398119_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Samsung - Galaxy 13.3" 4K Ultra HD Touch-Screen Chromebook - Intel Core i5 - 8GB Memory - 256GB SSD -
Mercury Gray</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6428/6428302_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Google - Nest Audio - Smart Speaker - Charcoal</p>
</div>
<div>
<img src="https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6475/6475139_sd.jpg;maxHeight=640;maxWidth=550"
alt="">
<p>Citizen - CZ Smartwatch 46mm Stainless Steel Case - Silver</p>
</div>
</div>
</div>
<div id="footer">
<div id="topFooter">
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16.04.73C7.64.73.8 7.57.8 15.97s6.84 15.25 15.24 15.25c8.41 0 15.25-6.84 15.25-15.25 0-8.4-6.84-15.24-15.25-15.24zm0 28.53a13.3 13.3 0 0 1 0-26.58 13.3 13.3 0 0 1 0 26.58zm1.41-5.38a1.45 1.45 0 1 1-2.9 0 1.45 1.45 0 0 1 2.9 0zm3.73-12.56c0 2.3-1.47 3.5-2.65 4.48-.94.77-1.5 1.28-1.5 1.98v1.96a.98.98 0 0 1-1.96 0v-1.96c0-1.66 1.17-2.63 2.21-3.49 1.05-.86 1.95-1.6 1.95-2.97 0-.03-.04-3.05-3.19-3.05-3.06 0-3.38 3.1-3.4 3.24a.98.98 0 1 1-1.95-.18c.17-1.74 1.5-5.02 5.35-5.02 3.77 0 5.14 3 5.14 5z">
</path>
</svg></svg>
<p><strong>Visit our Support Center</strong></p>
</div>
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M30 9.43a.92.92 0 0 1-.36-.07L16 4.07 2.36 9.36a1 1 0 0 1-1.29-.57.99.99 0 0 1 .57-1.29l13.64-5.29c.46-.18.98-.18 1.45 0L30.36 7.5A1 1 0 0 1 30 9.43z">
</path>
<path
d="M16 30a.98.98 0 0 1-.41-.09l-6.24-2.77a1 1 0 0 1-.51-1.32 1 1 0 0 1 1.32-.51l5.84 2.6 13-5.77V9.92L16.38 15.1a1 1 0 0 1-.76 0L3 9.92v12.22l2.93 1.3a1 1 0 0 1 .51 1.32 1 1 0 0 1-1.32.51L1.59 23.7a1 1 0 0 1-.59-.91V8.43a1 1 0 0 1 .44-.83c.28-.19.63-.22.94-.1L16 13.09 29.62 7.5c.31-.13.66-.09.94.09.27.19.44.5.44.84v14.36c0 .4-.23.75-.59.91l-14 6.21A.98.98 0 0 1 16 30z">
</path>
<path d="M16 29.53a1 1 0 0 1-1-1V14.17c0-.55.45-1 1-1s1 .45 1 1v14.36a1 1 0 0 1-1 1z"></path>
<path
d="M23.54 19.48a1 1 0 0 1-1-1v-6.49L8.83 6.85a1 1 0 0 1 .7-1.88l14.36 5.38a1 1 0 0 1 .65.94v7.18a1 1 0 0 1-1 1.01z">
</path>
</svg></svg>
<p><strong>Check your Order Status</strong></p>
</div>
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M29.55 17.25h-.52l-2.56-5.2a.98.98 0 0 0-.88-.55h-4.05V4.77a.98.98 0 0 0-.97-.98H4.03a.98.98 0 0 0-.98.98v2.15a.98.98 0 0 0 1.95 0V5.75h14.6v11.48H5v-.5a.98.98 0 0 0-1.95 0v5.67a2.43 2.43 0 0 0 2.43 2.43h.8a3.53 3.53 0 0 0 7.04 0h8.93a3.53 3.53 0 0 0 7.05 0h.25c1.35 0 2.45-1.1 2.45-2.45V19.7c0-1.35-1.1-2.45-2.45-2.45zm-19.75 9a1.58 1.58 0 1 1 0-3.17 1.58 1.58 0 0 1 0 3.17zm15.97 0a1.58 1.58 0 1 1 0-3.17 1.58 1.58 0 0 1 0 3.17zm4.28-3.87a.5.5 0 0 1-.5.5h-.74a3.52 3.52 0 0 0-6.06 0h-9.92a3.53 3.53 0 0 0-3.03-1.75c-1.3 0-2.42.7-3.03 1.74h-1.3A.47.47 0 0 1 5 22.4v-3.21h15.58l.1.01c.54 0 .97-.44.97-.98v-4.76H25l2.55 5.2a1 1 0 0 0 .88.54h1.13c.27 0 .5.22.5.5v2.68z">
</path>
<path
d="M8.98 13.44a.98.98 0 0 0-.98-.97l-7.02.01a.98.98 0 0 0 0 1.96L8 14.42c.54 0 .98-.44.98-.98zM4 11.15h4a.98.98 0 0 0 0-1.96H4a.98.98 0 0 0 0 1.96z">
</path>
</svg></svg>
<p> <strong>Shipping, Delivery & Store Pickup</strong>
</p>
</div>
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path d="M13.54 14.45h5.12a.98.98 0 0 0 0-1.95h-5.12a.98.98 0 0 0 0 1.95z"></path>
<path
d="M24.36 8.59H7.84a.98.98 0 0 0-.97.98V22.1c0 .54.43.97.97.97h16.52c.54 0 .98-.43.98-.97V9.57a.98.98 0 0 0-.98-.98zm-.98 12.53H8.82V10.54h14.56v10.58z">
</path>
<path
d="m31.16 4.57-2.95-2.95A.98.98 0 1 0 26.83 3l1.28 1.28H11.94a.98.98 0 0 0 0 1.95H28.1l-1.28 1.29A.98.98 0 0 0 28.2 8.9l2.95-2.95a.98.98 0 0 0 0-1.38zM18.48 25.4H3.93l1.28-1.28a.98.98 0 1 0-1.38-1.38L.88 25.69a.98.98 0 0 0 0 1.38l2.95 2.95a.97.97 0 0 0 1.38 0c.39-.38.39-1 0-1.38l-1.28-1.29h14.55a.98.98 0 1 0 0-1.95z">
</path>
</svg></svg>
<p> <strong>Returns & Exchanges</strong>
</p>
</div>
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M15.83.7h-.07C8.64.7 3.11 6.04 1.32 11.36c-.54 1.62-1.3 4.9-.2 8.62 1.62 5.52 7.15 11.08 14.6 11.08h.11c8.23-.06 15.18-7.02 15.18-15.19C31.01 7.68 24.06.73 15.83.7zm-.01 28.41h-.1c-6.49 0-11.3-4.85-12.72-9.67-.95-3.21-.3-6.05.17-7.45 1.57-4.65 6.4-9.34 12.6-9.34h.05c7.18.03 13.24 6.1 13.24 13.23 0 7.12-6.07 13.18-13.24 13.23z">
</path>
<path
d="M16.48 15.04c-1.96-.46-2.43-.81-2.43-1.6v-.03c0-.67.61-1.2 1.66-1.2.8 0 1.56.26 2.34.77.15.08.3.13.47.13.46 0 .84-.37.84-.83a.8.8 0 0 0-.4-.72 5.46 5.46 0 0 0-2.2-.86c.02-.08.05-.15.05-.24V8.14a.98.98 0 0 0-1.95 0v2.32c0 .09.02.16.04.24-1.57.29-2.64 1.38-2.64 2.87v.03c0 1.88 1.22 2.52 3.4 3.04 1.88.44 2.29.83 2.29 1.56v.03c0 .75-.7 1.28-1.8 1.28a4.44 4.44 0 0 1-2.86-1.05.83.83 0 0 0-.52-.16.83.83 0 0 0-.5 1.51c.8.6 1.7.98 2.64 1.16a.92.92 0 0 0-.05.28v2.32a.98.98 0 0 0 1.95 0v-2.32c0-.07-.03-.13-.04-.2 1.77-.22 2.97-1.3 2.97-3v-.03c0-1.68-1.1-2.45-3.26-2.98z">
</path>
</svg></svg>
<p><strong>Price Match Guarantee</strong></p>
</div>
</div>
<hr>
<div id="footer_section">
<div>
<h3>Order & Purchases</h3>
<ul>
<li><a href="#">Check Order Status</a>
</li>
<li><a href="#">Shipping,
Delivery & Pickup</a></li>
<li><a href="#">Returns
& Exchanges</a></li>
<li><a href="#">Price
Match Guarantee</a></li>
<li><a href="#">Product
Recalls</a></li>
<li><a href="#">Trade-In
Program</a></li>
<li><a href="#">Gift
Cards</a></li>
</ul>
</div>
<div>
<h3>Support & Services</h3>
<ul>
<li><a href="#">Visit our Support Center</a></li>
<li><a href="#">Shop with an
Expert</a></li>
<li><a href="#">Schedule a Service</a>
</li>
<li><a href="#">Manage an
Appointment</a></li>
<li><a href="#">Protection & Support Plans</a></li>
<li><a href="#">Haul Away & Recycling</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div>
<h3>Partnerships</h3>
<ul>
<li><a href="#">Affiliate Program</a></li>
<li><a href="#">Advertise with
Us</a></li>
<li><a href="#">Developers</a></li>
<li><a href="#">Best Buy Health</a></li>
<li><a href="#">Best Buy Education</a></li>
<li><a href="#">Best Buy Business</a></li>
</ul>
</div>
<div>
<h3>Payment Options</h3>
<ul>
<li><a href="#">My Best Buy® Credit Card</a></li>
<li><a href="#">Pay Your Bill at Citibank</a></li>
<li><a href="#">Lease to Own</a></li>
</ul>
</div>
<div>
<h3>Rewards & Membership</h3>
<ul>
<li><a href="#">Best Buy Totaltech</a></li>
<li><a href="#">My Best Buy</a></li>
<li><a href="#">View Points
& Certificates</a></li>
<li><a href="#">Member Offers</a></li>
</ul>
</div>
<div>
<h3>About Best Buy</h3>
<ul>
<li><a href="#">Corporate
Information</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Corporate Responsibility &
Sustainability</a></li>
<li><a href="#">Discover & Learn</a></li>
</ul>
</div>
<div id="footer_signupBox">
<p><a href="#">Sign in or create account</a></p>
<hr>
<h3>Get the latest deals and more</h3>
<div>
<input type="email" placeholder="Enter your email address">
<button>Sign Up</button>
</div>
<hr>
<div id="BestBuySvg">
<div>
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M21.85 22.25c.54 0 .98.43.98.97v4.67a2.95 2.95 0 0 1-2.95 2.96H7.16a2.93 2.93 0 0 1-2.93-2.93V4.09a2.95 2.95 0 0 1 2.94-2.94h12.7a2.96 2.96 0 0 1 2.96 2.95v.47a.98.98 0 1 1-1.96 0V4.1a1 1 0 0 0-1-1H7.18a1 1 0 0 0-.99 1v23.82c0 .53.44.97.98.97h12.72a1 1 0 0 0 1-1v-4.67c0-.53.43-.97.97-.97zm-7.34 3.59a.97.97 0 0 1-.98.98.97.97 0 0 1-.98-.98.98.98 0 1 1 1.96 0zM12.04 12.8c.54 0 .97.43.97.98a.98.98 0 0 1-.97.97.98.98 0 0 1-.98-.97c0-.55.43-.98.98-.98zm16.15-4.82v11.8c0 .53-.44.97-.98.97h-14.8a.98.98 0 0 1-.69-.27l-3.66-3.57a.98.98 0 0 1-.3-.7v-4.76c0-.27.11-.53.3-.71l3.68-3.47a.98.98 0 0 1 .67-.27h14.8c.54 0 .98.44.98.98zM12.8 18.8h13.43V8.96H12.8l-3.08 2.92v3.93l3.08 3z">
</path>
</svg>
</div>
<div>
<h3>Best Buy app</h3>
<p><a href="#">Learn
more</a></p>
</div>
</div>
<hr>
<div id="social_link">
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M17.3 10.9c0-.7.5-.9.8-.9h2V6.9h-2.7c-3 0-3.7 2.3-3.7 3.8v2.1H12V16h1.7v9.1h3.6V16h2.5l.3-3.2h-2.8v-1.9z">
</path>
<path
d="M31.2 16a15.2 15.2 0 1 1-30.39.01A15.2 15.2 0 0 1 31.2 16zm-1.9 0c0-7.3-6-13.3-13.3-13.3S2.7 8.7 2.7 16s6 13.3 13.3 13.3 13.3-6 13.3-13.3z">
</path>
</svg></svg>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16 .8a15.21 15.21 0 0 0-.01 30.41A15.21 15.21 0 0 0 16 .8zm0 28.46A13.26 13.26 0 1 1 29.25 16c0 7.3-5.95 13.25-13.25 13.25zm6.38-17.51c.7-.08 1.36-.27 1.97-.54a6.95 6.95 0 0 1-1.7 1.78v.44c0 4.53-3.45 9.75-9.75 9.75a9.7 9.7 0 0 1-5.26-1.54 6.99 6.99 0 0 0 5.08-1.42 3.43 3.43 0 0 1-3.2-2.38 3.4 3.4 0 0 0 1.54-.06 3.43 3.43 0 0 1-2.75-3.36v-.04c.46.26 1 .41 1.55.43a3.43 3.43 0 0 1-1.06-4.58 9.73 9.73 0 0 0 7.07 3.58 3.43 3.43 0 0 1 5.84-3.13 6.86 6.86 0 0 0 2.18-.83c-.26.8-.8 1.48-1.5 1.9z">
</path>
</svg></svg>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16 .8C7.62.8.8 7.62.8 16c0 8.38 6.82 15.2 15.2 15.2 8.38 0 15.2-6.82 15.2-15.2C31.2 7.62 24.38.8 16 .8zm0 28.44C8.7 29.24 2.76 23.3 2.76 16S8.7 2.76 16 2.76 29.24 8.7 29.24 16 23.3 29.24 16 29.24zm3.47-21.17h-7.01c-2.46 0-4.47 2-4.47 4.46v7.01c0 2.46 2 4.47 4.47 4.47h7c2.47 0 4.47-2 4.47-4.47v-7c0-2.47-2-4.47-4.46-4.47zm2.94 11.47a2.95 2.95 0 0 1-2.94 2.95h-7.01a2.95 2.95 0 0 1-2.95-2.95v-7a2.95 2.95 0 0 1 2.95-2.95h7a2.95 2.95 0 0 1 2.95 2.94v7.01zm-6.45-7.61a4.11 4.11 0 1 0 .01 8.23 4.11 4.11 0 0 0 0-8.23zm0 6.7a2.6 2.6 0 1 1 0-5.19 2.6 2.6 0 0 1 0 5.2zm5.09-6.87a.92.92 0 1 1-1.85 0 .92.92 0 0 1 1.85 0z">
</path>
</svg></svg>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16 .83a15.18 15.18 0 0 0 0 30.34A15.18 15.18 0 0 0 16 .83zm0 28.39C8.71 29.22 2.78 23.29 2.78 16S8.71 2.78 16 2.78 29.22 8.71 29.22 16 23.29 29.22 16 29.22zm6.68-16.2c0 3.9-2.17 6.81-5.37 6.81-1.07 0-2.08-.58-2.43-1.24l-.7 2.73c-.43 1.57-1.7 3.13-1.8 3.26-.06.09-.21.06-.23-.06-.03-.2-.35-2.17.03-3.78.2-.8 1.28-5.42 1.28-5.42s-.32-.63-.32-1.57c0-1.47.86-2.57 1.92-2.57.9 0 1.34.67 1.34 1.49 0 .9-.58 2.27-.88 3.53-.25 1.05.53 1.91 1.57 1.91 1.89 0 3.16-2.42 3.16-5.28 0-2.18-1.47-3.82-4.14-3.82a4.71 4.71 0 0 0-4.9 4.77c0 .86.26 1.48.66 1.95.18.22.2.3.14.55l-.2.8c-.07.25-.27.34-.5.25-1.39-.57-2.04-2.09-2.04-3.8 0-2.82 2.39-6.21 7.11-6.21 3.8 0 6.3 2.74 6.3 5.7z">
</path>
</svg></svg>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16 .71C7.57.71.71 7.57.71 16S7.57 31.29 16 31.29 31.29 24.43 31.29 16 24.43.71 16 .71zm0 28.62C8.65 29.33 2.67 23.35 2.67 16S8.65 2.67 16 2.67 29.33 8.65 29.33 16 23.35 29.33 16 29.33zm5.47-13.73H10.53a3.15 3.15 0 0 0-3.15 3.15v2.53c0 1.74 1.4 3.15 3.15 3.15h10.94a3.15 3.15 0 0 0 3.15-3.15v-2.53a3.15 3.15 0 0 0-3.15-3.15zm-8.64 1.97H11.8v5.06h-.98v-5.06H9.8v-.86h3.02v.86zm2.87 5.06h-.87v-.48a2 2 0 0 1-.5.4c-.18.1-.35.14-.51.14-.2 0-.35-.06-.46-.2-.1-.13-.15-.32-.15-.58v-3.65h.87v3.35c0 .1.02.18.06.22.03.05.1.07.18.07a.5.5 0 0 0 .24-.09c.1-.06.19-.14.27-.23v-3.32h.87v4.37zm3.17-.9c0 .3-.07.54-.2.7a.74.74 0 0 1-.6.25 1.03 1.03 0 0 1-.83-.39v.34h-.88V16.7h.88v1.9c.12-.13.24-.23.37-.3.14-.07.27-.1.4-.1.28 0 .5.1.64.28.14.18.22.46.22.81v2.43zm3.02-1.18h-1.67v.82c0 .23.03.4.09.48.06.09.15.13.3.13.14 0 .24-.03.3-.11.05-.08.08-.24.08-.5v-.2h.9v.23c0 .44-.1.78-.33 1-.21.23-.54.35-.98.35-.39 0-.7-.12-.92-.36a1.4 1.4 0 0 1-.34-1v-1.95c0-.38.13-.7.37-.93.25-.24.57-.36.96-.36.4 0 .7.11.92.33.21.23.32.54.32.96v1.1zm-.99-1.51c.06.08.1.2.1.39v.44h-.78v-.44c0-.18.03-.31.1-.4.05-.07.15-.11.3-.11.12 0 .22.04.28.12zm-3.02-.02c.06.07.09.18.09.33v2.26c0 .14-.03.23-.08.3-.05.06-.13.09-.23.09a.5.5 0 0 1-.21-.05.76.76 0 0 1-.21-.15v-2.72c.06-.06.12-.1.18-.14a.44.44 0 0 1 .18-.04c.12 0 .21.04.28.12zm-5.92-7.52-1.32-3.93h1.12l.72 2.6h.06l.69-2.6h1.12l-1.28 3.81v2.7h-1.1V11.5zm3.9 2.7c.44 0 .79-.11 1.04-.34.26-.24.38-.56.38-.97V10.4c0-.36-.13-.66-.38-.9-.27-.23-.6-.34-1-.34-.45 0-.8.1-1.07.33-.26.22-.4.51-.4.89v2.49c0 .4.13.73.39.97s.6.37 1.03.37zm-.42-3.86c0-.1.04-.19.11-.26a.5.5 0 0 1 .3-.1.5.5 0 0 1 .31.1c.08.07.12.15.12.26v2.62a.4.4 0 0 1-.12.3.44.44 0 0 1-.31.11c-.13 0-.23-.03-.3-.1a.42.42 0 0 1-.1-.31v-2.62zm2.81 3.6a1.04 1.04 0 0 1-.17-.64V9.28h.98v3.68c0 .12.02.2.06.25.04.05.11.08.2.08.08 0 .17-.04.28-.1.1-.07.2-.16.3-.26V9.28h.98v4.8h-.98v-.53c-.18.2-.37.35-.56.45-.2.1-.39.16-.57.16a.65.65 0 0 1-.52-.22z">
</path>
</svg></svg>
</div>
<hr>
<p><a href="#">Forums, blogs & more</a></p>
</div>
</div>
<div id="feedback-section">
<p>How was your experience? <a href="#">Give feedback about our website</a>
</p>
<div>
<p><a href="#">Mobile Site</a></p>
<p><a href="#">Best Buy Canada</a></p>
</div>
</div>
<hr>
<div id="footer-end">
<div>
<p>Accessibility</p>
<p>Terms & Conditions</p>
<p>Privacy</p>
<p>Interest-Based Ads</p>
<p>California Privacy Rights
</p>
<p>Do Not Sell My Personal Information</p>
<p>
California Supply Chain Transparency Act</p>
</div>
</div>
<p>In-store pricing may vary. Prices and offers are subject to change. © 2022 Best Buy. All rights reserved.
BEST BUY, the BEST BUY logo, the tag design, and MY BEST BUY are trademarks of Best Buy and its affiliated
companies.</p>
</div>
</body>
</html>
<script src="navbar.js"></script>