-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
558 lines (548 loc) · 20.6 KB
/
product.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
<!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" />
<meta
name="description"
content="E-commerse website for selling cream shop"
/>
<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=Rubik:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.1.0/swiper-bundle.min.js"
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.1.0/swiper-bundle.css"
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="/assets/styles/product.css" />
<script src="/assets/scripts/product.js" type="module" defer></script>
<title>CREAM SHOP</title>
</head>
<body>
<!-- HEADER -->
<header class="header header--black">
<div class="header__container container">
<div class="header__top">
<div class="header__announcement t--white">
Free Shipping for all orders over $100
</div>
<nav class="nav">
<a href="/" class="nav__link nav__logo-container"
><img
src="/assets/images/logo-black.svg"
alt="Cream shop logo"
class="nav__logo"
/></a>
<input
class="nav__toggle"
type="checkbox"
name="nav-toggle"
id="nav-toggle"
/>
<div class="nav__links-container nav__links-container--mobile">
<label for="nav-toggle" class="nav__label f-weight--bold"
>Menu</label
>
<a href="/cart.html" class="nav__href f-weight--bold">Cart (0)</a>
</div>
<div class="nav__links-container nav__links-container--mobile-full">
<ul class="nav__links f-weight--bold">
<li class="nav__link">
<a href="/collection.html" class="nav__href">Shop</a>
</li>
<li class="nav__link">
<a href="#" class="nav__href">About</a>
</li>
<li class="nav__link">
<a href="#" class="nav__href">Suncare 101</a>
</li>
</ul>
<ul class="nav__links f-weight--bold">
<li class="nav__link">
<a href="#" class="nav__href">Account</a>
</li>
<li class="nav__link">
<a href="#" class="nav__href">Search</a>
</li>
<li class="nav__link">
<a href="/cart.html" class="nav__href">Cart (0)</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- MAIN -->
<main class="main">
<!-- BREADCRUMB -->
<section class="breadcrumb">
<div class="breadcrumb__container container">
<a href="/" class="breadcrumb__link">Home</a>
<a href="/collection.html" class="breadcrumb__link">Best Seller</a>
<a href="/product.html" class="breadcrumb__link breadcrumb--active">
Universal Mineral Face Lotion SPF55
</a>
</div>
</section>
<!-- PRODUCT HERO-->
<section class="product-hero main-section">
<div class="product-hero__container container">
<div class="product-hero__images-container">
<div thumbsSlider="" class="swiper mySwiper1">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="/assets/images/products/product3.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/products/product3.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/collection/banner1.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/home/collection1.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/home/collection2.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/home/gallery1.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/home/gallery2.png" />
</div>
</div>
</div>
<div class="swiper mySwiper2">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="/assets/images/products/product3.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/products/product3.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/collection/banner1.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/home/collection1.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/home/collection2.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/home/gallery1.png" />
</div>
<div class="swiper-slide">
<img src="/assets/images/home/gallery2.png" />
</div>
</div>
<div class="mySwiper2__nav">
<div class="mySwiper2__nav-btn mySwiper2__nav-left">
<img src="/assets/images/icons/arrow-left-white.svg" alt="" />
</div>
<div class="mySwiper2__dots"></div>
<div class="mySwiper2__nav-btn mySwiper2__nav-right">
<img
src="/assets/images/icons/arrow-right-white.svg"
alt=""
/>
</div>
</div>
</div>
</div>
<div class="product-hero__product-meta">
<h1 class="product-hero__title t--uppercase">
Niche Beauty CCC Cream – Niche Beauty
</h1>
<p class="product-hero__price">$28.00</p>
<p class="product-hero__desc">
<b
>The original, weightless, scentless sunscreen with SPF 55 that
leaves a shinny finish.</b
>
Formulated with the most sensitive and vulnerable in mind, with a
custom blend of natural, gentle and hydrating island ingredients
mixed with the most effective skincare-grade actives.
</p>
<p class="product-hero__size-text"><b>Size</b> 50ml</p>
<ul class="product-hero__sizes">
<li class="product-hero__size product-hero__size--selected">
50ml
</li>
<li class="product-hero__size">75ml</li>
<li class="product-hero__size">100ml</li>
</ul>
<label for="product-plan1" class="product-hero__plan-label">
<input type="radio" name="plan" id="product-plan1" />
$28.00 One time purchase
</label>
<label for="product-plan2" class="product-hero__plan-label">
<input type="radio" name="plan" id="product-plan2" />
$25.99 Subscribe and save.
<a href="#" class="product-hero__plan-link t--underlined"
>Details</a
>
</label>
<div class="product-hero__qty-add">
<div class="product-hero__qty">
<button class="product-hero__qty-btn">
<img src="/assets/images/icons/minus.svg" alt="minus" />
</button>
<span class="product-hero__qty-num">1</span>
<button class="product-hero__qty-btn">
<img src="/assets/images/icons/plus.svg" alt="plus" />
</button>
</div>
<button class="product-hero__add-btn">
Add to cart - $28.00
</button>
</div>
<div class="product-hero__payment">
<p>Start at $20/mo with</p>
<img src="/assets/images/pdp/affirm.png" alt="affirm logo" />
<a href="#">Learn more</a>
</div>
<ul class="product-hero__accordions">
<li class="product-hero__accordion"><p>Use Instruction</p></li>
<li class="product-hero__accordion"><p>Ingredients</p></li>
<li class="product-hero__accordion">
<p>Shipping and Returns</p>
</li>
<li class="product-hero__accordion"><p>How to Recycle</p></li>
</ul>
</div>
</div>
</section>
<div class="main__sections-wrapper">
<!-- INGREDIENTS -->
<section class="ingredients">
<div class="ingredients__container container">
<div class="ingredients__content">
<h2 class="ingredients__title t--uppercase">Ingredients</h2>
<p class="ingredients__info">
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident.
</p>
<div class="ingredients__list">
<div class="ingredient">
<img
src="/assets/images/pdp/ingredient1.svg"
alt="ingredient"
class="ingredient__img"
/>
<h3 class="ingredient__title">Hydrating Nectar</h3>
</div>
<div class="ingredient">
<img
src="/assets/images/pdp/ingredient2.svg"
alt="ingredient"
class="ingredient__img"
/>
<h3 class="ingredient__title">Aloe steam cells</h3>
</div>
<div class="ingredient">
<img
src="/assets/images/pdp/ingredient3.svg"
alt="ingredient"
class="ingredient__img"
/>
<h3 class="ingredient__title">Seamoss</h3>
</div>
<div class="ingredient">
<img
src="/assets/images/pdp/ingredient4.svg"
alt="ingredient"
class="ingredient__img"
/>
<h3 class="ingredient__title">Niacinamide</h3>
</div>
<div class="ingredient">
<img
src="/assets/images/pdp/ingredient5.svg"
alt="ingredient"
class="ingredient__img"
/>
<h3 class="ingredient__title">Almond oil</h3>
</div>
<div class="ingredient">
<img
src="/assets/images/pdp/ingredient6.svg"
alt="ingredient"
class="ingredient__img"
/>
<h3 class="ingredient__title">Grapeseed oil</h3>
</div>
</div>
<a href="#" class="a-link--underlined t--uppercase"
>Full Ingredient glossary</a
>
</div>
<div class="ingredients__img-container">
<img
src="/assets/images/pdp/ingredients_lady.png"
alt="lady"
class="ingredients__img"
/>
</div>
</div>
</section>
<!-- PRODUCTS -->
<section class="main__section products">
<div class="products__container container">
<div class="products__header">
<h2 class="products__title t--uppercase">You might also like</h2>
<div class="products__nav">
<div class="products__nav-btns">
<button class="slider-nav__left products__nav-left u-rounded">
<img
src="/assets/images/icons/chevron-left.svg"
alt="chevren-left"
/>
</button>
<button
class="slider-nav__right products__nav-right u-rounded"
>
<img
src="/assets/images/icons/chevron-right.svg"
alt="chevren-right"
/>
</button>
</div>
</div>
</div>
<div class="products__list owl-carousel"></div>
</div>
</section>
</div>
<!-- RESULTS -->
<section class="main__section results">
<div class="results__container container">
<div class="results__header">
<p class="results__sub f-sub t--uppercase t--white">The results</p>
<h2 class="results__title t--uppercase t--white">
From our customers
</h2>
<div class="results__nav">
<button class="slider-nav__left results__nav-left u-rounded">
<img
src="/assets/images/icons/chevron-left.svg"
alt="chevren-left"
/>
</button>
<button class="slider-nav__right results__nav-right u-rounded">
<img
src="/assets/images/icons/chevron-right.svg"
alt="chevren-right"
/>
</button>
</div>
</div>
<div class="results__list owl-carousel">
<div class="result">
<img
src="/assets/images/pdp/result1.png"
alt="result 1"
class="result__img"
loading="lazy"
/>
</div>
<div class="result">
<img
src="/assets/images/pdp/result2.png"
alt="result 2"
class="result__img"
loading="lazy"
/>
</div>
<div class="result">
<img
src="/assets/images/pdp/result3.png"
alt="result 3"
class="result__img"
loading="lazy"
/>
</div>
<div class="result">
<img
src="/assets/images/pdp/result1.png"
alt="result 4"
class="result__img"
loading="lazy"
/>
</div>
<div class="result">
<img
src="/assets/images/pdp/result2.png"
alt="result 5"
class="result__img"
loading="lazy"
/>
</div>
<div class="result">
<img
src="/assets/images/pdp/result3.png"
alt="result 1"
class="result__img"
loading="lazy"
/>
</div>
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="footer">
<div class="footer__container container">
<div class="footer__main">
<form action="#" class="footer__form">
<h2 class="footer__form-title t--uppercase">Join the club</h2>
<p class="footer__form-info">
Keep up with our new releases, beauty tips and what Winnie’s been
up to.
</p>
<div class="footer__input-container">
<input
type="email"
class="footer__input"
placeholder="Email Address"
/>
<button type="submit" class="footer__submit">
<img
src="/assets/images/icons/arror-right.svg"
alt="right arrow"
class="footer__submit-icon"
/>
</button>
</div>
<ul class="footer__social-medias">
<li class="footer__social-media">
<a href="#" class="footer__social-media-link">
<img
src="/assets/images/icons/facebook.svg"
alt="facebook"
class="footer__social-media-icon"
/>
</a>
</li>
<li class="footer__social-media">
<a href="#" class="footer__social-media-link">
<img
src="/assets/images/icons/twitter.svg"
alt="twitter"
class="footer__social-media-icon"
/>
</a>
</li>
<li class="footer__social-media">
<a href="#" class="footer__social-media-link">
<img
src="/assets/images/icons/instagram.svg"
alt="instagram"
class="footer__social-media-icon"
/>
</a>
</li>
</ul>
</form>
<div class="footer__bottom">
<p class="footer__bottom-text">© 2021 Cream Shop</p>
<div>
<a href="#" class="footer__bottom-link">Terms and conditions</a>
<a href="#" class="footer__bottom-link">Privacy Policy</a>
</div>
</div>
</div>
<div class="footer__column">
<h3 class="footer__column-name">Shop</h3>
<ul class="footer__links">
<li class="footer__link">
<a href="#" class="footer__href">Shop All</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Best Sellers</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Universal Mineral</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Isie Glow to Isle</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Deepwater</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Winne Selects</a>
</li>
</ul>
</div>
<div class="footer__column">
<h3 class="footer__column-name">Learn</h3>
<ul class="footer__links">
<li class="footer__link">
<a href="#" class="footer__href">About Us</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Ingredient Glossary</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Sun Care 101</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Our Journey</a>
</li>
</ul>
</div>
<div class="footer__column">
<h3 class="footer__column-name">Customer</h3>
<ul class="footer__links">
<li class="footer__link">
<a href="#" class="footer__href">Contact Us</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Help/FAQ</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">My Account</a>
</li>
<li class="footer__link">
<a href="#" class="footer__href">Shipping and Return</a>
</li>
</ul>
</div>
<button class="footer__chat">
<img src="/assets/images/icons/chat.svg" alt="chat" />
</button>
</div>
</footer>
</body>
</html>